/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/src/styles/font.css ***!
  \*******************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/lightbox2/dist/css/lightbox.css ***!
  \************************************************************************************************/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/dist/f657825a2eeed04632b0.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/dist/0edc57ccafb3ea818597.png") left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/dist/62074ac70bd3cfc10445.png") right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/dist/0cfd6489536ec0987466.png") top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/src/styles/font.css (1) ***!
  \***********************************************************************************/
h1,h2,h3,h4,h5,h6,span,p,div {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/src/styles/output.css ***!
  \*********************************************************************************/
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 1px;
    --text-xs: 12px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #87A598;
    --color-primary-dark: #6A857A;
    --color-secondary: #F6F4EF;
    --color-secondary-dark: #edebde;
    --color-variant-1: #EDF0F1;
    --color-variant-2: #FBF1EC;
    --color-variant-3: #4A6974;
    --color-variant-4: #D97741;
    --color-variant-5: #EDEBDE;
    --color-variant-6: #C2BB92;
    --text-small: 15px;
    --text-box: 24px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-84 {
    top: calc(var(--spacing) * 84);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-14 {
    right: calc(var(--spacing) * 14);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .c_container {
    margin-inline: auto;
    width: 100%;
    max-width: calc(1612px + 26px + 26px);
    padding-inline: calc(var(--spacing) * 26);
    @media (width >= 64rem) {
      max-width: calc(1612px + 52px + 52px);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 52);
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-46 {
    margin-top: calc(var(--spacing) * 46);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-60 {
    margin-top: calc(var(--spacing) * 60);
  }
  .mt-78 {
    margin-top: calc(var(--spacing) * 78);
  }
  .mt-96 {
    margin-top: calc(var(--spacing) * 96);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-22 {
    margin-bottom: calc(var(--spacing) * 22);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .mb-34 {
    margin-bottom: calc(var(--spacing) * 34);
  }
  .mb-36 {
    margin-bottom: calc(var(--spacing) * 36);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-42 {
    margin-bottom: calc(var(--spacing) * 42);
  }
  .mb-44 {
    margin-bottom: calc(var(--spacing) * 44);
  }
  .mb-46 {
    margin-bottom: calc(var(--spacing) * 46);
  }
  .mb-48 {
    margin-bottom: calc(var(--spacing) * 48);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .mb-52 {
    margin-bottom: calc(var(--spacing) * 52);
  }
  .mb-56 {
    margin-bottom: calc(var(--spacing) * 56);
  }
  .mb-60 {
    margin-bottom: calc(var(--spacing) * 60);
  }
  .mb-65 {
    margin-bottom: calc(var(--spacing) * 65);
  }
  .mb-74 {
    margin-bottom: calc(var(--spacing) * 74);
  }
  .mb-120 {
    margin-bottom: calc(var(--spacing) * 120);
  }
  .ml-16 {
    margin-left: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .size-36 {
    width: calc(var(--spacing) * 36);
    height: calc(var(--spacing) * 36);
  }
  .size-40 {
    width: calc(var(--spacing) * 40);
    height: calc(var(--spacing) * 40);
  }
  .size-56 {
    width: calc(var(--spacing) * 56);
    height: calc(var(--spacing) * 56);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-42 {
    height: calc(var(--spacing) * 42);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-55 {
    height: calc(var(--spacing) * 55);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-90 {
    height: calc(var(--spacing) * 90);
  }
  .h-150 {
    height: calc(var(--spacing) * 150);
  }
  .h-384 {
    height: calc(var(--spacing) * 384);
  }
  .h-411 {
    height: calc(var(--spacing) * 411);
  }
  .h-420 {
    height: calc(var(--spacing) * 420);
  }
  .h-440 {
    height: calc(var(--spacing) * 440);
  }
  .h-460 {
    height: calc(var(--spacing) * 460);
  }
  .h-480 {
    height: calc(var(--spacing) * 480);
  }
  .h-560 {
    height: calc(var(--spacing) * 560);
  }
  .h-632 {
    height: calc(var(--spacing) * 632);
  }
  .h-\[25\%\] {
    height: 25%;
  }
  .h-\[96vh\] {
    height: 96vh;
  }
  .h-\[calc\(100\%-138px\)\] {
    height: calc(100% - 138px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-956 {
    max-height: calc(var(--spacing) * 956);
  }
  .max-h-1000 {
    max-height: calc(var(--spacing) * 1000);
  }
  .max-h-\[65vh\] {
    max-height: 65vh;
  }
  .min-h-66 {
    min-height: calc(var(--spacing) * 66);
  }
  .min-h-400 {
    min-height: calc(var(--spacing) * 400);
  }
  .min-h-524 {
    min-height: calc(var(--spacing) * 524);
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-42 {
    width: calc(var(--spacing) * 42);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-136 {
    width: calc(var(--spacing) * 136);
  }
  .w-172 {
    width: calc(var(--spacing) * 172);
  }
  .w-200 {
    width: calc(var(--spacing) * 200);
  }
  .w-280 {
    width: calc(var(--spacing) * 280);
  }
  .w-330 {
    width: calc(var(--spacing) * 330);
  }
  .w-386 {
    width: calc(var(--spacing) * 386);
  }
  .w-388 {
    width: calc(var(--spacing) * 388);
  }
  .w-796 {
    width: calc(var(--spacing) * 796);
  }
  .w-800 {
    width: calc(var(--spacing) * 800);
  }
  .w-1068 {
    width: calc(var(--spacing) * 1068);
  }
  .w-\[7vw\] {
    width: 7vw;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-1\/2 {
    max-width: calc(1/2 * 100%);
  }
  .max-w-124 {
    max-width: calc(var(--spacing) * 124);
  }
  .max-w-252 {
    max-width: calc(var(--spacing) * 252);
  }
  .max-w-256 {
    max-width: calc(var(--spacing) * 256);
  }
  .max-w-446 {
    max-width: calc(var(--spacing) * 446);
  }
  .max-w-524 {
    max-width: calc(var(--spacing) * 524);
  }
  .max-w-600 {
    max-width: calc(var(--spacing) * 600);
  }
  .max-w-660 {
    max-width: calc(var(--spacing) * 660);
  }
  .max-w-800 {
    max-width: calc(var(--spacing) * 800);
  }
  .max-w-808 {
    max-width: calc(var(--spacing) * 808);
  }
  .max-w-1068 {
    max-width: calc(var(--spacing) * 1068);
  }
  .max-w-1212 {
    max-width: calc(var(--spacing) * 1212);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-62 {
    min-width: calc(var(--spacing) * 62);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .\!translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-22 {
    gap: calc(var(--spacing) * 22);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .gap-26 {
    gap: calc(var(--spacing) * 26);
  }
  .gap-28 {
    gap: calc(var(--spacing) * 28);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-40 {
    gap: calc(var(--spacing) * 40);
  }
  .gap-42 {
    gap: calc(var(--spacing) * 42);
  }
  .gap-60 {
    gap: calc(var(--spacing) * 60);
  }
  .gap-65 {
    gap: calc(var(--spacing) * 65);
  }
  .gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-30 {
    column-gap: calc(var(--spacing) * 30);
  }
  .gap-x-40 {
    column-gap: calc(var(--spacing) * 40);
  }
  .gap-x-60 {
    column-gap: calc(var(--spacing) * 60);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-18 {
    row-gap: calc(var(--spacing) * 18);
  }
  .gap-y-22 {
    row-gap: calc(var(--spacing) * 22);
  }
  .gap-y-24 {
    row-gap: calc(var(--spacing) * 24);
  }
  .gap-y-38 {
    row-gap: calc(var(--spacing) * 38);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[rgba\(0\,0\,0\,\.06\)\] {
    border-color: rgba(0,0,0,.06);
  }
  .border-\[rgba\(0\,0\,0\,\.08\)\] {
    border-color: rgba(0,0,0,.08);
  }
  .border-\[rgba\(0\,0\,0\,\.16\)\] {
    border-color: rgba(0,0,0,.16);
  }
  .border-\[rgba\(255\,255\,255\,\.16\)\] {
    border-color: rgba(255,255,255,.16);
  }
  .border-r-\[rgba\(0\,0\,0\,\.06\)\] {
    border-right-color: rgba(0,0,0,.06);
  }
  .\!border-b-primary {
    border-bottom-color: var(--color-primary) !important;
  }
  .border-b-\[rgba\(0\,0\,0\,\.06\)\] {
    border-bottom-color: rgba(0,0,0,.06);
  }
  .border-b-\[rgba\(0\,0\,0\,\.16\)\] {
    border-bottom-color: rgba(0,0,0,.16);
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[rgba\(0\,0\,0\,\.3\)\] {
    background-color: rgba(0,0,0,.3);
  }
  .bg-\[rgba\(0\,0\,0\,\.5\)\] {
    background-color: rgba(0,0,0,.5);
  }
  .bg-\[rgba\(0\,0\,0\,\.06\)\] {
    background-color: rgba(0,0,0,.06);
  }
  .bg-\[rgba\(0\,0\,0\,\.6\)\] {
    background-color: rgba(0,0,0,.6);
  }
  .bg-\[rgba\(0\,0\,0\,\.08\)\] {
    background-color: rgba(0,0,0,.08);
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-dark {
    background-color: var(--color-primary-dark);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-variant-1 {
    background-color: var(--color-variant-1);
  }
  .bg-variant-2 {
    background-color: var(--color-variant-2);
  }
  .bg-variant-3 {
    background-color: var(--color-variant-3);
  }
  .bg-variant-4 {
    background-color: var(--color-variant-4);
  }
  .bg-variant-5 {
    background-color: var(--color-variant-5);
  }
  .bg-variant-6 {
    background-color: var(--color-variant-6);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[white\]\/0 {
    --tw-gradient-from: color-mix(in oklab, white 0%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[rgba\(229\,171\,96\,\.2\)\] {
    --tw-gradient-to: rgba(229,171,96,.2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[rgba\(229\,171\,96\,\.16\)\] {
    --tw-gradient-to: rgba(229,171,96,.16);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[white\]\/100 {
    --tw-gradient-to: color-mix(in oklab, white 100%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-\[rgba\(0\,0\,0\,\.7\)\] {
    fill: rgba(0,0,0,.7);
  }
  .fill-black {
    fill: var(--color-black);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-\[rgba\(0\,0\,0\,\.7\)\] {
    stroke: rgba(0,0,0,.7);
  }
  .stroke-\[white\] {
    stroke: white;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-18 {
    padding: calc(var(--spacing) * 18);
  }
  .p-24 {
    padding: calc(var(--spacing) * 24);
  }
  .p-25 {
    padding: calc(var(--spacing) * 25);
  }
  .p-28 {
    padding: calc(var(--spacing) * 28);
  }
  .p-30 {
    padding: calc(var(--spacing) * 30);
  }
  .p-40 {
    padding: calc(var(--spacing) * 40);
  }
  .p-48 {
    padding: calc(var(--spacing) * 48);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-22 {
    padding-inline: calc(var(--spacing) * 22);
  }
  .px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .px-26 {
    padding-inline: calc(var(--spacing) * 26);
  }
  .px-28 {
    padding-inline: calc(var(--spacing) * 28);
  }
  .px-40 {
    padding-inline: calc(var(--spacing) * 40);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .py-34 {
    padding-block: calc(var(--spacing) * 34);
  }
  .py-36 {
    padding-block: calc(var(--spacing) * 36);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .py-48 {
    padding-block: calc(var(--spacing) * 48);
  }
  .py-50 {
    padding-block: calc(var(--spacing) * 50);
  }
  .py-72 {
    padding-block: calc(var(--spacing) * 72);
  }
  .py-74 {
    padding-block: calc(var(--spacing) * 74);
  }
  .py-88 {
    padding-block: calc(var(--spacing) * 88);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pt-26 {
    padding-top: calc(var(--spacing) * 26);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-72 {
    padding-top: calc(var(--spacing) * 72);
  }
  .pt-88 {
    padding-top: calc(var(--spacing) * 88);
  }
  .pt-100 {
    padding-top: calc(var(--spacing) * 100);
  }
  .pt-104 {
    padding-top: calc(var(--spacing) * 104);
  }
  .pt-120 {
    padding-top: calc(var(--spacing) * 120);
  }
  .pt-150 {
    padding-top: calc(var(--spacing) * 150);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pr-30 {
    padding-right: calc(var(--spacing) * 30);
  }
  .pr-44 {
    padding-right: calc(var(--spacing) * 44);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .pb-50 {
    padding-bottom: calc(var(--spacing) * 50);
  }
  .pb-52 {
    padding-bottom: calc(var(--spacing) * 52);
  }
  .pb-60 {
    padding-bottom: calc(var(--spacing) * 60);
  }
  .pb-62 {
    padding-bottom: calc(var(--spacing) * 62);
  }
  .pb-72 {
    padding-bottom: calc(var(--spacing) * 72);
  }
  .pb-80 {
    padding-bottom: calc(var(--spacing) * 80);
  }
  .pb-88 {
    padding-bottom: calc(var(--spacing) * 88);
  }
  .pb-100 {
    padding-bottom: calc(var(--spacing) * 100);
  }
  .pb-120 {
    padding-bottom: calc(var(--spacing) * 120);
  }
  .pb-148 {
    padding-bottom: calc(var(--spacing) * 148);
  }
  .pl-24 {
    padding-left: calc(var(--spacing) * 24);
  }
  .pl-26 {
    padding-left: calc(var(--spacing) * 26);
  }
  .pl-50 {
    padding-left: calc(var(--spacing) * 50);
  }
  .pl-158 {
    padding-left: calc(var(--spacing) * 158);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[138px\] {
    font-size: 138px;
  }
  .text-small {
    font-size: var(--text-small);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.8px\] {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .break-all {
    word-break: break-all;
  }
  .\!text-\[black\] {
    color: black !important;
  }
  .\!text-\[rgba\(0\,0\,0\,\.7\)\] {
    color: rgba(0,0,0,.7) !important;
  }
  .\!text-\[rgba\(255\,255\,255\,\.7\)\] {
    color: rgba(255,255,255,.7) !important;
  }
  .\!text-\[white\] {
    color: white !important;
  }
  .text-\[rgba\(0\,0\,0\,\.4\)\] {
    color: rgba(0,0,0,.4);
  }
  .text-\[rgba\(0\,0\,0\,\.5\)\] {
    color: rgba(0,0,0,.5);
  }
  .text-\[rgba\(0\,0\,0\,\.7\)\)\] {
    color: rgba(0,0,0,.7);
  }
  .text-\[rgba\(0\,0\,0\,\.7\)\] {
    color: rgba(0,0,0,.7);
  }
  .text-\[rgba\(0\,0\,0\,\.16\)\] {
    color: rgba(0,0,0,.16);
  }
  .text-\[rgba\(0\,0\,0\,\.65\)\] {
    color: rgba(0,0,0,.65);
  }
  .text-\[rgba\(255\,255\,255\,\.6\)\] {
    color: rgba(255,255,255,.6);
  }
  .text-\[rgba\(255\,255\,255\,\.7\)\] {
    color: rgba(255,255,255,.7);
  }
  .text-\[rgba\(255\,255\,255\,\.65\)\] {
    color: rgba(255,255,255,.65);
  }
  .text-\[white\] {
    color: white;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-dark {
    color: var(--color-primary-dark);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[60\%\] {
    opacity: 60%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[font-size\] {
    transition-property: font-size;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[padding-left\] {
    transition-property: padding-left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-2000 {
    --tw-duration: 2000ms;
    transition-duration: 2000ms;
  }
  .group-hover\:scale-\[1\.1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .group-hover\:border-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .group-hover\:bg-primary-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .group-hover\:font-medium {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
    }
  }
  .group-hover\:text-\[black\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: black;
      }
    }
  }
  .group-hover\:text-\[white\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: white;
      }
    }
  }
  .group-hover\:opacity-80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/header\:block {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\/header\:hidden {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }
  .group-hover\/header\:border-\[rgba\(255\,255\,255\,\.16\)\] {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        border-color: rgba(255,255,255,.16);
      }
    }
  }
  .group-hover\/header\:stroke-\[white\] {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        stroke: white;
      }
    }
  }
  .group-hover\/header\:text-\[white\] {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        color: white;
      }
    }
  }
  .group-hover\/icon\:scale-\[1\.1\] {
    &:is(:where(.group\/icon):hover *) {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:transition {
    &::before {
      content: var(--tw-content);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:-bottom-2 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * -2);
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:mx-auto {
    &::after {
      content: var(--tw-content);
      margin-inline: auto;
    }
  }
  .after\:size-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
      height: 100%;
    }
  }
  .after\:h-2 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:bg-\[black\] {
    &::after {
      content: var(--tw-content);
      background-color: black;
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.1\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.1);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.2\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.2);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.3\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.3);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.4\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.4);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.5\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.5);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.06\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.06);
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,\.24\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,.24);
    }
  }
  .after\:bg-\[rgba\(255\,255\,255\,\.16\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(255,255,255,.16);
    }
  }
  .after\:bg-\[white\] {
    &::after {
      content: var(--tw-content);
      background-color: white;
    }
  }
  .after\:bg-primary {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-primary);
    }
  }
  .after\:transition-\[width\] {
    &::after {
      content: var(--tw-content);
      transition-property: width;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-500 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-hover\/header\:after\:bg-\[white\] {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          background-color: white;
        }
      }
    }
  }
  .first\:border-t-1 {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .first\:border-t-2 {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
  }
  .first\:text-\[rgba\(0\,0\,0\,\.5\)\] {
    &:first-child {
      color: rgba(0,0,0,.5);
    }
  }
  .hover\:border-\[rgba\(0\,0\,0\,\.7\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: rgba(0,0,0,.7);
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-\[\#E9E9E9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E9E9E9;
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-primary-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .hover\:bg-secondary-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary-dark);
      }
    }
  }
  .hover\:font-semibold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .hover\:text-\[white\] {
    &:hover {
      @media (hover: hover) {
        color: white;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:before\:bg-\[rgba\(0\,0\,0\,\.32\)\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          background-color: rgba(0,0,0,.32);
        }
      }
    }
  }
  .hover\:after\:w-0 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .hover\:after\:w-full {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .max-\[1300px\]\:mb-30 {
    @media (width < 1300px) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .max-xl\:h-full {
    @media (width < 80rem) {
      height: 100%;
    }
  }
  .max-lg\:absolute {
    @media (width < 64rem) {
      position: absolute;
    }
  }
  .max-lg\:fixed {
    @media (width < 64rem) {
      position: fixed;
    }
  }
  .max-lg\:relative {
    @media (width < 64rem) {
      position: relative;
    }
  }
  .max-lg\:inset-0 {
    @media (width < 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:top-58 {
    @media (width < 64rem) {
      top: calc(var(--spacing) * 58);
    }
  }
  .max-lg\:mb-20 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .max-lg\:mb-42 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 42);
    }
  }
  .max-lg\:mb-48 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 48);
    }
  }
  .max-lg\:mb-140 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 140);
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:\!h-58 {
    @media (width < 64rem) {
      height: calc(var(--spacing) * 58) !important;
    }
  }
  .max-lg\:h-84 {
    @media (width < 64rem) {
      height: calc(var(--spacing) * 84);
    }
  }
  .max-lg\:h-auto {
    @media (width < 64rem) {
      height: auto;
    }
  }
  .max-lg\:h-full {
    @media (width < 64rem) {
      height: 100%;
    }
  }
  .max-lg\:min-h-201 {
    @media (width < 64rem) {
      min-height: calc(var(--spacing) * 201);
    }
  }
  .max-lg\:w-200 {
    @media (width < 64rem) {
      width: calc(var(--spacing) * 200);
    }
  }
  .max-lg\:w-\[calc\(100\%-40px\)\] {
    @media (width < 64rem) {
      width: calc(100% - 40px);
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:translate-x-full {
    @media (width < 64rem) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:-rotate-90 {
    @media (width < 64rem) {
      rotate: calc(90deg * -1);
    }
  }
  .max-lg\:flex-wrap {
    @media (width < 64rem) {
      flex-wrap: wrap;
    }
  }
  .max-lg\:items-start {
    @media (width < 64rem) {
      align-items: flex-start;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:border-t-1 {
    @media (width < 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-lg\:border-b-1 {
    @media (width < 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-lg\:border-\[rgba\(255\,255\,255\,\.16\)\] {
    @media (width < 64rem) {
      border-color: rgba(255,255,255,.16);
    }
  }
  .max-lg\:border-b-\[rgba\(0\,0\,0\,\.06\)\] {
    @media (width < 64rem) {
      border-bottom-color: rgba(0,0,0,.06);
    }
  }
  .max-lg\:border-b-\[rgba\(255\,255\,255\,\.16\)\] {
    @media (width < 64rem) {
      border-bottom-color: rgba(255,255,255,.16);
    }
  }
  .max-lg\:bg-primary {
    @media (width < 64rem) {
      background-color: var(--color-primary);
    }
  }
  .max-lg\:bg-secondary {
    @media (width < 64rem) {
      background-color: var(--color-secondary);
    }
  }
  .max-lg\:bg-variant-1 {
    @media (width < 64rem) {
      background-color: var(--color-variant-1);
    }
  }
  .max-lg\:bg-variant-2 {
    @media (width < 64rem) {
      background-color: var(--color-variant-2);
    }
  }
  .max-lg\:px-26 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 26);
    }
  }
  .max-lg\:px-30 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .max-lg\:py-15 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .max-lg\:text-\[14px\] {
    @media (width < 64rem) {
      font-size: 14px;
    }
  }
  .max-lg\:font-semibold {
    @media (width < 64rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .max-md\:mb-14 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .max-md\:mb-20 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .max-md\:mb-34 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 34);
    }
  }
  .max-md\:mb-60 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 60);
    }
  }
  .max-md\:w-1\/2 {
    @media (width < 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .max-md\:w-80 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:flex-1 {
    @media (width < 48rem) {
      flex: 1;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:justify-end {
    @media (width < 48rem) {
      justify-content: flex-end;
    }
  }
  .max-md\:border-b-1 {
    @media (width < 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-md\:bg-\[white\] {
    @media (width < 48rem) {
      background-color: white;
    }
  }
  .max-md\:bg-secondary {
    @media (width < 48rem) {
      background-color: var(--color-secondary);
    }
  }
  .max-md\:p-28 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 28);
    }
  }
  .max-md\:py-12 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .max-md\:py-50 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .min-\[1150px\]\:text-\[34px\] {
    @media (width >= 1150px) {
      font-size: 34px;
    }
  }
  .min-\[1664px\]\:ml-\[calc\(\(\(100vw-1612px\)\/2\)-26px\)\] {
    @media (width >= 1664px) {
      margin-left: calc(((100vw - 1612px) / 2) - 26px);
    }
  }
  .sm\:mr-41 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 41);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-y-30 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 30);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:c_container {
    @media (width >= 48rem) {
      margin-inline: auto;
      width: 100%;
      max-width: calc(1612px + 26px + 26px);
      padding-inline: calc(var(--spacing) * 26);
      @media (width >= 64rem) {
        max-width: calc(1612px + 52px + 52px);
      }
      @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 52);
      }
    }
  }
  .md\:mt-28 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .md\:mt-54 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 54);
    }
  }
  .md\:mt-60 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 60);
    }
  }
  .md\:mt-76 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 76);
    }
  }
  .md\:mt-84 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 84);
    }
  }
  .md\:mt-92 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 92);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-18 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-36 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .md\:mb-52 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 52);
    }
  }
  .md\:mb-60 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 60);
    }
  }
  .md\:mb-64 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 64);
    }
  }
  .md\:mb-65 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 65);
    }
  }
  .md\:mb-66 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 66);
    }
  }
  .md\:mb-68 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 68);
    }
  }
  .md\:mb-70 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 70);
    }
  }
  .md\:mb-72 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 72);
    }
  }
  .md\:mb-80 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 80);
    }
  }
  .md\:mb-88 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 88);
    }
  }
  .md\:\!flex {
    @media (width >= 48rem) {
      display: flex !important;
    }
  }
  .md\:\!grid {
    @media (width >= 48rem) {
      display: grid !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:size-42 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 42);
      height: calc(var(--spacing) * 42);
    }
  }
  .md\:h-2 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 2);
    }
  }
  .md\:h-60 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:h-64 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 64);
    }
  }
  .md\:h-65 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 65);
    }
  }
  .md\:h-138 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 138);
    }
  }
  .md\:h-156 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 156);
    }
  }
  .md\:h-414 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 414);
    }
  }
  .md\:h-472 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 472);
    }
  }
  .md\:h-507 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 507);
    }
  }
  .md\:h-540 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 540);
    }
  }
  .md\:h-640 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 640);
    }
  }
  .md\:h-648 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 648);
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-92 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 92);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:w-14 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .md\:w-193 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 193);
    }
  }
  .md\:w-246 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 246);
    }
  }
  .md\:w-524 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 524);
    }
  }
  .md\:w-544 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 544);
    }
  }
  .md\:w-\[45vw\] {
    @media (width >= 48rem) {
      width: 45vw;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:max-w-278 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 278);
    }
  }
  .md\:max-w-500 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 500);
    }
  }
  .md\:max-w-524 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 524);
    }
  }
  .md\:max-w-716 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 716);
    }
  }
  .md\:min-w-524 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 524);
    }
  }
  .md\:min-w-\[570px\] {
    @media (width >= 48rem) {
      min-width: 570px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:\!items-center {
    @media (width >= 48rem) {
      align-items: center !important;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-14 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-40 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .md\:gap-46 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 46);
    }
  }
  .md\:gap-54 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 54);
    }
  }
  .md\:gap-56 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 56);
    }
  }
  .md\:gap-92 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 92);
    }
  }
  .md\:gap-y-46 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 46);
    }
  }
  .md\:border-2 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .md\:border-r-2 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .md\:border-b-2 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .md\:bg-\[\#F5F5F5\] {
    @media (width >= 48rem) {
      background-color: #F5F5F5;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-22 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 22);
    }
  }
  .md\:p-40 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .md\:p-48 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 48);
    }
  }
  .md\:p-56 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 56);
    }
  }
  .md\:p-60 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 60);
    }
  }
  .md\:p-62 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 62);
    }
  }
  .md\:p-64 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 64);
    }
  }
  .md\:px-22 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 22);
    }
  }
  .md\:px-64 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 64);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-29 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 29);
    }
  }
  .md\:py-42 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 42);
    }
  }
  .md\:py-48 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 48);
    }
  }
  .md\:py-60 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 60);
    }
  }
  .md\:py-96 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 96);
    }
  }
  .md\:pt-50 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .md\:pt-60 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 60);
    }
  }
  .md\:pt-88 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 88);
    }
  }
  .md\:pt-100 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 100);
    }
  }
  .md\:pt-108 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 108);
    }
  }
  .md\:pt-120 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 120);
    }
  }
  .md\:pr-100 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 100);
    }
  }
  .md\:pb-50 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 50);
    }
  }
  .md\:pb-88 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 88);
    }
  }
  .md\:pb-90 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 90);
    }
  }
  .md\:pb-186 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 186);
    }
  }
  .md\:pl-15 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 15);
    }
  }
  .md\:pl-60 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 60);
    }
  }
  .md\:pl-79 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 79);
    }
  }
  .md\:pl-150 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 150);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[276px\] {
    @media (width >= 48rem) {
      font-size: 276px;
    }
  }
  .md\:text-box {
    @media (width >= 48rem) {
      font-size: var(--text-box);
    }
  }
  .md\:text-small {
    @media (width >= 48rem) {
      font-size: var(--text-small);
    }
  }
  .md\:font-semibold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .md\:text-\[rgba\(0\,0\,0\,\.65\)\] {
    @media (width >= 48rem) {
      color: rgba(0,0,0,.65);
    }
  }
  .md\:first\:border-t-2 {
    @media (width >= 48rem) {
      &:first-child {
        border-top-style: var(--tw-border-style);
        border-top-width: 2px;
      }
    }
  }
  .md\:hover\:bg-\[\#E9E9E9\] {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: #E9E9E9;
        }
      }
    }
  }
  .lg\:pointer-events-auto {
    @media (width >= 64rem) {
      pointer-events: auto;
    }
  }
  .lg\:fixed {
    @media (width >= 64rem) {
      position: fixed;
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:\!top-6 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 6) !important;
    }
  }
  .lg\:top-22 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 22);
    }
  }
  .lg\:c_container {
    @media (width >= 64rem) {
      margin-inline: auto;
      width: 100%;
      max-width: calc(1612px + 26px + 26px);
      padding-inline: calc(var(--spacing) * 26);
      @media (width >= 64rem) {
        max-width: calc(1612px + 52px + 52px);
      }
      @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 52);
      }
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-25 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .lg\:mb-44 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 44);
    }
  }
  .lg\:mb-45 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 45);
    }
  }
  .lg\:mb-54 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 54);
    }
  }
  .lg\:mb-55 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 55);
    }
  }
  .lg\:mb-60 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 60);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:size-48 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 48);
      height: calc(var(--spacing) * 48);
    }
  }
  .lg\:\!h-58 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 58) !important;
    }
  }
  .lg\:h-48 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 48);
    }
  }
  .lg\:h-75 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 75);
    }
  }
  .lg\:h-90 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 90);
    }
  }
  .lg\:h-412 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 412);
    }
  }
  .lg\:h-440 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 440);
    }
  }
  .lg\:h-526 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 526);
    }
  }
  .lg\:h-\[28vw\] {
    @media (width >= 64rem) {
      height: 28vw;
    }
  }
  .lg\:h-\[32vw\] {
    @media (width >= 64rem) {
      height: 32vw;
    }
  }
  .lg\:h-\[106vh\] {
    @media (width >= 64rem) {
      height: 106vh;
    }
  }
  .lg\:max-h-300 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 300);
    }
  }
  .lg\:max-h-540 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 540);
    }
  }
  .lg\:max-h-606 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 606);
    }
  }
  .lg\:min-h-182 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 182);
    }
  }
  .lg\:min-h-320 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 320);
    }
  }
  .lg\:min-h-\[60vh\] {
    @media (width >= 64rem) {
      min-height: 60vh;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-14 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .lg\:w-15 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 15);
    }
  }
  .lg\:w-20 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .lg\:w-140 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 140);
    }
  }
  .lg\:w-200 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 200);
    }
  }
  .lg\:w-250 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 250);
    }
  }
  .lg\:w-386 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 386);
    }
  }
  .lg\:w-440 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 440);
    }
  }
  .lg\:w-500 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 500);
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-320 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 320);
    }
  }
  .lg\:max-w-796 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 796);
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-none {
    @media (width >= 64rem) {
      translate: none;
    }
  }
  .lg\:break-inside-avoid {
    @media (width >= 64rem) {
      break-inside: avoid;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-25 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .lg\:gap-40 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .lg\:gap-y-50 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 50);
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-b-2 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .lg\:bg-primary {
    @media (width >= 64rem) {
      background-color: var(--color-primary);
    }
  }
  .lg\:p-32 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 32);
    }
  }
  .lg\:p-38 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 38);
    }
  }
  .lg\:p-40 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .lg\:p-46 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 46);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-2 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-36 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  .lg\:py-62 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 62);
    }
  }
  .lg\:py-80 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 80);
    }
  }
  .lg\:py-90 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 90);
    }
  }
  .lg\:pt-40 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:pt-50 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .lg\:pt-60 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 60);
    }
  }
  .lg\:pt-62 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 62);
    }
  }
  .lg\:pt-92 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 92);
    }
  }
  .lg\:pt-160 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 160);
    }
  }
  .lg\:pr-40 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 40);
    }
  }
  .lg\:pr-\[20\%\] {
    @media (width >= 64rem) {
      padding-right: 20%;
    }
  }
  .lg\:pb-2 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-62 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 62);
    }
  }
  .lg\:pb-80 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 80);
    }
  }
  .lg\:pb-120 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 120);
    }
  }
  .lg\:pb-140 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 140);
    }
  }
  .lg\:pl-120 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 120);
    }
  }
  .lg\:pl-156 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 156);
    }
  }
  .lg\:pl-240 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 240);
    }
  }
  .lg\:text-\[3vw\] {
    @media (width >= 64rem) {
      font-size: 3vw;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:leading-\[1\.2\] {
    @media (width >= 64rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .lg\:text-\[rgba\(255\,255\,255\,\.7\)\)\] {
    @media (width >= 64rem) {
      color: rgba(255,255,255,.7);
    }
  }
  .lg\:text-\[rgba\(255\,255\,255\,\.7\)\] {
    @media (width >= 64rem) {
      color: rgba(255,255,255,.7);
    }
  }
  .lg\:opacity-30 {
    @media (width >= 64rem) {
      opacity: 30%;
    }
  }
  .lg\:c_shadow {
    @media (width >= 64rem) {
      box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    }
  }
  .group-hover\/header\:lg\:text-\[rgba\(255\,255\,255\,\.7\)\] {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        @media (width >= 64rem) {
          color: rgba(255,255,255,.7);
        }
      }
    }
  }
  .lg\:hover\:text-\[black\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: black;
        }
      }
    }
  }
  .lg\:hover\:text-\[white\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: white;
        }
      }
    }
  }
  .min-lg\:max-\[1185px\]\:hidden {
    @media (width >= 64rem) {
      @media (width < 1185px) {
        display: none;
      }
    }
  }
  .min-lg\:max-2xl\:h-420 {
    @media (width >= 64rem) {
      @media (width < 96rem) {
        height: calc(var(--spacing) * 420);
      }
    }
  }
  .min-lg\:max-2xl\:w-12 {
    @media (width >= 64rem) {
      @media (width < 96rem) {
        width: calc(var(--spacing) * 12);
      }
    }
  }
  .lg\:max-2xl\:max-w-\[1036px\] {
    @media (width >= 64rem) {
      @media (width < 96rem) {
        max-width: 1036px;
      }
    }
  }
  .min-lg\:max-2xl\:gap-60 {
    @media (width >= 64rem) {
      @media (width < 96rem) {
        gap: calc(var(--spacing) * 60);
      }
    }
  }
  .xl\:mb-52 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 52);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[25vw\] {
    @media (width >= 80rem) {
      height: 25vw;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:p-56 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 56);
    }
  }
  .xl\:px-14 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .xl\:md\:grid-cols-3 {
    @media (width >= 80rem) {
      @media (width >= 48rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
  }
  .\32 xl\:top-34 {
    @media (width >= 96rem) {
      top: calc(var(--spacing) * 34);
    }
  }
  .\32 xl\:mt-96 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 96);
    }
  }
  .\32 xl\:mb-44 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 44);
    }
  }
  .\32 xl\:mb-45 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 45);
    }
  }
  .\32 xl\:mb-60 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 60);
    }
  }
  .\32 xl\:mb-64 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 64);
    }
  }
  .\32 xl\:mb-72 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 72);
    }
  }
  .\32 xl\:mb-76 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 76);
    }
  }
  .\32 xl\:mb-82 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 82);
    }
  }
  .\32 xl\:size-56 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 56);
      height: calc(var(--spacing) * 56);
    }
  }
  .\32 xl\:h-56 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 56);
    }
  }
  .\32 xl\:h-100 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 100);
    }
  }
  .\32 xl\:h-432 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 432);
    }
  }
  .\32 xl\:h-474 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 474);
    }
  }
  .\32 xl\:h-660 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 660);
    }
  }
  .\32 xl\:h-full {
    @media (width >= 96rem) {
      height: 100%;
    }
  }
  .\32 xl\:min-h-1080 {
    @media (width >= 96rem) {
      min-height: calc(var(--spacing) * 1080);
    }
  }
  .\32 xl\:w-14 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  .\32 xl\:w-200 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 200);
    }
  }
  .\32 xl\:w-306 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 306);
    }
  }
  .\32 xl\:w-326 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 326);
    }
  }
  .\32 xl\:w-446 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 446);
    }
  }
  .\32 xl\:w-524 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 524);
    }
  }
  .\32 xl\:w-660 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 660);
    }
  }
  .\32 xl\:gap-50 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 50);
    }
  }
  .\32 xl\:gap-54 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 54);
    }
  }
  .\32 xl\:p-25 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:p-40 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:p-48 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 48);
    }
  }
  .\32 xl\:p-64 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 64);
    }
  }
  .\32 xl\:px-22 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 22);
    }
  }
  .\32 xl\:px-160 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 160);
    }
  }
  .\32 xl\:py-48 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 48);
    }
  }
  .\32 xl\:py-88 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 88);
    }
  }
  .\32 xl\:py-100 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 100);
    }
  }
  .\32 xl\:py-132 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 132);
    }
  }
  .\32 xl\:pt-44 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 44);
    }
  }
  .\32 xl\:pt-88 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 88);
    }
  }
  .\32 xl\:pt-116 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 116);
    }
  }
  .\32 xl\:pt-160 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 160);
    }
  }
  .\32 xl\:pt-178 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 178);
    }
  }
  .\32 xl\:pt-200 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 200);
    }
  }
  .\32 xl\:pb-78 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 78);
    }
  }
  .\32 xl\:pb-88 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 88);
    }
  }
  .\32 xl\:pb-120 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 120);
    }
  }
  .\32 xl\:pb-140 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 140);
    }
  }
  .\32 xl\:pb-175 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 175);
    }
  }
  .\32 xl\:pl-42 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 42);
    }
  }
  .\32 xl\:pl-158 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 158);
    }
  }
  .\32 xl\:text-\[15px\] {
    @media (width >= 96rem) {
      font-size: 15px;
    }
  }
  .\32 xl\:text-\[16px\] {
    @media (width >= 96rem) {
      font-size: 16px;
    }
  }
  .\32 xl\:text-\[18px\] {
    @media (width >= 96rem) {
      font-size: 18px;
    }
  }
  .\32 xl\:text-\[20px\] {
    @media (width >= 96rem) {
      font-size: 20px;
    }
  }
  .\32 xl\:text-\[32px\] {
    @media (width >= 96rem) {
      font-size: 32px;
    }
  }
  .\32 xl\:text-\[36px\] {
    @media (width >= 96rem) {
      font-size: 36px;
    }
  }
  .\32 xl\:text-\[38px\] {
    @media (width >= 96rem) {
      font-size: 38px;
    }
  }
  .\32 xl\:text-\[72px\] {
    @media (width >= 96rem) {
      font-size: 72px;
    }
  }
  .\32 xl\:text-box {
    @media (width >= 96rem) {
      font-size: var(--text-box);
    }
  }
  .\32 xl\:text-small {
    @media (width >= 96rem) {
      font-size: var(--text-small);
    }
  }
  .\[\&_\*\]\:text-\[white\] {
    & * {
      color: white;
    }
  }
  .\[\&_a\]\:bg-primary {
    & a {
      background-color: var(--color-primary);
    }
  }
  .\[\&_a\]\:text-\[white\] {
    & a {
      color: white;
    }
  }
  .hover\:\[\&_a\]\:bg-primary-dark {
    &:hover {
      @media (hover: hover) {
        & a {
          background-color: var(--color-primary-dark);
        }
      }
    }
  }
  .hover\:\[\&_a\]\:text-\[white\] {
    &:hover {
      @media (hover: hover) {
        & a {
          color: white;
        }
      }
    }
  }
  .\[\&_p\]\:mb-20 {
    & p {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .\[\&_p\]\:mb-32 {
    & p {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .\[\&_p\]\:text-\[16px\] {
    & p {
      font-size: 16px;
    }
  }
  .\[\&_p\]\:text-\[18px\] {
    & p {
      font-size: 18px;
    }
  }
  .\[\&_p\]\:leading-\[1\.4\] {
    & p {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
  .\[\&_p\]\:leading-\[1\.5\] {
    & p {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
  }
  .\[\&_p\]\:leading-\[1\.6\] {
    & p {
      --tw-leading: 1.6;
      line-height: 1.6;
    }
  }
  .\[\&_p\]\:leading-\[rgba\(0\,0\,0\,\.7\)\] {
    & p {
      --tw-leading: rgba(0,0,0,.7);
      line-height: rgba(0,0,0,.7);
    }
  }
  .\[\&_p\]\:text-\[rgba\(0\,0\,0\,\.7\)\] {
    & p {
      color: rgba(0,0,0,.7);
    }
  }
  .\[\&_p\]\:text-\[rgba\(0\,0\,0\,\.65\)\] {
    & p {
      color: rgba(0,0,0,.65);
    }
  }
  .\[\&_p\]\:text-\[rgba\(255\,255\,255\,\.7\)\] {
    & p {
      color: rgba(255,255,255,.7);
    }
  }
  .\[\&_p\]\:text-\[white\] {
    & p {
      color: white;
    }
  }
  .max-lg\:\[\&_p\]\:text-\[15px\] {
    @media (width < 64rem) {
      & p {
        font-size: 15px;
      }
    }
  }
  .md\:\[\&_p\]\:text-\[21px\] {
    @media (width >= 48rem) {
      & p {
        font-size: 21px;
      }
    }
  }
  .md\:\[\&_p\]\:leading-\[1\.6\] {
    @media (width >= 48rem) {
      & p {
        --tw-leading: 1.6;
        line-height: 1.6;
      }
    }
  }
  .lg\:\[\&_p\]\:text-\[17px\] {
    @media (width >= 64rem) {
      & p {
        font-size: 17px;
      }
    }
  }
  .lg\:\[\&_p\]\:text-\[24px\] {
    @media (width >= 64rem) {
      & p {
        font-size: 24px;
      }
    }
  }
  .\32 xl\:\[\&_p\]\:text-\[20px\] {
    @media (width >= 96rem) {
      & p {
        font-size: 20px;
      }
    }
  }
  .\[\&_p\:last-child\]\:mb-0 {
    & p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_path\]\:fill-\[\#888486\] {
    & path {
      fill: #888486;
    }
  }
  .\[\&_path\]\:fill-\[\#BEF36C\] {
    & path {
      fill: #BEF36C;
    }
  }
  .\[\&_path\]\:\!stroke-\[rgba\(0\,0\,0\,\.7\)\] {
    & path {
      stroke: rgba(0,0,0,.7) !important;
    }
  }
  .\[\&_path\]\:stroke-\[\#999999\] {
    & path {
      stroke: #999999;
    }
  }
  .\[\&_path\]\:stroke-\[\#c2c2c2\] {
    & path {
      stroke: #c2c2c2;
    }
  }
  .\[\&_path\]\:stroke-\[black\] {
    & path {
      stroke: black;
    }
  }
  .\[\&_path\]\:stroke-\[rgba\(0\,0\,0\,\.4\)\] {
    & path {
      stroke: rgba(0,0,0,.4);
    }
  }
  .\[\&_path\]\:stroke-\[rgba\(0\,0\,0\,\.7\)\] {
    & path {
      stroke: rgba(0,0,0,.7);
    }
  }
  .\[\&_path\]\:stroke-\[rgba\(255\,255\,255\,\.7\)\] {
    & path {
      stroke: rgba(255,255,255,.7);
    }
  }
  .\[\&_path\]\:stroke-\[white\] {
    & path {
      stroke: white;
    }
  }
  .\[\&_path\]\:transition {
    & path {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&_path\]\:transition-all {
    & path {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&_path\]\:duration-300 {
    & path {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_path\]\:duration-500 {
    & path {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .group-hover\:\[\&_path\]\:stroke-\[black\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        & path {
          stroke: black;
        }
      }
    }
  }
  .group-hover\:\[\&_path\]\:stroke-\[white\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        & path {
          stroke: white;
        }
      }
    }
  }
  .hover\:\[\&_path\]\:stroke-black {
    &:hover {
      @media (hover: hover) {
        & path {
          stroke: var(--color-black);
        }
      }
    }
  }
  .md\:\[\&_path\]\:stroke-\[\#565656\] {
    @media (width >= 48rem) {
      & path {
        stroke: #565656;
      }
    }
  }
  .lg\:\[\&_path\]\:stroke-\[rgba\(255\,255\,255\,\.7\)\] {
    @media (width >= 64rem) {
      & path {
        stroke: rgba(255,255,255,.7);
      }
    }
  }
  .\[\&_span\]\:text-\[13px\] {
    & span {
      font-size: 13px;
    }
  }
  .\[\&_span\]\:leading-\[1\.6\] {
    & span {
      --tw-leading: 1.6;
      line-height: 1.6;
    }
  }
  .hover\:\[\&_span\]\:text-\[rgba\(0\,0\,0\,1\)\] {
    &:hover {
      @media (hover: hover) {
        & span {
          color: rgba(0,0,0,1);
        }
      }
    }
  }
  .\[\&_span\,p\,a\]\:text-\[black\] {
    & span,p,a {
      color: black;
    }
  }
  .\[\&_strong\]\:text-\[black\] {
    & strong {
      color: black;
    }
  }
  .hover\:\[\&_svg\]\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        & svg {
          opacity: 100%;
        }
      }
    }
  }
  .hover\:\[\&_time\]\:text-\[rgba\(0\,0\,0\,1\)\] {
    &:hover {
      @media (hover: hover) {
        & time {
          color: rgba(0,0,0,1);
        }
      }
    }
  }
  .lg\:\[\&\:nth-child\(2\)\]\:border-t-2 {
    @media (width >= 64rem) {
      &:nth-child(2) {
        border-top-style: var(--tw-border-style);
        border-top-width: 2px;
      }
    }
  }
  .\[\&\>div\]\:flex {
    &>div {
      display: flex;
    }
  }
  .\[\&\>div\]\:flex-col {
    &>div {
      flex-direction: column;
    }
  }
  .\[\&\>div\]\:gap-10 {
    &>div {
      gap: calc(var(--spacing) * 10);
    }
  }
  .\[\&\>div\]\:border-b-2 {
    &>div {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .\[\&\>div\]\:border-b-\[rgba\(0\,0\,0\,\.06\)\] {
    &>div {
      border-bottom-color: rgba(0,0,0,.06);
    }
  }
  .\[\&\>div\]\:pb-14 {
    &>div {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:\[\&\>div\]\:gap-22 {
    @media (width >= 48rem) {
      &>div {
        gap: calc(var(--spacing) * 22);
      }
    }
  }
  .md\:\[\&\>div\]\:pb-18 {
    @media (width >= 48rem) {
      &>div {
        padding-bottom: calc(var(--spacing) * 18);
      }
    }
  }
}
@layer base {
  h1,.h1 {
    line-height: 1.2;
    font-size: 42px;
    @media (width >= 40rem) {
      font-size: 52px;
    }
    @media (width >= 96rem) {
      font-size: 72px;
    }
  }
  small {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    @media (width >= 96rem) {
      font-size: var(--text-small);
    }
  }
  p, span, a, label, input[type=radio], input[type=search], button, select {
    font-size: 16px;
    @media (width >= 64rem) {
      font-size: 15px;
    }
    @media (width >= 96rem) {
      font-size: 17px;
    }
    line-height: 1.4;
  }
  .link {
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 12px;
    @media (width >= 64rem) {
      font-size: 13px;
    }
    @media (width >= 96rem) {
      font-size: 15px;
    }
  }
  .link:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    padding-bottom: 2px;
    bottom: -6px;
    transition: ease .5s;
    height: calc(var(--spacing) * 1);
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 2);
    }
  }
  .link:hover:after {
    width: 0%;
  }
  .c_hover-underline {
    position: relative;
  }
  .c_hover-underline:after {
    content: ' ';
    display: block;
    width: 0%;
    position: absolute;
    padding-bottom: 2px;
    bottom: -6px;
    transition: ease .5s;
    height: calc(var(--spacing) * 1);
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 2);
    }
  }
  .c_hover-underline:hover:after {
    width: 100%;
  }
  header:hover {
    background-color: var(--color-primary);
  }
  .c_with-border-bottom-animation {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * -2);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      background-color: black;
    }
    &::after {
      content: var(--tw-content);
      transition-property: width;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::after {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
    @media (width >= 64rem) {
      position: relative;
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .c_with-border-bottom-animation--black {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        background-color: black;
      }
    }
  }
  .c_with-border-bottom-animation--white {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        background-color: white;
      }
    }
  }
  .form label {
    margin-bottom: calc(var(--spacing) * 20);
    font-size: 17px;
    --tw-leading: 1.4;
    line-height: 1.4;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgba(0,0,0,.7);
  }
  .form input[type=email], .form input[type=password] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: rgba(0,0,0,.16);
    padding-block: calc(var(--spacing) * 10);
    font-size: 17px;
    --tw-leading: 1.4;
    line-height: 1.4;
    &:focus {
      border-color: black;
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
}
@layer components {
  .btn {
    font-weight: 600;
    display: block;
    line-height: 1;
    transition: all ease .3s;
    padding-inline: calc(var(--spacing) * 20);
    padding-block: calc(var(--spacing) * 17);
    @media (width < 426px) {
      padding-inline: calc(var(--spacing) * 10);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .btn-outline {
    border: 2px solid rgba(0,0,0,.06);
    color: black;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: white;
      }
    }
  }
  .btn-white {
    background-color: white;
    color: black;
    &:hover {
      @media (hover: hover) {
        background-color: #cbf589;
      }
    }
  }
  .btn-white-outline {
    color: white;
    border: 2px solid rgba(255,255,255,.16);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .btn-primary {
    background: var(--color-primary);
    color: white;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .btn-primary-outline {
    color: white;
    border: 2px solid rgba(255,255,255,.16);
    background-color: var(--color-primary);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .grey-text {
    font-weight: 600;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    @media (width >= 64rem) {
      font-size: 13px;
    }
    @media (width >= 96rem) {
      font-size: var(--text-small);
    }
    line-height: 1.4;
    letter-spacing: 1.2px;
    color: rgba(0,0,0,.4);
    text-transform: uppercase;
  }
  .block-title {
    font-weight: 500;
    font-size: 26px;
    @media (width >= 64rem) {
      font-size: 32px;
    }
    @media (width >= 96rem) {
      font-size: 36px;
    }
    line-height: 1.45;
  }
  .c_subtitle {
    font-size: 18px;
    @media (width >= 64rem) {
      font-size: 19px;
    }
    @media (width >= 96rem) {
      font-size: 21px;
    }
  }
  .c_title {
    font-size: 21px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 96rem) {
      font-size: 24px;
    }
  }
  .rte-c-title {
    font-size: 21px;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 96rem) {
      font-size: 24px;
    }
    color: black;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}

/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/src/styles/main.css ***!
  \*******************************************************************************/
.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

.custom-radio .radio-style {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.24); /* Outer ring */
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
}

.custom-radio input[type=radio]:checked + .radio-style::after {
  content: "";
  width: 10px;
  height: 10px;
  background: black; /* Inner filled circle */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio input[type=radio]:focus + .radio-style {
  border: 2px solid black; /* Outer ring */
  outline: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

.custom-checkbox .checkbox-style {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}

.custom-checkbox .checkbox-style::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: scale(0) rotate(45deg);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.custom-checkbox input[type=checkbox]:checked + .checkbox-style::after {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}

.custom-checkbox .label-text {
  user-select: none;
}

.custom-checkbox input[type=checkbox]:focus + .checkbox-style {
  border: 2px solid black; /* Outer ring */
  outline: none;
}

.input-validation-error {
  border-color: #C82333;
}

.validation-summary-errors li {
  color: #C82333;
  font-size: 15px;
}

.field-validation-error {
  color: #C82333;
  margin-top: 10px;
  display: block;
}
.field-validation-error span {
  font-size: 15px;
}

/** burger **/
/* Container for the burger menu */
.burger-container {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

/* Base styles for the burger icon */
.burger-icon {
  width: 100%;
  height: 100%;
}

.burger-line {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Line positions */
.line-1 {
  transform-origin: 10% 50%;
}

.line-2 {
  transform-origin: 50% 50%;
}

.line-3 {
  transform-origin: 10% 50%;
}

/* Active state (burger to "X") */
.burger-icon.active .line-1 {
  transform: rotate(45deg) translate(-2px, -2px);
}

.burger-icon.active .line-2 {
  opacity: 0;
}

.burger-icon.active .line-3 {
  transform: rotate(-45deg) translate(0px, 0px);
}

.c_menuitem_main > div:after {
  width: 0;
}

@media (width >= 64rem) {
  .c_menuitem_main .c_menuitem__children {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  .c_menuitem_main .c_menuitem__children > .lg\:c_container > div {
    opacity: 0;
    transform: translateY(20px);
  }
  .c_menuitem_main > div:after {
    content: " ";
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    transition: ease all 0.5s;
    z-index: 1;
    width: 0;
  }
  .c_menuitem_main .c_toggle > svg {
    opacity: 30;
  }
  .c_menuitem_main.hover .c_menuitem__children {
    opacity: 100;
    max-height: 100%;
  }
  .c_menuitem_main.hover .c_menuitem__children > .lg\:c_container > div {
    opacity: 100;
    transform: translateY(0);
  }
  .c_menuitem_main.hover .c_toggle > svg {
    opacity: 100;
  }
  .c_menuitem_main.c_isheaderbgimage.hover .c_menuitem__children {
    background-color: var(--color-primary);
  }
}
@media (width >= 64rem) and (width < 80rem) {
  .c_menuitem_main.active > div > a, .c_menuitem_main.c_highlight > div > a {
    font-weight: 600;
  }
  .c_menuitem_main.active > div:after, .c_menuitem_main.c_highlight > div:after {
    width: calc(100% - 48px) !important;
  }
}
@media (width >= 80rem) {
  .c_menuitem_main.hover > div > a, .c_menuitem_main.active > div > a, .c_menuitem_main.c_highlight > div > a {
    font-weight: 600;
  }
  .c_menuitem_main.hover > div:after, .c_menuitem_main.active > div:after, .c_menuitem_main.c_highlight > div:after {
    width: calc(100% - 28px) !important;
  }
}
.mfp-content {
  max-width: 1068px;
}

/* Initial state */
.mfp-slide-from-top.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mfp-slide-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* Popup content animation */
.mfp-slide-from-top .mfp-content {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.mfp-slide-from-top.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1;
}

.mfp-slide-from-top.mfp-removing .mfp-content {
  transform: translateY(-100px);
  opacity: 0;
}

/* magnific prevent body scroll including safari */
.mfp-noscroll {
  overflow: hidden;
  /* For iOS Safari, you might want to add: */
  position: fixed;
  width: 100%;
}

/* magnific popup align top */
.mfp-align-top .mfp-content {
  margin-top: 6px; /* Adjust the value as you like! */
}

.c_press-body p {
  margin-bottom: 20px;
}
.c_press-body p, .c_press-body strong, .c_press-body li, .c_press-body span {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}
.c_press-body li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 16px;
}
.c_press-body a {
  color: var(--color-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.c_press-body a:hover {
  color: var(--color-primary);
}
.c_press-body .table-container {
  overflow-x: auto;
  margin-bottom: 30px;
}
.c_press-body table {
  width: 100%;
  min-width: 600px;
}
.c_press-body table tr:first-child {
  background: var(--color-primary);
}
.c_press-body table tr:first-child td {
  color: white;
}
.c_press-body table tr:first-child td strong {
  color: white;
}
.c_press-body table tr td {
  padding: 10px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.c_press-body .mfn-attachment {
  display: none;
}

.subscribe-success-msg {
  display: inline-block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 0.3s 0.1s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-primary-dark);
}

.subscribe-success-msg.active {
  opacity: 1;
  transform: scaleX(1);
}

.imagesslider_swiper.swiper {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10vw;
  padding-right: 25vw;
}
.imagesslider_swiper .swiper-slide {
  width: 65vw;
  transition: transform 0.5s ease;
}

.swiper.c_counter-box-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}

.c_counter-box-swiper--next.swiper-button-disabled svg,
.c_counter-box-swiper--prev.swiper-button-disabled svg {
  opacity: 0.2;
}
.c_counter-box-swiper--next.swiper-button-disabled:hover svg,
.c_counter-box-swiper--prev.swiper-button-disabled:hover svg {
  opacity: 0.2;
}

.mfn-subscribe {
  /* Label styling */
  /* Checkbox box */
  /* Animated checkmark */
  /* Show and animate checkmark when checked */
  /* Focus visible indicator for keyboard navigation ONLY */
}
.mfn-subscribe .mfn-block {
  margin: 20px 0;
}
.mfn-subscribe .mfn-field-address {
  height: 64px;
  background: white;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  font-size: 17px;
  text-align: center;
}
.mfn-subscribe .mfn-submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.mfn-subscribe .mfn-submit .mfn-sub-submit {
  background: var(--color-primary);
  color: white;
  font-weight: 600;
  display: block;
  line-height: 1;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}
.mfn-subscribe .mfn-submit .mfn-sub-submit:hover {
  background: var(--color-primary-dark);
}
@media (width >= 64rem) {
  .mfn-subscribe .mfn-submit .mfn-sub-submit {
    padding: 20px;
    width: auto;
  }
}
.mfn-subscribe .mfn-info p {
  font-size: 15px;
}
@media (width >= 64rem) {
  .mfn-subscribe .mfn-info p {
    font-size: 17px;
  }
}
.mfn-subscribe .mfn-info p.mfn-info-main-1 {
  line-height: 1.45;
  font-size: 21px;
  margin-bottom: 48px;
}
.mfn-subscribe .mfn-info-languages {
  margin-top: 40px;
}
.mfn-subscribe .mfn-languages .mfn-list, .mfn-subscribe .mfn-options .mfn-list {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.mfn-subscribe label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding-left: 36px;
}
@media (width >= 64rem) {
  .mfn-subscribe label {
    font-size: 16px;
  }
}
.mfn-subscribe .mfn-policy {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.mfn-subscribe .mfn-policy-text,
.mfn-subscribe .mfn-policy-text a {
  font-size: 15px;
}
@media (width >= 64rem) {
  .mfn-subscribe .mfn-policy-text,
  .mfn-subscribe .mfn-policy-text a {
    font-size: 17px;
  }
}
.mfn-subscribe .mfn-sub-approve-text {
  align-items: center;
  gap: 20px;
  margin-top: 0;
}
.mfn-subscribe .mfn-fields {
  margin: 60px 0 40px;
}
.mfn-subscribe span {
  color: rgba(0, 0, 0, 0.7);
}
.mfn-subscribe a {
  color: var(--color-primary);
  transition: ease all 0.3s;
}
.mfn-subscribe a:hover {
  color: var(--color-primary-dark);
}
.mfn-subscribe .mfn-success {
  color: var(--color-primary-dark);
}
.mfn-subscribe .mfn-alert-active {
  background: var(--color-variant-4);
  padding: 20px;
}
.mfn-subscribe .mfn-checkbox-row,
.mfn-subscribe .mfn-policy-approve {
  position: relative;
}
.mfn-subscribe .mfn-checkbox-row input[type=checkbox],
.mfn-subscribe .mfn-policy-approve input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.mfn-subscribe .mfn-checkbox-row label,
.mfn-subscribe .mfn-policy-approve label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  user-select: none;
  line-height: 24px;
  display: inline-block;
}
.mfn-subscribe .mfn-checkbox-row label::before,
.mfn-subscribe .mfn-policy-approve label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.mfn-subscribe .mfn-checkbox-row label::after,
.mfn-subscribe .mfn-policy-approve label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: scale(0.5) rotate(45deg);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.2s;
  pointer-events: none;
}
.mfn-subscribe .mfn-checkbox-row input[type=checkbox]:checked + label::after,
.mfn-subscribe .mfn-policy-approve input[type=checkbox]:checked + label::after {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}
.mfn-subscribe .mfn-checkbox-row input[type=checkbox]:focus-visible + label::before,
.mfn-subscribe .mfn-policy-approve input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

table.mf-table {
  width: 100%;
}
table.mf-table th, table.mf-table td {
  padding: 15px;
  font-size: 15px;
  text-align: center !important;
  min-width: 140px;
}
table.mf-table th:nth-child(2), table.mf-table td:nth-child(2) {
  text-align: left !important;
}
table.mf-table th:first-child, table.mf-table td:first-child {
  width: 100px !important;
  min-width: 100px;
}
table.mf-table thead {
  background: var(--color-primary);
}
table.mf-table thead th {
  color: white;
  font-weight: 600;
}
table.mf-table tbody td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.65);
}
@media (width >= 64rem) {
  table.mf-table th, table.mf-table td {
    padding: 22px;
    font-size: 17px;
  }
}

.mf-powered-by {
  display: none;
}

html {
  scroll-behavior: smooth;
}

h1 {
  transition: ease all 0.5s;
}

button, input {
  transition: ease all 0.5s;
}
button:disabled, input:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.block_gridblock .bg-primary span, .block_gridblock .bg-primary p,
.block_gridblock .bg-variant-3 span,
.block_gridblock .bg-variant-3 p,
.block_gridblock .bg-variant-4 span,
.block_gridblock .bg-variant-4 p,
.block_gridblock .bg-variant-6 span,
.block_gridblock .bg-variant-6 p,
.block_alertblock .bg-primary span,
.block_alertblock .bg-primary p,
.block_alertblock .bg-variant-3 span,
.block_alertblock .bg-variant-3 p,
.block_alertblock .bg-variant-4 span,
.block_alertblock .bg-variant-4 p,
.block_alertblock .bg-variant-6 span,
.block_alertblock .bg-variant-6 p {
  color: white;
}

.c_with-border-and-hover-underline {
  position: relative;
}
.c_with-border-and-hover-underline:before {
  content: " ";
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.c_with-border-and-hover-underline:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: black;
  transition: width 0.5s ease;
}
.c_with-border-and-hover-underline:hover:after {
  width: 100%;
}

.block_downloadblock + .block_downloadblock > div {
  border-top: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_custom-input.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_form.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_header.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/utils/mixins.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_popup.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_press.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_subscribe.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_swiper.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_mfn-subscribe-form.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/components/_mfn-table.scss%22,%22file:///C:/Projects/Websites/Sentia_Umbraco/Sentia.Web/wwwroot/src/styles/main.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AC/FJ;EACI,cAHqB;;;AAMzB;EACI,OAPqB;EAQrB;;;AAGJ;EACI,OAZqB;EAarB;EACA;;AAEA;EACI;;;ACjBR;AACA;AACA;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;;;AAGJ;EACI;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAKJ;EACI;;;AC5CA;EDkDI;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAKJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;;EASA;IACI;IACA;;EAEA;IACI;IACA;;EAIR;IACI;;EAMA;IACI;;;AAOpB;EAIgB;IACI;;EAGJ;IACI;;;AClHhB;ED6HY;IACI;;EAGJ;IACI;;;AE5IpB;EACI;;;AAIJ;AACA;EACI;EACA;;;AAGJ;EACI;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AACA;EACI;AACA;EACA;EACA;;;AAGJ;AACA;EACI;;;ACzCA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGI;EACI;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;;AAKZ;EACI;;;ACzDR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;ACbA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAMA;EACI;EACA;;;AAQJ;AAAA;EACI;;AAIA;AAAA;EACI;;;AChCf;AA6IG;AAUA;AAcA;AAgBA;AAMA;;AAzLA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AL3BZ;EKgBI;IAeQ;IACA;;;AAMR;EACI;;ALvCR;EKsCI;IAIQ;;;AAIR;EACI;EACA;EACA;;AAIR;EACI;;AAIA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;ALrEJ;EKkEA;IAMQ;;;AAIR;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;;ALpFJ;EKkFA;AAAA;IAKQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AACA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;;AC/LR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;;AN3BR;EMgCI;IACI;IACA;;;;AAKZ;EACI;;;AChCJ;EACI;;;AAIJ;EACI;;;AAGJ;EACI;;AACA;EACI;EACA;EACA;;;AAWA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;;AAMZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;;AAMZ;EACI%22%7D */
/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \*****************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/magnific-popup/dist/magnific-popup.css ***!
  \*******************************************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
