/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --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-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-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-full {
    top: 100%;
  }
  .-right-3 {
    right: calc(var(--spacing) * -3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }
  .-bottom-\[80px\] {
    bottom: calc(80px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-\[8\%\] {
    bottom: 8%;
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 120rem) {
      max-width: 120rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .-mt-26 {
    margin-top: calc(var(--spacing) * -26);
  }
  .-mt-75 {
    margin-top: calc(var(--spacing) * -75);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-26 {
    margin-top: calc(var(--spacing) * 26);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .aspect-140\/104 {
    aspect-ratio: 140/104;
  }
  .aspect-346\/550 {
    aspect-ratio: 346/550;
  }
  .aspect-374\/550 {
    aspect-ratio: 374/550;
  }
  .aspect-755\/440 {
    aspect-ratio: 755/440;
  }
  .aspect-1120\/560 {
    aspect-ratio: 1120/560;
  }
  .aspect-1920\/560 {
    aspect-ratio: 1920/560;
  }
  .aspect-1920\/625 {
    aspect-ratio: 1920/625;
  }
  .aspect-\[2\.28\/1\] {
    aspect-ratio: 2.28/1;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[63vh\] {
    height: 63vh;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[80vh\]\! {
    height: 80vh !important;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[258px\] {
    height: 258px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[104px\] {
    max-height: 104px;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[258px\] {
    max-height: 258px;
  }
  .max-h-\[440px\] {
    max-height: 440px;
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-auto {
    min-height: auto;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24\,7\%\] {
    width: 24,7%;
  }
  .w-\[36\%\] {
    width: 36%;
  }
  .w-\[37\,65\%\] {
    width: 37,65%;
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[calc\(50\%-1rem\)\] {
    width: calc(50% - 1rem);
  }
  .w-\[clamp\(700px\,60vw\,1040px\)\] {
    width: clamp(700px, 60vw, 1040px);
  }
  .w-\[min\(720px\,calc\(100\%-32px\)\)\] {
    width: min(720px, calc(100% - 32px));
  }
  .w-\[min\(1200px\,calc\(100\%-32px\)\)\] {
    width: min(1200px, calc(100% - 32px));
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[134px\] {
    max-width: 134px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[346px\] {
    max-width: 346px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[416px\] {
    max-width: 416px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[556px\] {
    max-width: 556px;
  }
  .max-w-\[598px\] {
    max-width: 598px;
  }
  .max-w-\[606px\] {
    max-width: 606px;
  }
  .max-w-\[670px\] {
    max-width: 670px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[755px\] {
    max-width: 755px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[833px\] {
    max-width: 833px;
  }
  .max-w-\[898px\] {
    max-width: 898px;
  }
  .max-w-\[912px\] {
    max-width: 912px;
  }
  .max-w-\[1018px\] {
    max-width: 1018px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-\[1226px\] {
    max-width: 1226px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[2\] {
    scale: 2;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .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\! {
    flex-direction: column !important;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center\! {
    justify-content: center !important;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-end\! {
    justify-content: flex-end !important;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .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-\[\#B0B0B0\] {
    border-color: #B0B0B0;
  }
  .border-\[\#E6E6E6\] {
    border-color: #E6E6E6;
  }
  .border-\[\#EEEEEE\] {
    border-color: #EEEEEE;
  }
  .border-\[\#ffffff\] {
    border-color: #ffffff;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#000000\] {
    background-color: #000000;
  }
  .bg-\[\#0000001A\] {
    background-color: #0000001A;
  }
  .bg-\[\#00000009\] {
    background-color: #00000009;
  }
  .bg-\[\#00000010\] {
    background-color: #00000010;
  }
  .bg-\[\#00000033\] {
    background-color: #00000033;
  }
  .bg-\[\#00000060\] {
    background-color: #00000060;
  }
  .bg-\[\#E6E6E6\] {
    background-color: #E6E6E6;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, 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-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, 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));
  }
  .via-black\/20 {
    --tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/30 {
    --tw-gradient-via: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .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-clip-text {
    background-clip: text;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[66\%_100\%\] {
    object-position: 66% 100%;
  }
  .object-\[center_55\%\] {
    object-position: center 55%;
  }
  .object-\[center_60\%\] {
    object-position: center 60%;
  }
  .object-\[center_65\%\] {
    object-position: center 65%;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-18 {
    padding: calc(var(--spacing) * 18);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-39 {
    padding-inline: calc(var(--spacing) * 39);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-18 {
    padding-block: calc(var(--spacing) * 18);
  }
  .py-26 {
    padding-block: calc(var(--spacing) * 26);
  }
  .py-33 {
    padding-block: calc(var(--spacing) * 33);
  }
  .py-36\.5 {
    padding-block: calc(var(--spacing) * 36.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-25 {
    padding-bottom: calc(var(--spacing) * 25);
  }
  .pb-26 {
    padding-bottom: calc(var(--spacing) * 26);
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[clamp\(32px\,10\%\,150px\)\] {
    padding-bottom: clamp(32px, 10%, 150px);
  }
  .pb-\[clamp\(32px\,10\%\,220px\)\] {
    padding-bottom: clamp(32px, 10%, 220px);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.5em\] {
    font-size: 0.5em;
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[0\.6875rem\] {
    font-size: 0.6875rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[clamp\(0\.75rem\,0\.8vw\,1rem\)\] {
    font-size: clamp(0.75rem, 0.8vw, 1rem);
  }
  .text-\[clamp\(0\.75rem\,0\.625rem\+0\.5vw\,1rem\)\] {
    font-size: clamp(0.75rem, 0.625rem + 0.5vw, 1rem);
  }
  .text-\[clamp\(0\.875rem\,0\.75rem\+0\.5vw\,1\.75rem\)\] {
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.75rem);
  }
  .text-\[clamp\(1\.25rem\,1rem\+1vw\,2rem\)\] {
    font-size: clamp(1.25rem, 1rem + 1vw, 2rem);
  }
  .text-\[clamp\(1\.75rem\,1\.25rem\+1\.5vw\,2\.625rem\)\] {
    font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.625rem);
  }
  .text-\[clamp\(1rem\,0\.875rem\+0\.75vw\,1\.5rem\)\] {
    font-size: clamp(1rem, 0.875rem + 0.75vw, 1.5rem);
  }
  .text-\[clamp\(2\.5rem\,2rem\+3vw\,4\.5rem\)\] {
    font-size: clamp(2.5rem, 2rem + 3vw, 4.5rem);
  }
  .text-\[clamp\(2rem\,1\.25rem\+1\.5vw\,3rem\)\] {
    font-size: clamp(2rem, 1.25rem + 1.5vw, 3rem);
  }
  .text-\[clamp\(2rem\,2\.5vw\,3rem\)\] {
    font-size: clamp(2rem, 2.5vw, 3rem);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.3em\] {
    --tw-leading: 1.3em;
    line-height: 1.3em;
  }
  .leading-\[1\.4em\] {
    --tw-leading: 1.4em;
    line-height: 1.4em;
  }
  .leading-\[1\.5em\] {
    --tw-leading: 1.5em;
    line-height: 1.5em;
  }
  .leading-\[1\.6em\] {
    --tw-leading: 1.6em;
    line-height: 1.6em;
  }
  .leading-\[1\.6rem\] {
    --tw-leading: 1.6rem;
    line-height: 1.6rem;
  }
  .leading-\[1\.35em\] {
    --tw-leading: 1.35em;
    line-height: 1.35em;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.05em\] {
    --tw-tracking: -0.05em;
    letter-spacing: -0.05em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0E0E0E\] {
    color: #0E0E0E;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#8A8A8A\] {
    color: #8A8A8A;
  }
  .text-\[\#00000066\] {
    color: #00000066;
  }
  .text-\[\#00000088\] {
    color: #00000088;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#908E8E\] {
    color: #908E8E;
  }
  .text-\[\#595757\] {
    color: #595757;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .group-hover\:pointer-events-none {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        pointer-events: none;
      }
    }
  }
  .group-hover\:w-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:w-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 100%;
      }
    }
  }
  .group-hover\:scale-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:border-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .group-hover\:fill-\[\#595757\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #595757;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:scale-\[1\.06\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.06;
      }
    }
  }
  .hover\:border-\[\#595757\] {
    &:hover {
      @media (hover: hover) {
        border-color: #595757;
      }
    }
  }
  .hover\:border-black {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:bg-\[\#eeeeee\] {
    &:hover {
      @media (hover: hover) {
        background-color: #eeeeee;
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .focus\:border-black {
    &:focus {
      border-color: var(--color-black);
    }
  }
  .focus-visible\:scale-\[1\.06\] {
    &:focus-visible {
      scale: 1.06;
    }
  }
  .min-\[1920px\]\:max-w-\[430px\] {
    @media (width >= 1920px) {
      max-width: 430px;
    }
  }
  .sm\:-top-4 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * -4);
    }
  }
  .sm\:-bottom-4 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * -4);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:-top-6 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -6);
    }
  }
  .md\:-bottom-8 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * -8);
    }
  }
  .md\:my-14 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 14);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-26 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-755\/440 {
    @media (width >= 48rem) {
      aspect-ratio: 755/440;
    }
  }
  .md\:aspect-auto {
    @media (width >= 48rem) {
      aspect-ratio: auto;
    }
  }
  .md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-\[64px\] {
    @media (width >= 48rem) {
      height: 64px;
    }
  }
  .md\:h-\[80vh\] {
    @media (width >= 48rem) {
      height: 80vh;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[288px\] {
    @media (width >= 48rem) {
      height: 288px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-\[480px\] {
    @media (width >= 48rem) {
      height: 480px;
    }
  }
  .md\:h-\[719px\] {
    @media (width >= 48rem) {
      height: 719px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:h-screen\! {
    @media (width >= 48rem) {
      height: 100vh !important;
    }
  }
  .md\:max-h-\[288px\] {
    @media (width >= 48rem) {
      max-height: 288px;
    }
  }
  .md\:max-h-\[400px\] {
    @media (width >= 48rem) {
      max-height: 400px;
    }
  }
  .md\:max-h-\[420px\] {
    @media (width >= 48rem) {
      max-height: 420px;
    }
  }
  .md\:max-h-\[550px\] {
    @media (width >= 48rem) {
      max-height: 550px;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:min-h-0 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .md\:min-h-\[568px\] {
    @media (width >= 48rem) {
      min-height: 568px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-12 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .md\:w-\[78px\] {
    @media (width >= 48rem) {
      width: 78px;
    }
  }
  .md\:w-\[95vw\] {
    @media (width >= 48rem) {
      width: 95vw;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[95vw\] {
    @media (width >= 48rem) {
      max-width: 95vw;
    }
  }
  .md\:max-w-\[346px\] {
    @media (width >= 48rem) {
      max-width: 346px;
    }
  }
  .md\:max-w-none {
    @media (width >= 48rem) {
      max-width: none;
    }
  }
  .md\:scale-\[1\] {
    @media (width >= 48rem) {
      scale: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[2fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 2fr 1fr 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-end\! {
    @media (width >= 48rem) {
      justify-content: flex-end !important;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-14\! {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14) !important;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-18 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .md\:gap-26 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 26);
    }
  }
  .md\:border-t {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:border-gray-300 {
    @media (width >= 48rem) {
      border-color: var(--color-gray-300);
    }
  }
  .md\:object-\[center_60\%\] {
    @media (width >= 48rem) {
      object-position: center 60%;
    }
  }
  .md\:object-center {
    @media (width >= 48rem) {
      object-position: center;
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-18 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .md\:p-26 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 26);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-39 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 39);
    }
  }
  .md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-18 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .md\:py-26 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 26);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-8 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .md\:pt-26 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .md\:pr-8 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-18 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:pb-26 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 26);
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 48rem) {
      padding-bottom: 80px;
    }
  }
  .md\:pb-\[175px\] {
    @media (width >= 48rem) {
      padding-bottom: 175px;
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-18 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-\[0\.8125rem\] {
    @media (width >= 48rem) {
      font-size: 0.8125rem;
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.375rem\] {
    @media (width >= 48rem) {
      font-size: 1.375rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[clamp\(2rem\,1\.25rem\+1\.5vw\,3rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(2rem, 1.25rem + 1.5vw, 3rem);
    }
  }
  .md\:opacity-0 {
    @media (width >= 48rem) {
      opacity: 0%;
    }
  }
  .\*\:md\:w-\[calc\(50\%-0\.5rem\)\] {
    :is(& > *) {
      @media (width >= 48rem) {
        width: calc(50% - 0.5rem);
      }
    }
  }
  .md\:group-hover\:opacity-100 {
    @media (width >= 48rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-32 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 32);
    }
  }
  .lg\:top-\[132px\] {
    @media (width >= 64rem) {
      top: 132px;
    }
  }
  .lg\:-mt-26 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -26);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-763\/480 {
    @media (width >= 64rem) {
      aspect-ratio: 763/480;
    }
  }
  .lg\:aspect-1920\/560 {
    @media (width >= 64rem) {
      aspect-ratio: 1920/560;
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-44 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:max-h-\[720px\] {
    @media (width >= 64rem) {
      max-height: 720px;
    }
  }
  .lg\:max-h-\[725px\] {
    @media (width >= 64rem) {
      max-height: 725px;
    }
  }
  .lg\:max-h-\[750px\] {
    @media (width >= 64rem) {
      max-height: 750px;
    }
  }
  .lg\:min-h-\[650px\] {
    @media (width >= 64rem) {
      min-height: 650px;
    }
  }
  .lg\:min-h-\[703px\] {
    @media (width >= 64rem) {
      min-height: 703px;
    }
  }
  .lg\:min-h-\[723px\] {
    @media (width >= 64rem) {
      min-height: 723px;
    }
  }
  .lg\:min-h-\[750px\] {
    @media (width >= 64rem) {
      min-height: 750px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-10 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-44 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 44);
    }
  }
  .lg\:w-\[37\%\] {
    @media (width >= 64rem) {
      width: 37%;
    }
  }
  .lg\:w-\[38\%\] {
    @media (width >= 64rem) {
      width: 38%;
    }
  }
  .lg\:w-\[63\%\] {
    @media (width >= 64rem) {
      width: 63%;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[38\%\] {
    @media (width >= 64rem) {
      max-width: 38%;
    }
  }
  .lg\:max-w-\[150px\] {
    @media (width >= 64rem) {
      max-width: 150px;
    }
  }
  .lg\:max-w-\[192px\] {
    @media (width >= 64rem) {
      max-width: 192px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:border-l-0 {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .lg\:object-\[66\%_0\%\] {
    @media (width >= 64rem) {
      object-position: 66% 0%;
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:pr-8 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-26 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 26);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-18 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .lg\:text-\[0\.875rem\] {
    @media (width >= 64rem) {
      font-size: 0.875rem;
    }
  }
  .lg\:text-\[1\.25rem\] {
    @media (width >= 64rem) {
      font-size: 1.25rem;
    }
  }
  .xl\:-right-8 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * -8);
    }
  }
  .xl\:-right-12 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * -12);
    }
  }
  .xl\:-bottom-10 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .xl\:-left-10 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * -10);
    }
  }
  .xl\:-left-12 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * -12);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-50 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 50);
    }
  }
  .xl\:min-h-\[250px\] {
    @media (width >= 80rem) {
      min-height: 250px;
    }
  }
  .xl\:min-h-\[672px\] {
    @media (width >= 80rem) {
      min-height: 672px;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-50 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 50);
    }
  }
  .xl\:w-\[28\%\] {
    @media (width >= 80rem) {
      width: 28%;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:max-w-\[28\%\] {
    @media (width >= 80rem) {
      max-width: 28%;
    }
  }
  .xl\:max-w-\[360px\] {
    @media (width >= 80rem) {
      max-width: 360px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:flex-nowrap {
    @media (width >= 80rem) {
      flex-wrap: nowrap;
    }
  }
  .xl\:items-end {
    @media (width >= 80rem) {
      align-items: flex-end;
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:border-l {
    @media (width >= 80rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .xl\:object-\[center_60\%\] {
    @media (width >= 80rem) {
      object-position: center 60%;
    }
  }
  .xl\:p-8 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:p-18 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .xl\:py-40 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .xl\:pt-18 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .xl\:pr-6 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .xl\:pr-14 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 14);
    }
  }
  .xl\:pr-18 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .xl\:pb-6 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:pb-8 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-5 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .xl\:pl-8 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-18 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-\[1\.5rem\] {
    @media (width >= 80rem) {
      font-size: 1.5rem;
    }
  }
  .\*\:xl\:w-\[calc\(25\%-0\.75rem\)\] {
    :is(& > *) {
      @media (width >= 80rem) {
        width: calc(25% - 0.75rem);
      }
    }
  }
  .\32 xl\:-bottom-\[135px\] {
    @media (width >= 96rem) {
      bottom: calc(135px * -1);
    }
  }
  .\32 xl\:my-26 {
    @media (width >= 96rem) {
      margin-block: calc(var(--spacing) * 26);
    }
  }
  .\32 xl\:aspect-755\/377 {
    @media (width >= 96rem) {
      aspect-ratio: 755/377;
    }
  }
  .\32 xl\:h-12 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:min-h-\[200px\] {
    @media (width >= 96rem) {
      min-height: 200px;
    }
  }
  .\32 xl\:min-h-\[600px\] {
    @media (width >= 96rem) {
      min-height: 600px;
    }
  }
  .\32 xl\:w-12 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:max-w-\[182px\] {
    @media (width >= 96rem) {
      max-width: 182px;
    }
  }
  .\32 xl\:max-w-\[1120px\] {
    @media (width >= 96rem) {
      max-width: 1120px;
    }
  }
  .\32 xl\:flex-col {
    @media (width >= 96rem) {
      flex-direction: column;
    }
  }
  .\32 xl\:gap-2 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:gap-8 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:p-8 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:p-12 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:px-8 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:px-18 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .\32 xl\:py-7 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .\32 xl\:py-52 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 52);
    }
  }
  .\32 xl\:pr-18 {
    @media (width >= 96rem) {
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .\32 xl\:pb-18 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .\32 xl\:pb-\[120px\] {
    @media (width >= 96rem) {
      padding-bottom: 120px;
    }
  }
  .\32 xl\:pb-\[300px\] {
    @media (width >= 96rem) {
      padding-bottom: 300px;
    }
  }
  .\32 xl\:pl-8 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:pl-18 {
    @media (width >= 96rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .\32 xl\:text-7xl {
    @media (width >= 96rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .desktop\:static {
    @media (width >= 120rem) {
      position: static;
    }
  }
  .desktop\:-right-36 {
    @media (width >= 120rem) {
      right: calc(var(--spacing) * -36);
    }
  }
  .desktop\:-left-36 {
    @media (width >= 120rem) {
      left: calc(var(--spacing) * -36);
    }
  }
  .desktop\:gap-12 {
    @media (width >= 120rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .desktop\:gap-20 {
    @media (width >= 120rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .desktop\:pb-\[160px\] {
    @media (width >= 120rem) {
      padding-bottom: 160px;
    }
  }
  .desktop\:pb-\[350px\] {
    @media (width >= 120rem) {
      padding-bottom: 350px;
    }
  }
  .desktop\:pl-0 {
    @media (width >= 120rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}
@layer theme {
  :root {
    --gac-black: #000000;
    --gac-white: #ffffff;
    --gac-lightGray: #fafafa;
    --gac-lightBlack: #0e0e0e;
    --gac-darkGray: #595757;
    --gac-shadow-color: #2f355108;
    --gac-font-montserrat: "Montserrat", system-ui, sans-serif;
    --gac-font-google-sans-flex: "Google Sans Flex", system-ui, sans-serif;
  }
}
@layer base {
  * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  html {
    scroll-padding-top: 150px;
  }
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--gac-lightGray);
    font-family: var(--gac-font-montserrat);
    overflow-x: hidden;
  }
  h1 {
    font-family: var(--gac-font-montserrat);
    font-weight: 700;
    font-size: clamp(2.25rem, 1.5rem + 2vw, 4.5rem);
    line-height: 1.1em;
    letter-spacing: -0.05em;
  }
  h2 {
    font-family: var(--gac-font-montserrat);
    font-weight: 600;
    font-size: clamp(1.5rem, 1rem + 1vw, 2.25rem);
    line-height: 1.3em;
    letter-spacing: -0.05em;
  }
  h3 {
    font-family: var(--gac-font-montserrat);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
    line-height: 1.6em;
    letter-spacing: -0.02em;
  }
  h4 {
    font-family: var(--gac-font-montserrat);
    font-weight: 600;
    font-size: clamp(1rem, 1rem + 0.125vw, 1.125rem);
    line-height: 1.55em;
    letter-spacing: -0.02em;
    color: var(--gac-black);
  }
  h4.about-toggle, h4.safety-toggle, h4.comfort-toggle, h4.solutions-toggle {
    font-size: clamp(1rem, 1rem + 0.5vw, 1.125rem);
  }
  h5 {
    font-family: var(--gac-font-montserrat);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: var(--gac-black);
  }
  p {
    font-family: var(--gac-font-montserrat);
    color: var(--gac-darkGray);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6em;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  li {
    font-family: var(--gac-font-montserrat);
    color: var(--gac-darkGray);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6em;
    letter-spacing: -0.02em;
  }
  .font-montserrat {
    font-family: var(--gac-font-montserrat);
  }
  h3.big-text {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35em;
    letter-spacing: -0.02em;
  }
}
@layer components {
  .boxed-section {
    display: flex;
    flex-direction: column;
    width: 1542px;
    max-width: 95vw;
  }
  .btn {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 100px;
    padding: 1rem 2rem;
    border: 1px solid var(--gac-black);
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    transition: all 0.3s ease-out;
  }
  .btn-black {
    background-color: var(--gac-black);
    color: var(--gac-white);
  }
  .btn-black:hover {
    background-color: var(--gac-darkGray);
    color: var(--gac-white);
    border-color: var(--gac-darkGray);
  }
  .btn-white {
    background-color: var(--gac-white);
    color: var(--gac-black);
  }
  .btn-white:hover {
    background-color: var(--gac-darkGray);
    color: var(--gac-white);
    border-color: var(--gac-darkGray);
  }
  .btn-hero {
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
    gap: 0.3rem;
    line-height: 1.1em;
    letter-spacing: -0.05em;
  }
  @media (min-width: 768px) {
    .btn-hero {
      font-size: 1.125rem;
      padding: 1rem 2rem;
      gap: 0.5rem;
    }
  }
  .btn svg {
    transition: all 0.3s ease-out;
  }
  .btn:hover svg {
    transform: translateX(8px);
  }
  .box-shadow {
    box-shadow: 0 16px 32px 0 rgba(47, 53, 81, 0.03);
  }
  .box-shadow-stronger {
    box-shadow: 0 16px 32px 0 #1e1c370d;
  }
}
.prose-content h2 {
  margin-top: 2rem;
}
.prose-content h3 {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35em;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
.prose-content h4 {
  margin-top: 1rem;
}
.prose-content p {
  margin-bottom: 0;
}
.prose-content ul, .prose-content ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.prose-content ul {
  list-style: disc;
}
.prose-content ol {
  list-style: decimal;
}
.prose-content a {
  color: var(--gac-black);
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.prose-content a:hover {
  opacity: 0.7;
}
.prose-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.prose-content th, .prose-content td {
  border: 1px solid #e6e6e6;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}
.prose-content th {
  background-color: #f2f2f2;
  font-weight: 600;
  color: var(--gac-black);
}
.prose-content td {
  color: var(--gac-darkGray);
}
.prose-content strong {
  font-weight: 600;
}
.offer-details-content.prose-content > h2:first-child {
  margin-top: 0;
}
.offer-details-content.prose-content > h3:first-child {
  margin-top: 0;
}
.offer-details-content.prose-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.offer-details-content.prose-content ul li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--gac-black);
}
.offer-details-content.prose-content ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 22px;
  background-image: url("../assets/img/technology/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .offer-details-content.prose-content ul li {
    font-size: 0.875rem;
  }
  .offer-details-content.prose-content ul li::before {
    width: 12px;
    height: 16px;
  }
}
.offer-systems-slider .arrow-bullet-list li {
  font-weight: 400;
  color: #595757;
}
.footer li a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-out;
  width: fit-content;
}
.footer li a:hover {
  color: black;
  cursor: pointer;
  border-bottom: 1px solid black;
}
.footer-black li a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.footer .social li a {
  border: none;
}
dialog#offer-popup, dialog#safety-video-popup {
  position: fixed;
  inset: 0;
  margin: auto;
  max-height: calc(100vh - 32px);
}
dialog#offer-popup:not([open]), dialog#safety-video-popup:not([open]) {
  display: none !important;
}
dialog#offer-popup::backdrop, dialog#safety-video-popup::backdrop {
  background: rgba(0, 0, 0, 0.55);
}
.swiper-wrapper:hover {
  cursor: grab;
}
.hero-swiper .swiper-wrapper:hover {
  cursor: default;
}
#chat-widget-container {
  bottom: 80px !important;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
