@charset "UTF-8";
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerif4-SemiBold.woff2") format("woff2"), url("../fonts/SourceSerif4-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerif4-Bold.woff2") format("woff2"), url("../fonts/SourceSerif4-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerif4-Regular.woff2") format("woff2"), url("../fonts/SourceSerif4-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerif4-Light.woff2") format("woff2"), url("../fonts/SourceSerif4-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.float-none {
  float: none;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-fit-scale {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.shadow {
  box-shadow: var(--bs-box-shadow);
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}

.shadow-none {
  box-shadow: none;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.start-0 {
  left: 0;
}

.start-50 {
  left: 50%;
}

.start-100 {
  left: 100%;
}

.end-0 {
  right: 0;
}

.end-50 {
  right: 50%;
}

.end-100 {
  right: 100%;
}

.translate-middle {
  transform: translate(-50%, -50%);
}

.translate-middle-x {
  transform: translateX(-50%);
}

.translate-middle-y {
  transform: translateY(-50%);
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.border-0 {
  border: 0;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.border-top-0 {
  border-top: 0;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.border-end-0 {
  border-right: 0;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.border-start-0 {
  border-left: 0;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle);
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle);
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle);
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle);
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle);
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle);
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle);
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle);
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.mw-100 {
  max-width: 100%;
}

.vw-100 {
  width: 100vw;
}

.min-vw-100 {
  min-width: 100vw;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mh-100 {
  max-height: 100%;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.order-first {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-last {
  order: 6;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 3rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.font-monospace {
  font-family: var(--bs-font-monospace);
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw);
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw);
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw);
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw);
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.fst-italic {
  font-style: italic;
}

.fst-normal {
  font-style: normal;
}

.fw-lighter {
  font-weight: lighter;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-bolder {
  font-weight: bolder;
}

.lh-1 {
  line-height: 1;
}

.lh-sm {
  line-height: 1.25;
}

.lh-base {
  line-height: 1.5;
}

.lh-lg {
  line-height: 2;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color);
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color);
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis);
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis);
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis);
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis);
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis);
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis);
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis);
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis);
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}

.link-offset-2 {
  text-underline-offset: 0.25em;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}

.link-offset-3 {
  text-underline-offset: 0.375em;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity));
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1));
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle);
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle);
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle);
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle);
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle);
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle);
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle);
}

.bg-gradient {
  background-image: var(--bs-gradient);
}

.user-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.user-select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pe-none {
  pointer-events: none;
}

.pe-auto {
  pointer-events: auto;
}

.rounded {
  border-radius: var(--bs-border-radius);
}

.rounded-0 {
  border-radius: 0;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm);
}

.rounded-2 {
  border-radius: var(--bs-border-radius);
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg);
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl);
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl);
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill);
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-top-right-radius: var(--bs-border-radius-sm);
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-top-right-radius: var(--bs-border-radius-lg);
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl);
  border-top-right-radius: var(--bs-border-radius-xl);
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl);
  border-top-right-radius: var(--bs-border-radius-xxl);
}

.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill);
  border-top-right-radius: var(--bs-border-radius-pill);
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl);
  border-bottom-right-radius: var(--bs-border-radius-xl);
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}

.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill);
  border-bottom-right-radius: var(--bs-border-radius-pill);
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl);
  border-bottom-left-radius: var(--bs-border-radius-xl);
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl);
  border-bottom-left-radius: var(--bs-border-radius-xxl);
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill);
  border-bottom-left-radius: var(--bs-border-radius-pill);
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm);
  border-top-left-radius: var(--bs-border-radius-sm);
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg);
  border-top-left-radius: var(--bs-border-radius-lg);
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl);
  border-top-left-radius: var(--bs-border-radius-xl);
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl);
  border-top-left-radius: var(--bs-border-radius-xxl);
}

.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill);
  border-top-left-radius: var(--bs-border-radius-pill);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

@media (min-width: 768px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-sm-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-3 {
    row-gap: 1rem;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem;
  }
  .row-gap-sm-5 {
    row-gap: 3rem;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-md-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-md-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-md-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem;
  }
  .row-gap-md-3 {
    row-gap: 1rem;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem;
  }
  .row-gap-md-5 {
    row-gap: 3rem;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1480px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-lg-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-3 {
    row-gap: 1rem;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem;
  }
  .row-gap-lg-5 {
    row-gap: 3rem;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-xl-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.25rem;
  }
  .me-xl-2 {
    margin-right: 0.5rem;
  }
  .me-xl-3 {
    margin-right: 1rem;
  }
  .me-xl-4 {
    margin-right: 1.5rem;
  }
  .me-xl-5 {
    margin-right: 3rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.25rem;
  }
  .ms-xl-2 {
    margin-left: 0.5rem;
  }
  .ms-xl-3 {
    margin-left: 1rem;
  }
  .ms-xl-4 {
    margin-left: 1.5rem;
  }
  .ms-xl-5 {
    margin-left: 3rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.25rem;
  }
  .pe-xl-2 {
    padding-right: 0.5rem;
  }
  .pe-xl-3 {
    padding-right: 1rem;
  }
  .pe-xl-4 {
    padding-right: 1.5rem;
  }
  .pe-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.25rem;
  }
  .ps-xl-2 {
    padding-left: 0.5rem;
  }
  .ps-xl-3 {
    padding-left: 1rem;
  }
  .ps-xl-4 {
    padding-left: 1.5rem;
  }
  .ps-xl-5 {
    padding-left: 3rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gap-xl-4 {
    gap: 1.5rem;
  }
  .gap-xl-5 {
    gap: 3rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-3 {
    row-gap: 1rem;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xl-5 {
    row-gap: 3rem;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1960px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .object-fit-xxl-none {
    -o-object-fit: none;
       object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .m-xxl-5 {
    margin: 3rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 3rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.25rem;
  }
  .me-xxl-2 {
    margin-right: 0.5rem;
  }
  .me-xxl-3 {
    margin-right: 1rem;
  }
  .me-xxl-4 {
    margin-right: 1.5rem;
  }
  .me-xxl-5 {
    margin-right: 3rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem;
  }
  .ms-xxl-3 {
    margin-left: 1rem;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem;
  }
  .ms-xxl-5 {
    margin-left: 3rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 3rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 3rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem;
  }
  .pe-xxl-3 {
    padding-right: 1rem;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem;
  }
  .pe-xxl-5 {
    padding-right: 3rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem;
  }
  .ps-xxl-3 {
    padding-left: 1rem;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem;
  }
  .ps-xxl-5 {
    padding-left: 3rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.25rem;
  }
  .gap-xxl-2 {
    gap: 0.5rem;
  }
  .gap-xxl-3 {
    gap: 1rem;
  }
  .gap-xxl-4 {
    gap: 1.5rem;
  }
  .gap-xxl-5 {
    gap: 3rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem;
  }
  .fs-2 {
    font-size: 2rem;
  }
  .fs-3 {
    font-size: 1.75rem;
  }
  .fs-4 {
    font-size: 1.5rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 2.625rem;
  }
}

.display-2 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.625rem;
  }
}

.display-3 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.25rem;
  }
}

.display-4 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1rem;
}

.display-6 {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #6d6e71;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #edeaea;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #6d6e71;
  background-color: var(--bs-body-bg);
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: #6d6e71;
  opacity: 1;
}
.form-control::placeholder {
  color: #6d6e71;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #6d6e71;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: 40px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: 55px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: 40px;
}
textarea.form-control-sm {
  min-height: 40px;
}
textarea.form-control-lg {
  min-height: 55px;
}

.form-control-color {
  width: 3rem;
  height: 40px;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: 40px;
}
.form-control-color.form-control-lg {
  height: 55px;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #6d6e71;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #edeaea;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 81, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6d6e71;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 81, 0.25);
}
.form-check-input:checked {
  background-color: #002e51;
  border-color: #002e51;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #002e51;
  border-color: #002e51;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='none'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #002e51;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 192.3, 202.8);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #002e51;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 192.3, 202.8);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #6d6e71;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #edeaea;
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 1480px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 1960px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1390px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 768px;
  --bs-breakpoint-md: 1100px;
  --bs-breakpoint-lg: 1480px;
  --bs-breakpoint-xl: 1600px;
  --bs-breakpoint-xxl: 1960px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3.75rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3.75rem;
}

@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1100px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1480px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1960px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.75rem;
  }
}
a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

#page {
  overflow-y: hidden;
}

.page-id-79572 .newsletter {
  display: block;
}
.page-id-79572 .ttg-about-bromberg__item:nth-child(2n) {
  align-items: flex-start;
}

.btn-primary, .woocommerce-checkout #payment #place_order, .mini-cart .checkout, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, #reset-password-form input[type=submit],
#lost-password-form input[type=submit], #login-form input[type=submit] {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 12px 24px;
  border: solid 1px #466da0;
  background: #466da0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.btn-primary:hover, .woocommerce-checkout #payment #place_order:hover, .mini-cart .checkout:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button:hover, #reset-password-form input[type=submit]:hover,
#lost-password-form input[type=submit]:hover, #login-form input[type=submit]:hover {
  background: #ffffff;
  color: #466da0;
}
.btn-primary:hover svg path, .woocommerce-checkout #payment #place_order:hover svg path, .mini-cart .checkout:hover svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button:hover svg path, #reset-password-form input[type=submit]:hover svg path,
#lost-password-form input[type=submit]:hover svg path, #login-form input[type=submit]:hover svg path {
  fill: #466da0;
}
.btn-primary--outline {
  background: #ffffff;
  color: #466da0;
  border: solid 1px #466da0;
}
.btn-primary--outline:hover {
  background: #466da0;
  color: #ffffff;
}
.btn-primary--outline:hover svg path {
  fill: #ffffff;
}
.btn-primary .icon, .woocommerce-checkout #payment #place_order .icon, .mini-cart .checkout .icon, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button .icon, #reset-password-form input[type=submit] .icon,
#lost-password-form input[type=submit] .icon, #login-form input[type=submit] .icon {
  display: inline-block;
}
.btn-primary .icon--left, .woocommerce-checkout #payment #place_order .icon--left, .mini-cart .checkout .icon--left, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button .icon--left, #reset-password-form input[type=submit] .icon--left,
#lost-password-form input[type=submit] .icon--left, #login-form input[type=submit] .icon--left {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .btn-primary, .woocommerce-checkout #payment #place_order, .mini-cart .checkout, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, #reset-password-form input[type=submit],
  #lost-password-form input[type=submit], #login-form input[type=submit] {
    font-size: 14px;
  }
}

.btn-secondary {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 24px;
  background: #ffffff;
  color: #466da0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  border: 0;
}
.btn-secondary--outline {
  background: #ffffff;
  color: #466da0;
  border: solid 1px #466da0;
}
.btn-secondary--outline:hover {
  background: #466da0;
  color: #ffffff;
}
.btn-secondary--outline:hover svg path {
  fill: #ffffff;
}

