/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-100: #bebabe;
    --color-black: #000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-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-tight: -0.025em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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);
    --font-heading: 'Aeonik Pro', ui-sans-serif, system-ui, sans-serif;
    --color-bg: #efe8e4;
    --color-bg-muted: rgba(44, 32, 45, 0.05);
    --color-dark: #2c202d;
    --color-dark-alt: #2a2a2a;
    --color-dark-30: rgba(44, 32, 45, 0.3);
    --color-accent: #72251c;
    --color-muted: #726a72;
    --color-overlay: #d6b39f;
    --spacing-section-mob: 64px;
    --spacing-container-mob: 16px;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1728px) {
      max-width: 1728px;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
  }
  .container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: var(--spacing-container-mob);
    @media (width >= 1024px) {
      max-width: calc(1600px + 64px * 2);
      padding-inline: clamp(40px, 5.09px + 3.41vw, 64px);
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-6 {
    margin-inline-start: calc(var(--spacing) * 6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .aspect-\[37\/46\] {
    aspect-ratio: 37/46;
  }
  .aspect-\[161\/210\] {
    aspect-ratio: 161/210;
  }
  .aspect-\[370\/210\] {
    aspect-ratio: 370/210;
  }
  .aspect-\[370\/460\] {
    aspect-ratio: 370/460;
  }
  .aspect-\[370\/540\] {
    aspect-ratio: 370/540;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[370px\] {
    height: 370px;
  }
  .h-\[414px\] {
    height: 414px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[940px\] {
    height: 940px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[64px\] {
    min-height: 64px;
  }
  .min-h-\[540px\] {
    min-height: 540px;
  }
  .min-h-\[740px\] {
    min-height: 740px;
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[181px\] {
    width: 181px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[525px\] {
    max-width: 525px;
  }
  .max-w-\[541px\] {
    max-width: 541px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[minmax\(0\,1fr\)_181px\] {
    grid-template-columns: minmax(0,1fr) 181px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[44px\] {
    gap: 44px;
  }
  .gap-\[46px\] {
    gap: 46px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[clamp\(32px\,_20\.36px_\+_1\.14vw\,_64px\)\] {
    gap: clamp(32px, 20.36px + 1.14vw, 64px);
  }
  .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;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .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-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1f1720\] {
    border-color: #1f1720;
  }
  .border-bg {
    border-color: var(--color-bg);
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-dark {
    border-color: var(--color-dark);
  }
  .border-dark-30 {
    border-color: var(--color-dark-30);
  }
  .border-muted {
    border-color: var(--color-muted);
  }
  .bg-\[\#E5DEDB\] {
    background-color: #E5DEDB;
  }
  .bg-\[\#EFE8E4\] {
    background-color: #EFE8E4;
  }
  .bg-\[rgba\(44\,32\,45\,0\.05\)\] {
    background-color: rgba(44,32,45,0.05);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-bg-muted {
    background-color: var(--color-bg-muted);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-overlay {
    background-color: var(--color-overlay);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
  .ps-9 {
    padding-inline-start: calc(var(--spacing) * 9);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[54px\] {
    padding-top: 54px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#9e989e\] {
    color: #9e989e;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-bg {
    color: var(--color-bg);
  }
  .text-bg\/30 {
    color: color-mix(in srgb, #efe8e4 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-bg) 30%, transparent);
    }
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-dark-alt {
    color: var(--color-dark-alt);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-bg {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-bg);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-dark);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:px-6 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 1024px) {
      order: 2;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 1024px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-start-1 {
    @media (width >= 1024px) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 1024px) {
      grid-column-start: 2;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 1024px) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 1024px) {
      grid-row-start: 1;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 1024px) {
      grid-row-start: 2;
    }
  }
  .lg\:ms-9 {
    @media (width >= 1024px) {
      margin-inline-start: calc(var(--spacing) * 9);
    }
  }
  .lg\:mt-30 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:mb-9 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-14 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-43 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 43);
    }
  }
  .lg\:mb-54\.75 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 54.75);
    }
  }
  .lg\:mb-\[24px\] {
    @media (width >= 1024px) {
      margin-bottom: 24px;
    }
  }
  .lg\:ml-9 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 9);
    }
  }
  .lg\:ml-auto {
    @media (width >= 1024px) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 1024px) {
      display: inline-flex;
    }
  }
  .lg\:aspect-\[923\/740\] {
    @media (width >= 1024px) {
      aspect-ratio: 923/740;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1024px) {
      aspect-ratio: auto;
    }
  }
  .lg\:aspect-square {
    @media (width >= 1024px) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:size-4 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 1024px) {
      height: 600px;
    }
  }
  .lg\:h-\[740px\] {
    @media (width >= 1024px) {
      height: 740px;
    }
  }
  .lg\:h-\[768px\] {
    @media (width >= 1024px) {
      height: 768px;
    }
  }
  .lg\:h-\[790px\] {
    @media (width >= 1024px) {
      height: 790px;
    }
  }
  .lg\:h-\[940px\] {
    @media (width >= 1024px) {
      height: 940px;
    }
  }
  .lg\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:min-h-\[116px\] {
    @media (width >= 1024px) {
      min-height: 116px;
    }
  }
  .lg\:min-h-\[356px\] {
    @media (width >= 1024px) {
      min-height: 356px;
    }
  }
  .lg\:min-h-\[600px\] {
    @media (width >= 1024px) {
      min-height: 600px;
    }
  }
  .lg\:min-h-\[800px\] {
    @media (width >= 1024px) {
      min-height: 800px;
    }
  }
  .lg\:min-h-\[960px\] {
    @media (width >= 1024px) {
      min-height: 960px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-\[650px\] {
    @media (width >= 1024px) {
      width: 650px;
    }
  }
  .lg\:w-\[653px\] {
    @media (width >= 1024px) {
      width: 653px;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 1024px) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[589px\] {
    @media (width >= 1024px) {
      max-width: 589px;
    }
  }
  .lg\:max-w-\[648px\] {
    @media (width >= 1024px) {
      max-width: 648px;
    }
  }
  .lg\:max-w-\[653px\] {
    @media (width >= 1024px) {
      max-width: 653px;
    }
  }
  .lg\:max-w-\[860px\] {
    @media (width >= 1024px) {
      max-width: 860px;
    }
  }
  .lg\:max-w-\[923px\] {
    @media (width >= 1024px) {
      max-width: 923px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 1024px) {
      max-width: 100%;
    }
  }
  .lg\:min-w-0 {
    @media (width >= 1024px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 1024px) {
      flex-shrink: 0;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[517px_minmax\(0\,1fr\)\] {
    @media (width >= 1024px) {
      grid-template-columns: 517px minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[653px_788px\] {
    @media (width >= 1024px) {
      grid-template-columns: 653px 788px;
    }
  }
  .lg\:grid-cols-\[923px_minmax\(0\,1fr\)\] {
    @media (width >= 1024px) {
      grid-template-columns: 923px minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[1059px_minmax\(0\,1fr\)\] {
    @media (width >= 1024px) {
      grid-template-columns: 1059px minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,517px\)_minmax\(0\,1059px\)\] {
    @media (width >= 1024px) {
      grid-template-columns: minmax(0,517px) minmax(0,1059px);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,648px\)_517px\] {
    @media (width >= 1024px) {
      grid-template-columns: minmax(0,648px) 517px;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,788px\)_minmax\(0\,525px\)\] {
    @media (width >= 1024px) {
      grid-template-columns: minmax(0,788px) minmax(0,525px);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,788px\)_minmax\(0\,653px\)\] {
    @media (width >= 1024px) {
      grid-template-columns: minmax(0,788px) minmax(0,653px);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,788px\)_minmax\(0\,788px\)\] {
    @media (width >= 1024px) {
      grid-template-columns: minmax(0,788px) minmax(0,788px);
    }
  }
  .lg\:grid-rows-\[1fr_auto\] {
    @media (width >= 1024px) {
      grid-template-rows: 1fr auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1024px) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-9 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-14 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-14\.5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 14.5);
    }
  }
  .lg\:gap-16 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-24 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 1024px) {
      gap: 24px;
    }
  }
  .lg\:gap-\[64px\] {
    @media (width >= 1024px) {
      gap: 64px;
    }
  }
  .lg\:gap-\[159px\] {
    @media (width >= 1024px) {
      gap: 159px;
    }
  }
  .lg\:gap-\[294px\] {
    @media (width >= 1024px) {
      gap: 294px;
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-x-40 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 40);
    }
  }
  .lg\:gap-y-0 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-y-6 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-y-8 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-11 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 11);
    }
  }
  .lg\:gap-y-16 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:self-center {
    @media (width >= 1024px) {
      align-self: center;
    }
  }
  .lg\:self-end {
    @media (width >= 1024px) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 1024px) {
      align-self: flex-start;
    }
  }
  .lg\:self-stretch {
    @media (width >= 1024px) {
      align-self: stretch;
    }
  }
  .lg\:p-16 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-16 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-5 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-11 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 11);
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 1024px) {
      padding-block: 120px;
    }
  }
  .lg\:ps-9 {
    @media (width >= 1024px) {
      padding-inline-start: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-0 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-4 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-10 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-11 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 11);
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 1024px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[72px\] {
    @media (width >= 1024px) {
      padding-top: 72px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 1024px) {
      padding-top: 120px;
    }
  }
  .lg\:pt-\[140px\] {
    @media (width >= 1024px) {
      padding-top: 140px;
    }
  }
  .lg\:pb-8 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-\[44px\] {
    @media (width >= 1024px) {
      padding-bottom: 44px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 1024px) {
      padding-bottom: 120px;
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 1024px) {
      text-align: right;
    }
  }
  .lg\:text-\[1\.75rem\] {
    @media (width >= 1024px) {
      font-size: 1.75rem;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1024px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1024px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[44px\] {
    @media (width >= 1024px) {
      font-size: 44px;
    }
  }
  .lg\:text-\[96px\] {
    @media (width >= 1024px) {
      font-size: 96px;
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 1024px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[32px\] {
    @media (width >= 1024px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 1024px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[96px\] {
    @media (width >= 1024px) {
      --tw-leading: 96px;
      line-height: 96px;
    }
  }
  .\[\&_h1\]\:font-heading {
    & h1 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h1\]\:font-normal {
    & h1 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h2\]\:font-heading {
    & h2 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h2\]\:font-normal {
    & h2 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h3\]\:font-heading {
    & h3 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h3\]\:font-normal {
    & h3 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h4\]\:font-heading {
    & h4 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h4\]\:font-normal {
    & h4 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h5\]\:mb-5 {
    & h5 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&_h5\]\:font-heading {
    & h5 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h5\]\:text-\[18px\] {
    & h5 {
      font-size: 18px;
    }
  }
  .\[\&_h5\]\:text-\[24px\] {
    & h5 {
      font-size: 24px;
    }
  }
  .\[\&_h5\]\:leading-6 {
    & h5 {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .\[\&_h5\]\:leading-\[24px\] {
    & h5 {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .\[\&_h5\]\:leading-\[32px\] {
    & h5 {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .\[\&_h5\]\:font-normal {
    & h5 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .lg\:\[\&_h5\]\:text-\[24px\] {
    @media (width >= 1024px) {
      & h5 {
        font-size: 24px;
      }
    }
  }
  .lg\:\[\&_h5\]\:leading-8 {
    @media (width >= 1024px) {
      & h5 {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
      }
    }
  }
  .lg\:\[\&_h5\]\:leading-\[32px\] {
    @media (width >= 1024px) {
      & h5 {
        --tw-leading: 32px;
        line-height: 32px;
      }
    }
  }
  .\[\&_h6\]\:font-heading {
    & h6 {
      font-family: var(--font-heading);
    }
  }
  .\[\&_h6\]\:font-normal {
    & h6 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_li\]\:m-0 {
    & li {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_li\]\:ml-6 {
    & li {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .\[\&_li\]\:font-sans {
    & li {
      font-family: var(--font-sans);
    }
  }
  .\[\&_li\]\:text-\[16px\] {
    & li {
      font-size: 16px;
    }
  }
  .\[\&_li\]\:leading-7 {
    & li {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .\[\&_li\]\:leading-\[28px\] {
    & li {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .\[\&_li\]\:leading-\[40px\] {
    & li {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .\[\&_li\]\:font-light {
    & li {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .lg\:\[\&_li\]\:ml-9 {
    @media (width >= 1024px) {
      & li {
        margin-left: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:\[\&_li\]\:text-\[24px\] {
    @media (width >= 1024px) {
      & li {
        font-size: 24px;
      }
    }
  }
  .lg\:\[\&_li\]\:leading-10 {
    @media (width >= 1024px) {
      & li {
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:\[\&_li\]\:leading-\[40px\] {
    @media (width >= 1024px) {
      & li {
        --tw-leading: 40px;
        line-height: 40px;
      }
    }
  }
  .\[\&_ol\]\:mt-5 {
    & ol {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .\[\&_ol\]\:list-decimal {
    & ol {
      list-style-type: decimal;
    }
  }
  .\[\&_ol\]\:ps-6 {
    & ol {
      padding-inline-start: calc(var(--spacing) * 6);
    }
  }
  .\[\&_ol\]\:ps-9 {
    & ol {
      padding-inline-start: calc(var(--spacing) * 9);
    }
  }
  .\[\&_ol\]\:pl-4 {
    & ol {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .\[\&_ol\]\:pl-6 {
    & ol {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .\[\&_ol\]\:leading-\[28px\] {
    & ol {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .\[\&_ol\]\:leading-\[40px\] {
    & ol {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:\[\&_ol\]\:ps-9 {
    @media (width >= 1024px) {
      & ol {
        padding-inline-start: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:\[\&_ol\]\:pl-9 {
    @media (width >= 1024px) {
      & ol {
        padding-left: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:\[\&_ol\]\:leading-\[40px\] {
    @media (width >= 1024px) {
      & ol {
        --tw-leading: 40px;
        line-height: 40px;
      }
    }
  }
  .\[\&_p\]\:m-0 {
    & p {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\]\:mb-3 {
    & p {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&_p\]\:mb-6 {
    & p {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .\[\&_p\]\:font-sans {
    & p {
      font-family: var(--font-sans);
    }
  }
  .\[\&_p\]\:text-\[16px\] {
    & p {
      font-size: 16px;
    }
  }
  .\[\&_p\]\:leading-7 {
    & p {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .\[\&_p\]\:font-light {
    & p {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .last\:\[\&_p\]\:mb-0 {
    &:last-child {
      & p {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_p\]\:mb-6 {
    @media (width >= 1024px) {
      & p {
        margin-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:\[\&_p\]\:text-\[24px\] {
    @media (width >= 1024px) {
      & p {
        font-size: 24px;
      }
    }
  }
  .lg\:\[\&_p\]\:leading-10 {
    @media (width >= 1024px) {
      & p {
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
      }
    }
  }
  .\[\&_ul\]\:mt-5 {
    & ul {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:ps-6 {
    & ul {
      padding-inline-start: calc(var(--spacing) * 6);
    }
  }
  .\[\&_ul\]\:ps-9 {
    & ul {
      padding-inline-start: calc(var(--spacing) * 9);
    }
  }
  .\[\&_ul\]\:pl-4 {
    & ul {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .\[\&_ul\]\:pl-6 {
    & ul {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .\[\&_ul\]\:leading-\[28px\] {
    & ul {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .\[\&_ul\]\:leading-\[40px\] {
    & ul {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:\[\&_ul\]\:ps-9 {
    @media (width >= 1024px) {
      & ul {
        padding-inline-start: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:\[\&_ul\]\:pl-9 {
    @media (width >= 1024px) {
      & ul {
        padding-left: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:\[\&_ul\]\:leading-\[40px\] {
    @media (width >= 1024px) {
      & ul {
        --tw-leading: 40px;
        line-height: 40px;
      }
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');
@font-face {
  font-family: 'Aeonik Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/aeonik-pro-light/aeonik-pro-light.woff2') format('woff2'), url('fonts/aeonik-pro-light/aeonik-pro-light.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/aeonik-pro-light-italic/aeonik-pro-light-italic.woff2') format('woff2'), url('fonts/aeonik-pro-light-italic/aeonik-pro-light-italic.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/aeonik-pro-regular/aeonik-pro-regular.woff2') format('woff2'), url('fonts/aeonik-pro-regular/aeonik-pro-regular.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/aeonik-pro-regular-italic/aeonik-pro-regular-italic.woff2') format('woff2'), url('fonts/aeonik-pro-regular-italic/aeonik-pro-regular-italic.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/aeonik-pro-medium/aeonik-pro-medium.woff2') format('woff2'), url('fonts/aeonik-pro-medium/aeonik-pro-medium.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/aeonik-pro-medium-italic/aeonik-pro-medium-italic.woff2') format('woff2'), url('fonts/aeonik-pro-medium-italic/aeonik-pro-medium-italic.woff') format('woff');
}
@font-face {
  font-family: 'Aeonik Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/aeonik-pro-bold/aeonik-pro-bold.woff2') format('woff2'), url('fonts/aeonik-pro-bold/aeonik-pro-bold.woff') format('woff');
}
@layer base {
  html {
    background-color: var(--color-bg);
    color: var(--color-dark);
  }
  body {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    @media (width >= 1024px) {
      font-size: 24px;
      line-height: 40px;
    }
  }
}
@layer components {
  .section {
    padding-block: var(--spacing-section-mob);
    @media (width >= 1024px) {
      padding-block: clamp(96px, 61.09px + 3.41vw, 120px);
    }
  }
  .h1 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0;
    @media (width >= 1024px) {
      font-size: clamp(51px, 32.09px + 1.85vw, 64px);
    }
  }
  .h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    @media (width >= 1024px) {
      font-size: clamp(51px, 32.09px + 1.85vw, 64px);
      line-height: clamp(51px, 32.09px + 1.85vw, 64px);
    }
  }
  .h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    @media (width >= 1024px) {
      font-size: clamp(35px, 21.91px + 1.28vw, 44px);
      line-height: clamp(45px, 29px + 1.56vw, 56px);
    }
  }
  .h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    @media (width >= 1024px) {
      font-size: clamp(26px, 17.27px + 0.85vw, 32px);
      line-height: clamp(29px, 18.82px + 0.99vw, 36px);
    }
  }
  .h5 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .text-xlg {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    @media (width >= 1024px) {
      font-size: clamp(45px, 29px + 1.56vw, 56px);
      line-height: clamp(51px, 32.09px + 1.85vw, 64px);
    }
  }
  .body-lg {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    @media (width >= 1024px) {
      font-size: 28px;
      line-height: 40px;
    }
  }
  .text-md {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    & p + p {
      margin-top: 1em;
    }
    @media (width >= 1024px) {
      font-size: clamp(19px, 11.73px + 0.71vw, 24px);
      line-height: clamp(32px, 20.36px + 1.14vw, 40px);
    }
  }
  .text-sm {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    @media (width >= 1024px) {
      font-size: clamp(14px, 8.18px + 0.57vw, 18px);
      line-height: clamp(29px, 18.82px + 0.99vw, 36px);
    }
  }
  .statement-split-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    @media (width >= 1024px) {
      display: grid;
      grid-template-columns: 788px 653px;
      align-items: start;
      gap: 159px;
    }
  }
  .statement-split-heading {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--color-dark);
    @media (width >= 1024px) {
      font-size: 56px;
      line-height: 64px;
    }
  }
  .statement-split-body-wrap {
    @media (width >= 1024px) {
      padding-top: 2px;
    }
  }
  .statement-split-body {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--color-dark);
    @media (width >= 1024px) {
      font-size: 24px;
      line-height: 40px;
    }
  }
  .text-quote {
    font-family: var(--font-heading);
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    @media (width >= 1024px) {
      font-size: clamp(45px, 29px + 1.56vw, 56px);
      line-height: clamp(51px, 32.09px + 1.85vw, 64px);
    }
  }
  .text-menu {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .link-lg {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
  .link-sm {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: capitalize;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 40px;
    @media (width >= 1024px) {
      font-size: clamp(16px, 10.18px + 0.57vw, 20px);
      line-height: clamp(26px, 17.27px + 0.85vw, 32px);
      letter-spacing: clamp(3.2px, 2.04px + 0.11vw, 4px);
      padding: clamp(13px, 8.64px + 0.43vw, 16px) clamp(51px, 32.09px + 1.85vw, 64px);
    }
  }
  .btn:hover {
    background-color: var(--color-dark);
    color: var(--color-white);
  }
  .btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    padding: 14px 36px;
    @media (width >= 1024px) {
      font-size: clamp(16px, 10.18px + 0.57vw, 20px);
      line-height: clamp(26px, 17.27px + 0.85vw, 32px);
      letter-spacing: clamp(3.2px, 2.04px + 0.11vw, 4px);
      padding: clamp(11px, 6.64px + 0.43vw, 14px) clamp(29px, 18.82px + 0.99vw, 36px);
    }
  }
  .btn-sm:hover {
    background-color: var(--color-dark);
    color: var(--color-white);
  }
  .btn-full {
    width: 100%;
  }
  .faq-list {
    display: flex;
    flex-direction: column;
  }
  .faq-item {
    border-top: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-dark);
    margin-bottom: -1px;
  }
  .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 16px;
    cursor: pointer;
    list-style: none;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  @media (width >= 1024px) {
    .faq-item summary {
      padding: 44px 24px;
    }
  }
  .faq-icon {
    flex-shrink: 0;
    color: var(--color-dark);
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (width >= 1024px) {
      width: 22px;
      height: 22px;
    }
  }
  .faq-icon-open, .faq-icon-close {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  .faq-icon-close {
    opacity: 0;
  }
  .faq-icon svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    @media (width >= 1024px) {
      width: 100%;
      max-height: 100%;
    }
  }
  .faq-item[open] .faq-icon-open {
    opacity: 0;
  }
  .faq-item[open] .faq-icon-close {
    opacity: 1;
  }
  .faq-answer {
    padding: 0 16px 20px;
  }
  @media (width >= 1024px) {
    .faq-answer {
      padding: 0 24px 44px;
    }
  }
  .faq-answer p {
    margin: 0;
  }
  .faq-answer p + p {
    margin-top: 16px;
  }
  .form-field {
    border-bottom: 1px solid var(--color-dark);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    padding-right: 12px;
  }
  @media (width >= 1024px) {
    .form-field {
      gap: 32px;
      padding-bottom: 32px;
    }
  }
  .form-input, .form-textarea {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: var(--color-dark);
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 12px;
  }
  @media (width >= 1024px) {
    .form-input, .form-textarea {
      font-size: 18px;
    }
  }
  .form-input::placeholder, .form-textarea::placeholder {
    color: #9e989e;
  }
  .form-textarea {
    resize: vertical;
    min-height: 96px;
  }
  @media (width >= 1024px) {
    .form-textarea {
      min-height: 140px;
    }
  }
  .form-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  .form-select {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 14px;
    color: #9e989e;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 12px;
    appearance: none;
    cursor: pointer;
  }
  @media (width >= 1024px) {
    .form-select {
      font-size: 18px;
    }
  }
  .form-select.has-value {
    color: var(--color-dark);
  }
  .form-select option {
    color: var(--color-dark);
  }
  .form-select-chevron {
    position: absolute;
    right: 0;
    pointer-events: none;
    color: #9e989e;
    display: flex;
    align-items: center;
  }
  .logo {
    font-family: 'Kalnia', serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-dark);
    font-size: 22px;
    @media (width >= 1024px) {
      font-size: clamp(26px, 17.27px + 0.85vw, 32px);
    }
  }
  .site-nav {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.14px + 2.27vw, 40px);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-nav li {
    list-style: none;
  }
  .site-nav a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(16px, 10.18px + 0.57vw, 20px);
    line-height: clamp(26px, 17.27px + 0.85vw, 32px);
    color: var(--color-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
  }
  .site-nav a:hover, .site-nav .current-menu-item > a, .site-nav .current-page-ancestor > a, .site-nav .current-menu-ancestor > a {
    color: var(--color-accent);
  }
  .site-nav .menu-item-has-children {
    position: relative;
  }
  .site-nav .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(239, 232, 228, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: clamp(19px, 11.73px + 0.71vw, 24px) clamp(32px, 20.36px + 1.14vw, 40px);
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: max-content;
    z-index: 20;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .site-nav .menu-item-has-children:hover > .sub-menu, .site-nav .menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .site-nav .sub-menu .menu-item {
    list-style: none;
  }
  .site-nav .sub-menu a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(16px, 10.18px + 0.57vw, 20px);
    line-height: clamp(26px, 17.27px + 0.85vw, 32px);
    color: var(--color-dark);
    text-decoration: none;
    white-space: nowrap;
    display: block;
    transition: color 0.2s;
  }
  .site-nav .sub-menu a:hover {
    color: var(--color-accent);
  }
  .mobile-nav {
    list-style: none;
    margin: 0;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .mobile-nav .menu-item {
    list-style: none;
  }
  .mobile-nav > .menu-item > a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: var(--color-bg);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
  }
  .mobile-nav > .menu-item > a:hover, .mobile-nav > .current-menu-item > a, .mobile-nav > .current-page-ancestor > a {
    color: var(--color-bg);
  }
  .mobile-nav .menu-item-has-children > a svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .mobile-nav .menu-item-has-children.is-open > a svg {
    transform: rotate(180deg);
  }
  .mobile-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, margin 0.35s ease, padding 0.35s ease;
  }
  .mobile-nav .menu-item-has-children.is-open > .sub-menu {
    max-height: 600px;
    margin: 20px 0 0;
    padding: 0 20px 20px;
  }
  .mobile-nav .sub-menu .menu-item {
    list-style: none;
  }
  .mobile-nav .sub-menu a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-bg);
    text-decoration: none;
    display: block;
  }
}
.projects-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: static;
  width: 100%;
  padding-top: 24px;
}
.projects-swiper .swiper-pagination-bullet {
  flex: none;
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: var(--color-neutral-100);
  opacity: 1;
  margin: 0 !important;
  transition: width 0.3s, background 0.3s;
}
.projects-swiper .swiper-pagination-bullet-active {
  width: 140px;
  background: var(--color-dark);
}
@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-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-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-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}
