/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trade Gothic Next SR Pro";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-hobeaux: "Hobeaux";
    --line-height: 1.28;
    --line-height-sm: 1.05;
    --ease-custom: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-cubic-default-out: cubic-bezier(0.24, 1.66, 0.71, 0.96);
    --color-primary: #000;
    --color-default-black: #000;
    --color-default-white: #faf6e7;
    --color-orange-primary: #ffed00;
    --color-orange-secondary: #007934;
    --color-orange-highlight: #f28e00;
    --color-coconut-primary: #009fe3;
    --color-coconut-highlight: #93d500;
    --color-grape-secondary: #00339f;
    --color-grape-highlight: #a77ac8;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-11 {
    bottom: calc(var(--spacing) * 11);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1423px;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  @media (width < 64rem) {
    .container {
      padding: 0 1.5rem;
    }
  }
  @media (max-height: 599px) {
    .container {
      padding: 0 4.5rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .prose {
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }
  .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-29 {
    margin-bottom: calc(var(--spacing) * 29);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[174px\] {
    width: 174px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[636px\] {
    max-width: 636px;
  }
  .max-w-\[638px\] {
    max-width: 638px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1205px\] {
    max-width: 1205px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .table-auto {
    table-layout: auto;
  }
  .-translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-8 {
    --tw-translate-x: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-7 {
    --tw-translate-x: calc(var(--spacing) * 7);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[160px\] {
    --tw-translate-y: calc(160px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[70px\] {
    --tw-translate-y: 70px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[90px\] {
    --tw-translate-y: 90px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .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-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-7 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-\[\#00a6fb\] {
    background-color: #00a6fb;
  }
  .bg-\[\#00adf7\] {
    background-color: #00adf7;
  }
  .bg-\[\#FEF1C9\] {
    background-color: #FEF1C9;
  }
  .bg-orange-primary {
    background-color: var(--color-orange-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[25vh\] {
    padding-top: 25vh;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-11 {
    padding-bottom: calc(var(--spacing) * 11);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-hobeaux {
    font-family: var(--font-hobeaux);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-default-white {
    color: var(--color-default-white);
  }
  .text-grape-secondary {
    color: var(--color-grape-secondary);
  }
  .text-orange-secondary {
    color: var(--color-orange-secondary);
  }
  .normal-case {
    text-transform: none;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  @media (width >= 64rem) {
    .lg\:ms-\[105px\] {
      margin-inline-start: 105px;
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-15 {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[10svh\] {
      height: 10svh;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[50svh\] {
      height: 50svh;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[90vh\] {
      height: 90vh;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-h-\[490px\] {
      max-height: 490px;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-\[1000px\] {
      min-height: 1000px;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-svh {
      min-height: 100svh;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[90vw\] {
      width: 90vw;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[122px\] {
      width: 122px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[371px\] {
      width: 371px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[410px\] {
      width: 410px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[493px\] {
      width: 493px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[551px\] {
      width: 551px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[946px\] {
      width: 946px;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[1060px\] {
      max-width: 1060px;
    }
  }
  @media (width >= 64rem) {
    .lg\:-translate-x-6 {
      --tw-translate-x: calc(var(--spacing) * -6);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:-translate-x-17 {
      --tw-translate-x: calc(var(--spacing) * -17);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:translate-y-\[124px\] {
      --tw-translate-y: 124px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-18 {
      gap: calc(var(--spacing) * 18);
    }
  }
  @media (width >= 64rem) {
    .lg\:overflow-hidden {
      overflow: hidden;
    }
  }
  @media (width >= 64rem) {
    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-26 {
      padding-inline: calc(var(--spacing) * 26);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-30 {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-36 {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-36 {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .lg\:pt-\[30vh\] {
      padding-top: 30vh;
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-36 {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-37 {
      padding-bottom: calc(var(--spacing) * 37);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-72 {
      padding-bottom: calc(var(--spacing) * 72);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
  }
  @media (width >= 80rem) {
    .xl\:min-h-\[1200px\] {
      min-height: 1200px;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-\[238px\] {
      width: 238px;
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-26 {
      gap: calc(var(--spacing) * 26);
    }
  }
  @media (width >= 80rem) {
    .xl\:py-36 {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 80rem) {
    .xl\:pt-\[25vh\] {
      padding-top: 25vh;
    }
  }
  .prose-headings\:my-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-block: calc(var(--spacing) * 4);
  }
  .prose-headings\:font-hobeaux :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-family: var(--font-hobeaux);
  }
  .prose-headings\:text-2xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-block: calc(var(--spacing) * 0);
  }
  .prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    list-style-type: disc;
  }
  .prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-block: calc(var(--spacing) * 0);
  }
}
@layer base {
  body {
    color: var(--color-primary);
    line-height: var(--line-height);
    background-color: var(--color-default-white);
    text-transform: lowercase;
  }
}
@layer components {
  .noise {
    position: fixed;
    inset: 0;
    background-image: url(../images/noise.svg);
    background-repeat: repeat;
    pointer-events: none;
    will-change: opacity, transform;
    z-index: 90;
  }
  .backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(24, 24, 27, 0.95);
    opacity: 0;
    visibility: hidden;
    z-index: 70;
  }
  .line {
    will-change: transform;
  }
  .text-heading-lg {
    --size: 102px;
    --size-sm: 56px;
    --color: #fff;
    --shadow: #000;
    font-family: var(--font-hobeaux);
    font-weight: 700;
    font-size: var(--size);
    line-height: var(--line-height-sm);
    color: var(--color);
    -webkit-text-stroke: 0.1em var(--shadow);
    paint-order: stroke;
    filter: drop-shadow(0.043em 0.02em 0 var(--shadow));
  }
  @media (width < 64rem) {
    .text-heading-lg {
      font-size: var(--size-sm);
    }
  }
  @media (max-height: 599px) {
    .text-heading-lg {
      font-size: var(--size-sm);
    }
  }
  .text-heading-md {
    font-family: var(--font-hobeaux);
    font-weight: 700;
    font-size: 42px;
    line-height: var(--line-height-sm);
  }
  @media (width < 64rem) {
    .text-heading-md {
      font-size: 32px;
    }
  }
  @media (max-height: 599px) {
    .text-heading-md {
      font-size: 32px;
    }
  }
  .text-heading-sm {
    font-family: var(--font-hobeaux);
    font-weight: 700;
    font-size: 32px;
    line-height: var(--line-height-sm);
  }
  @media (width < 64rem) {
    .text-heading-sm {
      font-size: 25px;
    }
  }
  @media (max-height: 599px) {
    .text-heading-sm {
      font-size: 25px;
    }
  }
  .text-heading-sm {
    font-family: var(--font-hobeaux);
    font-weight: 700;
    font-size: 20px;
  }
  .text-body-lg {
    font-size: 32px;
  }
  @media (width < 64rem) {
    .text-body-lg {
      font-size: 20px;
    }
  }
  @media (max-height: 599px) {
    .text-body-lg {
      font-size: 20px;
    }
  }
  .rounded-divider {
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 2;
  }
  .rounded-divider__inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    height: 750%;
    transform: translateX(-50%);
    background: var(--bg, var(--color-default-white));
    border-radius: 50%;
  }
  @media (width < 64rem) {
    .rounded-divider {
      height: 33px;
    }
  }
  @media (max-height: 599px) {
    .rounded-divider {
      height: 33px;
    }
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes floating {
  0% {
    transform: translate(0);
  }
  65% {
    transform: translateY(15px);
  }
  to {
    transform: translate(0);
  }
}
@font-face {
  font-family: "Trade Gothic Next SR Pro";
  src: url("../fonts/TradeGothicNextSRPro-Cn.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Next SR Pro";
  src: url("../fonts/TradeGothicNextSRPro-HvCn.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hobeaux";
  src: url("../fonts/Hobeaux-Semibold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hobeaux";
  src: url("../fonts/Hobeaux-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.navigation-mobile {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  background-color: var(--color-coconut-primary);
  transform: translateX(100%);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 80;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile__menu--item:hover .navigation-mobile__menu--link:before {
  width: 100%;
}
.navigation-mobile__menu--link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.navigation-mobile__menu--link:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  transition: 0.4s var(--ease-custom);
}
.navigation-mobile__menu--link:not(:only-child):after {
  display: inline-flex;
  content: "";
  width: 24px;
  height: 14px;
  background: url(../images/submenu-arrow-down.svg) no-repeat center center;
  background-size: cover;
}
.navigation-mobile__menu--submenu {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.navigation-mobile__menu--submenu.is-open {
  display: flex;
}
.header {
  opacity: 0;
}
.header.animate-ready {
  opacity: 1;
}
.header--fixed {
  position: fixed;
}
.header--sticky {
  position: sticky;
}
.footer__navigation li {
  display: block;
}
.footer__navigation li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__navigation li a {
  position: relative;
  display: inline-flex;
  font-family: var(--font-hobeaux);
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.footer__navigation li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  transition: 0.4s var(--ease-custom);
}
.footer__navigation li a:hover:after {
  width: 100%;
}
.footer__badge {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 193px;
  height: 193px;
}
.footer__badge svg {
  transition: 0.4s var(--ease-custom);
}
.footer__badge:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #00000040;
  border-radius: 50%;
  transform: translateY(9px);
  z-index: -1;
}
@media (width < 64rem) {
  .footer__badge {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 180px;
    height: 180px;
  }
}
.footer__badge:hover svg {
  transform: translateY(9px);
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: var(--font-hobeaux);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color);
  background-color: var(--bg);
  box-shadow: inset 0 0 0 1px var(--border), 0 5px 0 0 #00000040;
  border-radius: 2rem;
  padding: 8px 25px;
  cursor: pointer;
  transition: 0.4s var(--ease-custom);
}
.btn:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 0 1px var(--border), 0 0 0 0 #00000040;
}
.btn--primary {
  --color: var(--color-default-black);
  --bg: var(--color-default-white);
  --border: var(--color-default-black);
}
.btn--secondary {
  --color: var(--color-default-black);
  --bg: var(--color-orange-primary);
  --border: var(--color-default-black);
}
.btn--lg {
  padding: 14px 30px;
}
.control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: var(--bg);
  box-shadow: inset 0 0 0 1px var(--border), 0 5px 0 0 #00000040;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s var(--ease-custom);
}
.control:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 0 1px var(--border), 0 0 0 0 #00000040;
}
.control--primary {
  --bg: var(--color-default-white);
  --border: var(--color-default-black);
}
.control--secondary {
  --bg: var(--color-orange-primary);
  --border: var(--color-default-black);
}
.control--lg {
  width: 56px;
  height: 56px;
}
.control.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.form__field {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 10px;
  outline: none;
  transition: 0.4s var(--ease-custom);
}
.form__field::-moz-placeholder {
  color: #000;
}
.form__field::placeholder {
  color: #000;
}
.form__field--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/arrow-select.svg) no-repeat calc(100% - 20px) 50%;
}
.form__field:hover, .form__field:focus {
  box-shadow: 0 5px 0 0 #00000040;
}
.form__language-select {
  position: relative;
  display: inline-flex;
  border: 1px solid #000;
  border-radius: 24px;
  z-index: 1;
}
.form__language-select--toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-hobeaux);
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  line-height: 22px;
  padding: 10px 16px;
}
.form__language-select--toggle:before {
  display: inline-flex;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/language.svg) no-repeat center center;
  background-size: cover;
}
.form__language-select--toggle:after {
  display: inline-flex;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/select-arrow-down.svg) no-repeat center center;
  background-size: cover;
}
.form__language-select--toggle::-webkit-details-marker {
  display: none;
}
.form__language-select--list {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 22px 22px;
}
.form__language-select--list li {
  display: block;
}
.form__language-select--list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-hobeaux);
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 16px;
}
.form__language-select--list li a:before {
  display: inline-flex;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.4s var(--ease-custom);
}
.form__language-select--list li a:hover:before, .form__language-select--list li a.selected:before {
  background-color: var(--color-orange-primary);
}
.form__language-select[open] {
  background-color: var(--color-default-white);
  border-radius: 22px 22px 0 0;
  border-bottom: none;
}
.form__language-select[open] .form__language-select--toggle:after {
  transform: rotate(-180deg);
}
.form__language-select[open] .form__language-select--list {
  background-color: var(--color-default-white);
}
.form__language-select:hover, .form__language-select:focus {
  box-shadow: 0 5px 0 0 #00000040;
}
.form__content {
  margin-bottom: calc(var(--spacing) * 6);
  display: grid;
  gap: calc(var(--spacing) * 4.5);
}
.form__content--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 3);
}
.form__content--submit {
  display: flex;
  justify-content: flex-end;
}
.form .wpcf7-not-valid-tip {
  color: var(--color-default-white);
}
.form .wpcf7-form .wpcf7-spinner {
  display: none;
}
.form .wpcf7-form.invalid .wpcf7-response-output {
  text-align: center;
  color: var(--color-default-black);
  background-color: var(--color-orange-primary);
  padding: 12px 24px;
  margin: 1.5rem 0 0;
  border: 1px solid var(--color-default-black);
  border-radius: 10px;
}
.form .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  color: var(--color-default-black);
  background-color: var(--color-coconut-highlight);
  padding: 12px 24px;
  margin: 1.5rem 0 0;
  border: 1px solid var(--color-default-black);
  border-radius: 10px;
}
.social {
  display: flex;
  gap: 0.625rem;
}
.social__item {
  display: inline-flex;
}
.social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: var(--color-orange-primary);
  box-shadow: inset 0 0 0 1px var(--color-default-black), 0 5px 0 0 #00000040;
  border-radius: 50%;
  transition: 0.4s var(--ease-custom);
}
.social__link:hover {
  transform: translateY(5px);
  box-shadow: inset 0 0 0 1px var(--color-default-black), 0 0 0 0 #00000040;
}
.flavors-slider__pin-wrapper {
  position: relative;
  z-index: 3;
}
@media (width >= 64rem) {
  .flavors-slider__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 485px;
    display: flex;
    justify-content: space-between;
    transform: translate3d(-50%, -50%, 0);
    z-index: 4;
  }
}
@media (width < 64rem) {
  .flavors-slider__controls {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
.flavors-slider__item--card {
  width: clamp(21.1875rem, -0.188rem + 17.813vw, 28.3125rem);
}
@media (max-height: 599px) {
  .flavors-slider__item--card {
    width: 268px;
  }
}
.flavors-modal {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
}
.flavors-modal__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--bg-modal);
  z-index: -1;
}
.flavors-modal__close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media (width < 64rem) {
  .flavors-modal__close {
    top: -55px;
    left: 1.5rem;
  }
}
.flavors-modal__content {
  opacity: 0;
  visibility: hidden;
}
.flavors-modal__subtitle {
  color: var(--color-subtitle);
}
.flavors-modal__title {
  --color: var(--color-title);
  --shadow: var(--color-subtitle);
  transform: rotate(-7.1deg);
}
.flavors-modal__text {
  color: var(--color-text);
}
.flavors-modal__image-wrap {
  position: relative;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.flavors-modal__image {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(-90deg);
}
.flavors-modal__image svg {
  display: block;
  width: 437px;
  filter: drop-shadow(0 9px 0 rgba(0, 0, 0, 0.25));
}
@media (width < 64rem) {
  .flavors-modal__image svg {
    width: 70%;
  }
}
.flavors-share-modal {
  position: relative;
  width: 745px;
  background-color: var(--color-default-white);
  border: 1px solid var(--color-default-black);
  border-radius: 20px;
  padding: 20px;
  cursor: default;
}
@media (width < 64rem) {
  .flavors-share-modal {
    width: 100%;
  }
}
.flavors-share-modal__close {
  position: absolute;
  top: 0;
  right: -59px;
}
@media (width < 64rem) {
  .flavors-share-modal__close {
    top: 1rem;
    right: 1rem;
  }
}
.flavors-share-modal__subtitle {
  font-family: var(--font-hobeaux);
  font-weight: 700;
  font-size: 52px;
}
.flavors-share-modal__title {
  --size: 70px;
  --color: #009ee0;
}
.flavors-share-modal__image {
  position: relative;
  width: 290px;
  border: 1px solid var(--color-default-black);
  border-radius: 16.62px;
  overflow: hidden;
}
.flavors-share-modal__image--story {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.products-modal {
  position: relative;
  width: 900px;
  cursor: default;
}
.products-modal__close {
  position: absolute;
  top: 0;
  right: -59px;
}
.products-modal__inner {
  background-color: #f1f1ef;
  border: 1px solid var(--color-default-black);
  border-radius: 20px;
  overflow: hidden;
}
.products-modal__inner--list {
  display: flex;
}
.products-modal__inner--list a {
  position: relative;
  display: inline-flex;
  padding: 8px 18px;
}
.products-modal__inner--list a[aria-selected="true"]:after {
  display: inline-flex;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
}
.products-modal__image {
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: var(--bg-theme);
  padding: 30px 0;
}
@media (width < 64rem) {
  .products-modal {
    width: 100%;
  }
  .products-modal .products-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.modal {
  position: relative;
  cursor: default;
}
.modal__close {
  position: absolute;
  top: 0;
  right: -59px;
}
@media (width < 64rem) {
  .modal__close {
    top: 1rem;
    right: 1rem;
  }
}
.modal__inner {
  background-color: var(--color-default-white);
  border: 1px solid var(--color-default-black);
  border-radius: 20px;
  overflow: hidden;
  cursor: default;
}
.cookies {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
  width: 261px;
  padding: 54px 0 23px;
  border-radius: 20px;
  background-color: var(--color-default-white);
  box-shadow: inset 0 0 0 1px var(--color-default-black), 0 7.5px 0 0 #00000040;
  opacity: 0;
  visibility: hidden;
}
.cookies:before {
  display: block;
  position: absolute;
  content: "";
  width: 142px;
  height: 102px;
  top: -60px;
  left: 19px;
  background: url(../images/cookies.svg) no-repeat;
  background-size: cover;
}
.cookies__title {
  font-family: var(--font-hobeaux);
  font-size: 18px;
  font-weight: 700;
  text-wrap: balance;
  letter-spacing: 4%;
}
.cookies__excerpt {
  font-size: 14px;
  text-wrap: balance;
}
.page-home .hero {
  position: relative;
  opacity: 0;
}
.page-home .hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-coconut-primary);
  z-index: -1;
}
.page-home .hero__display {
  --size: 140px;
  --size-sm: 69px;
  --color: var(--color-coconut-highlight);
  --shadow: #000;
}
.page-home .hero__display--transform {
  display: inline-flex;
  color: #fff;
  transform: rotate(-4.2deg);
  transform-origin: left;
  filter: drop-shadow(-0.098em 0.06em 0 var(--shadow));
}
.page-home .hero.animate-ready {
  opacity: 1;
}
.page-home .about__display {
  --shadow: var(--color-grape-secondary);
  --color: var(--color-grape-highlight);
}
.page-home .about__badge {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 267px;
  height: 267px;
}
.page-home .about__badge svg {
  transition: 0.4s var(--ease-custom);
}
.page-home .about__badge:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #00000040;
  border-radius: 50%;
  transform: translateY(9px);
  z-index: -1;
}
@media (width < 64rem) {
  .page-home .about__badge {
    width: 168px;
    height: 168px;
  }
}
.page-home .about__badge:hover svg {
  transform: translateY(9px);
}
@media (width >= 64rem) {
  .page-home .about__text p:last-child {
    margin-left: 50px;
  }
}
.page-home .products__display {
  --shadow: #000;
  --color: var(--color-coconut-highlight);
  transform: rotate(-4.16deg);
  transform-origin: left;
}
.page-home .products__grid {
  position: relative;
  z-index: 2;
}
.page-home .products__grid--item {
  position: relative;
  height: 522px;
  border: 1px solid #000;
  border-radius: 18px;
  overflow: hidden;
}
.page-home .products__grid--item--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--bg);
  transition: 0.4s var(--ease-custom);
}
.page-home .products__grid--item--hover {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-home .products__grid--item--hover:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-home .products__grid--item--hover--video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .products__grid--item--hover--content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px;
  z-index: 1;
  transition: 1.2s var(--ease-cubic-default-out);
}
@media (width < 64rem) {
  .page-home .products__grid--item {
    height: 423px;
  }
  .page-home .products__grid--item .products__grid--item--image {
    opacity: 0;
    visibility: hidden;
  }
  .page-home .products__grid--item .products__grid--item--hover--content {
    transform: translateY(0);
  }
}
@media (max-height: 599px) {
  .page-home .products__grid--item {
    height: 423px;
  }
}
.page-home .products__grid--item:hover .products__grid--item--image {
  opacity: 0;
  visibility: hidden;
}
.page-home .products__grid--item:hover .products__grid--item--hover--content {
  transform: translateY(0);
}
.page-home .packaging {
  position: relative;
}
@media (width < 64rem) {
  .page-home .packaging {
    background-color: var(--color-orange-primary);
  }
}
.page-home .packaging__content {
  position: relative;
  width: 100%;
  max-width: 644px;
  min-height: 644px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 190px;
}
@media (width < 64rem) {
  .page-home .packaging__content {
    min-height: 100%;
    padding-top: 0;
  }
}
.page-home .packaging__content--display {
  --shadow: var(--color-orange-secondary);
  --color: var(--color-orange-highlight);
  transform: rotate(-4.71deg);
  transform-origin: left;
}
.page-home .packaging__content--character {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 248px;
  height: 204px;
  transform: translateX(-50%);
}
.page-home .packaging__circle {
  position: absolute;
  width: 644px;
  height: 644px;
  background-color: var(--color-orange-primary);
  border-radius: 50%;
  z-index: -1;
}
.page-home .sustainability__products--display {
  --shadow: var(--color-orange-secondary);
  --color: #fff;
  transform: rotate(-4.71deg);
  transform-origin: left;
}
.page-home .sustainability__products--badge {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  aspect-ratio: 1 / 1;
  transform: translate3d(-50%, -50%, 0);
}
.page-home .sustainability__products--badge svg circle, .page-home .sustainability__products--badge svg path {
  transition: 0.4s var(--ease-custom);
}
@media (width < 64rem) {
  .page-home .sustainability__products--badge {
    width: 100%;
    max-width: 330px;
  }
}
.page-home .sustainability__products--slider--item {
  display: flex;
  justify-content: center;
}
.page-home .sustainability__products--slider--item--image {
  width: 410px;
  animation: floating 4s infinite ease-in-out;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}
@media (width < 64rem) {
  .page-home .sustainability__products--slider--item--image {
    width: 100%;
    max-width: 330px;
  }
}
@media (max-height: 599px) {
  .page-home .sustainability__products--slider--item--image {
    width: 100%;
    max-width: 330px;
  }
}
.page-home .sustainability__products--slider--item.swiper-slide-active--image {
  animation: 0.6s fadeIn var(--ease-custom) both 0.2s;
}
.page-home .sustainability__features--title {
  transform: rotate(-4.96deg);
  transform-origin: center;
}
.page-home .sustainability__features--display {
  --shadow: var(--color-orange-secondary);
  --color: var(--color-orange-highlight);
}
.page-home .sustainability__features--list--item {
  display: flex;
  align-items: center;
  font-size: 32px;
  gap: 1em;
}
@media (width < 64rem) {
  .page-home .sustainability__features--list--item {
    font-size: 20px;
  }
}
@media (max-height: 599px) {
  .page-home .sustainability__features--list--item {
    font-size: 20px;
  }
}
.page-home .sustainability__features--list--item:before {
  display: inline-flex;
  flex-shrink: 0;
  content: "";
  width: 61px;
  height: 109px;
  background: url(../images/marker-features.svg) no-repeat center;
  background-size: cover;
}
@media (width < 64rem) {
  .page-home .sustainability__features--list--item:before {
    width: 36px;
    height: 64px;
  }
}
@media (max-height: 599px) {
  .page-home .sustainability__features--list--item:before {
    width: 36px;
    height: 64px;
  }
}
.page-home .sustainability__features--list--item:not(:last-child) {
  margin-bottom: 5px;
}
@media (width < 64rem) {
  .page-home .sustainability__features--list--item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-height: 599px) {
  .page-home .sustainability__features--list--item:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-home .sustainability__where-to-find--display {
  --size: 102px;
  --size-sm: 50px;
  --shadow: var(--color-orange-secondary);
  --color: var(--color-orange-highlight);
  transform: rotate(-4.71deg);
  transform-origin: left;
}
.page-home .sustainability__where-to-find--display--transform {
  display: inline-flex;
  color: #fff;
  transform: rotate(-1.39deg) translateY(28px);
  filter: drop-shadow(-0.098em 0.06em 0 var(--shadow));
}
@media (width < 64rem) {
  .page-home .sustainability__where-to-find--display--transform {
    transform: rotate(-1.39deg);
  }
}
.page-home .contact__display {
  --shadow: #000;
  --color: var(--color-coconut-highlight);
  transform: rotate(-3.43deg);
  transform-origin: left;
}
.page-home .base__image {
  width: 100%;
  min-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