.custom-gf .gform-field-label {
  font-family: "Source Serif Pro" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #001f37 !important;
  display: block;
  margin-bottom: 10px !important;
}
.custom-gf .gform-field-label .gfield_required_text {
  font-size: 0;
}
.custom-gf .gform-field-label .gfield_required_text:before {
  content: "*";
  font-size: 14px !important;
}
.custom-gf .gfield input[type=text],
.custom-gf .gfield input[type=email],
.custom-gf .gfield input[type=password],
.custom-gf .gfield select {
  width: 100%;
  flex: 0 0 100%;
  border: 1px solid #b8bec8;
  border-radius: 4px;
}
.custom-gf .gfield input[type=text]::-moz-placeholder, .custom-gf .gfield input[type=email]::-moz-placeholder, .custom-gf .gfield input[type=password]::-moz-placeholder, .custom-gf .gfield select::-moz-placeholder {
  font-family: "Source Serif Pro" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #8a8a8a !important;
  letter-spacing: 0.05em;
}
.custom-gf .gfield input[type=text]::placeholder,
.custom-gf .gfield input[type=email]::placeholder,
.custom-gf .gfield input[type=password]::placeholder,
.custom-gf .gfield select::placeholder {
  font-family: "Source Serif Pro" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #8a8a8a !important;
  letter-spacing: 0.05em;
}
.custom-gf .gfield select {
  font-family: "Source Serif Pro" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #8a8a8a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}
.custom-gf .gfield .password_input_container {
  display: block;
}
.custom-gf .gfield-choice-input::before {
  color: #fff !important;
}
.custom-gf .gfield-choice-input:checked {
  background: #000;
}
.custom-gf .gform_fields {
  row-gap: 20px !important;
}
@media (min-width: 1100px) {
  .custom-gf .gform_fields {
    row-gap: 20px !important;
  }
}
.custom-gf .gfield--type-address .gfield_label_before_complex {
  display: none !important;
}
.custom-gf .ginput_address_state {
  position: relative;
}
.custom-gf .ginput_address_state input {
  width: 0px !important;
  height: 0px !important;
  border: 0 !important;
}
.custom-gf .address_city {
  order: 0;
}
.custom-gf .address_zip {
  order: 1;
}
.custom-gf .address_state {
  order: 2;
}
.custom-gf .address_country {
  order: 3;
}
.custom-gf .ginput_container_date::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQxNDJfMTk2NTgpIj4KPHBhdGggZD0iTTE0Ljc5MTMgMTUuOTJDMTQuNjExMyAxNS45MiAxNC4xODEzIDE1LjkyIDEzLjQ5MTMgMTUuODRMMTMuNzAxMyAxNS4zNkMxMy45MjMxIDE0Ljg5MiAxNC4wOTczIDE0LjQwMjkgMTQuMjIxMyAxMy45QzE0LjI2MTcgMTMuNzE0NiAxNC4yNTY0IDEzLjUyMjEgMTQuMjA1OSAxMy4zMzkyQzE0LjE1NTQgMTMuMTU2MyAxNC4wNjExIDEyLjk4ODQgMTMuOTMxMyAxMi44NUMxMy41OTYzIDEyLjU3MTQgMTMuMTg1IDEyLjQwMDYgMTIuNzUxMyAxMi4zNkMxMS45NjEzIDEyLjI1IDEwLjk3MTMgMTIuNDQgMTAuMzkxMyAxMi4zNkM5Ljk1NjI0IDEyLjI3NzMgOS41MTEyNyAxMi4yNjA0IDkuMDcxMjUgMTIuMzFDOC45MDEyNSAxMi4zOSA4Ljc3MTI1IDEyLjc4IDkuMjQxMjUgMTIuOUM5LjQ5MTI1IDEyLjk2IDEwLjExMTMgMTMuMDQgMTAuMzQxMyAxMy4wN0MxMC44MjEzIDEzLjEzIDExLjYwMTMgMTMuMTQgMTIuMjgxMyAxMy4yNUMxMi42MzEzIDEzLjMxIDEzLjIxMTMgMTMuNTYgMTMuMTcxMyAxMy43MkMxMy4wNzEzIDE0LjA4IDEyLjc0MTMgMTQuODIgMTIuNjgxMyAxNUwxMi40MjEzIDE1Ljc1SDExLjkwMTNDOS43NTEyNSAxNS44MyA5LjY4MTI1IDE1LjkzIDkuNTExMjUgMTYuMzFDOS4zNDEyNSAxNi42OSAxMS43ODEzIDE2LjgyIDExLjg4MTMgMTYuODNIMTIuMDUxM0wxMS4xNTEzIDE5LjQzQzExLjEyMjQgMTkuNTEyMiAxMS4xMjcyIDE5LjYwMjUgMTEuMTY0NyAxOS42ODEyQzExLjIwMjEgMTkuNzU5OSAxMS4yNjkyIDE5LjgyMDYgMTEuMzUxMyAxOS44NUMxMS40MzA4IDE5Ljg3OSAxMS41MTg3IDE5Ljg3NTMgMTEuNTk1NSAxOS44Mzk3QzExLjY3MjQgMTkuODA0MSAxMS43MzIgMTkuNzM5NSAxMS43NjEzIDE5LjY2TDEzLjAwMTMgMTYuODRDMTMuNTAxMiAxNi44MDYgMTMuOTk4OCAxNi43NDI2IDE0LjQ5MTMgMTYuNjVDMTQuNjE3OSAxNi42MzYgMTQuNzQyMyAxNi42MDU4IDE0Ljg2MTMgMTYuNTZDMTUuMDQxMyAxNi40NiAxNS4wODEzIDE2LjM0IDE1LjA3MTMgMTYuMjRDMTUuMDcxOSAxNi4xNjE2IDE1LjA0MzcgMTYuMDg1NyAxNC45OTIxIDE2LjAyNjhDMTQuOTQwNSAxNS45Njc4IDE0Ljg2OSAxNS45Mjk4IDE0Ljc5MTMgMTUuOTJaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMTUuNzYwMSA0LjM3MDA4QzE1LjY0NzEgNS4xMjgyOCAxNS43Mjk3IDUuOTAyNzYgMTYuMDAwMSA2LjYyMDA4QzE2LjE4MDggNi45NzE3OCAxNi40ODM5IDcuMjQ1MjMgMTYuODUyMyA3LjM4ODlDMTcuMjIwNyA3LjUzMjU4IDE3LjYyODkgNy41MzY1NSAxOC4wMDAxIDcuNDAwMDhDMTguMjUyNSA3LjMzODkyIDE4LjQ4NTYgNy4yMTUyOSAxOC42Nzc4IDcuMDQwNTZDMTguODcgNi44NjU4MiAxOS4wMTUyIDYuNjQ1NTggMTkuMTAwMSA2LjQwMDA4QzE5LjI2MzYgNS44Mzg5MyAxOS4zMjQ2IDUuMjUyODggMTkuMjgwMSA0LjY3MDA4VjQuMzMwMDhWMy4yMTAwOEMxOS4yOTUgMi45ODg2NyAxOS4yNjE2IDIuNzY2NjUgMTkuMTgyMiAyLjU1OTQ0QzE5LjEwMjcgMi4zNTIyMyAxOC45NzkyIDIuMTY0NzcgMTguODIwMSAyLjAxMDA4QzE4LjI4NyAxLjY0ODQzIDE3LjYzNjcgMS41MDE5NSAxNy4wMDAxIDEuNjAwMDhDMTYuOTU3MiAxLjU5ODc0IDE2LjkxNDUgMS42MDYwMyAxNi44NzQ1IDEuNjIxNTFDMTYuODM0NSAxLjYzNjk5IDE2Ljc5ODEgMS42NjAzNSAxNi43NjczIDEuNjkwMTlDMTYuNzM2NSAxLjcyMDA0IDE2LjcxMiAxLjc1NTc3IDE2LjY5NTMgMS43OTUyN0MxNi42Nzg2IDEuODM0NzYgMTYuNjcgMS44NzcyIDE2LjY3MDEgMS45MjAwOEMxNi42NDU1IDEuODU4NDIgMTYuNTk5OSAxLjgwNzQ3IDE2LjU0MTMgMS43NzYzNEMxNi40ODI2IDEuNzQ1MiAxNi40MTQ5IDEuNzM1ODkgMTYuMzUwMSAxLjc1MDA4QzE2LjI4NDcgMS43NjgzOCAxNi4yMjQ5IDEuODAyNjMgMTYuMTc2IDEuODQ5NzZDMTYuMTI3MSAxLjg5Njg5IDE2LjA5MDcgMS45NTU0MSAxNi4wNzAxIDIuMDIwMDhDMTYuMDEwNSAyLjM3MDA4IDE1Ljk4NyAyLjcyNTI4IDE2LjAwMDEgMy4wODAwOEwxNS44NjAxIDMuNjkwMDhDMTUuODA3OSAzLjkxMzU4IDE1Ljc3NDUgNC4xNDEwMyAxNS43NjAxIDQuMzcwMDhaTTE2LjU5MDEgMy45NjAwOEMxNi41OTAxIDMuOTYwMDggMTYuNzUwMSAyLjEwMDA4IDE2Ljc1MDEgMi4wMzAwOEMxNi43NzUzIDIuMDg4OTIgMTYuODE3MSAyLjEzOTE2IDE2Ljg3MDMgMi4xNzQ2N0MxNi45MjM2IDIuMjEwMTggMTYuOTg2IDIuMjI5NDMgMTcuMDUwMSAyLjIzMDA4QzE3Ljk1MDEgMi4yMzAwOCAxOC4zMzAxIDIuNDAwMDggMTguNDMwMSAyLjc1MDA4QzE4LjQ2MjUgMy4zODYzMyAxOC40MTg5IDQuMDI0MTggMTguMzAwMSA0LjY1MDA4QzE4LjMwMjggNS4wMzcyMyAxOC4yNTkxIDUuNDIzMzEgMTguMTcwMSA1LjgwMDA4QzE4LjEwMDEgNi4wNDAwOCAxOC4wMTAxIDYuMjgwMDggMTcuNzYwMSA2LjM0MDA4QzE3LjY2MjUgNi4zODQyNyAxNy41NTYzIDYuNDA2MTQgMTcuNDQ5MiA2LjQwNDA5QzE3LjM0MjEgNi40MDIwNCAxNy4yMzY4IDYuMzc2MTEgMTcuMTQxIDYuMzI4MjFDMTcuMDQ1MiA2LjI4MDMxIDE2Ljk2MTMgNi4yMTE2MyAxNi44OTU0IDYuMTI3MThDMTYuODI5NSA2LjA0Mjc0IDE2Ljc4MzIgNS45NDQ2NSAxNi43NjAxIDUuODQwMDhDMTYuNjAxMSA1LjIyNjkgMTYuNTQzNyA0LjU5MTgyIDE2LjU5MDEgMy45NjAwOFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik04LjU1MTE2IDQuMDYwMDhDOC41NTExNiA0LjE2MDA4IDguNjIxMTYgNC4yNjAwOCA5LjAxMTE2IDQuMzAwMDhDOS41NzExNiA0LjMwMDA4IDkuODExMTYgNC40ODAwOCAxMC41ODEyIDQuNTIwMDhIMTEuODQxMkgxMy4wOTEyQzEzLjc4MTIgNC41MjAwOCAxNC4yMDEyIDQuNDYwMDggMTQuOTAxMiA0LjQxMDA4QzE1LjIzMTIgNC40MTAwOCAxNS40OTEyIDMuNzcwMDggMTUuMDUxMiAzLjY2MDA4QzE0LjI5MTIgMy42MzAwOCAxMy43NzEyIDMuNTAwMDggMTMuMDAxMiAzLjUwMDA4SDExLjAwMTJDMTAuMzgyOCAzLjQ5ODA0IDkuNzY0OTIgMy41MzQ3OCA5LjE1MTE2IDMuNjEwMDhDOC43MzExNiAzLjY0MDA4IDguNTQxMTYgMy45MTAwOCA4LjU1MTE2IDQuMDYwMDhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuMDAwOSA0LjU3MDI0QzIyLjY2MzQgNC4yMDMxMiAyMi4yMTkyIDMuOTUxMjcgMjEuNzMwOSAzLjg1MDIzQzIxLjI2ODEgMy43Mjc4MyAyMC43ODg2IDMuNjgwNTcgMjAuMzEwOSAzLjcxMDI0QzE5LjYwMDkgMy44MTAyNCAxOS43OTA5IDQuMzAwMjMgMjAuMTYwOSA0LjMwMDIzQzIwLjQ5NTkgNC4yOTY4OCAyMC44MzA2IDQuMzIzNjUgMjEuMTYwOSA0LjM4MDI0QzIxLjY1OTcgNC40MTU4NSAyMi4xMjcxIDQuNjM3MDYgMjIuNDcwOSA1LjAwMDIzQzIyLjcwMzkgNS40Njc2MiAyMi44MzY3IDUuOTc4NTMgMjIuODYwOSA2LjUwMDI0QzIyLjk2MDkgNy4yODAyNCAyMy4wNDA5IDguMjkwMjMgMjMuMDkwOSA5LjQwMDIzQzIxLjYyMDkgOS40MDAyMyAxOC42NzA5IDkuMjgwMjQgMTUuMzYwOSA5LjIyMDI0SDExLjk3MDlIOC41ODA4NkM1LjAwMDg2IDkuMjUwMjQgMS44OTA4NiA5LjM3MDIzIDAuOTEwODYyIDkuNDEwMjNDMC45MDQ1MTYgNy45MDE0OSAxLjA1ODcyIDYuMzk2MzUgMS4zNzA4NiA0LjkyMDI0QzEuNDY5MjMgNC43Mzk2NCAxLjYxMzQ3IDQuNTg4MTcgMS43ODkwMyA0LjQ4MTA4QzEuOTY0NTkgNC4zNzM5OSAyLjE2NTI3IDQuMzE1MDYgMi4zNzA4NiA0LjMxMDIzQzIuNzg2MTkgNC4yMDkxNyAzLjIxMzk2IDQuMTY4NzYgMy42NDA4NiA0LjE5MDI0QzMuNjk3MzkgNC4xODA1MSAzLjc0OTM1IDQuMTUzMDMgMy43ODkyMSA0LjExMTc5QzMuODI5MDcgNC4wNzA1NSAzLjg1NDc2IDQuMDE3NjkgMy44NjI1NiAzLjk2MDg2QzMuODcwMzYgMy45MDQwNCAzLjg1OTg2IDMuODQ2MiAzLjgzMjU5IDMuNzk1NzVDMy44MDUzMSAzLjc0NTI5IDMuNzYyNjggMy43MDQ4MyAzLjcxMDg2IDMuNjgwMjRDMy4wOTEzOCAzLjU0NjA0IDIuNDUwMzUgMy41NDYwNCAxLjgzMDg2IDMuNjgwMjRDMS41ODU0OCAzLjczOTI3IDEuMzU2OTIgMy44NTM4MSAxLjE2Mjc1IDQuMDE1MDRDMC45Njg1ODQgNC4xNzYyNyAwLjgxMzk5IDQuMzc5ODkgMC43MTA4NjIgNC42MTAyNEMwLjMyMDg2MiA1LjUzMDI0IC0wLjA3OTEzNzggMTAuNjEwMiAwLjAxMDg2MjIgMTUuMTEwMkMwLjA4MDg2MjIgMTguMzgwMiAwLjQ3MDg2MiAyMS4zMTAyIDEuMTkwODYgMjIuMTkwMkMxLjcyMDg2IDIyLjgzMDIgMy4xMDA4NiAyMy4xOTAyIDQuODQwODYgMjMuMzMwMkM3LjU1MDg2IDIzLjUxMDIgMTEuMTUwOSAyMy4yMTAyIDEzLjAxMDkgMjMuMjEwMkMxNS4zNDY3IDIzLjI4NDIgMTcuNjg0OSAyMy4yMDc0IDIwLjAxMDkgMjIuOTgwMkMyMS4wNTk0IDIyLjg4OTEgMjIuMDc5MyAyMi41OSAyMy4wMTA5IDIyLjEwMDJDMjMuMjgyMiAyMS44NzAyIDIzLjQ2MyAyMS41NTEyIDIzLjUyMDkgMjEuMjAwMkMyMy44NzY5IDE5LjE0NjcgMjQuMDM3NiAxNy4wNjQxIDI0LjAwMDkgMTQuOTgwMkMyNC4wMDA5IDEwLjUwMDIgMjMuNjMwOSA1LjMxMDI0IDIzLjAwMDkgNC41NzAyNFpNMjIuNzUwOSAyMC4wMzAyQzIyLjY5NTEgMjAuNDY5MSAyMi41ODQyIDIwLjg5OTEgMjIuNDIwOSAyMS4zMTAyQzIxLjMwMTggMjEuNzc4NiAyMC4xMDM4IDIyLjAyOTggMTguODkwOSAyMi4wNTAyQzE2LjU1MDkgMjIuMjQwMiAxMy45NzA5IDIyLjE1MDIgMTMuMDEwOSAyMi4xNTAyQzExLjE3MDkgMjIuMTUwMiA3LjYwMDg2IDIyLjQ2MDIgNC45MTA4NiAyMi4zMDAyQzMuNTMwODYgMjIuMjIwMiAyLjM5MDg2IDIyLjA4MDIgMS45NzA4NiAyMS41ODAyQzEuMjkwODYgMjAuNzkwMiAxLjAwMDg2IDE4LjEwMDIgMC45MTA4NjIgMTUuMTMwMkMwLjg0NDM4MSAxMy40MjEgMC44Mzc3MSAxMS43MDk5IDAuODkwODYyIDEwLjAwMDJDMS44OTA4NiAxMC4wMDAyIDQuOTQwODYgMTAuMTYwMiA4LjU4MDg2IDEwLjIzMDJIMTEuOTcwOUgxNS4zNjA5QzE4LjY5MDkgMTAuMTcwMiAyMS42NTA5IDEwLjA4MDIgMjMuMTEwOSAxMC4wNDAyQzIzLjExMDkgMTEuMDQwMiAyMy4xNjA5IDEyLjE3MDIgMjMuMTEwOSAxMy4yNzAyQzIzLjEzMDkgMTUuNTI4OCAyMy4wMTA3IDE3Ljc4NjUgMjIuNzUwOSAyMC4wMzAyWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTQuNDc5ODkgNC4zNDAwMkM0LjQwMjkyIDUuMTQwNzcgNC40ODEwMiA1Ljk0ODg0IDQuNzA5ODkgNi43MjAwMkM0Ljg5MDYyIDcuMDcxNzIgNS4xOTM3NSA3LjM0NTE4IDUuNTYyMTUgNy40ODg4NUM1LjkzMDU0IDcuNjMyNTIgNi4zMzg3NyA3LjYzNjUgNi43MDk4OSA3LjUwMDAyQzYuOTY0NTcgNy40NDEyMyA3LjIwMDA5IDcuMzE4NTkgNy4zOTQyOCA3LjE0MzY1QzcuNTg4NDcgNi45Njg3IDcuNzM0OTQgNi43NDcyMSA3LjgxOTg5IDYuNTAwMDJDNy45ODk5NyA1LjkzMzMxIDguMDUxMDUgNS4zMzk0OSA3Ljk5OTg5IDQuNzUwMDJWMy42OTAwMlYzLjI5MDAyQzguMDEzNDkgMy4wNjg3NCA3Ljk3OTQ3IDIuODQ3MTIgNy45MDAxMiAyLjY0MDFDNy44MjA3NiAyLjQzMzA5IDcuNjk3OTIgMi4yNDU1MSA3LjUzOTg5IDIuMDkwMDJDNy4wMDg1OSAxLjcyMzk1IDYuMzU3ODggMS41NzM3OSA1LjcxOTg5IDEuNjcwMDJDNS42MzIzNyAxLjY3MDAyIDUuNTQ4NDMgMS43MDQ3OSA1LjQ4NjU0IDEuNzY2NjhDNS40MjQ2NiAxLjgyODU3IDUuMzg5ODkgMS45MTI1IDUuMzg5ODkgMi4wMDAwMkM1LjM2NTM1IDEuOTM4MzYgNS4zMTk3MSAxLjg4NzQyIDUuMjYxMSAxLjg1NjI4QzUuMjAyNDkgMS44MjUxNSA1LjEzNDcyIDEuODE1ODQgNS4wNjk4OSAxLjgzMDAyQzUuMDA0NTEgMS44NDgzMyA0Ljk0NDcgMS44ODI1OCA0Ljg5NTgzIDEuOTI5NzFDNC44NDY5NiAxLjk3NjgzIDQuODEwNTYgMi4wMzUzNiA0Ljc4OTg5IDIuMTAwMDJDNC43MTQ4MSAyLjQyODQ2IDQuNjcxMjggMi43NjMzMSA0LjY1OTg5IDMuMTAwMDJMNC41NDk4OSAzLjYzMDAyVjMuODkwMDJMNC40Nzk4OSA0LjM0MDAyWk01LjI5OTg5IDQuMDUwMDJDNS4yOTk4OSA0LjA1MDAyIDUuNDU5ODkgMi4yMDAwMiA1LjQ1OTg5IDIuMTIwMDJDNS40ODI0IDIuMTgxNTIgNS41MjMyMyAyLjIzNDYzIDUuNTc2ODggMi4yNzIxOEM1LjYzMDUzIDIuMzA5NzMgNS42OTQ0MSAyLjMyOTkyIDUuNzU5ODkgMi4zMzAwMkM2LjY1OTg5IDIuMzMwMDIgNy4wMzk4OSAyLjUwMDAyIDcuMTM5ODkgMi44NTAwMkM3LjE2OTA3IDMuNDg2NjcgNy4xMjIwNyA0LjEyNDUzIDYuOTk5ODkgNC43NTAwMkM3LjAwMDc3IDUuMTM3MDcgNi45NTcxNSA1LjUyMjk0IDYuODY5ODkgNS45MDAwMkM2LjgwOTg5IDYuMTMwMDIgNi43MTk4OSA2LjM3MDAyIDYuNDY5ODkgNi40MzAwMkM2LjM3MjMyIDYuNDc0MjIgNi4yNjYxMSA2LjQ5NjA5IDYuMTU5MDIgNi40OTQwM0M2LjA1MTkyIDYuNDkxOTggNS45NDY2MyA2LjQ2NjA2IDUuODUwODIgNi40MTgxNUM1Ljc1NTAyIDYuMzcwMjUgNS42NzExMSA2LjMwMTU3IDUuNjA1MjEgNi4yMTcxM0M1LjUzOTMgNi4xMzI2OSA1LjQ5MzA4IDYuMDM0NiA1LjQ2OTg5IDUuOTMwMDJDNS4zMDkxMyA1LjMxNzE2IDUuMjUxNjcgNC42ODE3OCA1LjI5OTg5IDQuMDUwMDJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQxNDJfMTk2NTgiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") !important;
  content: "" !important;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
.custom-gf .gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy42NzA2IDYuMDQ5ODdDMjIuMzA3NSA0LjQ4ODUgMjAuNjMxMiAzLjIzMTI5IDE4Ljc1MDYgMi4zNTk4N0MxNi45NDQ5IDEuNDYxODYgMTUuMDAxMiAwLjg3MzY3MyAxMy4wMDA2IDAuNjE5ODdDMTIuMDAyNCAwLjUwNjc3NyAxMC45OTM1IDAuNTI2OTU0IDEwLjAwMDYgMC42Nzk4N0M3LjM2OTM3IDEuMDUzODYgNC44NTY3NCAyLjAxNzg5IDIuNjUwNjEgMy40OTk4N0MxLjgwNzA1IDQuMDU1MzQgMS4wMTY5OCA0LjY4ODA3IDAuMjkwNjEgNS4zODk4N0MwLjIwNjM0IDUuNDc2NjkgMC4xMjk0MSA1LjU3MDM0IDAuMDYwNjA5OSA1LjY2OTg3QzAuMDI4NjYzMyA1LjcyMDgyIDAuMDExNzE4OCA1Ljc3OTc0IDAuMDExNzE4OCA1LjgzOTg3QzAuMDExNzE4NyA1LjkgMC4wMjg2NjMzIDUuOTU4OTIgMC4wNjA2MDk5IDYuMDA5ODdDMC4wNzg1NzE1IDYuMDQ1NzIgMC4xMDM1MzggNi4wNzc2MSAwLjEzNDAzMyA2LjEwMzY0QzAuMTY0NTI4IDYuMTI5NjggMC4xOTk5MzMgNi4xNDkzNCAwLjIzODE1NiA2LjE2MTQ2QzAuMjc2Mzc4IDYuMTczNTggMC4zMTY2NDIgNi4xNzc5MSAwLjM1NjU2OSA2LjE3NDJDMC4zOTY0OTUgNi4xNzA0OSAwLjQzNTI3MyA2LjE1ODgyIDAuNDcwNjEgNi4xMzk4N0MxLjYwOTE5IDQuOTQ1MTIgMi45NjcyNyAzLjk4MDg4IDQuNDcwNjEgMy4yOTk4N0M1LjQyOTgzIDIuODEyNDYgNi40MzQ2NyAyLjQyMDU4IDcuNDcwNjEgMi4xMjk4N0M4LjM2MDYxIDEuODc0MjMgOS4yNzA0NSAxLjY5MzYgMTAuMTkwNiAxLjU4OTg3QzExLjA4NjkgMS40NzQ2NyAxMS45OTQzIDEuNDc0NjcgMTIuODkwNiAxLjU4OTg3QzE0Ljc3OSAxLjg3ODM3IDE2LjYwNjkgMi40NzY0IDE4LjMwMDYgMy4zNTk4N0MxOS45ODkyIDQuMTY1NjMgMjEuNTA0MyA1LjI5MzQgMjIuNzYwNiA2LjY3OTg3QzIyLjg0ODQgNi44MzE4OSAyMi44OTQ2IDcuMDA0MzMgMjIuODk0NiA3LjE3OTg3QzIyLjg5NDYgNy4zNTU0MSAyMi44NDg0IDcuNTI3ODUgMjIuNzYwNiA3LjY3OTg3QzIyLjU2MDIgOC4wOTg5IDIyLjI4NTggOC40NzgzMSAyMS45NTA2IDguNzk5ODdDMjEuMDM3MiA5Ljc0Mzg1IDIwLjAzMjMgMTAuNTk0NyAxOC45NTA2IDExLjMzOTlDMTcuODU2MyAxMi4wNjc3IDE2LjY3MzQgMTIuNjUyNCAxNS40MzA2IDEzLjA3OTlDMTQuNjQ0NCAxMy4zMzM1IDEzLjgyNjMgMTMuNDc0OSAxMy4wMDA2IDEzLjQ5OTlDMTEuNzUxNiAxMy41MjQ1IDEwLjUwMjMgMTMuNDY3NyA5LjI2MDYxIDEzLjMyOTlDNy43MDgwNCAxMy4wOTIzIDYuMjQxNzggMTIuNDYyNCA1LjAwMDYxIDExLjQ5OTlDMy43MDEyOSAxMC41NjQxIDIuNTkxNjEgOS4zODk5MSAxLjczMDYxIDguMDM5ODdDMS43MDc5NSA3Ljk5OTQ1IDEuNjc3MjcgNy45NjQxIDEuNjQwNDUgNy45MzU5N0MxLjYwMzYzIDcuOTA3ODQgMS41NjE0NSA3Ljg4NzUzIDEuNTE2NSA3Ljg3NjNDMS40NzE1NSA3Ljg2NTA2IDEuNDI0NzggNy44NjMxMyAxLjM3OTA2IDcuODcwNjJDMS4zMzMzMyA3Ljg3ODExIDEuMjg5NjIgNy44OTQ4NyAxLjI1MDYxIDcuOTE5ODdDMS4xNzQgNy45NzI3NCAxLjEyMDE0IDguMDUyNTMgMS4wOTk3NSA4LjE0MzM1QzEuMDc5MzYgOC4yMzQxNyAxLjA5Mzk1IDguMzI5MzMgMS4xNDA2MSA4LjQwOTg3QzIuMDIyMTIgOS44NTUxMiAzLjE2ODkzIDExLjEyMDcgNC41MjA2MSAxMi4xMzk5QzUuODY4OTcgMTMuMjIxIDcuNDc0NSAxMy45MzQxIDkuMTgwNjEgMTQuMjA5OUMxMC40NDYzIDE0LjM4ODkgMTEuNzIyNCAxNC40ODU4IDEzLjAwMDYgMTQuNDk5OUMxMy45MDA0IDE0LjUwNDYgMTQuNzk2MyAxNC4zOCAxNS42NjA2IDE0LjEyOTlDMTcuMDA0MyAxMy43MDQ3IDE4LjI4NTYgMTMuMTAyOCAxOS40NzA2IDEyLjMzOTlDMjAuNjQwOCAxMS41NjkxIDIxLjcyNjggMTAuNjc3NiAyMi43MTA2IDkuNjc5ODdDMjMuMjU4NiA5LjE2ODkxIDIzLjY3MDkgOC41Mjk3NCAyMy45MTA2IDcuODE5ODdDMjQuMDEwNSA3LjUyNjQyIDI0LjA0MDggNy4yMTM3NyAyMy45OTkyIDYuOTA2NTlDMjMuOTU3NSA2LjU5OTQxIDIzLjg0NSA2LjMwNjEyIDIzLjY3MDYgNi4wNDk4N1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNzEwNiA0LjY0MDA4QzExLjQ5MzYgNC4zOTU2MiAxMi4zMjQ2IDQuMzQ3NTQgMTMuMTMwNiA0LjUwMDA4QzEzLjUyNDUgNC41OTU2MSAxMy44OTQxIDQuNzcyMDkgMTQuMjE2MSA1LjAxODI4QzE0LjUzOCA1LjI2NDQ4IDE0LjgwNTIgNS41NzUgMTUuMDAwNiA1LjkzMDA4QzE1LjAxOTUgNS45NjYyOCAxNS4wNDU1IDUuOTk4MzcgMTUuMDc2OSA2LjAyNDUyQzE1LjEwODMgNi4wNTA2NiAxNS4xNDQ1IDYuMDcwMzQgMTUuMTgzNiA2LjA4MjQyQzE1LjIyMjYgNi4wOTQ1IDE1LjI2MzYgNi4wOTg3NSAxNS4zMDQzIDYuMDk0OTFDMTUuMzQ1IDYuMDkxMDggMTUuMzg0NSA2LjA3OTI0IDE1LjQyMDYgNi4wNjAwOEMxNS40OTIgNi4wMjAwOCAxNS41NDQ2IDUuOTUzNDggMTUuNTY3MSA1Ljg3NDgxQzE1LjU4OTYgNS43OTYxMyAxNS41ODAxIDUuNzExNzUgMTUuNTQwNiA1LjY0MDA4QzE1LjMyNzUgNS4xOTM3MiAxNS4wMjM2IDQuNzk2OCAxNC42NDgxIDQuNDc0NzdDMTQuMjcyNyA0LjE1Mjc0IDEzLjgzNDIgMy45MTI3MiAxMy4zNjA2IDMuNzcwMDhDMTIuNDI1OSAzLjUwNDE5IDExLjQ0MDEgMy40NzMyOCAxMC40OTA2IDMuNjgwMDhDOS45NTcgMy44MTM4MSA5LjQ2MzY5IDQuMDc0NjQgOS4wNTI3NCA0LjQ0MDMxQzguNjQxNzkgNC44MDU5OCA4LjMyNTQxIDUuMjY1NjUgOC4xMzA1OCA1Ljc4MDA4QzcuNzExNjggNi43OTE3NyA3LjcxMTY4IDcuOTI4NCA4LjEzMDU4IDguOTQwMDhDOC41OTc0OSA5LjkyNDc3IDkuNDI5NjggMTAuNjg4OCAxMC40NTA2IDExLjA3MDFDMTEuNDMwMSAxMS40NTIxIDEyLjUwNjcgMTEuNTA4MiAxMy41MjA2IDExLjIzMDFDMTQuNDE5IDEwLjk2ODkgMTUuMTg0MiAxMC4zNzUzIDE1LjY2MDYgOS41NzAwOEMxNi4xMzk2IDguNzk1MjcgMTYuMzYwMiA3Ljg4ODM1IDE2LjI5MDYgNi45ODAwOEMxNi4yODQ1IDYuOTM1MjMgMTYuMjY5NSA2Ljg5MjA0IDE2LjI0NjUgNi44NTMwNkMxNi4yMjM1IDYuODE0MDggMTYuMTkyOSA2Ljc4MDA4IDE2LjE1NjYgNi43NTMwN0MxNi4xMjAyIDYuNzI2MDYgMTYuMDc4OSA2LjcwNjU3IDE2LjAzNDkgNi42OTU3NkMxNS45OTEgNi42ODQ5NCAxNS45NDUzIDYuNjgzMDEgMTUuOTAwNiA2LjY5MDA4QzE1Ljg1NDggNi42OTQ5NSAxNS44MTA2IDYuNzA5MDYgMTUuNzcwNCA2LjczMTU0QzE1LjczMDMgNi43NTQwMiAxNS42OTUyIDYuNzg0NDEgMTUuNjY3MSA2LjgyMDg3QzE1LjYzOTEgNi44NTczMyAxNS42MTg3IDYuODk5MSAxNS42MDczIDYuOTQzNjVDMTUuNTk1OCA2Ljk4ODIxIDE1LjU5MzYgNy4wMzQ2MiAxNS42MDA2IDcuMDgwMDhDMTUuNTk4OSA3Ljc5Njg1IDE1LjM3NTQgOC40OTU1MSAxNC45NjA2IDkuMDgwMDhDMTQuNTc1MSA5LjY3NDc0IDEzLjk3MiAxMC4wOTQ3IDEzLjI4MDYgMTAuMjUwMUMxMi40NzQzIDEwLjQyNCAxMS42MzM3IDEwLjMzNjQgMTAuODgwNiAxMC4wMDAxQzEwLjEzMzYgOS43MzkxOCA5LjUxNDcgOS4yMDI1MyA5LjE1MDU4IDguNTAwMDhDOC44NTU5OCA3Ljc3NTU1IDguODU1OTggNi45NjQ2MSA5LjE1MDU4IDYuMjQwMDhDOS4yNjIxMSA1Ljg2NzI1IDkuNDYyMjYgNS41MjY5OCA5LjczMzkzIDUuMjQ4MzRDMTAuMDA1NiA0Ljk2OTcxIDEwLjM0MDcgNC43NjEwMSAxMC43MTA2IDQuNjQwMDhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K") no-repeat center center !important;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  content: "" !important;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-gf .gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwODZfNDY1OCkiPgo8cGF0aCBkPSJNMS40MjAwMiAxNS4xNUMxLjYzODYzIDE1LjQ1MzcgMS44ODI4NiAxNS43MzggMi4xNTAwMiAxNkMyLjIxNzQyIDE2LjA1MDYgMi4zMDA3OSAxNi4wNzUxIDIuMzg0ODMgMTYuMDY5MUMyLjQ2ODg3IDE2LjA2MzEgMi41NDc5MyAxNi4wMjcxIDIuNjA3NTEgMTUuOTY3NUMyLjY2NzA4IDE1LjkwNzkgMi43MDMxNyAxNS44Mjg4IDIuNzA5MTQgMTUuNzQ0OEMyLjcxNTExIDE1LjY2MDggMi42OTA1NyAxNS41Nzc0IDIuNjQwMDIgMTUuNTFDMi40MDc1NSAxNS4yNjI4IDIuMTkzNjQgMTQuOTk4NyAyLjAwMDAyIDE0LjcyQzEuNzIwMDIgMTQuMjkgMS40NzAwMiAxMy44NCAxLjIyMDAyIDEzLjM5QzEuMTMwMDIgMTMuMjMgMS4wMzAwMiAxMy4wNiAwLjk1MDAyIDEyLjg5QzAuODk0OTYxIDEyLjc3ODEgMC44Njc1MjggMTIuNjU0NyAwLjg3MDAyIDEyLjUzTDEuMjQwMDIgMTJMMi40MjAwMiAxMC40MkMzLjQ3NzEyIDkuMTkwMTQgNC43MjY2OCA4LjEzOTg0IDYuMTIwMDIgNy4zMUM3LjQ3MzU5IDYuNDIwNjYgOC45ODM2NCA1Ljc5NjI4IDEwLjU3IDUuNDdDMTEuMjMgNS4zNTM4IDExLjkwMDMgNS4zMDY4OCAxMi41NyA1LjMzQzEzLjI2MjEgNS4zNjMzNyAxMy45NDkgNS40NjcyNCAxNC42MiA1LjY0QzE0LjY5ODIgNS42NjE3MyAxNC43ODE5IDUuNjUxOSAxNC44NTI5IDUuNjEyNjNDMTQuOTI0IDUuNTczMzYgMTQuOTc2OCA1LjUwNzc5IDE1IDUuNDNDMTUuMDEyMiA1LjM5MTI3IDE1LjAxNjMgNS4zNTA0OCAxNS4wMTIzIDUuMzEwMUMxNS4wMDgyIDUuMjY5NzEgMTQuOTk2IDUuMjMwNTcgMTQuOTc2NCA1LjE5NTA1QzE0Ljk1NjcgNS4xNTk1MiAxNC45MzAxIDUuMTI4MzUgMTQuODk4MSA1LjEwMzQyQzE0Ljg2NiA1LjA3ODQ5IDE0LjgyOTMgNS4wNjAzMSAxNC43OSA1LjA1QzEzLjM3MTIgNC41OTI3NCAxMS44NzM0IDQuNDMyNzUgMTAuMzkgNC41OEM4LjY2MjgxIDQuODE4OTcgNy4wMDQyOCA1LjQxNDk1IDUuNTIwMDIgNi4zM0M0LjAxMDIyIDcuMjI2MDYgMi42NzgwNyA4LjM5MjExIDEuNTkwMDIgOS43N0wwLjQ0MDAyIDExLjQ5QzAuMzA5MjI3IDExLjY3MjYgMC4xOTU0MTggMTEuODY2NyAwLjEwMDAyIDEyLjA3QzAuMDQyMjE5OSAxMi4xOTYgMC4wMDgzMTIxNiAxMi4zMzE2IDEuOTgyMTllLTA1IDEyLjQ3Qy0wLjAwNzE3MTc2IDEyLjY5NyAwLjAzNzI3OTIgMTIuOTIyNyAwLjEzMDAyIDEzLjEzQzAuMjQ2OTk0IDEzLjM2NTkgMC4zODA2NjggMTMuNTkzMSAwLjUzMDAyIDEzLjgxQzAuODIwMDIgMTQuMjYgMS4xMDAwMiAxNC43MiAxLjQyMDAyIDE1LjE1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTkuNzM5OTkgOS41M0MxMC4yMzUzIDkuMjQxNCAxMC43NjY2IDkuMDE5NDggMTEuMzIgOC44N0MxMS41ODk2IDguNzkxMzkgMTEuODYzMyA4LjcyNzk2IDEyLjE0IDguNjhDMTIuMzA2MSA4LjY1OTkgMTIuNDczOSA4LjY1OTkgMTIuNjQgOC42OEMxMi43MjA1IDguNjkxOTYgMTIuODAyNiA4LjY3Mjc2IDEyLjg2OTUgOC42MjYzMUMxMi45MzY0IDguNTc5ODYgMTIuOTgzMSA4LjUwOTY2IDEzIDguNDNDMTMuMDE0OCA4LjM1MDU1IDEyLjk5OCA4LjI2ODQ2IDEyLjk1MzIgOC4yMDEyMUMxMi45MDgzIDguMTMzOTYgMTIuODM5IDguMDg2ODggMTIuNzYgOC4wN0MxMi41NDMzIDguMDIyMzMgMTIuMzIxOSA3Ljk5ODg1IDEyLjEgOEMxMS43OSA4IDExLjQ5IDggMTEuMTggOC4wNkMxMC40ODk1IDguMTAzMzggOS44MTIzIDguMjY5MyA5LjE3OTk5IDguNTVDOC41NjI3IDguODM3MzYgOC4wMTYzOSA5LjI1NzM0IDcuNTc5OTkgOS43OEM3LjEzMTU5IDEwLjMxMjIgNi44MTYxNSAxMC45NDM0IDYuNjU5NjYgMTEuNjIxNUM2LjUwMzE4IDEyLjI5OTYgNi41MTAxNSAxMy4wMDUxIDYuNjc5OTkgMTMuNjhDNi42ODYwOSAxMy43MjQ5IDYuNzAxMDkgMTMuNzY4IDYuNzI0MSAxMy44MDdDNi43NDcxMiAxMy44NDYgNi43Nzc2OCAxMy44OCA2LjgxNDAxIDEzLjkwN0M2Ljg1MDMzIDEzLjkzNCA2Ljg5MTY5IDEzLjk1MzUgNi45MzU2NSAxMy45NjQzQzYuOTc5NiAxMy45NzUxIDcuMDI1MjggMTMuOTc3MSA3LjA2OTk5IDEzLjk3QzcuMTYxNDEgMTMuOTU1MyA3LjI0MzI2IDEzLjkwNDkgNy4yOTc2MiAxMy44Mjk5QzcuMzUxOTcgMTMuNzU0OSA3LjM3NDQgMTMuNjYxNSA3LjM1OTk5IDEzLjU3QzcuMzA3ODEgMTMuMDIxMyA3LjM3NzU3IDEyLjQ2NzggNy41NjQyNyAxMS45NDkxQzcuNzUwOTggMTEuNDMwNSA4LjA1MDAyIDEwLjk1OTYgOC40Mzk5OSAxMC41N0M4LjgxNjk2IDEwLjE1ODIgOS4yNTU1IDkuODA3MzggOS43Mzk5OSA5LjUzWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTE4LjE2OTkgNy43N0MxOC41Mzk5IDggMTkuNDc5OSA4LjU1IDE5LjY0OTkgOC42OEMyMC4xMjQyIDkuMDUxODUgMjAuNTc1IDkuNDUyNjEgMjAuOTk5OSA5Ljg4QzIxLjQxMzIgMTAuMzAwMSAyMS43OTc0IDEwLjc0NzggMjIuMTQ5OSAxMS4yMkMyMi4zOTUzIDExLjUzOCAyMi42MTkyIDExLjg3MjEgMjIuODE5OSAxMi4yMkMyMi45MzA0IDEyLjM5MTcgMjIuOTk4OSAxMi41ODY5IDIzLjAxOTkgMTIuNzlDMjMuMDE5MiAxMi45NDc4IDIyLjk3NzkgMTMuMTAyOCAyMi44OTk5IDEzLjI0QzIyLjc5NTEgMTMuNDM3IDIyLjY3ODIgMTMuNjI3NCAyMi41NDk5IDEzLjgxQzIyLjI5MTggMTQuMjEyOCAyMS45OTcyIDE0LjU5MTEgMjEuNjY5OSAxNC45NEMyMS4xNDMxIDE1LjQ3NTQgMjAuNTg1NSAxNS45Nzk1IDE5Ljk5OTkgMTYuNDVDMTkuNzQ0NSAxNi42Nzk0IDE5LjQ3MDIgMTYuODg2OCAxOS4xNzk5IDE3LjA3QzE4LjcxOTkgMTcuMzcgMTguMjI5OSAxNy42MyAxNy43NDk5IDE3Ljg5QzE3LjI2OTkgMTguMTUgMTYuNTY5OSAxOC41NSAxNS45NTk5IDE4LjgzQzE1LjU3MjkgMTkuMDIwOCAxNS4xNzE3IDE5LjE4MTMgMTQuNzU5OSAxOS4zMUMxMy42NTExIDE5LjYzIDEyLjUwNCAxOS43OTgyIDExLjM0OTkgMTkuODFDMTAuMTg1MSAxOS44MzE1IDkuMDIyMzEgMTkuNzAzOCA3Ljg4OTkyIDE5LjQzQzcuNjkyODIgMTkuMzgxIDcuNTAxNjggMTkuMzEwNiA3LjMxOTkyIDE5LjIyQzYuODM5OTIgMTkgNi4zODk5MiAxOC43IDUuOTE5OTIgMTguNDhDNS44Mzc3IDE4LjQ0MDIgNS43NDMwNSAxOC40MzQ3IDUuNjU2NzggMTguNDY0N0M1LjU3MDUyIDE4LjQ5NDcgNS40OTk3IDE4LjU1NzggNS40NTk5MiAxOC42NEM1LjQyMDE0IDE4LjcyMjIgNS40MTQ2NSAxOC44MTY5IDUuNDQ0NjUgMTguOTAzMUM1LjQ3NDY2IDE4Ljk4OTQgNS41Mzc3IDE5LjA2MDIgNS42MTk5MiAxOS4xQzYuMDc5OTIgMTkuMzQgNi41MTk5MiAxOS42NiA2Ljk4OTkyIDE5LjlDNy4yMTQ1MiAyMC4wMTM4IDcuNDQ4NzcgMjAuMTA3NSA3LjY4OTkyIDIwLjE4QzguODc4MDcgMjAuNTIgMTAuMTA0NSAyMC43MDgxIDExLjMzOTkgMjAuNzRDMTIuNTg5IDIwLjc3NTIgMTMuODM3MSAyMC42NDA3IDE1LjA0OTkgMjAuMzRDMTUuNTE3IDIwLjIxMTYgMTUuOTc0OCAyMC4wNTEyIDE2LjQxOTkgMTkuODZDMTcuMDY5OSAxOS41OCAxNy42Nzk5IDE5LjI0IDE4LjI5OTkgMTguOTFDMTguODE3NCAxOC42NDg4IDE5LjMyMTMgMTguMzYxOCAxOS44MDk5IDE4LjA1QzIwLjE2MjMgMTcuODMzOSAyMC40OTY3IDE3LjU4OTggMjAuODA5OSAxNy4zMkMyMS40MDA5IDE2LjgwMjMgMjEuOTU4NyAxNi4yNDc5IDIyLjQ3OTkgMTUuNjZDMjIuODU0MyAxNS4yNTYyIDIzLjE4OTEgMTQuODE3NiAyMy40Nzk5IDE0LjM1QzIzLjY1MDQgMTQuMDY5MiAyMy43OTc2IDEzLjc3NDkgMjMuOTE5OSAxMy40N0MyNC4wMTU3IDEzLjIxNDkgMjQuMDUzMyAxMi45NDE1IDI0LjAyOTkgMTIuNjdDMjMuOTg1OSAxMi4zMTI1IDIzLjg1OTIgMTEuOTcwMSAyMy42NTk5IDExLjY3QzIzLjQxOTMgMTEuMzE5NCAyMy4xNTUzIDEwLjk4NTMgMjIuODY5OSAxMC42N0MyMi40NzA3IDEwLjE4MjEgMjIuMDM2MiA5LjcyNDI0IDIxLjU2OTkgOS4zQzIxLjEwODEgOC44Nzc4IDIwLjYyNDEgOC40ODA1NyAyMC4xMTk5IDguMTFMMTguNjk5OSA3LjI5TDE4LjE2OTkgNy43N1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xOC43IDcuMjlIMTguNzZMMjMuNjkgMi43M0MyMy43NTQxIDIuNjY0NTggMjMuNzkgMi41NzY2MSAyMy43OSAyLjQ4NUMyMy43OSAyLjM5MzM5IDIzLjc1NDEgMi4zMDU0MyAyMy42OSAyLjI0QzIzLjYyMzQgMi4xNzgxNSAyMy41MzU5IDIuMTQzNzcgMjMuNDQ1IDIuMTQzNzdDMjMuMzU0MSAyLjE0Mzc3IDIzLjI2NjYgMi4xNzgxNSAyMy4yIDIuMjRMMTYuMDggOC4yN0MxNS4xNyA5LjAzIDE0LjI2IDkuNzcgMTMuMzQgMTAuNTJDMTEuOTcgMTEuNjQgMTAuNTkgMTIuNzUgOS4yMTk5NyAxMy44OEM4LjIxOTk3IDE0LjY5IDcuMjE5OTcgMTUuNTEgNi4yOTk5NyAxNi4zM0M0LjkxOTk3IDE3LjUxIDMuNTY5OTcgMTguNzUgMi4xNjk5NyAxOS45MkMxLjU3OTk3IDIwLjQyIDAuOTY5OTcgMjAuOTIgMC4zNTk5NyAyMS4zN0MwLjMwODYzNiAyMS40MjE2IDAuMjc3MDczIDIxLjQ4OTUgMC4yNzA4MDYgMjEuNTYyQzAuMjY0NTM5IDIxLjYzNDUgMC4yODM5NjggMjEuNzA2OSAwLjMyNTY5MiAyMS43NjY1QzAuMzY3NDE2IDIxLjgyNjEgMC40Mjg3NzUgMjEuODY5MSAwLjQ5OTAyOSAyMS44ODgxQzAuNTY5MjgyIDIxLjkwNyAwLjY0Mzk1MyAyMS45MDA2IDAuNzA5OTcgMjEuODdDMS4zNTk5NyAyMS40MiAxLjk5OTk3IDIxIDIuNjE5OTcgMjAuNDhDNC4wNjk5NyAxOS4zNyA1LjQ3OTk3IDE4LjIxIDYuOTE5OTcgMTcuMUM3LjMyOTk3IDE2Ljc4IDExLjcyIDEzLjM1IDEyLjkyIDEyLjM4QzEzLjc4IDExLjY4IDE1Ljk5IDkuNzcgMTUuOTkgOS43N0MxNi4yNiA5LjU0IDE2LjUzIDkuMzEgMTYuNzkgOS4wN0wxOC4xOSA3Ljc3TDE4LjcgNy4yOVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNS45MyAxMS4zQzE2LjAxOTIgMTEuNjQ5MyAxNi4wNDMgMTIuMDEyMSAxNiAxMi4zN0MxNS45NTg5IDEyLjc0NzMgMTUuODc4NSAxMy4xMTk0IDE1Ljc2IDEzLjQ4QzE1LjU2MTggMTQuMDc3NyAxNS4yNjA2IDE0LjYzNjEgMTQuODcgMTUuMTNDMTQuNTA0MyAxNS42MTggMTQuMDI3OSAxNi4wMTIyIDEzLjQ4IDE2LjI4QzEyLjY0NTYgMTYuNjY1NiAxMS43MDc4IDE2Ljc2NzQgMTAuODEgMTYuNTdDMTAuMzc3MiAxNi40OTA1IDkuOTU0NjQgMTYuMzYzIDkuNTUwMDQgMTYuMTlDOS4wMzAwNCAxNS44NyA4LjM3MDAzIDE2LjM5IDguOTAwMDMgMTYuNzJDOS40MzI0MiAxNy4wNDgyIDEwLjAwOCAxNy4zMDA3IDEwLjYxIDE3LjQ3QzExLjcyNDggMTcuNzk2OCAxMi45MTYxIDE3Ljc0NzYgMTQgMTcuMzNDMTQuNzE2MSAxNi45ODg1IDE1LjMzNSAxNi40NzI4IDE1LjggMTUuODNDMTYuMjUyMyAxNS4yMDcgMTYuNTc1MyAxNC40OTk4IDE2Ljc1IDEzLjc1QzE2Ljg3OTIgMTMuMjIzNSAxNi45MzY0IDEyLjY4MTkgMTYuOTIgMTIuMTRDMTYuOTA0OCAxMS43NjQxIDE2LjgzMDYgMTEuMzkyOSAxNi43IDExLjA0TDE2LjQ0IDEwLjU3QzE2IDkuOTQgMTUuNTcgMTAuNjMgMTUuODMgMTEuMDdMMTUuOTMgMTEuM1oiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDA4Nl80NjU4Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat center center !important;
  width: 25px;
  height: 25px;
  content: "" !important;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 25px;
}
.custom-gf .ginput_container_checkbox a {
  text-decoration: underline;
}
.custom-gf .gform-grid-row {
  row-gap: 22px !important;
  margin-inline: -8px !important;
}
.custom-gf .gform-grid-col {
  padding-inline: 8px !important;
}
.custom-gf #field_1_9 {
  height: 0px !important;
  overflow: hidden !important;
}

