/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
@font-face {
  font-family: 'Silk';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Silk';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url('../public/fonts/silk/SilkSerif-BlackItalic.ttf') format('truetype');
}
@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;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 15px;
    --radius-3xl: 20px;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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-black: #000;
    --color-white: #fff;
    --breakpoint-xl: 1240px;
    --color-grey-100: #D5D5D5;
    --color-grey-200: #9F9F9F;
    --color-grey-300: #A7A7A7;
    --color-grey-400: #707070;
    --color-grey-500: #656565;
    --color-grey-600: #5D5656;
    --color-grey-700: #262626;
    --color-grey-800: #212121;
    --color-grey-900: #191919;
    --color-green: #11BF2C;
    --font-montserrat: "Montserrat", sans-serif;
    --font-silk: "Silk", serif;
  }
}
@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;
  }
  .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;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-8\.5 {
    top: calc(var(--spacing) * 8.5);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-full {
    top: 100%;
  }
  .-right-\[17px\] {
    right: calc(17px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-7\.5 {
    bottom: calc(var(--spacing) * 7.5);
  }
  .bottom-13 {
    bottom: calc(var(--spacing) * 13);
  }
  .bottom-25 {
    bottom: calc(var(--spacing) * 25);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[17px\] {
    left: 17px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-41 {
    z-index: 41;
  }
  .z-42 {
    z-index: 42;
  }
  .z-50 {
    z-index: 50;
  }
  .z-150 {
    z-index: 150;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .float-left {
    float: left;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1240px) {
      max-width: 1240px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .m-auto {
    margin: auto;
  }
  .container-small {
    margin-inline: auto;
    max-width: 1340px;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 5);
    @media (width >= 1240px) {
      max-width: var(--breakpoint-xl);
    }
  }
  .container {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: calc(var(--spacing) * 9.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .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-4\.5 {
    margin-top: calc(var(--spacing) * 4.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .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-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-8\.5 {
    margin-bottom: calc(var(--spacing) * 8.5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .mb-38 {
    margin-bottom: calc(var(--spacing) * 38);
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[17px\] {
    margin-left: 17px;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table-row {
    display: table-row;
  }
  .\!aspect-\[3\/2\] {
    aspect-ratio: 3/2 !important;
  }
  .\!aspect-\[801\/601\] {
    aspect-ratio: 801/601 !important;
  }
  .aspect-206\/171 {
    aspect-ratio: 206/171;
  }
  .aspect-596\/447 {
    aspect-ratio: 596/447;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[205\/330\] {
    aspect-ratio: 205/330;
  }
  .aspect-\[312\/367\] {
    aspect-ratio: 312/367;
  }
  .aspect-\[342\/293\] {
    aspect-ratio: 342/293;
  }
  .aspect-\[356\/182\] {
    aspect-ratio: 356/182;
  }
  .aspect-\[356\/184\] {
    aspect-ratio: 356/184;
  }
  .aspect-\[356\/214\] {
    aspect-ratio: 356/214;
  }
  .aspect-\[356\/225\] {
    aspect-ratio: 356/225;
  }
  .aspect-\[356\/237\] {
    aspect-ratio: 356/237;
  }
  .aspect-\[391\/293\] {
    aspect-ratio: 391/293;
  }
  .aspect-\[420\/315\] {
    aspect-ratio: 420/315;
  }
  .aspect-\[422\/329\] {
    aspect-ratio: 422/329;
  }
  .aspect-\[422\/459\] {
    aspect-ratio: 422/459;
  }
  .aspect-\[585\/372\] {
    aspect-ratio: 585/372;
  }
  .aspect-\[596\/447\] {
    aspect-ratio: 596/447;
  }
  .aspect-\[618\/412\] {
    aspect-ratio: 618/412;
  }
  .aspect-\[1088\/539\] {
    aspect-ratio: 1088/539;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-13\.5 {
    width: calc(var(--spacing) * 13.5);
    height: calc(var(--spacing) * 13.5);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .size-17 {
    width: calc(var(--spacing) * 17);
    height: calc(var(--spacing) * 17);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-\[100px\] {
    height: 100px !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-29 {
    height: calc(var(--spacing) * 29);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[calc\(100\%-100px\)\] {
    height: calc(100% - 100px);
  }
  .h-\[calc\(100dvh-54px\)\] {
    height: calc(100dvh - 54px);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .\!max-h-none {
    max-height: none !important;
  }
  .max-h-70 {
    max-height: calc(var(--spacing) * 70);
  }
  .max-h-\[122px\] {
    max-height: 122px;
  }
  .max-h-\[237px\] {
    max-height: 237px;
  }
  .max-h-\[293px\] {
    max-height: 293px;
  }
  .max-h-\[330px\] {
    max-height: 330px;
  }
  .max-h-\[422px\] {
    max-height: 422px;
  }
  .max-h-\[686px\] {
    max-height: 686px;
  }
  .max-h-\[calc\(100\%-40px\)\] {
    max-height: calc(100% - 40px);
  }
  .\!w-\[801px\] {
    width: 801px !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-8\.5 {
    width: calc(var(--spacing) * 8.5);
  }
  .w-19\.5 {
    width: calc(var(--spacing) * 19.5);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[435px\] {
    width: 435px;
  }
  .w-\[790px\] {
    width: 790px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-full {
    max-width: 100% !important;
  }
  .max-w-82\.5 {
    max-width: calc(var(--spacing) * 82.5);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[202px\] {
    max-width: 202px;
  }
  .max-w-\[342px\] {
    max-width: 342px;
  }
  .max-w-\[375px\] {
    max-width: 375px;
  }
  .max-w-\[389px\] {
    max-width: 389px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[451px\] {
    max-width: 451px;
  }
  .max-w-\[563px\] {
    max-width: 563px;
  }
  .max-w-\[585px\] {
    max-width: 585px;
  }
  .max-w-\[618px\] {
    max-width: 618px;
  }
  .max-w-\[1088px\] {
    max-width: 1088px;
  }
  .max-w-\[1406px\] {
    max-width: 1406px;
  }
  .max-w-\[1530px\] {
    max-width: 1530px;
  }
  .max-w-\[calc\(100\%-40px\)\] {
    max-width: calc(100% - 40px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-full {
    min-width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -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-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-4\.5 {
    gap: calc(var(--spacing) * 4.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-5\.5 {
    gap: calc(var(--spacing) * 5.5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-6\.5 {
    gap: calc(var(--spacing) * 6.5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-8\.5 {
    gap: calc(var(--spacing) * 8.5);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-15\.5 {
    gap: calc(var(--spacing) * 15.5);
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-br-2xl {
    border-bottom-right-radius: var(--radius-2xl);
  }
  .rounded-bl-2xl {
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-grey-200 {
    border-color: var(--color-grey-200);
  }
  .border-grey-400 {
    border-color: var(--color-grey-400);
  }
  .border-grey-500 {
    border-color: var(--color-grey-500);
  }
  .border-grey-700\/10 {
    border-color: color-mix(in srgb, #262626 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-grey-700) 10%, transparent);
    }
  }
  .border-grey-900 {
    border-color: var(--color-grey-900);
  }
  .border-t-grey-400 {
    border-top-color: var(--color-grey-400);
  }
  .border-b-grey-400 {
    border-bottom-color: var(--color-grey-400);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .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\/75 {
    background-color: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-grey-300 {
    background-color: var(--color-grey-300);
  }
  .bg-grey-400 {
    background-color: var(--color-grey-400);
  }
  .bg-grey-600 {
    background-color: var(--color-grey-600);
  }
  .bg-grey-700 {
    background-color: var(--color-grey-700);
  }
  .bg-grey-700\/20 {
    background-color: color-mix(in srgb, #262626 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-grey-700) 20%, transparent);
    }
  }
  .bg-grey-800 {
    background-color: var(--color-grey-800);
  }
  .bg-grey-900 {
    background-color: var(--color-grey-900);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/50 {
    --tw-gradient-from: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-grey-900 {
    --tw-gradient-from: var(--color-grey-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .image-cover-center {
    object-fit: cover;
    object-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-4\.5 {
    padding: calc(var(--spacing) * 4.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-5\.5 {
    padding: calc(var(--spacing) * 5.5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7\.5 {
    padding: calc(var(--spacing) * 7.5);
  }
  .p-12\.5 {
    padding: calc(var(--spacing) * 12.5);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[17px\] {
    padding: 17px;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\.5 {
    padding-inline: calc(var(--spacing) * 4.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7\.5 {
    padding-inline: calc(var(--spacing) * 7.5);
  }
  .px-9\.5 {
    padding-inline: calc(var(--spacing) * 9.5);
  }
  .px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-8\.5 {
    padding-block: calc(var(--spacing) * 8.5);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-17 {
    padding-top: calc(var(--spacing) * 17);
  }
  .pt-34 {
    padding-top: calc(var(--spacing) * 34);
  }
  .pt-\[13px\] {
    padding-top: 13px;
  }
  .pt-\[17px\] {
    padding-top: 17px;
  }
  .pt-\[53px\] {
    padding-top: 53px;
  }
  .pt-\[66px\] {
    padding-top: 66px;
  }
  .pb-4\.5 {
    padding-bottom: calc(var(--spacing) * 4.5);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-\[17px\] {
    padding-left: 17px;
  }
  .text-center {
    text-align: center;
  }
  .font-silk {
    font-family: var(--font-silk);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#00C4FF\] {
    color: #00C4FF;
  }
  .text-\[\#4CCB09\] {
    color: #4CCB09;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-grey-200 {
    color: var(--color-grey-200);
  }
  .text-grey-300 {
    color: var(--color-grey-300);
  }
  .text-grey-400 {
    color: var(--color-grey-400);
  }
  .text-grey-500 {
    color: var(--color-grey-500);
  }
  .text-grey-900 {
    color: var(--color-grey-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .underline-offset-6 {
    text-underline-offset: 6px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    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 !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-contents {
    will-change: contents;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:h-40 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        height: calc(var(--spacing) * 40);
      }
    }
  }
  .group-hover\:bg-grey-900 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-grey-900);
      }
    }
  }
  .group-hover\:text-grey-900 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-grey-900);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.active\]\:bg-white {
    &:is(:where(.group):is(.active) *) {
      background-color: var(--color-white);
    }
  }
  .peer-disabled\:opacity-30 {
    &:is(:where(.peer):disabled ~ *) {
      opacity: 30%;
    }
  }
  .last\:hidden {
    &:last-child {
      display: none;
    }
  }
  .odd\:bg-grey-900 {
    &:nth-child(odd) {
      background-color: var(--color-grey-900);
    }
  }
  .even\:bg-grey-700 {
    &:nth-child(even) {
      background-color: var(--color-grey-700);
    }
  }
  .hover\:bg-grey-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey-300);
      }
    }
  }
  .hover\:bg-grey-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey-700);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-grey-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-grey-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .max-xl\:flex-col {
    @media (width < 1240px) {
      flex-direction: column;
    }
  }
  .max-lg\:order-last {
    @media (width < 992px) {
      order: 9999;
    }
  }
  .max-lg\:container-small {
    @media (width < 992px) {
      margin-inline: auto;
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 4);
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .max-lg\:mt-15 {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .max-lg\:mb-15 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .max-lg\:mb-\[9px\] {
    @media (width < 992px) {
      margin-bottom: 9px;
    }
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .max-lg\:aspect-square {
    @media (width < 992px) {
      aspect-ratio: 1 / 1;
    }
  }
  .max-lg\:w-full {
    @media (width < 992px) {
      width: 100%;
    }
  }
  .max-lg\:flex-auto {
    @media (width < 992px) {
      flex: auto;
    }
  }
  .max-lg\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-lg\:justify-between {
    @media (width < 992px) {
      justify-content: space-between;
    }
  }
  .max-lg\:gap-15\.5 {
    @media (width < 992px) {
      gap: calc(var(--spacing) * 15.5);
    }
  }
  .max-lg\:px-5 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:px-10\.5 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 10.5);
    }
  }
  .max-lg\:px-\[17px\] {
    @media (width < 992px) {
      padding-inline: 17px;
    }
  }
  .max-lg\:px-\[33px\] {
    @media (width < 992px) {
      padding-inline: 33px;
    }
  }
  .max-lg\:text-center {
    @media (width < 992px) {
      text-align: center;
    }
  }
  .max-lg\:text-sm {
    @media (width < 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:rounded-inverted-top-mobile {
    @media (width < 992px) {
      --radius: 0px;
      --inner-radius: var(--radius);
      --tr-radius: var(--radius);
      --tr-inner-radius: var(--inner-radius);
      --tr-size: calc(var(--tr-radius) + var(--tr-inner-radius));
      --tr-width: var(--tr-size);
      --tr-height: var(--tr-size);
      --br-radius: var(--radius);
      --br-inner-radius: var(--inner-radius);
      --br-size: calc(var(--br-radius) + var(--br-inner-radius));
      --br-width: var(--br-size);
      --br-height: var(--br-size);
      --bl-radius: var(--radius);
      --bl-inner-radius: var(--inner-radius);
      --bl-size: calc(var(--bl-radius) + var(--bl-inner-radius));
      --bl-width: var(--bl-size);
      --bl-height: var(--bl-size);
      --tl-radius: var(--radius);
      --tl-inner-radius: var(--inner-radius);
      --tl-size: calc(var(--tl-radius) + var(--tl-inner-radius));
      --tl-width: var(--tl-size);
      --tl-height: var(--tl-size);
      clip-path: shape(
      from 0 0,

      
      hline to calc(100% - var(--tr-width) - var(--tr-radius)),
      arc by var(--tr-radius) var(--tr-radius) of var(--tr-radius) cw,
      vline by calc(var(--tr-height) - var(--tr-radius) - var(--tr-inner-radius)),
      arc by var(--tr-inner-radius) var(--tr-inner-radius) of var(--tr-inner-radius),
      hline by calc(var(--tr-width) - var(--tr-radius) - var(--tr-inner-radius)),
      arc by var(--tr-radius) var(--tr-radius) of var(--tr-radius) cw,

      
      vline to calc(100% - var(--br-height) - var(--br-radius)),
      arc by calc(-1 * var(--br-radius)) calc(var(--br-radius)) of var(--br-radius) cw,
      hline by calc(-1 * var(--br-width) + var(--br-radius) + var(--br-inner-radius)),
      arc by calc(-1 * var(--br-inner-radius)) calc(var(--br-inner-radius)) of var(--br-inner-radius) ccw,
      vline by calc(var(--br-height) - var(--br-radius) - var(--br-inner-radius)),
      arc by calc(-1 * var(--br-radius)) calc(var(--br-radius)) of var(--br-radius) cw,

      
      hline to calc(var(--bl-width) + var(--bl-radius)),
      arc by calc(-1 * var(--bl-radius)) calc(-1 * var(--bl-radius)) of var(--bl-radius) cw,
      vline by calc(-1 * var(--bl-height) + var(--bl-radius) + var(--bl-inner-radius)),
      arc by calc(-1 * var(--bl-inner-radius)) calc(-1 * var(--bl-inner-radius)) of var(--bl-inner-radius) ccw,
      hline by calc(-1 * var(--bl-width) + var(--bl-radius) + var(--bl-inner-radius)),
      arc by calc(-1 * var(--bl-radius)) calc(-1 * var(--bl-radius)) of var(--bl-radius) cw,

      
      vline to calc(var(--tl-height) + var(--tl-radius)),
      arc by var(--tl-radius) calc(-1 * var(--tl-radius)) of var(--tl-radius) cw,
      hline by calc(var(--tl-width) - var(--tl-radius) - var(--tl-inner-radius)),
      arc by var(--tl-inner-radius) calc(-1 * var(--tl-inner-radius)) of var(--tl-inner-radius) ccw,
      vline by calc(-1 * var(--tl-height) + var(--tl-radius) + var(--tl-inner-radius)),
      arc by var(--tl-radius) calc(-1 * var(--tl-radius)) of var(--tl-radius) cw
  );
      --tl-radius: 15px;
      --tl-inner-radius: 15px;
      --tl-height: 85px;
      --tl-width: 70px;
    }
  }
  .max-md\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-md\:items-center {
    @media (width < 768px) {
      align-items: center;
    }
  }
  .max-md\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-md\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-sm\:container-small {
    @media (width < 640px) {
      margin-inline: auto;
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 4);
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .max-sm\:max-w-\[205px\] {
    @media (width < 640px) {
      max-width: 205px;
    }
  }
  .max-sm\:flex-col-reverse {
    @media (width < 640px) {
      flex-direction: column-reverse;
    }
  }
  .max-xs\:flex-col {
    @media (width < 480px) {
      flex-direction: column;
    }
  }
  .xs\:hidden {
    @media (width >= 480px) {
      display: none;
    }
  }
  .xs\:items-end {
    @media (width >= 480px) {
      align-items: flex-end;
    }
  }
  .sm\:top-8 {
    @media (width >= 640px) {
      top: calc(var(--spacing) * 8);
    }
  }
  .sm\:right-0 {
    @media (width >= 640px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .sm\:container-small {
    @media (width >= 640px) {
      margin-inline: auto;
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 4);
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .sm\:aspect-1\/1 {
    @media (width >= 640px) {
      aspect-ratio: 1/1;
    }
  }
  .sm\:h-11 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 11);
    }
  }
  .sm\:h-24 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 24);
    }
  }
  .sm\:max-h-\[474px\] {
    @media (width >= 640px) {
      max-height: 474px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:last\:block {
    @media (width >= 640px) {
      &:last-child {
        display: block;
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:container-small {
    @media (width >= 768px) {
      margin-inline: auto;
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 4);
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-69 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 69);
    }
  }
  .md\:w-69 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 69);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:max-xl\:order-6 {
    @media (width >= 768px) {
      @media (width < 1240px) {
        order: 6;
      }
    }
  }
  .lg\:bottom-15 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 15);
    }
  }
  .lg\:bottom-25 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 25);
    }
  }
  .lg\:left-10 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 10);
    }
  }
  .lg\:left-25 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 25);
    }
  }
  .lg\:row-span-5 {
    @media (width >= 992px) {
      grid-row: span 5 / span 5;
    }
  }
  .lg\:row-span-6 {
    @media (width >= 992px) {
      grid-row: span 6 / span 6;
    }
  }
  .lg\:container {
    @media (width >= 992px) {
      width: 100%;
      @media (width >= 480px) {
        max-width: 480px;
      }
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 992px) {
        max-width: 992px;
      }
      @media (width >= 1240px) {
        max-width: 1240px;
      }
      @media (width >= 1440px) {
        max-width: 1440px;
      }
      @media (width >= 1920px) {
        max-width: 1920px;
      }
    }
  }
  .lg\:container-small {
    @media (width >= 992px) {
      margin-inline: auto;
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 4);
      @media (width >= 992px) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .lg\:container {
    @media (width >= 992px) {
      margin-inline: auto;
      padding-inline: calc(var(--spacing) * 5);
      @media (width >= 1240px) {
        max-width: var(--breakpoint-xl);
      }
    }
  }
  .lg\:container {
    @media (width >= 992px) {
      margin-inline: auto;
      max-width: 1920px;
      padding-inline: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:mt-2 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-6 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mr-4 {
    @media (width >= 992px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-7\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:mb-9 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-9\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:mb-10 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-15 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .lg\:mb-16 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-18\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 18.5);
    }
  }
  .lg\:mb-25 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .lg\:mb-37\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 37.5);
    }
  }
  .lg\:mb-38 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 38);
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 992px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:aspect-\[422\/459\] {
    @media (width >= 992px) {
      aspect-ratio: 422/459;
    }
  }
  .lg\:aspect-\[585\/246\] {
    @media (width >= 992px) {
      aspect-ratio: 585/246;
    }
  }
  .lg\:aspect-\[1259\/467\] {
    @media (width >= 992px) {
      aspect-ratio: 1259/467;
    }
  }
  .lg\:\!h-\[200px\] {
    @media (width >= 992px) {
      height: 200px !important;
    }
  }
  .lg\:h-1\/3 {
    @media (width >= 992px) {
      height: calc(1/3 * 100%);
    }
  }
  .lg\:h-24 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 24);
    }
  }
  .lg\:h-159 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 159);
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 992px) {
      height: 200px;
    }
  }
  .lg\:h-\[calc\(100\%-200px\)\] {
    @media (width >= 992px) {
      height: calc(100% - 200px);
    }
  }
  .lg\:h-dvh {
    @media (width >= 992px) {
      height: 100dvh;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 992px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 992px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 992px) {
      align-items: flex-start;
    }
  }
  .lg\:gap-4 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-5\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5.5);
    }
  }
  .lg\:gap-7 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-8 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-14 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-15 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:gap-20 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-y-15 {
    @media (width >= 992px) {
      row-gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 992px) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:bg-grey-700 {
    @media (width >= 992px) {
      background-color: var(--color-grey-700);
    }
  }
  .lg\:p-4\.5 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:p-5\.5 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 5.5);
    }
  }
  .lg\:p-10 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-5\.5 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 5.5);
    }
  }
  .lg\:px-9\.5 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:py-6 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-9 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-9\.5 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:pt-10 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-20 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-30 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:pb-10 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-19 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 19);
    }
  }
  .lg\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 992px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 992px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 992px) {
      font-size: 13px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 992px) {
      font-size: 26px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 992px) {
      font-size: 34px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 992px) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 992px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 992px) {
      font-size: 48px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 992px) {
      font-size: 50px;
    }
  }
  .lg\:text-\[55px\] {
    @media (width >= 992px) {
      font-size: 55px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 992px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 992px) {
      font-size: 80px;
    }
  }
  .lg\:leading-\[26px\] {
    @media (width >= 992px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:leading-\[34px\] {
    @media (width >= 992px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .lg\:leading-\[36px\] {
    @media (width >= 992px) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .lg\:leading-\[55px\] {
    @media (width >= 992px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .lg\:leading-\[68px\] {
    @media (width >= 992px) {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
  .lg\:leading-\[80px\] {
    @media (width >= 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .lg\:rounded-inverted-top-desktop {
    @media (width >= 992px) {
      --radius: 0px;
      --inner-radius: var(--radius);
      --tr-radius: var(--radius);
      --tr-inner-radius: var(--inner-radius);
      --tr-size: calc(var(--tr-radius) + var(--tr-inner-radius));
      --tr-width: var(--tr-size);
      --tr-height: var(--tr-size);
      --br-radius: var(--radius);
      --br-inner-radius: var(--inner-radius);
      --br-size: calc(var(--br-radius) + var(--br-inner-radius));
      --br-width: var(--br-size);
      --br-height: var(--br-size);
      --bl-radius: var(--radius);
      --bl-inner-radius: var(--inner-radius);
      --bl-size: calc(var(--bl-radius) + var(--bl-inner-radius));
      --bl-width: var(--bl-size);
      --bl-height: var(--bl-size);
      --tl-radius: var(--radius);
      --tl-inner-radius: var(--inner-radius);
      --tl-size: calc(var(--tl-radius) + var(--tl-inner-radius));
      --tl-width: var(--tl-size);
      --tl-height: var(--tl-size);
      clip-path: shape(
      from 0 0,

      
      hline to calc(100% - var(--tr-width) - var(--tr-radius)),
      arc by var(--tr-radius) var(--tr-radius) of var(--tr-radius) cw,
      vline by calc(var(--tr-height) - var(--tr-radius) - var(--tr-inner-radius)),
      arc by var(--tr-inner-radius) var(--tr-inner-radius) of var(--tr-inner-radius),
      hline by calc(var(--tr-width) - var(--tr-radius) - var(--tr-inner-radius)),
      arc by var(--tr-radius) var(--tr-radius) of var(--tr-radius) cw,

      
      vline to calc(100% - var(--br-height) - var(--br-radius)),
      arc by calc(-1 * var(--br-radius)) calc(var(--br-radius)) of var(--br-radius) cw,
      hline by calc(-1 * var(--br-width) + var(--br-radius) + var(--br-inner-radius)),
      arc by calc(-1 * var(--br-inner-radius)) calc(var(--br-inner-radius)) of var(--br-inner-radius) ccw,
      vline by calc(var(--br-height) - var(--br-radius) - var(--br-inner-radius)),
      arc by calc(-1 * var(--br-radius)) calc(var(--br-radius)) of var(--br-radius) cw,

      
      hline to calc(var(--bl-width) + var(--bl-radius)),
      arc by calc(-1 * var(--bl-radius)) calc(-1 * var(--bl-radius)) of var(--bl-radius) cw,
      vline by calc(-1 * var(--bl-height) + var(--bl-radius) + var(--bl-inner-radius)),
      arc by calc(-1 * var(--bl-inner-radius)) calc(-1 * var(--bl-inner-radius)) of var(--bl-inner-radius) ccw,
      hline by calc(-1 * var(--bl-width) + var(--bl-radius) + var(--bl-inner-radius)),
      arc by calc(-1 * var(--bl-radius)) calc(-1 * var(--bl-radius)) of var(--bl-radius) cw,

      
      vline to calc(var(--tl-height) + var(--tl-radius)),
      arc by var(--tl-radius) calc(-1 * var(--tl-radius)) of var(--tl-radius) cw,
      hline by calc(var(--tl-width) - var(--tl-radius) - var(--tl-inner-radius)),
      arc by var(--tl-inner-radius) calc(-1 * var(--tl-inner-radius)) of var(--tl-inner-radius) ccw,
      vline by calc(-1 * var(--tl-height) + var(--tl-radius) + var(--tl-inner-radius)),
      arc by var(--tl-radius) calc(-1 * var(--tl-radius)) of var(--tl-radius) cw
  );
      --tl-radius: 15px;
      --tl-inner-radius: 15px;
      --tl-height: 85px;
      --tl-width: 70px;
      --tr-radius: 15px;
      --tr-inner-radius: 15px;
      --tr-height: 85px;
      --tr-width: 242px;
    }
  }
  .xl\:row-start-3 {
    @media (width >= 1240px) {
      grid-row-start: 3;
    }
  }
  .xl\:row-end-4 {
    @media (width >= 1240px) {
      grid-row-end: 4;
    }
  }
  .xl\:grid-cols-\[1\.5fr_1fr\] {
    @media (width >= 1240px) {
      grid-template-columns: 1.5fr 1fr;
    }
  }
  .xl\:py-13 {
    @media (width >= 1240px) {
      padding-block: calc(var(--spacing) * 13);
    }
  }
  .xl\:pr-15\.5 {
    @media (width >= 1240px) {
      padding-right: calc(var(--spacing) * 15.5);
    }
  }
  .xl\:pl-10 {
    @media (width >= 1240px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-4xl {
    @media (width >= 1240px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-7xl {
    @media (width >= 1240px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .\[\&_\.desktop-menu\]\:text-3xl {
    & .desktop-menu {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\[\&_\.footer-menu\]\:space-y-2 {
    & .footer-menu {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\[\&_\.menu-hoofdmenu-container\]\:h-full {
    & .menu-hoofdmenu-container {
      height: 100%;
    }
  }
  .\[\&_img\]\:size-full {
    & img {
      width: 100%;
      height: 100%;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_img\]\:object-center {
    & img {
      object-position: center;
    }
  }
  .\[\&_video\]\:h-full {
    & video {
      height: 100%;
    }
  }
  .\[\&_video\]\:w-full {
    & video {
      width: 100%;
    }
  }
  .\[\&_video\]\:object-cover {
    & video {
      object-fit: cover;
    }
  }
  .\[\&_video\]\:object-center {
    & video {
      object-position: center;
    }
  }
  .\[\&\:hover_\.info\]\:block {
    &:hover .info {
      display: block;
    }
  }
  .odd\:\[\&\>a\]\:mt-12 {
    &:nth-child(odd) {
      &>a {
        margin-top: calc(var(--spacing) * 12);
      }
    }
  }
  .odd\:\[\&\>a\]\:flex-col {
    &:nth-child(odd) {
      &>a {
        flex-direction: column;
      }
    }
  }
  .even\:\[\&\>a\]\:mb-12 {
    &:nth-child(even) {
      &>a {
        margin-bottom: calc(var(--spacing) * 12);
      }
    }
  }
  .even\:\[\&\>a\]\:flex-col-reverse {
    &:nth-child(even) {
      &>a {
        flex-direction: column-reverse;
      }
    }
  }
  .\[\.swiper-slide-active_\&\]\:\!flex {
    .swiper-slide-active & {
      display: flex !important;
    }
  }
}
@layer base {
  body {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-black);
  }
  input,textarea,button {
    border-radius: 0;
  }
  input:focus,textarea:focus,button:focus {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  input::placeholder,textarea::placeholder {
    color: currentcolor;
    opacity: 70%;
  }
  button:hover {
    cursor: pointer;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  a {
    color: currentcolor;
    &:hover {
      @media (hover: hover) {
        color: currentcolor;
      }
    }
  }
}
@layer components {
  .editor-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .bb-button {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 5);
    text-align: center;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    &.alt {
      background-color: transparent;
      color: var(--color-black);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    &.arrow::after {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      content: '\f061';
      font-family: 'Font Awesome 6 Pro';
    }
  }
}
[x-cloak] {
  display: none;
}
@layer base {
  body {
    background-color: var(--color-grey-900);
    font-family: var(--font-montserrat);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-silk);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: var(--color-white);
  }
}
@layer components {
  .cm-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--spacing) * 12);
    width: fit-content;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-500);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-grey-300);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-grey-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey-700);
      }
    }
    &.alt {
      border-color: var(--color-grey-700);
      background-color: var(--color-grey-700);
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-grey-500);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
    &.white {
      border-style: var(--tw-border-style);
      border-width: 1px;
      color: var(--color-white);
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-grey-700);
        }
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-grey-900);
        }
      }
    }
  }
}
#asphalt-collection .vehicle.animate {
  animation-name: vehicleAnimation;
  animation-duration: 500ms;
}
@keyframes vehicleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.main-menu ul {
  display: flex;
  gap: calc(var(--spacing) * 5);
}
.main-menu ul li a {
  border-radius: 10px;
  padding-inline: calc(var(--spacing) * 5.5);
  padding-block: calc(var(--spacing) * 4.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.main-menu ul li.current_page_item a {
  background-color: var(--color-grey-100);
}
.desktop-menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 9.5);
}
ul.mobile-menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  li {
    a {
      font-family: var(--font-silk);
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
      color: var(--color-grey-300);
    }
  }
  li.current-menu-item a {
    color: var(--color-white);
  }
}
@media (max-height: 700px) {
  .cm-header .mobile-menu-contact-info {
    bottom: calc(var(--spacing) * 10);
  }
}
header.fl-theme-builder-header-scrolled {
  position: absolute !important;
  .cm-header {
    position: absolute;
    .hidden-div {
      display: block;
    }
    .menu-button {
      position: fixed;
      right: calc(var(--spacing) * 0);
      width: 100%;
      @media (width >= 480px) {
        max-width: 480px;
      }
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 992px) {
        max-width: 992px;
      }
      @media (width >= 1240px) {
        max-width: 1240px;
      }
      @media (width >= 1440px) {
        max-width: 1440px;
      }
      @media (width >= 1920px) {
        max-width: 1920px;
      }
      padding-inline: calc(var(--spacing) * 5);
      @media (width >= 1240px) {
        max-width: var(--breakpoint-xl);
      }
      margin-inline: auto;
      max-width: 1920px;
      padding-inline: calc(var(--spacing) * 9.5);
      display: flex;
      justify-content: flex-end;
      @media (width >= 1920px) {
        right: calc(var(--spacing) * 9.5);
      }
    }
  }
}
.cm-warranty .editor-content ul {
  margin-block: calc(var(--spacing) * 0);
  margin-left: calc(var(--spacing) * 0);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}
.cm-warranty .editor-content ul li {
  margin: calc(var(--spacing) * 0);
  display: flex;
  gap: calc(var(--spacing) * 2);
  padding-left: calc(var(--spacing) * 0);
}
.cm-warranty .editor-content ul li::before {
  display: inline-block;
  content: '\f00c';
  font-family: 'Font Awesome 7 Pro';
}
.car-detail-info-grid .row-item {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  border-radius: 10px;
  padding: 15px;
  &:nth-child(odd) {
    background-color: var(--color-grey-700);
  }
  &:nth-child(even) {
    background-color: var(--color-grey-900);
  }
}
.gform-body.gform_body .gform_fields {
  row-gap: calc(var(--spacing) * 3.5);
}
.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_phone input,
.ginput_container.ginput_container_email input,
.ginput_container.ginput_container_textarea textarea {
  height: 55px !important;
  border-radius: 10px !important;
  --tw-border-style: none !important;
  border-style: none !important;
  background-color: var(--color-grey-900) !important;
  color: var(--color-grey-300) !important;
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  &:focus {
    --tw-ring-color: var(--color-grey-500) !important;
  }
  &:focus {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
}
.gform-footer.gform_footer.top_label {
  margin-top: calc(var(--spacing) * 10);
}
.gform_button.button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: calc(var(--spacing) * 12) !important;
  width: fit-content !important;
  border-radius: calc(infinity * 1px) !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-grey-500) !important;
  background-color: transparent !important;
  padding-inline: calc(var(--spacing) * 5) !important;
  font-size: var(--text-sm) !important;
  line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  color: var(--color-grey-300) !important;
  transition-property: all !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-grey-700) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-grey-900) !important;
    }
  }
}
.gfield--type-captcha {
  display: none !important;
}
.recaptcha-message {
  color: var(--color-white) !important;
  a {
    text-decoration-line: underline;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
    }
  }
}