/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/css/frontend/main.css ***!
  \******************************************************************************************************************************************************/
/*! tailwindcss v4.3.0 | 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-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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-theme-primary: #000;
    --color-theme-accent: #f1436e;
    --color-theme-surface: #fff;
    --container-theme: 1920px;
    --text-theme-12x16: 0.75rem;
    --text-theme-12x16--line-height: 1rem;
    --text-theme-16x24: 1rem;
    --text-theme-16x24--line-height: 1.5rem;
    --text-theme-24x32: 1.5rem;
    --text-theme-24x32--line-height: 2rem;
    --text-theme-32x40: 2rem;
    --text-theme-32x40--line-height: 2.5rem;
    --text-theme-40x48: 2.5rem;
    --text-theme-40x48--line-height: 3rem;
    --text-theme-48x56: 3rem;
    --text-theme-48x56--line-height: 3.5rem;
    --text-theme-56x64: 3.5rem;
    --text-theme-56x64--line-height: 4rem;
    --text-theme-64x72: 4rem;
    --text-theme-64x72--line-height: 4.5rem;
    --text-theme-72x80: 4.5rem;
    --text-theme-72x80--line-height: 5rem;
    --text-theme-80x88: 5rem;
    --text-theme-80x88--line-height: 5.5rem;
    --text-theme-88x88: 5.5rem;
    --text-theme-88x88--line-height: 5.5rem;
    --text-theme-95x104: 5.9375rem;
    --text-theme-95x104--line-height: 6.5rem;
    --text-theme-96x104: 6rem;
    --text-theme-96x104--line-height: 6.5rem;
    --text-theme-104x104: 6.5rem;
    --text-theme-104x104--line-height: 6.5rem;
    --text-theme-120x120: 7.5rem;
    --text-theme-120x120--line-height: 7.5rem;
    --text-theme-120x144: 7.5rem;
    --text-theme-120x144--line-height: 9rem;
    --text-theme-140x140: 8.75rem;
    --text-theme-140x140--line-height: 8.75rem;
    --text-theme-160x160: 10rem;
    --text-theme-160x160--line-height: 10rem;
    --text-theme-200x200: 12.5rem;
    --text-theme-200x200--line-height: 12.5rem;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .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-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-px {
    top: 1px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-px {
    left: 1px;
  }
  .isolate {
    isolation: isolate;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-last {
    order: 9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 1700px) {
      max-width: 1700px;
    }
    @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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-3 {
    margin-right: calc(var(--spacing) * -3);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .line-clamp-\[14\] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[2\/3\] {
    aspect-ratio: 2/3;
  }
  .aspect-\[195\/400\] {
    aspect-ratio: 195/400;
  }
  .aspect-\[480\/672\] {
    aspect-ratio: 480/672;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-\[10px\] {
    width: 10px;
    height: 10px;
  }
  .size-\[150px\] {
    width: 150px;
    height: 150px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-6\! {
    height: calc(var(--spacing) * 6) !important;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[117px\] {
    height: 117px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[393px\] {
    height: 393px;
  }
  .h-\[640px\] {
    height: 640px;
  }
  .h-\[var\(--header-height\)\] {
    height: var(--header-height);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .h-px {
    height: 1px;
  }
  .max-h-12 {
    max-height: calc(var(--spacing) * 12);
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .max-h-\[120px\] {
    max-height: 120px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[480px\] {
    min-height: 480px;
  }
  .min-h-\[520px\] {
    min-height: 520px;
  }
  .\!w-\[176px\] {
    width: 176px !important;
  }
  .\!w-\[280px\] {
    width: 280px !important;
  }
  .\!w-\[320px\] {
    width: 320px !important;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[447px\] {
    max-width: 447px;
  }
  .max-w-\[448px\] {
    max-width: 448px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[602px\] {
    max-width: 602px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[911px\] {
    max-width: 911px;
  }
  .max-w-\[912px\] {
    max-width: 912px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[953px\] {
    max-width: 953px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1530px\] {
    max-width: 1530px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-theme {
    max-width: var(--container-theme);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-x-0\.5 {
    column-gap: calc(var(--spacing) * 0.5);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-black {
    :where(& > :not(:last-child)) {
      border-color: var(--color-black);
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-center {
    justify-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1f1f1f\] {
    border-color: #1f1f1f;
  }
  .border-\[\#4f4f4f\] {
    border-color: #4f4f4f;
  }
  .border-\[\#333\] {
    border-color: #333;
  }
  .border-\[\#979797\] {
    border-color: #979797;
  }
  .border-\[\#cdcdcd\] {
    border-color: #cdcdcd;
  }
  .border-\[\#e3e3e3\] {
    border-color: #e3e3e3;
  }
  .border-\[var\(--color-theme-accent\)\] {
    border-color: var(--color-theme-accent);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-theme-accent {
    border-color: var(--color-theme-accent);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#4f4f4f\] {
    background-color: #4f4f4f;
  }
  .bg-\[\#c2c2c2\] {
    background-color: #c2c2c2;
  }
  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }
  .bg-\[\#efefef\] {
    background-color: #efefef;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[var\(--color-theme-accent\)\] {
    background-color: var(--color-theme-accent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-theme-accent {
    background-color: var(--color-theme-accent);
  }
  .bg-theme-primary {
    background-color: var(--color-theme-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-none {
    background-image: none;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .\!stroke-theme-primary {
    stroke: var(--color-theme-primary) !important;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-theme-12x16 {
    font-size: var(--text-theme-12x16);
    line-height: var(--tw-leading, var(--text-theme-12x16--line-height));
  }
  .text-theme-16x24 {
    font-size: var(--text-theme-16x24);
    line-height: var(--tw-leading, var(--text-theme-16x24--line-height));
  }
  .text-theme-24x32 {
    font-size: var(--text-theme-24x32);
    line-height: var(--tw-leading, var(--text-theme-24x32--line-height));
  }
  .text-theme-32x40 {
    font-size: var(--text-theme-32x40);
    line-height: var(--tw-leading, var(--text-theme-32x40--line-height));
  }
  .text-theme-40x48 {
    font-size: var(--text-theme-40x48);
    line-height: var(--tw-leading, var(--text-theme-40x48--line-height));
  }
  .text-theme-48x56 {
    font-size: var(--text-theme-48x56);
    line-height: var(--tw-leading, var(--text-theme-48x56--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[120px\] {
    font-size: 120px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
  .leading-\[72px\] {
    --tw-leading: 72px;
    line-height: 72px;
  }
  .leading-\[120px\] {
    --tw-leading: 120px;
    line-height: 120px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[350\] {
    --tw-font-weight: 350;
    font-weight: 350;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.4px\] {
    --tw-tracking: 0.4px;
    letter-spacing: 0.4px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .\[word-break\:break-word\] {
    word-break: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#1C1B1F\] {
    color: #1C1B1F;
  }
  .text-\[\#1a9d4f\] {
    color: #1a9d4f;
  }
  .text-\[\#4F4F4F\] {
    color: #4F4F4F;
  }
  .text-\[\#4f4f4f\] {
    color: #4f4f4f;
  }
  .text-\[\#6B6B6B\] {
    color: #6B6B6B;
  }
  .text-\[\#7c7c7c\] {
    color: #7c7c7c;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#939393\] {
    color: #939393;
  }
  .text-\[\#979797\] {
    color: #979797;
  }
  .text-\[red\] {
    color: red;
  }
  .text-\[var\(--color-theme-accent\)\] {
    color: var(--color-theme-accent);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-theme-accent {
    color: var(--color-theme-accent);
  }
  .text-theme-primary {
    color: var(--color-theme-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .mix-blend-color {
    mix-blend-mode: color;
  }
  .mix-blend-darken {
    mix-blend-mode: darken;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-open\:hidden {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: none;
    }
  }
  .group-open\:border-b-0 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .group-aria-\[expanded\=true\]\:opacity-0 {
    &:is(:where(.group)[aria-expanded="true"] *) {
      opacity: 0%;
    }
  }
  .placeholder\:text-\[\#4f4f4f\] {
    &::placeholder {
      color: #4f4f4f;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-\[\#f5f5f5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f5f5f5;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:text-\[var\(--color-theme-accent\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-accent);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:border-\[var\(--color-theme-accent\)\] {
    &:focus {
      border-color: var(--color-theme-accent);
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#4f4f4f\] {
    &:focus {
      --tw-ring-color: #4f4f4f;
    }
  }
  .focus\:ring-\[\#4f4f4f\]\/20 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #4f4f4f 20%, transparent);
    }
  }
  .focus\:ring-\[red\] {
    &:focus {
      --tw-ring-color: red;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .data-\[removable\=true\]\:flex {
    &[data-removable="true"] {
      display: flex;
    }
  }
  .motion-reduce\:transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .min-\[350px\]\:grid-cols-2 {
    @media (width >= 350px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .min-\[500px\]\:grid-cols-2 {
    @media (width >= 500px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .min-\[500px\]\:grid-cols-3 {
    @media (width >= 500px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .min-\[651px\]\:flex-row {
    @media (width >= 651px) {
      flex-direction: row;
    }
  }
  .\33 xl\:flex {
    @media (width >= 1700px) {
      display: flex;
    }
  }
  .\33 xl\:grid-cols-8 {
    @media (width >= 1700px) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .\33 xl\:flex-row {
    @media (width >= 1700px) {
      flex-direction: row;
    }
  }
  .\33 xl\:items-start {
    @media (width >= 1700px) {
      align-items: flex-start;
    }
  }
  .\33 xl\:text-theme-64x72 {
    @media (width >= 1700px) {
      font-size: var(--text-theme-64x72);
      line-height: var(--tw-leading, var(--text-theme-64x72--line-height));
    }
  }
  .sm\:left-auto {
    @media (width >= 40rem) {
      left: auto;
    }
  }
  .sm\:col-start-1 {
    @media (width >= 40rem) {
      grid-column-start: 1;
    }
  }
  .sm\:col-start-2 {
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .sm\:w-fit {
    @media (width >= 40rem) {
      width: fit-content;
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-10 {
    @media (width >= 48rem) {
      grid-column: span 10 / span 10;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:col-start-3 {
    @media (width >= 48rem) {
      grid-column-start: 3;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:row-span-3 {
    @media (width >= 48rem) {
      grid-row: span 3 / span 3;
    }
  }
  .md\:row-start-1 {
    @media (width >= 48rem) {
      grid-row-start: 1;
    }
  }
  .md\:row-start-2 {
    @media (width >= 48rem) {
      grid-row-start: 2;
    }
  }
  .md\:row-start-3 {
    @media (width >= 48rem) {
      grid-row-start: 3;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-\[480\/736\] {
    @media (width >= 48rem) {
      aspect-ratio: 480/736;
    }
  }
  .md\:aspect-auto {
    @media (width >= 48rem) {
      aspect-ratio: auto;
    }
  }
  .md\:aspect-square {
    @media (width >= 48rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .md\:aspect-video {
    @media (width >= 48rem) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-\[480px\] {
    @media (width >= 48rem) {
      height: 480px;
    }
  }
  .md\:min-h-\[640px\] {
    @media (width >= 48rem) {
      min-height: 640px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:w-\[293px\] {
    @media (width >= 48rem) {
      width: 293px;
    }
  }
  .md\:w-\[440px\] {
    @media (width >= 48rem) {
      width: 440px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .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\:grid-cols-10 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-\[1fr_auto_auto\] {
    @media (width >= 48rem) {
      grid-template-rows: 1fr auto auto;
    }
  }
  .md\:grid-rows-subgrid {
    @media (width >= 48rem) {
      grid-template-rows: subgrid;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-4 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-y-6 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-y-16 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pr-2 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-theme-40x48 {
    @media (width >= 48rem) {
      font-size: var(--text-theme-40x48);
      line-height: var(--tw-leading, var(--text-theme-40x48--line-height));
    }
  }
  .md\:text-theme-48x56 {
    @media (width >= 48rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--tw-leading, var(--text-theme-48x56--line-height));
    }
  }
  .md\:text-theme-64x72 {
    @media (width >= 48rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--tw-leading, var(--text-theme-64x72--line-height));
    }
  }
  .md\:text-theme-72x80 {
    @media (width >= 48rem) {
      font-size: var(--text-theme-72x80);
      line-height: var(--tw-leading, var(--text-theme-72x80--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:text-\[96px\] {
    @media (width >= 48rem) {
      font-size: 96px;
    }
  }
  .md\:leading-\[40px\] {
    @media (width >= 48rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:leading-\[68px\] {
    @media (width >= 48rem) {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
  .md\:leading-\[72px\] {
    @media (width >= 48rem) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .lg\:order-first {
    @media (width >= 64rem) {
      order: -9999;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 64rem) {
      grid-column-start: 8;
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-40 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .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\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:aspect-\[3\/2\] {
    @media (width >= 64rem) {
      aspect-ratio: 3/2;
    }
  }
  .lg\:size-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-0 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 0);
    }
  }
  .lg\:h-1 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 1);
    }
  }
  .lg\:h-2 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 2);
    }
  }
  .lg\:h-3 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 3);
    }
  }
  .lg\:h-4 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .lg\:h-5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-7 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .lg\:h-8 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-9 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-11 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-14 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-24 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .lg\:h-28 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .lg\:h-32 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 32);
    }
  }
  .lg\:h-36 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 36);
    }
  }
  .lg\:h-40 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 40);
    }
  }
  .lg\:h-44 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .lg\:h-48 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 48);
    }
  }
  .lg\:h-52 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 52);
    }
  }
  .lg\:h-56 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 56);
    }
  }
  .lg\:h-60 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .lg\:h-64 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 64);
    }
  }
  .lg\:h-72 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 72);
    }
  }
  .lg\:h-80 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .lg\:h-96 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .lg\:h-\[160px\] {
    @media (width >= 64rem) {
      height: 160px;
    }
  }
  .lg\:h-\[554px\] {
    @media (width >= 64rem) {
      height: 554px;
    }
  }
  .lg\:min-h-\[736px\] {
    @media (width >= 64rem) {
      min-height: 736px;
    }
  }
  .lg\:\!w-\[361px\] {
    @media (width >= 64rem) {
      width: 361px !important;
    }
  }
  .lg\:\!w-\[448px\] {
    @media (width >= 64rem) {
      width: 448px !important;
    }
  }
  .lg\:w-1 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 1);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:w-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-11 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 11);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-\[120px\] {
    @media (width >= 64rem) {
      width: 120px;
    }
  }
  .lg\:w-\[140px\] {
    @media (width >= 64rem) {
      width: 140px;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 64rem) {
      width: 160px;
    }
  }
  .lg\:w-\[448px\] {
    @media (width >= 64rem) {
      width: 448px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .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\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .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-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-24 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-y-16 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-y-20 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:self-stretch {
    @media (width >= 64rem) {
      align-self: stretch;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-\[195px\] {
    @media (width >= 64rem) {
      padding-inline: 195px;
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-theme-16x24 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-16x24);
      line-height: var(--tw-leading, var(--text-theme-16x24--line-height));
    }
  }
  .lg\:text-theme-24x32 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-24x32);
      line-height: var(--tw-leading, var(--text-theme-24x32--line-height));
    }
  }
  .lg\:text-theme-32x40 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-32x40);
      line-height: var(--tw-leading, var(--text-theme-32x40--line-height));
    }
  }
  .lg\:text-theme-48x56 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--tw-leading, var(--text-theme-48x56--line-height));
    }
  }
  .lg\:text-theme-56x64 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-56x64);
      line-height: var(--tw-leading, var(--text-theme-56x64--line-height));
    }
  }
  .lg\:text-theme-64x72 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--tw-leading, var(--text-theme-64x72--line-height));
    }
  }
  .lg\:text-theme-120x120 {
    @media (width >= 64rem) {
      font-size: var(--text-theme-120x120);
      line-height: var(--tw-leading, var(--text-theme-120x120--line-height));
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
  .lg\:text-\[44px\] {
    @media (width >= 64rem) {
      font-size: 44px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:text-\[72px\] {
    @media (width >= 64rem) {
      font-size: 72px;
    }
  }
  .lg\:text-\[120px\] {
    @media (width >= 64rem) {
      font-size: 120px;
    }
  }
  .lg\:text-\[200px\] {
    @media (width >= 64rem) {
      font-size: 200px;
    }
  }
  .lg\:leading-\[28px\] {
    @media (width >= 64rem) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .lg\:leading-\[32px\] {
    @media (width >= 64rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .lg\:leading-\[36px\] {
    @media (width >= 64rem) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .lg\:leading-\[43px\] {
    @media (width >= 64rem) {
      --tw-leading: 43px;
      line-height: 43px;
    }
  }
  .lg\:leading-\[52px\] {
    @media (width >= 64rem) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .lg\:leading-\[56px\] {
    @media (width >= 64rem) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .lg\:leading-\[72px\] {
    @media (width >= 64rem) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .lg\:leading-\[76px\] {
    @media (width >= 64rem) {
      --tw-leading: 76px;
      line-height: 76px;
    }
  }
  .lg\:leading-\[86px\] {
    @media (width >= 64rem) {
      --tw-leading: 86px;
      line-height: 86px;
    }
  }
  .lg\:leading-\[120px\] {
    @media (width >= 64rem) {
      --tw-leading: 120px;
      line-height: 120px;
    }
  }
  .lg\:leading-\[200px\] {
    @media (width >= 64rem) {
      --tw-leading: 200px;
      line-height: 200px;
    }
  }
  .lg\:font-\[350\] {
    @media (width >= 64rem) {
      --tw-font-weight: 350;
      font-weight: 350;
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 80rem) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:h-\[142px\] {
    @media (width >= 80rem) {
      height: 142px;
    }
  }
  .xl\:max-h-24 {
    @media (width >= 80rem) {
      max-height: calc(var(--spacing) * 24);
    }
  }
  .xl\:min-h-\[736px\] {
    @media (width >= 80rem) {
      min-height: 736px;
    }
  }
  .xl\:w-\[603px\] {
    @media (width >= 80rem) {
      width: 603px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-8 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_auto_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr auto 1fr;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-stretch {
    @media (width >= 80rem) {
      align-items: stretch;
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-right {
    @media (width >= 80rem) {
      text-align: right;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 80rem) {
      font-size: 48px;
    }
  }
  .xl\:text-\[64px\] {
    @media (width >= 80rem) {
      font-size: 64px;
    }
  }
  .xl\:text-\[96px\] {
    @media (width >= 80rem) {
      font-size: 96px;
    }
  }
  .xl\:text-\[120px\] {
    @media (width >= 80rem) {
      font-size: 120px;
    }
  }
  .xl\:text-\[160px\] {
    @media (width >= 80rem) {
      font-size: 160px;
    }
  }
  .xl\:leading-\[56px\] {
    @media (width >= 80rem) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .xl\:leading-\[72px\] {
    @media (width >= 80rem) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .xl\:leading-\[104px\] {
    @media (width >= 80rem) {
      --tw-leading: 104px;
      line-height: 104px;
    }
  }
  .xl\:leading-\[120px\] {
    @media (width >= 80rem) {
      --tw-leading: 120px;
      line-height: 120px;
    }
  }
  .xl\:leading-\[160px\] {
    @media (width >= 80rem) {
      --tw-leading: 160px;
      line-height: 160px;
    }
  }
  .\32 xl\:grid {
    @media (width >= 96rem) {
      display: grid;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:w-\[908px\] {
    @media (width >= 96rem) {
      width: 908px;
    }
  }
  .\32 xl\:w-full {
    @media (width >= 96rem) {
      width: 100%;
    }
  }
  .\32 xl\:max-w-none {
    @media (width >= 96rem) {
      max-width: none;
    }
  }
  .\32 xl\:flex-1 {
    @media (width >= 96rem) {
      flex: 1;
    }
  }
  .\32 xl\:shrink-0 {
    @media (width >= 96rem) {
      flex-shrink: 0;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-6 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .\32 xl\:flex-col {
    @media (width >= 96rem) {
      flex-direction: column;
    }
  }
  .\32 xl\:flex-row {
    @media (width >= 96rem) {
      flex-direction: row;
    }
  }
  .\32 xl\:items-center {
    @media (width >= 96rem) {
      align-items: center;
    }
  }
  .\32 xl\:gap-2 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:gap-20 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:p-10 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:text-theme-56x64 {
    @media (width >= 96rem) {
      font-size: var(--text-theme-56x64);
      line-height: var(--tw-leading, var(--text-theme-56x64--line-height));
    }
  }
  .\32 xl\:text-\[20px\] {
    @media (width >= 96rem) {
      font-size: 20px;
    }
  }
  .\32 xl\:text-\[64px\] {
    @media (width >= 96rem) {
      font-size: 64px;
    }
  }
  .\32 xl\:leading-\[72px\] {
    @media (width >= 96rem) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .\[\&_a\]\:pointer-events-none {
    & a {
      pointer-events: none;
    }
  }
  .\[\&_a\]\:text-black {
    & a {
      color: var(--color-black);
    }
  }
  .\[\&_a\]\:text-theme-accent {
    & a {
      color: var(--color-theme-accent);
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\:hover\]\:no-underline {
    & a:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:underline {
    & a:hover {
      text-decoration-line: underline;
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_p\]\:text-\[16px\] {
    & p {
      font-size: 16px;
    }
  }
  .\[\&_p\]\:text-\[24px\] {
    & p {
      font-size: 24px;
    }
  }
  .\[\&_p\]\:text-\[32px\] {
    & p {
      font-size: 32px;
    }
  }
  .\[\&_p\]\:leading-6 {
    & p {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .\[\&_p\]\:leading-\[30px\] {
    & p {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .\[\&_p\]\:leading-\[32px\] {
    & p {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .\[\&_p\]\:leading-\[40px\] {
    & p {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:\[\&_p\]\:text-\[32px\] {
    @media (width >= 48rem) {
      & p {
        font-size: 32px;
      }
    }
  }
  .md\:\[\&_p\]\:text-\[48px\] {
    @media (width >= 48rem) {
      & p {
        font-size: 48px;
      }
    }
  }
  .md\:\[\&_p\]\:leading-\[40px\] {
    @media (width >= 48rem) {
      & p {
        --tw-leading: 40px;
        line-height: 40px;
      }
    }
  }
  .md\:\[\&_p\]\:leading-\[56px\] {
    @media (width >= 48rem) {
      & p {
        --tw-leading: 56px;
        line-height: 56px;
      }
    }
  }
  .xl\:\[\&_p\]\:text-\[48px\] {
    @media (width >= 80rem) {
      & p {
        font-size: 48px;
      }
    }
  }
  .xl\:\[\&_p\]\:text-\[64px\] {
    @media (width >= 80rem) {
      & p {
        font-size: 64px;
      }
    }
  }
  .xl\:\[\&_p\]\:leading-\[56px\] {
    @media (width >= 80rem) {
      & p {
        --tw-leading: 56px;
        line-height: 56px;
      }
    }
  }
  .xl\:\[\&_p\]\:leading-\[72px\] {
    @media (width >= 80rem) {
      & p {
        --tw-leading: 72px;
        line-height: 72px;
      }
    }
  }
  .\[\&_p\:last-child\]\:mb-0 {
    & p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-ThinItalic.woff2) format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Book.woff2) format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url(fonts/PPNeueMontreal-BoldItalic.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --theme-font: 'PP Neue Montreal', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
@layer base {
  strong {
    font-weight: 700;
  }
  body h1, .h1 {
    font-size: var(--text-theme-64x72);
    line-height: var(--text-theme-64x72--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-80x88);
      line-height: var(--text-theme-80x88--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-104x104);
      line-height: var(--text-theme-104x104--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-160x160);
      line-height: var(--text-theme-160x160--line-height);
    }
  }
  body h2, .h2 {
    font-size: var(--text-theme-48x56);
    line-height: var(--text-theme-48x56--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--text-theme-64x72--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-88x88);
      line-height: var(--text-theme-88x88--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-120x120);
      line-height: var(--text-theme-120x120--line-height);
    }
  }
  body h3, .h3 {
    font-size: var(--text-theme-40x48);
    line-height: var(--text-theme-40x48--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--text-theme-48x56--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-56x64);
      line-height: var(--text-theme-56x64--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--text-theme-64x72--line-height);
    }
  }
  body h4, .h4 {
    font-size: var(--text-theme-32x40);
    line-height: var(--text-theme-32x40--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-40x48);
      line-height: var(--text-theme-40x48--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--text-theme-48x56--line-height);
    }
  }
  .hero1 {
    font-size: var(--text-theme-32x40);
    line-height: var(--text-theme-32x40--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-40x48);
      line-height: var(--text-theme-40x48--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--text-theme-48x56--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--text-theme-64x72--line-height);
    }
  }
  .hero2 {
    font-size: var(--text-theme-24x32);
    line-height: var(--text-theme-24x32--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-32x40);
      line-height: var(--text-theme-32x40--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-40x48);
      line-height: var(--text-theme-40x48--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-48x56);
      line-height: var(--text-theme-48x56--line-height);
    }
  }
  .article-h1 {
    font-size: var(--text-theme-48x56);
    line-height: var(--text-theme-48x56--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-64x72);
      line-height: var(--text-theme-64x72--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-88x88);
      line-height: var(--text-theme-88x88--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-120x144);
      line-height: var(--text-theme-120x144--line-height);
    }
  }
  .hili1 {
    font-size: var(--text-theme-64x72);
    line-height: var(--text-theme-64x72--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-72x80);
      line-height: var(--text-theme-72x80--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-80x88);
      line-height: var(--text-theme-80x88--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-96x104);
      line-height: var(--text-theme-96x104--line-height);
    }
  }
  .hili2 {
    font-size: var(--text-theme-64x72);
    line-height: var(--text-theme-64x72--line-height);
    @media (width >= 48rem) {
      font-size: var(--text-theme-95x104);
      line-height: var(--text-theme-95x104--line-height);
    }
    @media (width >= 64rem) {
      font-size: var(--text-theme-140x140);
      line-height: var(--text-theme-140x140--line-height);
    }
    @media (width >= 96rem) {
      font-size: var(--text-theme-200x200);
      line-height: var(--text-theme-200x200--line-height);
    }
  }
  .cta {
    font-size: var(--text-theme-16x24);
    line-height: var(--text-theme-16x24--line-height);
    @media (width >= 64rem) {
      font-size: var(--text-theme-24x32);
      line-height: var(--text-theme-24x32--line-height);
    }
  }
  .copy-big {
    font-size: var(--text-theme-24x32);
    line-height: var(--text-theme-24x32--line-height);
  }
  body a, body p, figcaption, .paragraph {
    font-size: var(--text-theme-16x24);
    line-height: var(--text-theme-16x24--line-height);
  }
  .copy-small {
    font-size: var(--text-theme-12x16);
    line-height: var(--text-theme-12x16--line-height);
  }
}
@layer components {
  .richtext ul {
    list-style-type: disc;
    padding-left: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .richtext ol {
    list-style-type: decimal;
    padding-left: 1.25rem;
  }
  .richtext a {
    text-decoration-line: underline;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    border: 3px solid transparent;
    border-radius: 0.5rem;
    padding: 0.5rem 2rem;
    font-size: var(--text-theme-24x32);
    line-height: var(--text-theme-24x32--line-height);
    font-weight: 500;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .btn--accent {
    border-color: var(--color-theme-accent);
    background-color: var(--color-theme-accent);
    color: var(--color-theme-surface);
  }
  .btn--accent:hover {
    background-color: transparent;
    color: var(--color-theme-accent);
  }
  .btn--accent-outline {
    border-color: var(--color-theme-accent);
    color: var(--color-theme-accent);
  }
  .btn--accent-outline:hover {
    background-color: var(--color-theme-accent);
    color: var(--color-theme-surface);
  }
  .btn--black {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
  .btn--black:hover {
    border-color: #333;
    background-color: #333;
  }
  .btn--black-outline {
    border-color: #000;
    color: #000;
  }
  .btn--black-outline:hover {
    background-color: #000;
    color: #fff;
  }
  .btn--gray-outline {
    border-color: #979797;
    color: #979797;
  }
  .btn--gray-outline:hover {
    border-color: #000;
    color: #000;
  }
  .btn--inverse-outline {
    border-color: #fff;
    color: #fff;
  }
  .btn--inverse-outline:hover {
    background-color: #fff;
    color: var(--color-theme-accent);
  }
  .btn:disabled, .btn--disabled, .btn[aria-disabled="true"] {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
  }
}
@layer utilities {
  .login-router:has(#login-aud-exhibitor:checked) .login-router__tab[data-audience="exhibitor"], .login-router:has(#login-aud-visitor:checked) .login-router__tab[data-audience="visitor"] {
    background-color: #fff;
    box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.05);
  }
  .login-router:has(#login-aud-visitor:checked) .login-router__btn[data-audience="exhibitor"], .login-router:has(#login-aud-exhibitor:checked) .login-router__btn[data-audience="visitor"] {
    display: none;
  }
}
@layer components {
  select:invalid {
    color: #7c7c7c !important;
  }
  select:valid {
    color: #000;
  }
  .exhibitor-form input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
  }
  .exhibitor-form input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 4px;
    background: transparent;
  }
  .exhibitor-form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 28px;
    border: none;
    border-radius: 4px;
    background: #4f4f4f;
    cursor: pointer;
    margin-top: -10px;
  }
  .exhibitor-form input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 28px;
    border: none;
    border-radius: 4px;
    background: #4f4f4f;
    cursor: pointer;
  }
  .exhibitor-form input[type="range"]::-moz-range-track {
    background: transparent;
  }
}
@layer components {
  #checkout-page form.checkout {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  @media (min-width: 1024px) {
    #checkout-page form.checkout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 448px;
      grid-template-rows: min-content 1fr;
      align-items: start;
      column-gap: 4rem;
      row-gap: 1.5rem;
    }
    #checkout-page #customer_details {
      grid-column: 1;
      grid-row: 1 / -1;
    }
    #checkout-page #order_review_heading, #checkout-page #order_review {
      grid-column: 2;
      align-self: start;
    }
    #checkout-page #order_review_heading {
      grid-row: 1;
    }
    #checkout-page #order_review {
      grid-row: 2;
      position: sticky;
      top: 6rem;
    }
  }
  #checkout-page #customer_details .col2-set, #checkout-page #customer_details .col-1, #checkout-page #customer_details .col-2 {
    width: 100%;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  #checkout-page #customer_details .col-2 {
    margin-top: 2.5rem;
  }
  #checkout-page h3, #checkout-page #order_review_heading {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    margin: 0 0 1.5rem;
  }
  #checkout-page #ship-to-different-address label {
    font-weight: 500;
  }
  #checkout-page .form-row {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  #checkout-page label {
    display: block;
    padding: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4f4f4f;
  }
  #checkout-page .optional {
    display: none;
  }
  #checkout-page abbr.required {
    color: #4f4f4f;
    text-decoration: none;
    border: 0;
  }
  #checkout-page .input-text, #checkout-page input[type="text"], #checkout-page input[type="email"], #checkout-page input[type="tel"], #checkout-page input[type="password"], #checkout-page textarea, #checkout-page select {
    width: 100%;
    height: 3.5rem;
    border: 0;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4f4f4f;
    outline: none;
    box-shadow: none;
  }
  #checkout-page textarea {
    height: auto;
    min-height: 7rem;
    padding: 1rem 1.25rem;
    resize: vertical;
  }
  #checkout-page .input-text::placeholder, #checkout-page textarea::placeholder {
    color: #939393;
  }
  #checkout-page .input-text:focus, #checkout-page textarea:focus, #checkout-page select:focus {
    box-shadow: 0 0 0 2px rgba(79, 79, 79, 0.2);
  }
  #checkout-page .woocommerce-invalid .input-text, #checkout-page .woocommerce-invalid select {
    box-shadow: 0 0 0 2px rgba(241, 67, 110, 0.4);
  }
  #checkout-page select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27red%27 stroke-width=%271.5%27%3E%3Cpath d=%27M4 6l4 4 4-4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1rem;
  }
  #checkout-page select:invalid {
    color: #939393;
  }
  #checkout-page #order_review {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 1.5rem;
  }
  #checkout-page .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }
  #checkout-page .shop_table th, #checkout-page .shop_table td {
    padding: 0.5rem 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    border: 0;
  }
  #checkout-page .shop_table td {
    text-align: right;
  }
  #checkout-page .shop_table .product-name {
    text-align: left;
  }
  #checkout-page .shop_table tfoot th, #checkout-page .shop_table tfoot td {
    border-top: 1px solid #e3e3e3;
  }
  #checkout-page .shop_table .order-total th, #checkout-page .shop_table .order-total td {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    padding-top: 1rem;
  }
  #checkout-page #payment {
    background: transparent;
    border-radius: 0;
    margin-top: 1.5rem;
  }
  #checkout-page #payment ul.payment_methods {
    list-style: none;
    margin: 0;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #e3e3e3;
  }
  #checkout-page #payment ul.payment_methods li {
    margin: 0 0 0.75rem;
  }
  #checkout-page #payment ul.payment_methods li label {
    display: inline;
    padding: 0 0 0 0.5rem;
    font-size: 1rem;
    color: #000;
  }
  #checkout-page #payment .payment_box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 0.75rem 0 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
  }
  #checkout-page #payment .payment_box::before {
    display: none;
  }
  #checkout-page .woocommerce-terms-and-conditions-wrapper {
    padding: 1.5rem 0 0;
  }
  #checkout-page .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
  }
  #checkout-page .woocommerce-form__input-checkbox {
    width: auto;
    height: auto;
    margin-top: 0.25rem;
  }
  #checkout-page #place_order {
    display: flex;
    width: 100%;
    height: 4rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    border: 3px solid var(--color-theme-accent);
    border-radius: 8px;
    background: var(--color-theme-accent);
    padding: 0 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: var(--color-theme-surface);
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
  }
  #checkout-page #place_order:hover {
    background: transparent;
    color: var(--color-theme-accent);
  }
  #checkout-page .woocommerce-form-coupon-toggle, #checkout-page .checkout_coupon {
    margin: 0 0 2rem;
  }
  #checkout-page .checkout_coupon .button {
    height: 3.5rem;
    border-radius: 8px;
    border: 1px solid #000;
    background: #fff;
    padding: 0 1.5rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
  }
  #checkout-page .checkout_coupon .button:hover {
    background: #000;
    color: #fff;
  }
  #checkout-page .woocommerce-error, #checkout-page .woocommerce-info, #checkout-page .woocommerce-message {
    list-style: none;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #checkout-page .woocommerce-error {
    background: rgba(241, 67, 110, 0.1);
    color: #b3123f;
  }
  #checkout-page .woocommerce-info, #checkout-page .woocommerce-message {
    background: #f5f5f5;
    color: #333;
  }
}
@layer components {
  .product-price .woocommerce-price-suffix {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #939393;
  }
}
:root {
  --header-height: 76px;
  --banner-height: 0px;
  --subnav-height: 0px;
}
@media (min-width: 1024px) {
  :root {
    --header-height: 92px;
  }
}
body.has-banner {
  --banner-height: 32px;
}
body.has-subnav {
  --subnav-height: 56px;
}
body.has-banner, body.has-subnav {
  padding-top: calc(var(--banner-height) + var(--subnav-height));
}
.global-banner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}
body.admin-bar .global-banner {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .global-banner {
    top: 32px;
  }
}
.site-header {
  color: #000;
  background-color: transparent;
  transition: background-color 0.3s ease;
  top: calc(var(--banner-height) + var(--subnav-height));
}
body.admin-bar .site-header {
  top: calc(46px + var(--banner-height) + var(--subnav-height));
}
@media (min-width: 783px) {
  body.admin-bar .site-header {
    top: calc(32px + var(--banner-height) + var(--subnav-height));
  }
}
.site-header a, .site-header button, .site-header span, .site-header nav {
  color: inherit;
}
.site-header a {
  transition: color 0.2s ease;
}
.site-header a:hover {
  color: var(--color-theme-accent, #f1436e);
}
body.is-scrolled .site-header, body.is-menu-open .site-header {
  color: #000;
  background-color: #fff;
}
.site-header:where(.nav-invert) {
  color: #fff;
}
.site-header .text-theme-accent {
  color: var(--color-theme-accent, #f1436e);
}
.site-logo {
  filter: none;
  transition: filter 0.3s ease;
}
.site-header:where(.nav-invert) .site-logo {
  filter: brightness(0) invert(1);
}
body.is-scrolled .site-header .site-logo, body.is-menu-open .site-header .site-logo {
  filter: none;
}
.header-burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, background-color 0.3s ease;
}
.header-burger-line:nth-child(1) {
  top: 0;
}
.header-burger-line:nth-child(2) {
  top: 11px;
}
.header-burger-line:nth-child(3) {
  top: 22px;
}
.site-header.burger-theme .header-burger-line {
  background-color: var(--color-theme-accent, #f1436e);
}
body.is-menu-open .header-burger .header-burger-line {
  background-color: var(--color-theme-accent, #f1436e);
}
body.is-menu-open .header-burger .header-burger-line:nth-child(1) {
  top: 11px;
  transform: rotate(30deg);
}
body.is-menu-open .header-burger .header-burger-line:nth-child(2) {
  opacity: 0;
}
body.is-menu-open .header-burger .header-burger-line:nth-child(3) {
  top: 11px;
  transform: rotate(-30deg);
}
.header-overlay {
  display: none;
}
body.is-menu-open .header-overlay {
  display: block;
}
body.is-menu-open .header-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.area-subnav {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--banner-height);
  z-index: 50;
  height: var(--subnav-height);
  background-color: #fff;
}
body.admin-bar .area-subnav {
  top: calc(46px + var(--banner-height));
}
@media (min-width: 783px) {
  body.admin-bar .area-subnav {
    top: calc(32px + var(--banner-height));
  }
}
.area-subnav__scroll {
  height: 100%;
}
.area-subnav__track.swiper-wrapper {
  height: 100%;
  align-items: center;
}
.area-subnav__btn.swiper-slide {
  width: auto;
  flex: 1 0 216px;
  min-width: 216px;
  max-width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--color-theme-accent, #f1436e);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color-theme-accent, #f1436e);
  font-size: var(--text-theme-12x16);
  line-height: var(--text-theme-12x16--line-height);
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.area-subnav__btn.swiper-slide:hover, .area-subnav__btn--active.swiper-slide {
  background-color: var(--color-theme-accent, #f1436e);
  color: #fff;
}
:root {
  --areanav-height: 0px;
}
body.has-areanav {
  --areanav-height: 48px;
}
body.has-areanav {
  padding-top: calc(var(--banner-height) + var(--subnav-height) + var(--areanav-height));
}
.area-breadcrumb {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--banner-height) + var(--subnav-height) + var(--header-height));
  z-index: 40;
  height: var(--areanav-height);
  background-color: var(--area-color, #fff);
  transition: background-color 0.3s ease;
}
body.is-scrolled .area-breadcrumb {
  background-color: #fff;
}
body.has-area-colors:not(.has-header-overlay) .site-header {
  background-color: var(--area-color);
}
body.has-area-colors:not(.has-header-overlay).is-scrolled .site-header, body.has-area-colors:not(.has-header-overlay).is-menu-open .site-header {
  background-color: #fff;
}
body.has-area-colors:not(.has-header-overlay) .header-spacer {
  margin-bottom: 0;
}
body.has-area-colors:not(.has-header-overlay) main>.area-content:first-child {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  body.has-area-colors:not(.has-header-overlay) main>.area-content:first-child {
    padding-top: 5rem;
  }
}
body.admin-bar .area-breadcrumb {
  top: calc(46px + var(--banner-height) + var(--subnav-height) + var(--header-height));
}
@media (min-width: 783px) {
  body.admin-bar .area-breadcrumb {
    top: calc(32px + var(--banner-height) + var(--subnav-height) + var(--header-height));
  }
}
.area-breadcrumb__scroll {
  scrollbar-width: none;
}
.area-breadcrumb__scroll::-webkit-scrollbar {
  display: none;
}
.site-footer {
  background-color: #000;
}
.site-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.site-footer__bg :is(img, video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer__logo {
  filter: brightness(0) invert(1);
}
.site-footer__link {
  transition: color 0.2s ease;
}
.site-footer__link:hover {
  color: var(--color-theme-accent, #f1436e);
}
.mayolove-theme-spinner .lds-ring, .mayolove-theme-spinner .lds-ring div {
  box-sizing: border-box;
}
.mayolove-theme-spinner .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.mayolove-theme-spinner .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: mayolove-theme-spinner-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.mayolove-theme-spinner .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.mayolove-theme-spinner .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.mayolove-theme-spinner .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes mayolove-theme-spinner-lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mayolove-theme-checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #FF3F50;
  fill: none;
  animation: mayolove-theme-checkmark-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.mayolove-theme-checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #FF3F50;
  animation: mayolove-theme-checkmark-fill 0.4s ease-in-out 0.4s forwards, mayolove-theme-checkmark-scale 0.3s ease-in-out 0.9s both;
}
.mayolove-theme-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: mayolove-theme-checkmark-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes mayolove-theme-checkmark-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mayolove-theme-checkmark-scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes mayolove-theme-checkmark-fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #FF3F50;
  }
}
@layer components {
  .container-column {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    min-width: 0;
  }
}
@layer utilities {
  .innerblocks-border {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-left-color: var(--color-black);
    padding-left: calc(var(--spacing) * 4);
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
    @media (width >= 48rem) {
      border-top-color: var(--color-black);
    }
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        top: calc(var(--spacing) * 0);
      }
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        left: calc(1 / 2 * 100%);
      }
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        height: 100%;
      }
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        width: 1px;
      }
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .innerblocks-border .container-column:first-child {
    position: relative;
    padding-bottom: calc(var(--spacing) * 12);
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * -4);
    }
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      @media (width >= 48rem) {
        background-color: transparent;
      }
    }
  }
  .container-column:only-child {
    grid-column: 1 / -1;
  }
}
@media (min-width: 768px) {
  .single-col-half>.container-column:only-child {
    grid-column: span 5 / span 5;
  }
  .single-col-three-fifths>.container-column:only-child {
    grid-column: span 6 / span 6;
  }
  .single-col-four-fifths>.container-column:only-child {
    grid-column: span 8 / span 8;
  }
  .single-col-full>.container-column:only-child {
    grid-column: span 10 / span 10;
  }
}
.banner {
  overflow: hidden;
}
.banner__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  animation: banner-marquee var(--banner-duration, 30s) linear infinite;
}
@keyframes banner-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.banner__track--ltr {
  animation-direction: reverse;
}
.banner__dot {
  animation: banner-dot-pulse 1.4s ease-in-out infinite;
}
@keyframes banner-dot-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner__track, .banner__dot {
    animation: none;
  }
}
.ec-row {
  color: #333;
}
.ec-row[data-state="finished"] {
  color: #979797;
}
.ec-row[data-state="running"] {
  color: var(--color-theme-accent);
}
.ec-row[data-state="upcoming"] {
  color: #333;
}
.ec-add, .ec-day-select, .ec-day-btn, .ec-toggle {
  cursor: pointer;
}
.ec-day-btn {
  border-color: #979797;
  color: #979797;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-day-btn[aria-checked="true"], .ec-day-btn:hover {
  border-color: var(--color-theme-accent);
  color: var(--color-theme-accent);
}
.ec-add {
  border-color: var(--color-theme-accent);
  color: var(--color-theme-accent);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-row[data-state="finished"] .ec-add {
  border-color: #979797;
  color: #979797;
}
.ec-add:hover, .ec-day-select:hover, .ec-row[data-state="finished"] .ec-add:hover {
  border-color: var(--color-theme-accent);
  color: var(--color-theme-accent);
}
.ec-day-select {
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-progress-fill {
  transition: width 1s linear;
}
.ec-colon {
  transition: opacity 0.15s ease;
}
.ec-colon--off {
  opacity: 0;
}
.event-calendar[data-layout="overview"] .ec-row:not([data-ec-full="1"]) .ec-secondary {
  display: none;
}
.event-calendar[data-layout="overview"] .ec-row[data-ec-full="1"][data-state="running"] {
  margin-top: 16px;
}
.event-calendar[data-layout="overview"] .ec-row[data-ec-full="1"][data-state="upcoming"] {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ec-day--mobile-hide {
    display: none;
  }
}
.live-dot {
  position: relative;
  display: inline-flex;
  flex: none;
  width: 12px;
  height: 12px;
}
.live-dot::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: red;
}
.live-dot::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  border: 1px solid red;
  transform-origin: center;
  animation: live-dot-pulse 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes live-dot-pulse {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .live-dot::before {
    animation: none;
    opacity: 0;
  }
}
.social-media .swiper-slide {
  width: auto;
}
@media (min-width: 1920px) {
  .social-media .swiper-wrapper {
    flex-wrap: wrap;
    gap: 16px;
    transform: none !important;
  }
}
.logo-banner .swiper-wrapper {
  transition-timing-function: linear;
}
.logo-banner .swiper-slide {
  height: auto;
}
.media-slider__pagination.swiper-pagination-bullets {
  position: relative;
  inset: auto;
  display: flex;
  width: 100%;
  margin-top: 1rem;
}
.media-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1 1 0;
  width: auto;
  height: 8px;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  background-color: color-mix(in srgb, #f1436e 18%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-theme-accent, #6395cf) 18%, transparent);
  }
  transition: background-color 0.2s ease;
}
.media-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-theme-accent, #6395cf);
}
.bs-search-input::-webkit-search-cancel-button, .bs-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.bs-chip {
  cursor: pointer;
}
.bs-chip:hover {
  background-color: color-mix(in srgb, #f1436e 10%, white);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-theme-accent) 10%, white);
  }
}
.bs-chip--active, .bs-chip[aria-pressed="true"] {
  background-color: var(--color-theme-accent);
  color: #fff;
}
.bs-opt {
  accent-color: var(--color-theme-accent);
  color: var(--color-theme-accent);
}
.bs-opt:focus {
  --tw-ring-color: var(--color-theme-accent);
  outline-color: var(--color-theme-accent);
}
.bs-dropdown__btn {
  cursor: pointer;
}
.bs-dropdown__btn--active {
  outline: 2px solid var(--color-theme-accent);
  outline-offset: -2px;
}
.bs-dropdown__panel {
  background-color: #fff;
}
.bs-dropdown__scroll {
  max-height: 18rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.bs-view {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}
.bs-view:hover, .bs-view--active {
  opacity: 1;
}
.bs-fav {
  cursor: pointer;
  color: #333;
}
.bs-fav.is-fav {
  color: var(--color-theme-accent);
}
.bs-fav__outline, .bs-fav__filled {
  display: block;
  width: 100%;
  height: 100%;
}
.bs-fav__filled {
  display: none;
}
.bs-fav.is-fav .bs-fav__outline {
  display: none;
}
.bs-fav.is-fav .bs-fav__filled {
  display: block;
}
.bs-fav--pop {
  animation: bs-heart-pop 0.4s ease;
}
@keyframes bs-heart-pop {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.35);
  }
  55% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bs-fav-particle {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  color: var(--color-theme-accent);
  pointer-events: none;
  animation: bs-fav-float 0.6s ease-out forwards;
}
.bs-fav-particle svg {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes bs-fav-float {
  0% {
    transform: translate(0, 0) scale(0.2);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--tx), var(--ty)) scale(1);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bs-fav--pop {
    animation: none;
  }
  .bs-fav-particle {
    display: none;
  }
}
.bs-filter-icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 0.25rem;
  background: var(--color-theme-accent);
}
.bs-filter-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.25rem;
  height: 2.5rem;
  background: var(--color-theme-accent);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
#bs-filter-toggle[aria-expanded="true"] .bs-filter-icon::before {
  opacity: 0;
}
.bs-active-chip, #bs-clear-all, .bs-modal-close {
  cursor: pointer;
}
.bs-grid--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bs-grid--list .bs-card {
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
.bs-grid--list .bs-card > a.bs-card__open {
  height: 7rem;
  width: 7rem;
  flex: none;
  padding: 0.75rem;
}
.bs-grid--list .bs-card > div {
  align-items: flex-start;
  text-align: left;
  flex: 1 1 auto;
}
.bs-grid--list .bs-card__body {
  align-items: flex-start;
  text-align: left;
}
.bs-grid--list .bs-card .bs-card__stand {
  max-width: 22rem;
}
.bs-card__match {
  cursor: pointer;
}
.bs-chip-match {
  background: var(--color-theme-accent);
  color: #fff;
}
.bs-collection--match > summary .bs-collection__icon {
  color: var(--color-theme-accent);
}
.bs-collection--match {
  scroll-margin-top: 1rem;
}
.bs-collection summary::-webkit-details-marker {
  display: none;
}
details.bs-collection[open] .bs-collection__icon {
  visibility: hidden;
  position: relative;
}
details.bs-collection[open] .bs-collection__icon::after {
  content: "\2013";
  visibility: visible;
  position: absolute;
  inset: 0;
  text-align: center;
}
#bs-modal {
  -webkit-overflow-scrolling: touch;
}
.ms-search-input::-webkit-search-cancel-button, .ms-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.ms-toggle__tab {
  cursor: pointer;
}
.ms-toggle__tab:hover {
  background-color: color-mix(in srgb, #f1436e 10%, white);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-theme-accent) 10%, white);
  }
}
.ms-toggle__tab--active, .ms-toggle__tab[aria-selected="true"] {
  background-color: var(--color-theme-accent);
  color: #fff;
}
.ms-opt {
  accent-color: var(--color-theme-accent);
  color: var(--color-theme-accent);
}
.ms-opt:focus {
  --tw-ring-color: var(--color-theme-accent);
  outline-color: var(--color-theme-accent);
}
.ms-dropdown__btn {
  cursor: pointer;
}
.ms-dropdown__btn--active {
  outline: 2px solid var(--color-theme-accent);
  outline-offset: -2px;
}
.ms-dropdown__panel {
  background-color: #fff;
}
.ms-dropdown__scroll {
  max-height: 18rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.ms-view {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}
.ms-view:hover, .ms-view--active {
  opacity: 1;
}
.ms-fav {
  cursor: pointer;
  color: #333;
}
.ms-fav.is-fav {
  color: var(--color-theme-accent);
}
.ms-fav__outline, .ms-fav__filled {
  display: block;
  width: 100%;
  height: 100%;
}
.ms-fav__filled {
  display: none;
}
.ms-fav.is-fav .ms-fav__outline {
  display: none;
}
.ms-fav.is-fav .ms-fav__filled {
  display: block;
}
.ms-fav--pop {
  animation: ms-heart-pop 0.4s ease;
}
@keyframes ms-heart-pop {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.35);
  }
  55% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.ms-fav-particle {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  color: var(--color-theme-accent);
  pointer-events: none;
  animation: ms-fav-float 0.6s ease-out forwards;
}
.ms-fav-particle svg {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes ms-fav-float {
  0% {
    transform: translate(0, 0) scale(0.2);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--tx), var(--ty)) scale(1);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ms-fav--pop {
    animation: none;
  }
  .ms-fav-particle {
    display: none;
  }
}
.ms-filter-icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 0.25rem;
  background: var(--color-theme-accent);
}
.ms-filter-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.25rem;
  height: 2.5rem;
  background: var(--color-theme-accent);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
#ms-filter-toggle[aria-expanded="true"] .ms-filter-icon::before {
  opacity: 0;
}
.ms-active-chip, #ms-clear-all, .ms-modal-close, .ms-mini, .ms-detail__supplier-link {
  cursor: pointer;
}
.ms-grid--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ms-grid--list .ms-card {
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
.ms-grid--list .ms-card>a.ms-card__open {
  height: 7rem;
  width: 7rem;
  flex: none;
  aspect-ratio: auto;
  padding: 0.5rem;
}
.ms-grid--list .ms-card>div {
  align-items: flex-start;
  text-align: left;
  flex: 1 1 auto;
}
.ms-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  background: var(--color-theme-accent);
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.ms-cta:hover {
  opacity: 0.9;
}
.ms-detail {
  position: relative;
}
.ms-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #1c1b1f;
}
#ms-modal {
  -webkit-overflow-scrolling: touch;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pagination__page, .pagination .page-numbers {
  cursor: pointer;
  padding: 0.25rem 0.6rem;
  color: var(--color-theme-accent);
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}
.pagination__page--active, .pagination .current {
  color: #1f1f1f;
  font-weight: 500;
}
.pagination__ellipsis, .pagination .dots {
  color: #1f1f1f;
  cursor: default;
}
.pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: var(--color-theme-accent);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.pagination__arrow svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.pagination__arrow--prev svg {
  transform: rotate(180deg);
}
.pagination__arrow:hover {
  opacity: 0.9;
}
.pagination__arrow:disabled, .pagination__arrow[aria-disabled="true"] {
  background: #f5f5f5;
  color: #bdbdbd;
  cursor: default;
}
@property --body-bg {
  syntax: '<color>';
  inherits: true;
  initial-value: #ffffff;
}
@property --body-text {
  syntax: '<color>';
  inherits: true;
  initial-value: #282828;
}
@layer base {
  * {
    font-family: var(--theme-font, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
  }
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-synthesis: none;
  }
  body {
    font-synthesis: none;
    background-color: var(--body-bg);
    color: var(--body-text);
    transition: --body-bg 0.6s ease, --body-text 0.6s ease;
  }
  [id] {
    scroll-margin-top: 6rem;
  }
}
@layer utilities {
  .otgs-development-site-front-end {
    display: none;
  }
  .full-svh {
    height: 100vh;
    height: 100svh;
  }
  .border-dotted-wide {
    border-left: none;
    background-image: linear-gradient(to bottom, black 4px, transparent 4px);
    background-size: 1px 12px;
    background-repeat: repeat-y;
    width: 1px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27oklch%2855.1%25 0.027 264.364%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  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)))) {
    :root, :host {
      --body-bg: #ffffff;
      --body-text: #282828;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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-ease: initial;
      --tw-content: "";
    }
  }
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/swiper.css ***!
  \********************************************************************************************************************************************************/
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

: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);
  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-slide,
  .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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .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-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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-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 */

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/modules/pagination.css ***!
  \********************************************************************************************************************************************************************/
: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-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.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-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .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& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &: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-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .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-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-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.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;
}


/*# sourceMappingURL=main.css.map*/