.gform_validation_errors {
  display: none !important;
}

.custom-gf-submit {
  background: #466da0 !important;
  height: 64px !important;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  /* identical to box height */
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  letter-spacing: 0.36px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.custom-gf-submit svg,
.custom-gf-submit path {
  all: revert-layer;
  display: block;
}
.custom-gf-submit .icon-right {
  margin-left: 15px;
}

body {
  font-family: "Source Serif Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  color: #001f37;
}

.font-24 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #002e51;
}

h2, .h2,
.font-40 {
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .font-24 {
    font-size: 20px;
  }
  h2, .h2,
  .font-40 {
    font-size: 24px;
  }
}
.site-header {
  border-bottom: solid 1px #e0eaf6;
}
.site-header__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
@media (max-width: 1400px) {
  .site-header__navigation {
    display: none;
  }
}
.site-header__social ul li:not(:last-child) a::after {
  display: none;
}
.site-header__right {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}
.site-header__right .back-bromberg {
  font-weight: 600;
  color: #002e51;
  white-space: nowrap;
}
.site-header__right .back-bromberg svg {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .site-header__right .btn-primary span, .site-header__right .woocommerce-checkout #payment #place_order span, .woocommerce-checkout #payment .site-header__right #place_order span, .site-header__right .mini-cart .checkout span, .mini-cart .site-header__right .checkout span, .site-header__right .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .site-header__right a.button span, .site-header__right #reset-password-form input[type=submit] span, #reset-password-form .site-header__right input[type=submit] span,
  .site-header__right #lost-password-form input[type=submit] span,
  #lost-password-form .site-header__right input[type=submit] span, .site-header__right #login-form input[type=submit] span, #login-form .site-header__right input[type=submit] span {
    display: none;
  }
}
.site-header__right .menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .site-header__right .menu-toggle {
    display: block;
  }
}

.cart-header .mini-cart-icon {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  padding: 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 344px;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.menu-mobile.active {
  transform: translateX(0);
}
.menu-mobile__inner {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.menu-mobile__logo {
  max-width: 200px;
}
.menu-mobile__logo img {
  max-width: 100%;
  height: auto;
}
.menu-mobile__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.menu-mobile .back-bromberg {
  margin-top: 36px;
  display: flex;
  align-items: center;
  color: #002e51;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 12px 24px;
  border: solid 1px #466da0;
  background: #466da0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.menu-mobile .back-bromberg svg {
  margin-right: 10px;
}
.menu-mobile .back-bromberg svg path {
  fill: #fff;
}

body.menu-opened {
  overflow: hidden;
}
body.menu-opened::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

@media (max-width: 1024px) {
  .site-header__logo {
    max-width: 195px;
  }
  .site-header__logo img {
    width: 100%;
  }
  .site-header__right {
    gap: 16px;
  }
  .site-header__right .back-bromberg {
    display: none;
  }
  .site-header__right .btn-primary, .site-header__right .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .site-header__right #place_order, .site-header__right .mini-cart .checkout, .mini-cart .site-header__right .checkout, .site-header__right .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .site-header__right a.button, .site-header__right #reset-password-form input[type=submit], #reset-password-form .site-header__right input[type=submit],
  .site-header__right #lost-password-form input[type=submit],
  #lost-password-form .site-header__right input[type=submit], .site-header__right #login-form input[type=submit], #login-form .site-header__right input[type=submit] {
    padding: 7px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .site-header__right .whislist {
    padding: 7px;
    background-color: rgba(242, 242, 242, 0.8);
    border-radius: 100%;
  }
  .site-header__right .whislist svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 1024px) {
  .site-header__right svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1400px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 16px;
    height: auto !important;
    line-height: 1em !important;
    font-size: 18px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    line-height: 1em !important;
    height: auto !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background: none;
    padding: 16px;
    line-height: 1em !important;
    font-size: 16px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: rgba(70, 109, 160, 0.1019607843);
    font-weight: bold;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .menu {
    list-style: none;
    padding: 16px;
    max-height: calc(100vh - 700px);
    overflow-y: auto;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .menu li {
    height: auto;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .menu li a {
    padding: 8px 16px;
    display: block;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1401px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:last-child) > a.mega-menu-link {
    position: relative;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:last-child) > a.mega-menu-link:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    background: #e0eaf6;
    top: 50%;
    display: block;
    transform: translateY(-50%);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu {
    text-align: right;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    border: none !important;
    box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.1215686275);
    display: flex;
    flex-direction: column;
    padding: 40px 0 !important;
    border-radius: 8px;
    top: 61px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu {
    padding: 40px 32px !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: #f8fafc !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu > li {
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item {
    height: auto !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item a {
    padding: 8px !important;
    display: block !important;
    font-size: 13px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item.current-menu-item > a, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item:hover > a {
    padding-left: 16px !important;
    color: #002e51 !important;
    background: #f1f6fc;
    position: relative;
    display: block !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item.current-menu-item > a:before, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu .menu-item:hover > a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #002e51;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu li {
    width: calc(20% - 29px);
    position: relative;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu li:not(:nth-child(5n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    width: 1px;
    background-color: #e2e8f0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-formal-crystal li {
    width: calc(33.333% - 29px);
    position: relative;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-formal-crystal li::after {
    display: none;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-formal-crystal li:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    width: 1px;
    background-color: #e2e8f0;
    display: block;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-miscellaneous li {
    width: calc(33.333% - 29px);
    position: relative;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-miscellaneous li::after {
    display: none;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-miscellaneous li:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    width: 1px;
    background-color: #e2e8f0;
    display: block;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-miscellaneous li:last-child a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    position: relative;
    padding-right: 32px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-sterling-flatware li {
    width: 100%;
    position: relative;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu ul.menu#menu-sterling-flatware li::after {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition).mega-toggle-on > ul.mega-sub-menu > li {
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: right !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    padding-left: 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none;
    border: none;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect=fade_up] > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on {
    border-bottom: solid 1px #466da0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #e0eaf6 !important;
    border: none !important;
  }
  .discovery-miscellaneous {
    margin-top: 152px;
  }
  .discovery-miscellaneous a {
    display: block;
    color: #466da0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-right: 32px;
    position: relative;
    text-decoration: underline;
    width: -moz-fit-content;
    width: fit-content;
  }
  .discovery-miscellaneous a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url(../img/slide-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.site-footer {
  border-top: solid 1px #e0eaf6;
  padding-bottom: 52px;
  padding-top: 96px;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.site-footer ul {
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.site-footer ul li a {
  display: block;
  padding: 20px 37px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: relative;
  color: #002e51;
}
.site-footer ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 24px;
  background: #e0eaf6;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer__social ul li a {
  padding: 0 30px;
}
.site-footer__social ul li:not(:last-child) a:after {
  display: none;
}
.site-footer__copyright {
  text-align: center;
  color: #002e51;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.home .newsletter {
  display: block;
}

.newsletter {
  display: none;
  padding: 64px 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsletter__inner {
  max-width: 550px;
  margin: auto;
}
.newsletter .newsletter-form__wrapper {
  padding: 40px;
  background: rgba(255, 255, 255, 0.6980392157);
}
.newsletter .newsletter-form__wrapper h3, .newsletter .newsletter-form__wrapper .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsletter .newsletter-form__wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.newsletter .newsletter-form__wrapper .gform_fields br {
  display: none;
}
.newsletter .newsletter-form__wrapper .gform_fields input:not([type=submit]) {
  width: 100%;
  height: 48px;
  padding: 14px 18px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 24px;
  border: solid 1px #466da0;
  background: #fff url("../img/icon-pen.svg") no-repeat 18px center;
  background-size: 20px 20px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .newsletter .newsletter-form__wrapper .gform_fields input:not([type=submit]) {
    font-size: 14px;
  }
}
.newsletter .newsletter-form__wrapper .gform_fields input:not([type=submit])::-moz-placeholder {
  color: #97aac4;
}
.newsletter .newsletter-form__wrapper .gform_fields input:not([type=submit])::placeholder {
  color: #97aac4;
}
.newsletter .newsletter-form__wrapper .gform_fields input:not([type=submit]):focus {
  outline: none;
  box-sizing: none;
}
.newsletter .newsletter-form__wrapper .gform_fields input[type=email] {
  background: #fff url("../img/email.svg") no-repeat 18px center;
}
.newsletter .newsletter-form__wrapper .gform-footer {
  margin-top: 32px;
  display: block;
}
.newsletter .newsletter-form__wrapper .gform-footer input[type=submit] {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border: solid 1px #466da0 !important;
  background: #466da0 !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 2px !important;
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  max-width: none;
  outline: none !important;
  box-shadow: none !important;
}
.newsletter .newsletter-form__wrapper .gform-footer input[type=submit]:hover {
  background: #ffffff !important;
  color: #466da0 !important;
}
.newsletter .newsletter-form__wrapper .gform-footer input[type=submit]:hover svg path {
  fill: #466da0 !important;
}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 62px;
    padding-top: 50px;
  }
  .site-footer__inner {
    gap: 28px;
  }
  .site-footer__navigation ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .site-footer__navigation ul li a {
    padding: 15px 0px;
    font-size: 18px;
  }
  .site-footer__navigation ul li:not(:last-child) a::after {
    width: 1px;
    height: 16px;
    left: 50%;
    right: inherit;
    top: 100%;
  }
  .newsletter .newsletter-form__wrapper h3, .newsletter .newsletter-form__wrapper .h3 {
    font-size: 18px;
    text-align: center;
  }
}
.container-product {
  max-width: 1158px;
}
.container-product .woocommerce-breadcrumb {
  padding-top: 24px;
  padding-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #001f37;
}
.container-product .woocommerce-breadcrumb a {
  color: #8a8a8a;
  display: inline-block;
  padding: 0 10px;
}

html .woocommerce .container-product div.product div.images {
  width: calc(50% - 12px);
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  html .woocommerce .container-product div.product div.images .wpgs-thumb {
    width: 23% !important;
    margin-top: -8px;
    display: block !important;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image {
    margin: 8px 0;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image:before {
    background: none !important;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image img {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: solid 2px #f5f6f7;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image.slick-current img {
    border: solid 2px #466da0;
  }
  html .woocommerce .container-product div.product div.images .wpgs-image {
    width: calc(77% - 16px) !important;
    border: solid 1px #f5f6f7;
    display: block !important;
  }
}
html .woocommerce .container-product div.product .entry-summary {
  width: calc(50% - 12px);
}
html .woocommerce .container-product div.product .entry-summary .product-pattern {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 8px;
  line-height: 1.4em;
}
html .woocommerce .container-product div.product .entry-summary .product_title {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 12px;
  line-height: 1.4em;
}
html .woocommerce .container-product div.product .entry-summary .product-custom-id {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
html .woocommerce .container-product div.product .entry-summary .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #001f37;
}
html .woocommerce .container-product div.product .entry-summary .price {
  padding-bottom: 24px;
  border-bottom: solid 2px rgba(70, 109, 160, 0.1294117647);
  margin-bottom: 40px;
}
html .woocommerce .container-product div.product .entry-summary .add-to-registry {
  margin-bottom: 16px;
}
html .woocommerce .container-product div.product .entry-summary .add-to-registry a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
html .woocommerce .container-product div.product .entry-summary .yith-wcwl-add-to-wishlist-button {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: underline;
  margin-top: 16px;
}
html .woocommerce .container-product div.product .entry-summary .yith-wcwl-add-to-wishlist-button img {
  width: 24px;
  height: auto;
}
html .woocommerce .products .product {
  border: 1px solid #d9d9d9;
}
html .woocommerce .products .product img {
  width: 100%;
}
html .woocommerce .products .product .yith-wcwl-add-to-wishlist-button {
  left: inherit;
  right: 12px;
  top: 12px;
  margin: 0;
  padding: 11px;
  border-radius: 50%;
  background: rgba(242, 242, 242, 0.8);
}
html .woocommerce .products .product .yith-wcwl-add-to-wishlist-button img {
  width: 24px;
  height: auto;
}
html .woocommerce .products .product .content-wrapper {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
html .woocommerce .products .product .product-pattern {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 4px;
  line-height: 1.4em;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html .woocommerce .products .product .woocommerce-loop-product__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #272727;
  padding: 0;
  min-height: 46px;
  margin-bottom: 4px;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 !important;
}
html .woocommerce .products .product .product-custom-id {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 12px;
}
html .woocommerce .products .product .price {
  margin-bottom: 12px !important;
  display: block !important;
}
html .woocommerce .products .product .price .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #001f37;
}
html .woocommerce .products .product .btn-primary, html .woocommerce .products .product .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment html .woocommerce .products .product #place_order, html .woocommerce .products .product .mini-cart .checkout, .mini-cart html .woocommerce .products .product .checkout, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .products .product .mini-cart a.button, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .products .product a.button, html .woocommerce .products .product #reset-password-form input[type=submit], #reset-password-form html .woocommerce .products .product input[type=submit],
html .woocommerce .products .product #lost-password-form input[type=submit],
#lost-password-form html .woocommerce .products .product input[type=submit], html .woocommerce .products .product #login-form input[type=submit], #login-form html .woocommerce .products .product input[type=submit] {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
html .yith-add-to-wishlist-button-block {
  margin: 0;
}
html .yith-wcwl-feedback-messages-container {
  top: 88px !important;
  right: 54px !important;
  left: auto !important;
  transform: none !important;
}
html .yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback {
  background: #36861f;
  border-radius: 4px;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 22px 12px;
}
html .woocommerce ul.products li.product a img {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  html .woocommerce .container-product div.product div.images {
    width: 100%;
    margin-bottom: 32px;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb {
    width: calc(100% + 16px);
    display: block;
    margin-top: 16px;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image {
    margin: 16px 0 0 0;
    margin-left: -8px;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image:before {
    background: none !important;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image img {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    margin: auto;
    border: solid 2px #f5f6f7;
  }
  html .woocommerce .container-product div.product div.images .wpgs-thumb .thumbnail_image.slick-current img {
    border: solid 2px #466da0;
  }
  html .woocommerce .container-product div.product div.images .wpgs-image {
    width: 100% !important;
    border: solid 1px #f5f6f7;
  }
  html .woocommerce .container-product div.product .entry-summary {
    width: 100%;
    margin-bottom: 0;
  }
  html .woocommerce .container-product div.product .entry-summary .product-pattern {
    margin-bottom: 4px;
    font-size: 14px;
  }
  html .woocommerce .container-product div.product .entry-summary .product_title {
    margin-bottom: 8px;
    font-size: 24px;
  }
  html .woocommerce .container-product div.product .entry-summary .product-custom-id {
    margin-bottom: 16px;
    font-size: 14px;
  }
  html .woocommerce .container-product div.product .entry-summary .price {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }
  html .woocommerce .container-product div.product .entry-summary .add-to-registry {
    margin-bottom: 12px;
    font-size: 16px;
  }
  html .woocommerce .container-product div.product .entry-summary .yith-wcwl-add-to-wishlist-button {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.product-section {
  padding-top: 40px;
  clear: both;
}
.product-section .section-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.container-product .section-content p {
  line-height: 1.5em;
}
.container-product .section-content p:last-child {
  margin-bottom: 0;
}
.container-product .section-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.container-product .related-products {
  clear: both;
  padding-top: 70px;
  position: relative;
}
.container-product .related-products .swiper-related {
  position: relative;
}
@media (min-width: 1201px) {
  .container-product .related-products .swiper-related .swiper-related__abslute {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 9;
    pointer-events: none;
  }
  .container-product .related-products .swiper-related .swiper-related__abslute::before {
    content: "";
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    width: 132px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .container-product .related-products .swiper-related .swiper-related__abslute::after {
    content: "";
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    width: 132px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
  }
}
.container-product .related-products .section-title {
  padding: 16px;
}
.container-product .related-products h2, .container-product .related-products .h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.container-product .related-products .products {
  width: 100vw;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}

.swiper-initialized {
  position: relative;
}
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev {
  background: rgba(192, 192, 192, 0.6980392157);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
}
.swiper-initialized .swiper-button-next::after,
.swiper-initialized .swiper-button-prev::after {
  font-size: 0 !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7px;
  height: 15px;
  background-image: url("../img/slide-arrow.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-initialized .swiper-button-prev {
  left: -20px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .swiper-initialized .swiper-button-prev {
    transform: rotate(180deg);
  }
}
.swiper-initialized .swiper-button-next {
  right: -20px;
}

.recently-viewed-products {
  padding-top: 70px;
  padding-bottom: 70px;
}
.recently-viewed-products .section-title {
  margin-bottom: 40px;
}
.recently-viewed-products__products {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
.recently-viewed-products__products::after, .recently-viewed-products__products::before {
  display: none !important;
}
.recently-viewed-products__products .product {
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 1201px) {
  .recently-viewed-products__products .product {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .recently-viewed-products .swiper-button-next,
  .recently-viewed-products .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container-product .section-title,
  .container-product .related-products h2,
  .container-product .related-products .h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .container-product .section-content p {
    font-size: 16px;
  }
  .container-product .related-products .section-title {
    padding: 0;
    margin-bottom: 16px;
  }
  .container-product .related-products {
    padding-top: 40px;
  }
  .container-product .related-products .swiper-related {
    width: 80%;
    margin: auto;
  }
  .container-product .related-products .swiper-related .swiper-related__abslute {
    display: none;
  }
  .container-product .swipper-recently-viewed-products {
    width: 80%;
    margin: auto;
  }
  .container-product .recently-viewed-products {
    padding: 40px 0;
  }
  .container-product .swiper-initialized .swiper-button-next,
  .container-product .swiper-initialized .swiper-button-prev {
    display: none;
  }
}
.product-listing {
  position: relative;
}
.product-listing__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 16px 0;
}
.product-listing__filter__left {
  width: 50%;
}
.product-listing__filter__left .toogle-filter {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  width: 65%;
  padding: 18px 0;
  border-bottom: solid 1px #466da0;
  justify-content: space-between;
  gap: 20px;
}
.product-listing__filter__left .toogle-filter svg {
  margin-left: 8px;
}
.product-listing__filter__left .toogle-filter:hover {
  opacity: 0.8;
}
.product-listing__filter__right {
  width: 50%;
}
.product-listing__filter__right .woocommerce-ordering {
  margin: 0;
  width: 60%;
}
.product-listing__filter__right .woocommerce-ordering select {
  padding: 18px 25px 18px 0;
  border: none;
  border-bottom: solid 1px #466da0;
  background-color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
}
.product-listing__filter__right .woocommerce-ordering select:focus {
  outline: none;
  box-shadow: none;
}
.product-listing__top {
  margin-bottom: 32px;
  max-width: 808px;
  margin: auto;
}
.product-listing__top.has-image {
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.product-listing__top.has-image img {
  width: 33.333%;
}
.product-listing__top.has-image .product-listing__top__content {
  width: 66.667%;
}
.product-listing__top.has-image .product-listing__top__content .product-listing__title::after {
  left: 0;
  transform: none;
}
.product-listing__top.has-image .product-listing__top__content > * {
  text-align: left !important;
  max-width: 600px;
}
.product-listing__top.has-image .product-listing__top__content > * * {
  text-align: left !important;
}
.product-listing__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.product-listing__title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  background-image: url("../img/title-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  width: 287px;
}
.product-listing__desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}
.product-listing__desc p:last-child {
  margin-bottom: 0;
}
.product-listing__desc a {
  font-weight: 400;
  text-decoration: underline;
}
.product-listing .woocommerce-pagination {
  margin-bottom: 60px;
}
.product-listing__count {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1b1b1b;
  margin-bottom: 24px;
}
.product-listing__count .facetwp-facet {
  margin-bottom: 0;
}
.product-listing ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px !important;
}
.product-listing ul.products::before, .product-listing ul.products::after {
  display: none !important;
}
.product-listing ul.products li.product {
  width: calc(25% - 18px);
  margin: 0 !important;
}
.product-listing .facetwp-facet-loadmore {
  text-align: center;
  margin-bottom: 70px;
}
.product-listing .facetwp-facet-loadmore button {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 12px 24px;
  border: solid 1px #466da0;
  background: #466da0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.product-listing .facetwp-facet-loadmore button:hover {
  background: #ffffff;
  color: #466da0;
}
.product-listing .facetwp-facet-loadmore button:hover svg path {
  fill: #466da0;
}
@media (max-width: 767px) {
  .product-listing .facetwp-facet-loadmore button {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}

.wrapper-filter {
  left: -100%;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  width: 300px;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
}
.wrapper-filter__inner {
  padding: 26px 16px;
}
.wrapper-filter__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}
.wrapper-filter__title {
  font-size: 32px;
  font-weight: 400;
}
.wrapper-filter__close {
  cursor: pointer;
}
.wrapper-filter__close svg {
  width: 20px;
  height: 20px;
}
.wrapper-filter__close:hover {
  opacity: 0.8;
}
.wrapper-filter__content .facet-group {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0 18px 0;
}
.wrapper-filter__content .facet-group .facet-label {
  font-size: 18px;
  padding-right: 24px;
  color: #1b1b1b;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.wrapper-filter__content .facet-group .facet-label::before, .wrapper-filter__content .facet-group .facet-label::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #555a61;
  transition: transform 0.3s ease;
  display: block;
  position: absolute;
  flex-shrink: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-filter__content .facet-group .facet-label::before {
  transform: rotate(90deg); /* Vertical line for plus sign */
}
.wrapper-filter__content .facet-group .facet-label::after {
  position: absolute;
  right: 0;
}
.wrapper-filter__content .facet-group .facet-label--active::before {
  transform: rotate(0); /* Hide vertical line for minus sign */
}
.wrapper-filter__content .facet-group--active .facet-label {
  font-weight: 500;
}
.wrapper-filter__content .facet-group .facetwp-facet {
  margin-bottom: 0;
  margin-top: 25px;
  color: #1b1b1b;
  font-weight: 300;
  display: none; /* Hide facets by default */
}
.wrapper-filter__content .facet-group .facetwp-facet .facetwp-radio {
  margin-bottom: 15px;
}

body.filter-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.section-list {
  margin-bottom: 60px;
}
.section-list__item {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
.section-list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.section-list__image {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
@media (max-width: 767px) {
  .section-list__image {
    flex: 0 0 100%;
    height: 254px;
    min-height: auto;
  }
}
.section-list__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background-color: #f3f5f6;
}
@media (max-width: 767px) {
  .section-list__content {
    flex: 0 0 100%;
    padding: 30px 20px;
  }
}
.section-list__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #001f37;
  font-weight: 500;
  text-align: center;
}
.section-list__text {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.section-list__text p {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 156.25%;
}
.section-list__text p a {
  font-weight: 400;
  text-decoration: underline;
}
.section-list__text p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
  display: block;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products li.product > a.woocommerce-loop-product__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .product-listing__top.has-image {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .product-listing__top.has-image .product-listing__top__content {
    width: 100%;
  }
  .product-listing__top.has-image .product-listing__top__content * {
    text-align: center !important;
  }
  .product-listing__top.has-image img {
    width: 100%;
  }
  .product-listing__top.has-image .product-listing__top__content .product-listing__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .product-listing__title {
    font-size: 32px;
  }
  .product-listing__desc p {
    font-size: 16px;
  }
  .product-listing__filter {
    margin-top: 60px;
  }
  .product-listing__filter__left {
    width: 70px;
  }
  .product-listing__filter__left .toogle-filter {
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
    gap: 8px;
  }
  .product-listing__filter__right {
    width: 200px;
  }
  .product-listing__filter__right .woocommerce-ordering {
    width: 100%;
  }
  .product-listing__filter__right .woocommerce-ordering select {
    padding: 8px 15px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
  }
  .product-listing__count .facetwp-facet {
    font-size: 16px;
  }
  .product-listing ul.products {
    gap: 12px;
  }
  .product-listing ul.products li.product {
    width: calc(50% - 6px) !important;
  }
  .product-listing .section-list {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
  }
  html .woocommerce .products .product .content-wrapper {
    padding: 12px;
  }
  html .woocommerce .products .product .btn-primary, html .woocommerce .products .product .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment html .woocommerce .products .product #place_order, html .woocommerce .products .product .mini-cart .checkout, .mini-cart html .woocommerce .products .product .checkout, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .products .product .mini-cart a.button, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .products .product a.button, html .woocommerce .products .product #reset-password-form input[type=submit], #reset-password-form html .woocommerce .products .product input[type=submit],
  html .woocommerce .products .product #lost-password-form input[type=submit],
  #lost-password-form html .woocommerce .products .product input[type=submit], html .woocommerce .products .product #login-form input[type=submit], #login-form html .woocommerce .products .product input[type=submit] {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  html .woocommerce .products .product .product-pattern,
  html .woocommerce .products .product .product-custom-id {
    font-size: 12px;
  }
  html .woocommerce .products .product .woocommerce-loop-product__title {
    min-height: 35px;
    padding: 0 !important;
    margin-bottom: 8px !important;
  }
  html .woocommerce .products .product .woocommerce-loop-product__title,
  html .woocommerce .products .product .price .woocommerce-Price-amount {
    font-size: 16px;
  }
  .section-list__content {
    padding: 24px 16px;
  }
  .section-list__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .section-list__text p {
    font-size: 14px;
    line-height: 1.3em;
  }
  .section-list__text p a {
    font-size: 14px;
  }
}
.facetwp-type-search {
  text-align: center;
}

.facetwp-facet input.facetwp-search {
  border: 1px solid #466da0;
  border-radius: 2px;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 14px 18px 14px 50px;
  width: 100%;
}
.facetwp-facet input.facetwp-search::-moz-placeholder {
  color: #97aac4;
}
.facetwp-facet input.facetwp-search::placeholder {
  color: #97aac4;
}

.facetwp-type-search .facetwp-icon {
  left: 10px;
  right: auto !important;
}

.save-wishlist-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #466da0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.save-wishlist-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/save-wishlist.svg") no-repeat center center;
  background-size: contain;
}
.save-wishlist-link a:hover {
  background: none;
  text-decoration: none;
}

.yith-wcwl-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}
.yith-wcwl-form .wishlist-title-container {
  padding: 0;
  padding-bottom: 16px;
  border-bottom: solid 1px #e0eaf6;
  margin-bottom: 16px;
  align-items: self-start;
  justify-content: space-between;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title .show-title-form {
  display: none;
}
.yith-wcwl-form .wishlist-title-container h2, .yith-wcwl-form .wishlist-title-container .h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
  padding: 0;
}
.yith-wcwl-form table.shop_table,
.yith-wcwl-form table.wishlist_table tr,
.yith-wcwl-form table.shop_table.wishlist_table tr td {
  border: none !important;
}
.yith-wcwl-form table.shop_table {
  border-collapse: collapse !important;
  margin: 0 !important;
}
.yith-wcwl-form table.shop_table th {
  background: rgba(70, 109, 160, 0.1019607843);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  border-color: rgba(70, 109, 160, 0.1019607843);
  margin-bottom: 16px;
}
.yith-wcwl-form table.shop_table th.product-name .nobr {
  margin-left: -130px;
}
.yith-wcwl-form table.shop_table tr .product-thumbnail {
  width: 142px;
}
.yith-wcwl-form table.shop_table tr .product-thumbnail a {
  width: 142px;
  max-width: none;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr td {
  padding: 8px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr td.product-thumbnail {
  padding-left: 0;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr:first-child td {
  padding-top: 16px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name .inner-wrapper a {
  order: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1b1b1b;
  margin-bottom: 8px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name .inner-wrapper .product-pattern {
  order: 1;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name .inner-wrapper .product-custom-id {
  order: 3;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name .inner-wrapper .wishlist-product-price {
  order: 4;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart {
  width: 180px;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  width: 180px;
  justify-content: end;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .btn-primary, .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper #place_order, .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .mini-cart .checkout, .mini-cart .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .checkout, .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper a.button, .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper #reset-password-form input[type=submit], #reset-password-form .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper input[type=submit],
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper #lost-password-form input[type=submit],
#lost-password-form .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper input[type=submit], .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper #login-form input[type=submit], #login-form .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper input[type=submit] {
  width: 100%;
  order: 3;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .remove_from_wishlist {
  order: 1;
  font-size: 0 !important;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  background-image: url("../img/delete.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px !important !important;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .view-at-store-button-wrapper {
  order: 2;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .remove_from_wishlist,
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper .view-at-store-button-wrapper a {
  padding: 9px !important;
  border-radius: 4px;
  background: #d8dde5;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0 !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper:hover .remove_from_wishlist,
.yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper:hover .view-at-store-button-wrapper a {
  opacity: 1;
}
.yith-wcwl-form table.shop_table .product-add-to-cart a {
  display: block !important;
}

.wishlist_table thead tr th,
.wishlist_table tfoot td td,
.widget_yith-wcwl-lists ul.dropdown li.current a,
.widget_yith-wcwl-lists ul.dropdown li a:hover,
.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,
.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a,
.wishlist_table thead tr th,
.wishlist_table tfoot td td,
.widget_yith-wcwl-lists ul.dropdown li.current a,
.widget_yith-wcwl-lists ul.dropdown li a:hover,
.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,
.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
  background: none;
  border: none;
}

.wishlist-page-links,
.yith_wcwl_wishlist_footer {
  display: none !important;
}

.wishlist-empty h3, .wishlist-empty .h3 {
  color: #1b1b1b;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wishlist-empty p {
  max-width: 500px;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 45px;
}
.wishlist-empty .btn-primary, .wishlist-empty .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .wishlist-empty #place_order, .wishlist-empty .mini-cart .checkout, .mini-cart .wishlist-empty .checkout, .wishlist-empty .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart .wishlist-empty a.button, .wishlist-empty #reset-password-form input[type=submit], #reset-password-form .wishlist-empty input[type=submit],
.wishlist-empty #lost-password-form input[type=submit],
#lost-password-form .wishlist-empty input[type=submit], .wishlist-empty #login-form input[type=submit], #login-form .wishlist-empty input[type=submit] {
  width: 250px;
  text-align: center;
  margin: auto;
  display: block;
}

.lapilliUI-Modal__root {
  width: 313px;
  top: 85px !important;
  right: 57px !important;
  left: inherit !important;
  bottom: inherit !important;
}
.lapilliUI-Modal__root .lapilliUI-Backdrop__root {
  display: none !important;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .lapilliUI-Modal__paper {
  margin: 0 !important;
  background: #36861f;
  border-radius: 4px;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 22px 12px;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .lapilliUI-ModalTitle__root,
.lapilliUI-Modal__root .lapilliUI-Modal__container .yith-wcwl-modal__actions {
  display: none !important;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .yith-wcwl-modal__content {
  padding: 0 !important;
  overflow: visible !important;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .yith-wcwl-feedback-modal__message {
  margin: 0 !important;
  height: -moz-max-content;
  height: max-content;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .lapilliUI-Modal__close {
  background: none !important;
  border: none !important;
}
.lapilliUI-Modal__root .lapilliUI-Modal__container .lapilliUI-Modal__close svg {
  width: 20px;
  color: #fff;
}

@media (max-width: 768px) {
  .yith-wcwl-form table.shop_table thead {
    display: none !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr {
    display: flex !important;
    flex-wrap: wrap;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr td.product-thumbnail {
    display: block !important;
    width: 100px !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr td.product-thumbnail a {
    width: 100px !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name {
    width: calc(100% - 100px) !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .remove_from_wishlist,
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .view-at-store-button-wrapper {
    display: none !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart {
    border-bottom: solid 1px #d9d9d9 !important;
    padding-bottom: 16px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-add-to-cart .inner-wrapper {
    width: 100% !important;
  }
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-thumbnail,
  .yith-wcwl-form table.shop_table .wishlist-items-wrapper tr .product-name {
    padding-top: 16px !important;
  }
}
.error-404 {
  padding: 157px 0;
}
.error-404 .container {
  max-width: 600px;
}
.error-404 .ttg-our-bromberg__description {
  font-size: 20px;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .error-404 .ttg-our-bromberg__description {
    font-size: 16px;
  }
}
.error-404 .error-404__img {
  margin-bottom: 32px;
}
.error-404 .justify-content-center {
  position: relative;
}
.error-404 .justify-content-center::after {
  content: "";
  position: absolute;
  left: 97%;
  bottom: -62px;
  width: 88px;
  height: 193px;
  background-image: url(../img/404-right.png);
  background-size: 54px;
  background-position: center center;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .error-404 .justify-content-center::after {
    left: inherit;
    right: 0;
  }
}
.error-404 .justify-content-center::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 45%;
  width: 42px;
  height: 42px;
  background-image: url(../img/our-bromberg-right.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.confirm-modal,
.mini-cart-modal,
.account-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.confirm-modal.active,
.mini-cart-modal.active,
.account-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-modal__body,
.mini-cart-modal__body,
.account-modal__body {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #1b1b1b;
}
.confirm-modal__inner,
.mini-cart-modal__inner,
.account-modal__inner {
  background: #fff;
  padding: 25px 25px;
}
.confirm-modal__actions,
.mini-cart-modal__actions,
.account-modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.confirm-modal__actions button,
.mini-cart-modal__actions button,
.account-modal__actions button {
  flex: 0 0 50%;
}
.confirm-modal.small .confirm-modal__inner,
.confirm-modal.small .mini-cart-modal__inner,
.confirm-modal.small .account-modal__inner,
.mini-cart-modal.small .confirm-modal__inner,
.mini-cart-modal.small .mini-cart-modal__inner,
.mini-cart-modal.small .account-modal__inner,
.account-modal.small .confirm-modal__inner,
.account-modal.small .mini-cart-modal__inner,
.account-modal.small .account-modal__inner {
  width: 400px;
  margin: 0 auto;
}

.mini-cart-modal,
.account-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mini-cart-modal__inner,
.account-modal__inner {
  transform: translateY(-40px);
  transition: transform 0.3s ease-in-out;
}
.mini-cart-modal__actions,
.account-modal__actions {
  gap: 16px;
}
.mini-cart-modal .btn-secondary,
.account-modal .btn-secondary {
  border: solid 1px #466da0;
}
.mini-cart-modal.active,
.account-modal.active {
  visibility: visible;
  opacity: 1;
}
.mini-cart-modal.active .mini-cart-modal__inner,
.mini-cart-modal.active .account-modal__inner,
.account-modal.active .mini-cart-modal__inner,
.account-modal.active .account-modal__inner {
  transform: none;
}

.account-modal__inner {
  max-width: 398px;
  padding: 24px;
}
.account-modal__heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: #001F37;
  margin-bottom: 16px;
}
.account-modal__heading:empty {
  display: none;
}
.account-modal__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.account-modal__actions {
  margin-top: 24px;
  gap: 24px;
}
.account-modal__actions button {
  flex: none;
  min-width: 163px;
  padding: 16px 24px;
}
.account-modal.saving .account-modal__btn--no {
  display: none;
}
.account-modal.saving .account-modal__btn--yes {
  border-color: #C5CBD4;
  background-color: #C5CBD4;
  cursor: progress;
  width: 350px;
}
.account-modal.saving .account-modal__btn--yes:hover {
  color: white;
}

.login-form__title {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  color: #466da0;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .login-form__title {
    font-size: 40px;
    margin-top: 32px;
  }
}
.login-form__subtitle {
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  max-width: 461px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .login-form__subtitle {
    line-height: 1;
  }
}
.login-form .heading-line {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.login-form__register {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
}
.login-form__register a {
  font-weight: 600;
  color: #466da0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .login-form__register a {
    display: block;
  }
}
.login-form .btn-primary--outline {
  display: block;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 14px 24px;
  margin: 24px auto 0;
  line-height: 20px;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .login-form .btn-primary--outline {
    margin-top: 32px;
  }
}
.login-form__error {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #F99D20;
  margin: 0;
  margin-top: 8px;
}
.login-form__error:empty {
  display: none;
}

#login-form {
  margin-top: 32px;
  width: 100%;
}
#login-form p {
  margin-bottom: 24px;
}
#login-form p:last-child {
  margin-bottom: 0;
}
#login-form label {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: #001f37;
}
#login-form input {
  display: block;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 624px;
  padding: 8px 12px;
  border: 1px solid #b8bec8;
  border-radius: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #login-form input {
    width: 100%;
  }
}
#login-form input::-moz-placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
#login-form input::placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
#login-form input[type=submit] {
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 24px;
  margin-top: 40px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  #login-form input[type=submit] {
    margin-top: 32px;
  }
}
#login-form a {
  font-weight: 600;
  color: #466da0;
}
#login-form .login-required {
  color: #dc2626;
}

#reset-password-form,
#lost-password-form {
  margin-top: 32px;
}
#reset-password-form label,
#lost-password-form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: #001F37;
}
#reset-password-form label[for=confirm_pass],
#lost-password-form label[for=confirm_pass] {
  margin-top: 24px;
}
#reset-password-form input[type=password],
#reset-password-form input[type=text],
#lost-password-form input[type=password],
#lost-password-form input[type=text] {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 624px;
  padding: 8px 12px;
  border: 1px solid #b8bec8;
  border-radius: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #reset-password-form input[type=password],
  #reset-password-form input[type=text],
  #lost-password-form input[type=password],
  #lost-password-form input[type=text] {
    width: 100%;
  }
}
#reset-password-form input[type=password]::-moz-placeholder, #reset-password-form input[type=text]::-moz-placeholder, #lost-password-form input[type=password]::-moz-placeholder, #lost-password-form input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
#reset-password-form input[type=password]::placeholder,
#reset-password-form input[type=text]::placeholder,
#lost-password-form input[type=password]::placeholder,
#lost-password-form input[type=text]::placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
}
#reset-password-form input[type=submit],
#lost-password-form input[type=submit] {
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 24px;
  margin-top: 40px;
  line-height: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #reset-password-form input[type=submit],
  #lost-password-form input[type=submit] {
    margin-top: 32px;
  }
}

.user-profile {
  padding: 0;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .user-profile {
    padding: 7px;
    background-color: rgba(242, 242, 242, 0.8);
    border-radius: 100%;
  }
}
.user-profile > svg {
  height: 24px;
  width: 24px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .user-profile > svg {
    margin-right: 0;
  }
}
.user-profile span {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
}
.user-profile:hover .hover-menu {
  visibility: visible;
  opacity: 1;
}

.hover-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 195px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 4px 8px 3px rgba(51, 51, 51, 0.1490196078);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hover-menu {
    width: 100%;
    border-radius: 0;
  }
}
.hover-menu.active {
  visibility: visible;
  opacity: 1;
}
.hover-menu ul {
  list-style-type: none;
  padding: 0;
  padding-top: 8px;
  margin: 0;
}
.hover-menu li {
  padding: 12px;
  text-align: center;
}
.hover-menu li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}
.hover-menu a {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #1B1B1B;
}
.hover-menu svg {
  margin-left: 4px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__header > svg {
  display: block;
  width: auto;
  height: 40px;
}
.popup__inner {
  position: relative;
  background-color: white;
  max-width: 672px;
  width: 100%;
  padding: 24px 24px 40px;
  transform: translateY(-40px);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .popup__inner {
    padding: 24px 16px 32px;
  }
}
.popup__close {
  cursor: pointer;
}
.popup__close svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popup.is-active {
  visibility: visible;
  opacity: 1;
}
.popup.is-active .popup__inner {
  transform: translateY(0);
}
.popup.saving #wp-submit {
  border-color: #C5CBD4;
  background-color: #C5CBD4;
  cursor: progress;
}
.popup.saving #wp-submit:hover {
  color: white;
  background-color: #C5CBD4;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .mini-cart {
    padding-top: 100px;
  }
}
.mini-cart__inner {
  background-color: white;
  width: 360px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .mini-cart__inner {
    transform: translateY(100%);
    width: 100%;
  }
}
.mini-cart__header {
  text-align: center;
  position: relative;
  padding-top: 65px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .mini-cart__header {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.mini-cart__title {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  color: #466da0;
  text-align: center;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mini-cart__title {
    font-size: 40px;
  }
}
.mini-cart__login {
  display: block;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #001f37;
  margin-top: 16px;
}
.mini-cart__login-toggle {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.mini-cart__line {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mini-cart__line {
    width: 52px;
  }
}
.mini-cart__close {
  position: absolute;
  top: 33px;
  right: 16px;
  cursor: pointer;
  z-index: 20;
}
.mini-cart__close svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mini-cart__close {
    top: 8px;
  }
}
.mini-cart__item-content {
  display: flex;
}
.mini-cart__item-left {
  padding-left: 16px;
  flex-shrink: 0;
}
.mini-cart__item-right {
  padding: 12px 16px;
}
.mini-cart__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mini-cart__footer {
  background-color: rgba(70, 109, 160, 0.031372549);
  padding: 24px 16px 32px;
  flex-shrink: 0;
  margin-top: auto;
}
.mini-cart .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.mini-cart .widget_shopping_cart_content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  cursor: wait;
}
.mini-cart .widget_shopping_cart_content.updating-cart::after {
  visibility: visible;
  opacity: 1;
}
.mini-cart .product-pattern,
.mini-cart .product-custom-id {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
}
.mini-cart .product-name {
  display: block;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
  padding: 4px 0 8px;
}
.mini-cart .product-price {
  display: block;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #001f37;
  margin-top: 12px;
}
.mini-cart .quantity {
  margin-top: 16px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.mini-cart .quantity button {
  width: 32px;
  height: 32px;
  border: 1px solid #466dad;
  background-color: white;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #466dad;
}
.mini-cart .quantity input {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  color: black;
  text-align: center;
  border: 0;
}
.mini-cart .quantity input::-webkit-outer-spin-button,
.mini-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.mini-cart .woocommerce-mini-cart {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mini-cart .woocommerce-mini-cart-item {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 !important;
}
.mini-cart .woocommerce-mini-cart-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mini-cart .woocommerce-mini-cart-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.mini-cart img.attachment-woocommerce_thumbnail,
.mini-cart img.woocommerce-placeholder {
  width: 120px !important;
  height: auto !important;
  margin: 0 !important;
  float: none !important;
}
.mini-cart .checkout, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 16px 24px;
  text-transform: uppercase;
  font-family: "Source Serif Pro", sans-serif;
  text-align: center;
  cursor: pointer;
}
.mini-cart .checkout.is-empty, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button.is-empty {
  margin-top: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mini-cart .checkout, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button {
    font-size: 16px;
  }
}
.mini-cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
}
.mini-cart .woocommerce-mini-cart__total strong {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: black;
}
.mini-cart .woocommerce-Price-amount {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #001f37;
}
.mini-cart .woocommerce-mini-cart__buttons {
  margin: 0;
}
.mini-cart .woocommerce-mini-cart__empty-message {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
  text-align: center;
  vertical-align: middle;
  color: black;
}
.mini-cart.is-active {
  visibility: visible;
  opacity: 1;
}
.mini-cart.is-active .mini-cart__inner {
  transform: translate(0);
}

body.mini-cart-opened {
  overflow: hidden;
}

body.admin-bar .mini-cart {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  body.admin-bar .mini-cart {
    padding-top: 100px;
  }
}

.mini-cart-icon {
  position: fixed;
  right: 36px;
  bottom: 32px;
  z-index: 100;
  width: 62px;
  height: 62px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 15px 11px 15px 19px;
}
.mini-cart-icon__count {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 20px;
  height: 20px;
  background-color: #de2727;
  color: white;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-cart-icon svg {
  width: 32px;
  height: 32px;
}

.loop-add-to-cart.loading {
  opacity: 0.5;
  color: #ffffff;
  background-color: #466da0;
  cursor: wait;
}

.woocommerce-checkout__inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout__inner {
    flex-flow: column;
    gap: 0;
  }
}
.woocommerce-checkout__col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout__col {
    width: 100%;
  }
}
.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout .woocommerce-breadcrumb {
  text-transform: uppercase;
  color: #001f37;
}
.woocommerce-checkout .woocommerce-breadcrumb a {
  color: #8a8a8a;
}
.woocommerce-checkout form.woocommerce-checkout {
  max-width: 1280px;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce-checkout__address,
.woocommerce-checkout .woocommerce-checkout__order-review {
  width: 100%;
}
.woocommerce-checkout .card-headline__wrapper {
  text-align: center;
}
.woocommerce-checkout h3:not(#ship-to-different-address), .woocommerce-checkout .h3:not(#ship-to-different-address) {
  font-weight: 400;
  font-size: 40px;
  position: relative;
  margin-bottom: 36px;
  color: #001f37;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout h3:not(#ship-to-different-address), .woocommerce-checkout .h3:not(#ship-to-different-address) {
    font-size: 18px;
    text-align: center;
  }
}
.woocommerce-checkout h3:not(#ship-to-different-address)::after, .woocommerce-checkout .h3:not(#ship-to-different-address)::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 288px;
  height: 2px;
  background-image: url(../../dist/img/billing-underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout h3:not(#ship-to-different-address)::after, .woocommerce-checkout .h3:not(#ship-to-different-address)::after {
    background-image: url(../../dist/img/billing-underline-mobile.svg);
    width: 148px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.woocommerce-checkout h3:not(#ship-to-different-address).card-headline, .woocommerce-checkout .h3:not(#ship-to-different-address).card-headline {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.woocommerce-checkout h3:not(#ship-to-different-address).card-headline::after, .woocommerce-checkout .h3:not(#ship-to-different-address).card-headline::after {
  background-image: url(../../dist/img/card-underline.svg);
  width: 421px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout h3:not(#ship-to-different-address).card-headline::after, .woocommerce-checkout .h3:not(#ship-to-different-address).card-headline::after {
    background-image: url(../../dist/img/billing-underline-mobile.svg);
    width: 148px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.woocommerce-checkout h3#ship-to-different-address, .woocommerce-checkout #ship-to-different-address.h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.woocommerce-checkout h3#ship-to-different-address label, .woocommerce-checkout #ship-to-different-address.h3 label {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #001f37;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review_heading.h3 {
    text-align: left;
  }
  .woocommerce-checkout h3#order_review_heading::after, .woocommerce-checkout #order_review_heading.h3::after {
    left: 0;
    transform: none;
  }
}
.woocommerce-checkout label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form .form-row-first,
  .woocommerce-checkout form .form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout .select2-container .select2-selection {
  font-weight: 400;
  font-size: 14px;
  color: #112337;
  padding: 8px 12px;
  height: 40px;
  border-color: #b8bec8;
}
.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
  height: auto;
}
.woocommerce-checkout form .form-row .input-text::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #8a8a8a;
}
.woocommerce-checkout form .form-row .input-text::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #8a8a8a;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--below,
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--above {
  border-color: #b8bec8;
}
.woocommerce-checkout .select2-container {
  height: 40px;
}
.woocommerce-checkout form .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-checkout form .form-row.notes {
  margin-bottom: 0;
}
.woocommerce-checkout form .address-field label.screen-reader-text {
  clip-path: none;
  height: auto;
  margin: 0;
  margin-bottom: 6px;
  position: static !important;
  width: auto;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  display: none;
}
.woocommerce-checkout #ship-to-different-address-checkbox + span {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.woocommerce-checkout #ship-to-different-address-checkbox + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../dist/img/checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce-checkout #ship-to-different-address-checkbox:checked + span::before {
  background-image: url(../../dist/img/checkbox-fill.svg);
}
.woocommerce-checkout #gift_information h3, .woocommerce-checkout #gift_information .h3 {
  margin-bottom: 24px;
}
.woocommerce-checkout form .step-gift .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .step-gift__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  color: #001f37;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .step-gift__link {
    font-size: 12px;
    text-align: center;
  }
}
.woocommerce-checkout .textarea__field {
  margin-top: 32px;
}
.woocommerce-checkout .limit-indicator {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.woocommerce-checkout .limit-indicator .limit {
  font-weight: 700;
  text-decoration: underline;
  color: #466da0;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-inline-error-message {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
}

.woocommerce-checkout .woocommerce-checkout__order-review {
  padding: 24px 24px 32px;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table {
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table th,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td {
  border: 0;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-image {
  position: relative;
  padding: 0;
  padding-bottom: 24px;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-image img {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  width: 120px;
  height: auto;
  max-width: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-name {
  padding: 12px 0 12px 16px;
  align-content: start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-name {
    margin-left: 12px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-total {
  padding: 12px 0 12px 16px;
  align-content: start;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table td.product-total {
    display: none;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-total--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review .product-total--mobile {
    display: block;
    margin-top: 12px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review .product-name {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-pattern,
.woocommerce-checkout .woocommerce-checkout__order-review .product-custom-id {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review .product-pattern,
  .woocommerce-checkout .woocommerce-checkout__order-review .product-custom-id {
    font-size: 12px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-pattern {
  margin-bottom: 4px;
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-custom-id {
  margin-top: 8px;
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #001f37;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review .product-total .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review .product-quantity {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: white;
  align-content: center;
  width: 32px;
  height: 32px;
  background-color: #5d5d5d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total th,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total td {
  border-top: 1px solid #466da0;
  border-style: dashed;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals th {
  padding: 24px 0 6px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: black;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal th,
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals th {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals td {
  padding: 24px 0 6px 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal td .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals td .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #001f37;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .cart-subtotal td .woocommerce-Price-amount,
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals td .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .woocommerce-shipping-totals td {
  padding-top: 6px;
  padding-bottom: 24px;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total th {
  padding: 24px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: black;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total th {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total td {
  padding: 24px 0 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total td .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #466da0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review table.shop_table .order-total td .woocommerce-Price-amount {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout__order-review ul#shipping_method li {
    margin: 0;
  }
}

.checkout-heading.register-form {
  margin-bottom: 40px;
  width: 100%;
}
.checkout-heading.register-form .register-form__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .register-form__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .heading-line {
    width: 148px;
    margin: 4px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .register-form__steps {
    width: 240px;
    margin-bottom: 72px;
  }
}
.checkout-heading.register-form .register-form__step {
  text-transform: uppercase;
  color: #abb7c2;
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .register-form__step {
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .checkout-heading__step-text {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .register-form__step-indicator {
    margin: 0;
    width: 20px;
  }
}
.checkout-heading.register-form .register-form__step--active, .checkout-heading.register-form.payment .checkout-heading__payment, .checkout-heading.register-form.payment .checkout-heading__gift, .checkout-heading.register-form.payment .checkout-heading__billing, .checkout-heading.register-form.gift .checkout-heading__gift, .checkout-heading.register-form.gift .checkout-heading__billing, .checkout-heading.register-form.billing .checkout-heading__billing {
  color: #001f37;
}
.checkout-heading.register-form .register-form__step--active .register-form__step-indicator, .checkout-heading.register-form.payment .checkout-heading__payment .register-form__step-indicator, .checkout-heading.register-form.payment .checkout-heading__gift .register-form__step-indicator, .checkout-heading.register-form.payment .checkout-heading__billing .register-form__step-indicator, .checkout-heading.register-form.gift .checkout-heading__gift .register-form__step-indicator, .checkout-heading.register-form.gift .checkout-heading__billing .register-form__step-indicator, .checkout-heading.register-form.billing .checkout-heading__billing .register-form__step-indicator {
  border-color: #002e51;
}
.checkout-heading.register-form .register-form__step--active .register-form__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__payment .register-form__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__gift .register-form__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__billing .register-form__step-indicator:before, .checkout-heading.register-form.gift .checkout-heading__gift .register-form__step-indicator:before, .checkout-heading.register-form.gift .checkout-heading__billing .register-form__step-indicator:before, .checkout-heading.register-form.billing .checkout-heading__billing .register-form__step-indicator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #002e51;
  border-radius: 100%;
}
.checkout-heading.register-form .register-form__description {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #001f37;
}
.checkout-heading.register-form .register-form__description strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .checkout-heading.register-form .register-form__description {
    font-size: 14px;
    line-height: 1.4;
  }
}
.checkout-heading.register-form .checkout-heading__icon svg {
  display: none;
}
.checkout-heading.register-form .checkout-heading__description {
  display: none;
}
.checkout-heading.register-form.billing .checkout-heading__billing-text {
  display: block;
}
.checkout-heading.register-form.gift .checkout-heading__billing .checkout-heading__icon::before {
  content: none;
}
.checkout-heading.register-form.gift .checkout-heading__billing .checkout-heading__icon svg {
  display: block;
}
.checkout-heading.register-form.gift .checkout-heading__gift-text {
  display: block;
}
.checkout-heading.register-form.payment .checkout-heading__billing .checkout-heading__icon::before {
  content: none;
}
.checkout-heading.register-form.payment .checkout-heading__billing .checkout-heading__icon svg {
  display: block;
}
.checkout-heading.register-form.payment .checkout-heading__gift .checkout-heading__icon::before {
  content: none;
}
.checkout-heading.register-form.payment .checkout-heading__gift .checkout-heading__icon svg {
  display: block;
}
.checkout-heading.register-form.payment .checkout-heading__payment-text {
  display: block;
}

.checkout-step {
  position: relative;
}
.checkout-step__block {
  transition: visibility 0s, opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  overflow: hidden;
}
.checkout-step__block::after {
  content: "";
  display: block;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .checkout-step__block::after {
    padding-bottom: 16px;
  }
}
.checkout-step__btn {
  text-transform: uppercase;
  width: 100%;
  margin-top: 24px;
  padding: 16px 24px;
}
.checkout-step__btn-back {
  display: inline-block;
  cursor: pointer;
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #466da0;
  margin-bottom: 16px;
}
.checkout-step__btn-back svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.checkout-step.billing .checkout-step__billing {
  visibility: visible;
  opacity: 1;
}
.checkout-step.gift .checkout-step__gift {
  visibility: visible;
  opacity: 1;
}
.checkout-step.payment .checkout-step__payment {
  visibility: visible;
  opacity: 1;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_] > input[name=payment_method] + label {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: black;
  text-align: center;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_] > input[name=payment_method] + label {
    font-size: 12px;
  }
}
.woocommerce-checkout #payment .wc-stripe-card-icons-container {
  display: block;
  margin-top: 8px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 52px;
  height: auto;
  max-height: none;
  max-width: none;
  margin: 0 5px;
}
.woocommerce-checkout #payment div.payment_box {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: none;
}
.woocommerce-checkout #payment div.form-row.place-order {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce-checkout #payment .payment_methods .wc-stripe-save-source,
.woocommerce-checkout #payment .wc-stripe_cc-new-method-container .wc-stripe-save-source {
  margin-top: 16px;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  color: #7f7f7f;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text p a {
  font-weight: 700;
  text-decoration: underline;
  color: #466da0;
}
.woocommerce-checkout #payment #place_order {
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.woocommerce-order-received .woocommerce-order {
  max-width: 1280px;
  margin: 0 auto;
}
.woocommerce-order-received .thankyou-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #001F37;
}
.woocommerce-order-received .thankyou-title svg {
  width: 96px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .thankyou-title {
    flex-flow: column;
    gap: 32px;
    font-size: 24px;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #001F37;
  margin-top: 24px;
}
.woocommerce-order-received ul.order_details {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received ul.order_details {
    margin-bottom: 0;
  }
}
.woocommerce-order-received ul.order_details li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  text-transform: uppercase;
  color: #466DA0;
  border-right: 1px solid #CFD6DC;
  padding-right: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received ul.order_details li {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .woocommerce-order-received ul.order_details li:nth-child(2), .woocommerce-order-received ul.order_details li:nth-child(5) {
    margin-right: 0;
    border: 0;
  }
  .woocommerce-order-received ul.order_details li:nth-child(3) {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}
.woocommerce-order-received ul.order_details li strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #111111;
  margin-top: 8px;
}
.woocommerce-order-received .woocommerce-order-details {
  border-radius: 2px;
  padding: 24px;
  margin-bottom: 24px;
  background-color: rgba(242, 242, 242, 0.8);
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order-details {
    padding: 24px 12px;
  }
}
.woocommerce-order-received h2, .woocommerce-order-received .h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #001F37;
  position: relative;
  margin-bottom: 20px;
}
.woocommerce-order-received h2::after, .woocommerce-order-received .h2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 288px;
  height: 2px;
  background-image: url(../../dist/img/billing-underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received .woocommerce-order-details__title.h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received .woocommerce-order-details__title.h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}

.total-block__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: black;
}
.total-block__header .total-block__title {
  font-weight: 700;
  text-transform: uppercase;
}
.total-block__content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #001F37;
  padding-left: 32px;
  text-align: right;
}
.total-block__header .total-block__content {
  font-weight: 700;
  font-size: 32px;
  color: #466DA0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.total-block__header .total-block__content svg {
  width: 32px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .total-block__header .total-block__content {
    font-size: 24px;
  }
}
.total-block__header, .total-block__row {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.total-block__header {
  align-items: center;
  border-top: 1px dashed #466DA0;
  padding: 12px 0 0;
  margin-bottom: 0;
  cursor: pointer;
}
.total-block__body {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.total-block__body-inner {
  padding: 12px 0 0;
}
.total-block__body-inner::before {
  content: "";
  display: block;
  border-top: 1px dashed #466DA0;
}
.total-block.collapsed .total-block__body {
  max-height: 0 !important;
}
.total-block.collapsed .total-block__header svg {
  transform: rotate(180deg);
}

.woocommerce-order-received table.order_details {
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.woocommerce-order-received table.order_details tbody:first-child tr:first-child td {
  border-top: 1px solid #E6E6E6;
}

.woocommerce-order-received table.order_details .woocommerce-table__line-item td.product-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
  padding: 12px 16px;
  border-color: #E6E6E6;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item .product-pattern,
.woocommerce-order-received table.order_details .woocommerce-table__line-item .product-custom-id {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item .product-pattern {
  margin-bottom: 4px;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item .product-custom-id {
  margin-top: 8px;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item td.product-total {
  text-align: right;
  vertical-align: top;
  padding: 12px 24px 12px 16px;
  border-color: #E6E6E6;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item td.product-total strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #001F37;
  margin-bottom: 8px;
}
.woocommerce-order-received table.order_details .woocommerce-table__line-item td.product-total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #001F37;
}

.woocommerce-order-received .woocommerce-customer-details {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 32px;
  }
}

.woocommerce-order-received .woocommerce-customer-details .addresses {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-customer-details .addresses::before, .woocommerce-order-received .woocommerce-customer-details .addresses::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-customer-details .addresses {
    flex-flow: column;
  }
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address {
  padding: 16px 24px;
  border-radius: 2px;
  background-color: rgba(242, 242, 242, 0.8);
  float: none;
  width: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address {
    padding: 16px 12px;
  }
}

.woocommerce-order-received .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  padding-bottom: 12px;
}
.woocommerce-order-received .woocommerce-customer-details address span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  display: block;
}
.woocommerce-order-received .woocommerce-customer-details address p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #111111;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  margin-top: 8px;
}
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--name {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 8px;
}
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--email {
  padding: 0;
  margin-right: 24px;
}
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  content: "";
  position: static;
  background-image: url(../../dist/img/order-phone.svg);
  width: 20px;
  height: 20px;
  margin: 0;
}
.woocommerce-order-received .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  background-image: url(../../dist/img/order-email.svg);
  margin: 0;
}

.woocommerce-order-received .woocommerce-column--gift {
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: rgba(242, 242, 242, 0.8);
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-column--gift {
    padding: 16px 12px;
  }
}
.woocommerce-order-received .woocommerce-column--gift .woocommerce-column--gift-content:last-child {
  margin-top: 24px;
  padding-bottom: 12px;
}
.woocommerce-order-received .woocommerce-column--gift .woocommerce-customer-details--gift-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #466DA0;
}
.woocommerce-order-received .woocommerce-column--gift .woocommerce-customer-details--gift-details {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #111111;
  margin: 0;
  margin-top: 8px;
}

.back-to-home {
  display: block;
  margin: 24px auto 0;
  padding: 16px 24px;
  text-transform: uppercase;
  text-align: center;
  width: 260px;
}

.register-form {
  width: 1000px;
  margin: 0 auto;
}
.register-form .gform_heading {
  display: none;
}
.register-form__title {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 68px;
  /* identical to box height */
  color: #466da0;
  text-align: center;
  margin-bottom: 20px;
}
.register-form__title .heading-line {
  margin-top: 10px;
}
.register-form__content {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #001f37;
  margin-bottom: 35px;
}
.register-form__steps {
  display: flex;
  width: 800px;
  margin: 0 auto 30px auto;
  justify-content: space-between;
  position: relative;
}
.register-form__steps:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #cfd6dc;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.register-form__step {
  display: flex;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #001f37;
  position: relative;
  background: #fff;
  padding: 0 10px;
}
.register-form__step--active .page-registry__step-indicator, .checkout-heading.register-form.billing .checkout-heading__billing .page-registry__step-indicator, .checkout-heading.register-form.gift .checkout-heading__billing .page-registry__step-indicator, .checkout-heading.register-form.gift .checkout-heading__gift .page-registry__step-indicator, .checkout-heading.register-form.payment .checkout-heading__billing .page-registry__step-indicator, .checkout-heading.register-form.payment .checkout-heading__gift .page-registry__step-indicator, .checkout-heading.register-form.payment .checkout-heading__payment .page-registry__step-indicator {
  border-color: #002e51;
}
.register-form__step--active .page-registry__step-indicator:before, .checkout-heading.register-form.billing .checkout-heading__billing .page-registry__step-indicator:before, .checkout-heading.register-form.gift .checkout-heading__billing .page-registry__step-indicator:before, .checkout-heading.register-form.gift .checkout-heading__gift .page-registry__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__billing .page-registry__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__gift .page-registry__step-indicator:before, .checkout-heading.register-form.payment .checkout-heading__payment .page-registry__step-indicator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #002e51;
  border-radius: 100%;
}
.register-form__step-indicator {
  flex: 0 0 20px;
  display: flex;
  max-width: 20px;
  height: 20px;
  border: 1px solid #cfd6dc;
  background: rgba(171, 183, 194, 0.1019607843);
  border-radius: 100%;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.register-form .create-registry-btn {
  width: 400px !important;
  margin: 0 auto !important;
}

.heading-line {
  display: flex;
  justify-content: center;
}

.search-page-container {
  padding: 96px 16px 76px 16px;
}
.search-page-container__inner {
  max-width: 936px;
  margin: 0 auto;
}
.search-page-container .search-page-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.search-page-container .search-input-wrapper {
  position: relative;
  max-width: 550px;
  margin: auto;
  margin-bottom: 32px;
}
.search-page-container .search-input-wrapper button {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  padding-left: 18px;
}
.search-page-container .search-input-wrapper input {
  width: 100%;
  height: 48px;
  padding: 14px 18px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 24px;
  border: solid 1px #466da0;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .search-page-container .search-input-wrapper input {
    font-size: 14px;
  }
}
.search-page-container .search-input-wrapper input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.42291 18.6501C7.76404 19.1015 9.18291 19.2597 10.5876 19.1143C12.2528 19.0594 13.8692 18.5255 15.2514 17.5738C16.6336 16.6221 17.7257 15.2912 18.4023 13.7336C19.079 12.176 19.3129 10.4548 19.0772 8.76747C18.8414 7.08011 18.1457 5.49488 17.0696 4.19356C16.1383 3.06488 14.9618 2.1748 13.6341 1.59451C12.3065 1.01422 10.8645 0.759815 9.42354 0.85165C7.98258 0.943484 6.58262 1.37901 5.33561 2.12338C4.08861 2.86776 3.02917 3.90034 2.24202 5.13854C-0.366991 9.10083 0.978024 14.9033 3.58703 16.6275C3.64023 16.6645 3.70004 16.6905 3.76304 16.7038C3.82603 16.7172 3.89099 16.7177 3.95419 16.7054C4.01739 16.6931 4.0776 16.6682 4.13138 16.632C4.18516 16.5959 4.23146 16.5493 4.26764 16.4949C4.30382 16.4405 4.32916 16.3793 4.34223 16.3148C4.35529 16.2504 4.35582 16.1839 4.34378 16.1193C4.33174 16.0546 4.30737 15.993 4.27207 15.938C4.23676 15.883 4.1912 15.8356 4.138 15.7986C2.06376 14.3065 1.12387 9.16714 3.4736 6.03379C4.15336 5.05736 5.03996 4.25067 6.0672 3.67396C7.09443 3.09724 8.23576 2.76541 9.40593 2.70324C10.5761 2.64108 11.7449 2.85018 12.825 3.31493C13.9051 3.77969 14.8686 4.48809 15.6436 5.38722C19.5004 10.0624 17.2641 17.1249 10.4418 17.9372C9.20027 18.1158 7.93595 18.0255 6.7308 17.672C6.66253 17.6088 6.57988 17.5641 6.49039 17.542C6.4009 17.5199 6.30742 17.5211 6.2185 17.5455C6.12959 17.5699 6.04806 17.6167 5.98137 17.6816C5.91468 17.7466 5.86495 17.8275 5.83673 17.9172C5.80852 18.0068 5.8027 18.1023 5.81983 18.1948C5.83695 18.2874 5.87647 18.374 5.93476 18.4469C5.99306 18.5198 6.06828 18.5766 6.15355 18.6121C6.23882 18.6476 6.33143 18.6607 6.42291 18.6501Z' fill='%23466DA0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.95742 11.1398C11.0476 12.0738 12.2415 12.8749 13.5108 13.5244C13.5668 13.5638 13.6292 13.5924 13.6945 13.6084C13.7599 13.6245 13.8268 13.6277 13.8915 13.6179C13.9562 13.6081 14.0174 13.5855 14.0716 13.5514C14.1258 13.5173 14.172 13.4723 14.2075 13.419C14.2792 13.3114 14.303 13.1765 14.2737 13.0441C14.2592 12.9785 14.2321 12.9155 14.1939 12.8586C14.1558 12.8018 14.1073 12.7522 14.0513 12.7128L11.2179 9.87934C11.95 8.99505 12.7628 8.18221 13.6471 7.45011C13.7234 7.42638 13.7925 7.38615 13.8498 7.33215C13.9072 7.27814 13.9513 7.21161 13.9793 7.13703C14.0073 7.06245 14.0185 6.98157 14.0122 6.89982C14.0059 6.81807 13.9822 6.73736 13.9426 6.66313C13.9031 6.58889 13.8487 6.52286 13.7831 6.46948C13.7175 6.41609 13.6422 6.3766 13.5623 6.35366C13.4824 6.33072 13.3997 6.32486 13.3198 6.33649C13.24 6.34811 13.1648 6.37694 13.0993 6.42104C11.9021 6.96658 10.8042 7.6909 9.84068 8.57091C8.91759 7.78046 8.05638 6.91925 7.26593 5.99616C7.17493 5.88065 7.04652 5.80013 6.90572 5.77031C6.76493 5.74048 6.62185 5.76348 6.50436 5.83483C6.38688 5.90617 6.30341 6.02075 6.27023 6.15622C6.23705 6.2917 6.25653 6.43837 6.32487 6.56764C6.88837 7.6062 7.55683 8.58964 8.31894 9.50132C8.61461 9.79698 8.54069 9.72306 8.40405 9.88435C7.61602 10.8187 6.88256 11.7989 6.2069 12.8207C6.2069 12.8207 5.56521 13.4623 5.81504 13.8038C6.06488 14.1453 6.46996 14.1838 6.95838 13.5721C8.6769 12.1739 8.57894 12.4197 9.95742 11.1398Z' fill='%23466DA0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
}
.search-page-container .search-input-wrapper input::-moz-placeholder {
  color: #97aac4;
}
.search-page-container .search-input-wrapper input::placeholder {
  color: #97aac4;
}
.search-page-container .search-input-wrapper input:focus {
  outline: none;
  box-sizing: none;
}
.search-page-container .sear-keyword {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.search-page-container .search-results-list .search-result-item {
  padding: 12px 0;
  border-bottom: 1px solid #e0eaf6;
}
.search-page-container .search-results-list .search-result-item.header {
  background: rgba(70, 109, 160, 0.1019607843);
  margin-bottom: 20px;
}
.search-page-container .search-results-list .search-result-item.header * {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  color: #001f37;
}
.search-page-container .search-results-list .search-result-item.header .search-result-item__inner {
  background: none !important;
  padding: 0;
}
.search-page-container .search-results-list .search-result-item__inner {
  display: flex;
  gap: 16px;
  padding: 20px 12px;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  color: #1b1b1b;
}
.search-page-container .search-results-list .search-result-item__inner:hover {
  background: rgba(203, 203, 203, 0.2);
}
.search-page-container .search-results-list .search-result-item__inner .event-date {
  width: 300px;
  text-align: center;
}
.search-page-container .search-results-list .search-result-item__inner h3, .search-page-container .search-results-list .search-result-item__inner .h3 {
  font-weight: 600;
  width: calc(100% - 300px);
  text-align: left;
  font-size: 18px;
  color: #1b1b1b;
  margin: 0;
}
.search-page-container .no-results {
  margin-top: 60px;
  text-align: center;
}
.search-page-container .no-results * {
  text-align: center;
  color: #001f37;
}
.search-page-container .no-results svg {
  margin: auto;
  margin-bottom: 32px;
}
.search-page-container .no-results h2, .search-page-container .no-results .h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 4px;
}
.search-page-container .no-results p {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}

div.single-registry {
  padding: 0 16px;
  padding-bottom: 80px;
}
div.single-registry__inner {
  max-width: 1128px;
  margin: 0 auto;
}
div.single-registry .tile-page {
  text-align: center;
  font-family: "Tangerine";
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #466da0;
  margin-bottom: 16px;
}
div.single-registry .tile-page span {
  display: inline-block;
  padding-bottom: 0px;
  position: relative;
}
div.single-registry .tile-page span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: url(../img/wishlist-title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
div.single-registry .marry-time {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}
div.single-registry .marry-time span {
  font-weight: 700;
}
div.single-registry__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
div.single-registry__sort {
  max-width: 370px;
  width: 70%;
}
div.single-registry__sort select {
  padding: 18px 25px 18px 0;
  border: none;
  border-bottom: solid 1px #466da0;
  background-color: #fff;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
  outline: none;
  line-height: 1.3em;
  box-shadow: none;
}
div.single-registry__layout {
  display: flex;
  gap: 5px;
}
div.single-registry__layout button {
  border: none;
  background: none;
  padding: 0;
}
div.single-registry__layout button:focus {
  outline: none;
  box-shadow: none;
}
div.single-registry__layout button.active {
  background: #e0eaf6;
}
div.single-registry__layout button.active path {
  stroke: #466da0 !important;
}
div.single-registry .product-list .product-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #f1f1f1;
}
div.single-registry .product-list .product-item__image {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
div.single-registry .product-list .product-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.single-registry .product-list .product-item__info .product-pattern {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #222222;
}
div.single-registry .product-list .product-item__info .product-item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
div.single-registry .product-list .product-item__info .product-custom-id {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #222222;
}
div.single-registry .product-list .product-item__info .product-item__quanty {
  display: flex;
  gap: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 12px;
}
div.single-registry .product-list .product-item__info .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #001f37;
}
div.single-registry .product-list .product-item__add-cart {
  margin-left: auto;
}
div.single-registry .product-list .product-item__add-cart .btn-primary, div.single-registry .product-list .product-item__add-cart #login-form input[type=submit], #login-form div.single-registry .product-list .product-item__add-cart input[type=submit], div.single-registry .product-list .product-item__add-cart #reset-password-form input[type=submit], #reset-password-form div.single-registry .product-list .product-item__add-cart input[type=submit],
div.single-registry .product-list .product-item__add-cart #lost-password-form input[type=submit],
#lost-password-form div.single-registry .product-list .product-item__add-cart input[type=submit], div.single-registry .product-list .product-item__add-cart .mini-cart .checkout, .mini-cart div.single-registry .product-list .product-item__add-cart .checkout, div.single-registry .product-list .product-item__add-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mini-cart div.single-registry .product-list .product-item__add-cart a.button, div.single-registry .product-list .product-item__add-cart .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment div.single-registry .product-list .product-item__add-cart #place_order {
  text-transform: uppercase;
}
div.single-registry .product-list.layout--grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  div.single-registry .product-list.layout--grid {
    gap: 16px;
  }
}
div.single-registry .product-list.layout--grid .product-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  width: calc(25% - 18px);
  border: solid 1px #d9d9d9;
}
@media (max-width: 1024px) {
  div.single-registry .product-list.layout--grid .product-item {
    width: calc(33.3333% - 18px);
  }
}
@media (max-width: 768px) {
  div.single-registry .product-list.layout--grid .product-item {
    width: calc(50% - 8px);
  }
}
div.single-registry .product-list.layout--grid .product-item__image {
  width: 100%;
  padding-top: 100%;
  border-bottom: solid 1px #d9d9d9;
}
div.single-registry .product-list.layout--grid .product-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
div.single-registry .product-list.layout--grid .product-item__info {
  margin: 0;
  padding: 16px;
  text-align: left;
  width: 100%;
}
div.single-registry .product-list.layout--grid .product-item .product-item__quanty {
  gap: 10px;
}
div.single-registry .product-list.layout--grid .product-item .product-item__add-cart {
  width: 100%;
  padding: 0 16px;
  margin-top: auto;
}
div.single-registry .product-list.layout--grid .product-item .product-item__add-cart a {
  display: block;
}
div.single-registry__buy-else {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
div.single-registry .registry-info {
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.1019607843);
  box-shadow: 0px 2px 4px 2px rgba(51, 51, 51, 0.1490196078);
  background: #eaf2fd;
  border-radius: 8px;
  padding: 8px 24px;
  margin-bottom: 24px;
}
div.single-registry .registry-info__content {
  padding: 17px 40px;
  display: flex;
  gap: 24px 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.single-registry .registry-info__content__item {
  width: calc(50% - 20px);
  max-width: 456px;
}
div.single-registry .registry-info__content__item__title {
  font-size: 14px;
  font-weight: 600;
  color: #001f37;
  margin-bottom: 8px;
}
div.single-registry .registry-info__content__item__content {
  color: #1b1b1b;
}
div.single-registry .registry-info__content__item__content .registry-photos img {
  max-width: 100%;
}
div.single-registry .registry-info__content__item.w-100 {
  width: 100%;
  max-width: none;
  text-align: center;
  font-style: italic;
}
div.single-registry .registry-info__toggle {
  display: flex;
  gap: 16px;
  cursor: pointer;
}
div.single-registry .registry-info__toggle svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
div.single-registry .registry-info__toggle .text-close {
  font-weight: 600;
  color: #002e51;
}
div.single-registry .registry-info__inner.active {
  padding-bottom: 17px;
}
div.single-registry .registry-info__inner.active .registry-info__toggle svg {
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .single-registry .product-list .product-item__info .product-pattern,
  .single-registry .product-list .product-item__info .product-custom-id {
    font-size: 12px;
  }
  .single-registry .product-list .product-item__info .product-item__quanty {
    display: none !important;
  }
  .single-registry .product-list .product-item__info .product-item__title,
  .single-registry .product-list .product-item__info .woocommerce-Price-amount {
    font-size: 16px;
  }
  div.single-registry .product-list.layout--list .product-item {
    flex-wrap: wrap;
  }
  div.single-registry .product-list.layout--list .product-item__image {
    width: 100px;
    height: 100px;
  }
  div.single-registry .product-list.layout--list .product-item__info {
    width: calc(100% - 120px);
  }
  div.single-registry .product-list.layout--list .product-item .product-item__add-cart {
    width: calc(100% - 116px);
    margin-left: auto;
  }
  div.single-registry .product-list.layout--list .product-item .product-item__add-cart a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  div.single-registry__layout button svg {
    width: 30px !important;
  }
  div.single-registry .woocommerce-breadcrumb {
    display: none;
  }
  div.single-registry .tile-page {
    padding-top: 50px;
    font-size: 32px;
  }
  div.single-registry .marry-time {
    font-size: 16px;
  }
  div.single-registry__sort {
    width: calc(50% - 8px);
  }
  div.single-registry .registry-info {
    padding: 16px;
  }
  div.single-registry .registry-info__content {
    gap: 16px;
    flex-direction: column;
    padding: 0;
  }
  div.single-registry .registry-info__content__item {
    width: 100%;
    max-width: none;
  }
  div.single-registry .registry-info__content__item__title {
    font-size: 14px;
  }
  div.single-registry .registry-info__content__item__content {
    font-size: 14px;
  }
  div.single-registry .registry-info__inner {
    padding: 0;
  }
  div.single-registry .registry-info__inner .registry-info__toggle {
    padding-top: 16px;
  }
  div.single-registry .registry-info__inner.active {
    padding-bottom: 0;
  }
}
.wishlist-header {
  margin-bottom: 20px;
}
.wishlist-header__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__inner {
    display: block;
  }
}
.wishlist-header__left {
  flex: 0 0 31%;
  max-width: 31%;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__left {
    max-width: 100%;
  }
}
.wishlist-header__right {
  flex: 0 0 65%;
  max-width: 65%;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__right {
    max-width: 100%;
  }
}
.wishlist-header__title {
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 300;
  font-size: 45px;
  line-height: 1.244;
  color: #466da0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wishlist-header__title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/line.svg) no-repeat left center;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__title span:after {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-header__title {
    font-size: 24px;
    margin-top: 20px;
  }
}
.wishlist-header__marry-time {
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #001f37;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__marry-time {
    font-size: 16px;
  }
}
.wishlist-header__tab {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__tab {
    margin-top: 18px;
  }
}
.wishlist-header__tab__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.wishlist-header__tab__menu li {
  padding: 0 10px;
  position: relative;
}
.wishlist-header__tab__menu li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  /* identical to box height */
  text-transform: capitalize;
  color: #8e8e8e;
}
@media only screen and (max-width: 768px) {
  .wishlist-header__tab__menu li a {
    font-size: 13px;
  }
}
.wishlist-header__tab__menu li.active a {
  background: #eff0f1;
  font-weight: 600;
  color: #466da0;
}
.wishlist-header__tab__menu li:before {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 1px;
  background: #e0eaf6;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.wishlist-header__tab__menu li:first-child:before {
  display: none;
}
.wishlist-header__tab__content {
  padding-top: 25px;
}
.wishlist-header__tab__content__item {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #3c3c3c;
  display: none;
}
.wishlist-header__tab__content__item p {
  line-height: 1.3;
}
.wishlist-header__tab__content__item p.title {
  margin-bottom: 5px;
}
.wishlist-header__tab__content__item.active {
  display: block;
}
.wishlist-header__tab__content__item .recaption {
  text-align: center;
  font-size: 16px;
}
.wishlist-header .view-collection-btn {
  /* Auto layout */
  display: flex;
  width: 220px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #466da0;
  border-radius: 8px;
  gap: 8px;
  color: #466da0;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.wishlist-header .couple-photos img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wishlist-header .couple-photos {
    width: 150px;
    margin: 0 auto;
  }
}

.wishlist-gallery {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.wishlist-gallery.active {
  display: flex;
}
.wishlist-gallery__inner {
  width: 900px;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}
.wishlist-gallery__inner img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 140px);
  height: auto;
  object-fit: contain;
}
.wishlist-gallery__header {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.wishlist-gallery__body {
  overflow: auto;
}
.wishlist-gallery__close {
  /* Button */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  color: E5E7EB;
}
.wishlist-gallery__close svg {
  display: block;
  width: 11px;
  height: 11px;
}

/*# sourceMappingURL=base.min.css.map*/
