/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "General Sans", "sans-serif";
    --font-serif: "Epicene", "serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-indigo-200: oklch(0.87 0.065 274.039);
    --color-indigo-700: oklch(0.457 0.24 277.023);
    --color-black: #000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-4xl: 61.25rem;
    --container-5xl: 64rem;
    --container-6xl: 81.875rem;
    --container-7xl: 91.25rem;
    --text-xs: 1rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 1.125rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1.25rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.375rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.5625rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.75rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.1875rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 2.8125rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.4375rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.375rem;
    --text-7xl--line-height: 1;
    --text-8xl: 5.625rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 400;
    --font-weight-semibold: 600;
    --tracking-tight: -1%;
    --tracking-wide: 0.025em;
    --radius-xs: .3125rem;
    --radius-sm: .625rem;
    --radius-md: .9375rem;
    --radius-lg: 1.25rem;
    --radius-xl: 2.5rem;
    --radius-2xl: 3.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --aspect-video: 728 / 460;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-chocolate: #220B00;
    --color-coffee: #612419;
    --color-taupe: #B69690;
    --color-tbc: #946961;
    --color-forest: #39351A;
    --color-olive: #817657;
    --color-sage: #ABB29E;
    --color-terracotta: #9B4E28;
    --color-sugar: #AA6544;
    --color-desert: #E0AF96;
    --color-cream: #F4F0E9;
    --color-charcoal: #29202D;
    --text-xxs: .875rem;
    --tracking-tightest: -2%;
    --container-8xl: 97.5rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  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;
    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;
  }
  :-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;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-10\%\] {
    top: -10%;
  }
  .top-\[11px\] {
    top: 11px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[205px\] {
    top: 205px;
  }
  .-right-4\/9 {
    right: calc(calc(4/9 * 100%) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3\.75 {
    right: calc(var(--spacing) * 3.75);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .-bottom-\[100px\] {
    bottom: calc(100px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-7\.5 {
    bottom: calc(var(--spacing) * 7.5);
  }
  .bottom-\[15px\] {
    bottom: 15px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-7\.5 {
    left: calc(var(--spacing) * 7.5);
  }
  .left-\[-20\%\] {
    left: -20%;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-7\.5 {
    margin-block: calc(var(--spacing) * 7.5);
  }
  .my-auto {
    margin-block: auto;
  }
  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12\.5 {
    margin-top: calc(var(--spacing) * 12.5);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11\.25 {
    margin-bottom: calc(var(--spacing) * 11.25);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }
  .mb-\[14\.875rem\] {
    margin-bottom: 14.875rem;
  }
  .\!flex {
    display: flex !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-5\/2 {
    aspect-ratio: 5/2;
  }
  .aspect-\[600\/378\] {
    aspect-ratio: 600/378;
  }
  .aspect-\[729\/379\] {
    aspect-ratio: 729/379;
  }
  .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-7\.5 {
    width: calc(var(--spacing) * 7.5);
    height: calc(var(--spacing) * 7.5);
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[70px\] {
    max-height: 70px;
  }
  .max-h-\[715px\] {
    max-height: 715px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-7\/10 {
    width: calc(7/10 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-17\.5 {
    width: calc(var(--spacing) * 17.5);
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[140\%\] {
    width: 140%;
  }
  .w-\[1089px\] {
    width: 1089px;
  }
  .w-\[2089px\] {
    width: 2089px;
  }
  .w-\[2200px\] {
    width: 2200px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-8xl {
    max-width: var(--container-8xl);
  }
  .max-w-15 {
    max-width: calc(var(--spacing) * 15);
  }
  .max-w-25 {
    max-width: calc(var(--spacing) * 25);
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-150 {
    max-width: calc(var(--spacing) * 150);
  }
  .max-w-250 {
    max-width: calc(var(--spacing) * 250);
  }
  .max-w-\[140\%\] {
    max-width: 140%;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[655px\] {
    max-width: 655px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1230px\] {
    max-width: 1230px;
  }
  .max-w-\[calc\(100vw-40px\)\] {
    max-width: calc(100vw - 40px);
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-11\.25 {
    min-width: calc(var(--spacing) * 11.25);
  }
  .min-w-\[270px\] {
    min-width: 270px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-separate {
    border-collapse: separate;
  }
  .border-spacing-y-\[3px\] {
    --tw-border-spacing-y: 3px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-25 {
    scroll-margin-top: calc(var(--spacing) * 25);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_50px\] {
    grid-template-columns: 1fr 50px;
  }
  .grid-cols-\[3fr_7fr_2fr\] {
    grid-template-columns: 3fr 7fr 2fr;
  }
  .grid-cols-\[30px_1fr\] {
    grid-template-columns: 30px 1fr;
  }
  .grid-cols-\[430px_1fr\] {
    grid-template-columns: 430px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1\.25 {
    gap: calc(var(--spacing) * 1.25);
  }
  .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-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-12\.5 {
    gap: calc(var(--spacing) * 12.5);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[85px\] {
    gap: 85px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-3\.5 {
    row-gap: calc(var(--spacing) * 3.5);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-17\.5 {
    row-gap: calc(var(--spacing) * 17.5);
  }
  .gap-y-24 {
    row-gap: calc(var(--spacing) * 24);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-s-xs {
    border-start-start-radius: var(--radius-xs);
    border-end-start-radius: var(--radius-xs);
  }
  .rounded-e-xs {
    border-start-end-radius: var(--radius-xs);
    border-end-end-radius: var(--radius-xs);
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-coffee {
    border-color: var(--color-coffee);
  }
  .border-cream {
    border-color: var(--color-cream);
  }
  .border-sage {
    border-color: var(--color-sage);
  }
  .border-taupe {
    border-color: var(--color-taupe);
  }
  .bg-black\/80 {
    background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
  .bg-black\/90 {
    background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
  }
  .bg-chocolate {
    background-color: var(--color-chocolate);
  }
  .bg-coffee {
    background-color: var(--color-coffee);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-desert {
    background-color: var(--color-desert);
  }
  .bg-forest {
    background-color: var(--color-forest);
  }
  .bg-indigo-700 {
    background-color: var(--color-indigo-700);
  }
  .bg-olive {
    background-color: var(--color-olive);
  }
  .bg-sage {
    background-color: var(--color-sage);
  }
  .bg-sugar {
    background-color: var(--color-sugar);
  }
  .bg-taupe\/40 {
    background-color: color-mix(in oklab, var(--color-taupe) 40%, transparent);
  }
  .bg-terracotta {
    background-color: var(--color-terracotta);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/60 {
    background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .fill-current {
    fill: currentColor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1\.25 {
    padding: calc(var(--spacing) * 1.25);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-7\.5 {
    padding: calc(var(--spacing) * 7.5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[\.75rem\] {
    padding: .75rem;
  }
  .p-\[\.375rem\] {
    padding: .375rem;
  }
  .p-\[\.9375rem\] {
    padding: .9375rem;
  }
  .p-\[1\.875rem\] {
    padding: 1.875rem;
  }
  .\!px-4\.25 {
    padding-inline: calc(var(--spacing) * 4.25) !important;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6\.25 {
    padding-inline: calc(var(--spacing) * 6.25);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[\.9375rem\] {
    padding-inline: .9375rem;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3\.75 {
    padding-block: calc(var(--spacing) * 3.75);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-12\.5 {
    padding-block: calc(var(--spacing) * 12.5);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-17\.5 {
    padding-block: calc(var(--spacing) * 17.5);
  }
  .py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
  .py-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[5\.875rem\] {
    padding-block: 5.875rem;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-4\.5 {
    padding-right: calc(var(--spacing) * 4.5);
  }
  .pr-6\.25 {
    padding-right: calc(var(--spacing) * 6.25);
  }
  .pr-17\.5 {
    padding-right: calc(var(--spacing) * 17.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12\.5 {
    padding-bottom: calc(var(--spacing) * 12.5);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-17\.5 {
    padding-left: calc(var(--spacing) * 17.5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-3xl\/\[2\.375rem\] {
    font-size: var(--text-3xl);
    line-height: 2.375rem;
  }
  .text-4xl\/\[2\.625rem\] {
    font-size: var(--text-4xl);
    line-height: 2.625rem;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-5xl\/\[3\.4375rem\] {
    font-size: var(--text-5xl);
    line-height: 3.4375rem;
  }
  .text-6xl\/\[4\.375rem\] {
    font-size: var(--text-6xl);
    line-height: 4.375rem;
  }
  .text-\[2rem\]\/\[2\.5rem\] {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .text-\[48px\]\/\[3\.4375rem\] {
    font-size: 48px;
    line-height: 3.4375rem;
  }
  .text-base\/\[1\.75rem\] {
    font-size: var(--text-base);
    line-height: 1.75rem;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/\[1\.5625rem\] {
    font-size: var(--text-sm);
    line-height: 1.5625rem;
  }
  .text-xl\/\[2rem\] {
    font-size: var(--text-xl);
    line-height: 2rem;
  }
  .text-xs\/\[1\.25rem\] {
    font-size: var(--text-xs);
    line-height: 1.25rem;
  }
  .text-xs\/\[1\.375rem\] {
    font-size: var(--text-xs);
    line-height: 1.375rem;
  }
  .text-xxs\/\[1\.25rem\] {
    font-size: var(--text-xxs);
    line-height: 1.25rem;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[clamp\(18px\,3vw\,20px\)\] {
    font-size: clamp(18px, 3vw, 20px);
  }
  .text-xxs {
    font-size: var(--text-xxs);
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[2\.625rem\] {
    --tw-leading: 2.625rem;
    line-height: 2.625rem;
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tightest {
    --tw-tracking: var(--tracking-tightest);
    letter-spacing: var(--tracking-tightest);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-charcoal {
    color: var(--color-charcoal);
  }
  .text-chocolate {
    color: var(--color-chocolate);
  }
  .text-coffee {
    color: var(--color-coffee);
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-desert {
    color: var(--color-desert);
  }
  .text-forest {
    color: var(--color-forest);
  }
  .text-indigo-200 {
    color: var(--color-indigo-200);
  }
  .text-terracotta {
    color: var(--color-terracotta);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .bg-blend-lighten {
    background-blend-mode: lighten;
  }
  .shadow-sm {
    --tw-shadow: 0px 3px 10px 0px var(--tw-shadow-color, rgba(34, 11, 0, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-desert {
    outline-color: var(--color-desert);
  }
  .outline-forest {
    outline-color: var(--color-forest);
  }
  .outline-terracotta {
    outline-color: var(--color-terracotta);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-\[0\.15s\] {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:-left-4 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(var(--spacing) * -4);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/dune-card\:scale-\[1\.5\] {
    &:is(:where(.group\/dune-card):hover *) {
      @media (hover: hover) {
        scale: 1.5;
      }
    }
  }
  .group-hover\/feature-video\:scale-125 {
    &:is(:where(.group\/feature-video):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/feature-video\:text-sugar {
    &:is(:where(.group\/feature-video):hover *) {
      @media (hover: hover) {
        color: var(--color-sugar);
      }
    }
  }
  .group-hover\/link-arrow\:translate-x-0\.5 {
    &:is(:where(.group\/link-arrow):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/link-arrow\:-translate-y-0\.5 {
    &:is(:where(.group\/link-arrow):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/menu-item\:mb-0 {
    &:is(:where(.group\/menu-item):hover *) {
      @media (hover: hover) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\/menu-item\:rotate-180 {
    &:is(:where(.group\/menu-item):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\/menu-item\:opacity-100 {
    &:is(:where(.group\/menu-item):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-aria-expanded\/accordion-item\:rotate-180 {
    &:is(:where(.group\/accordion-item)[aria-expanded="true"] *) {
      rotate: 180deg;
    }
  }
  .group-aria-expanded\/hamburger\:top-5 {
    &:is(:where(.group\/hamburger)[aria-expanded="true"] *) {
      top: calc(var(--spacing) * 5);
    }
  }
  .group-aria-expanded\/hamburger\:left-2 {
    &:is(:where(.group\/hamburger)[aria-expanded="true"] *) {
      left: calc(var(--spacing) * 2);
    }
  }
  .group-aria-expanded\/hamburger\:w-\[25px\] {
    &:is(:where(.group\/hamburger)[aria-expanded="true"] *) {
      width: 25px;
    }
  }
  .group-aria-expanded\/hamburger\:-rotate-45 {
    &:is(:where(.group\/hamburger)[aria-expanded="true"] *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-aria-expanded\/hamburger\:rotate-45 {
    &:is(:where(.group\/hamburger)[aria-expanded="true"] *) {
      rotate: 45deg;
    }
  }
  .group-aria-expanded\/tab-item\:bottom-0 {
    &:is(:where(.group\/tab-item)[aria-expanded="true"] *) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .group-aria-expanded\/tab-item\:bg-coffee {
    &:is(:where(.group\/tab-item)[aria-expanded="true"] *) {
      background-color: var(--color-coffee);
    }
  }
  .group-data-\[has-submenu\=\'true\'\]\/menu-item\:block {
    &:is(:where(.group\/menu-item)[data-has-submenu='true'] *) {
      display: block;
    }
  }
  .group-data-\[modal-type\=\'form\'\]\/modal\:max-w-192\.5 {
    &:is(:where(.group\/modal)[data-modal-type='form'] *) {
      max-width: calc(var(--spacing) * 192.5);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:my-2\.5 {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      margin-block: calc(var(--spacing) * 2.5);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:rounded-sm {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      border-radius: var(--radius-sm);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:border-b-0 {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:bg-coffee {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      background-color: var(--color-coffee);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:bg-cream {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      background-color: var(--color-cream);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:p-6\.25 {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      padding: calc(var(--spacing) * 6.25);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:px-6\.5 {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      padding-inline: calc(var(--spacing) * 6.5);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:font-serif {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      font-family: var(--font-serif);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:text-lg\/\[1\.875rem\] {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      font-size: var(--text-lg);
      line-height: 1.875rem;
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:text-sm\/\[1\.5625rem\] {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      font-size: var(--text-sm);
      line-height: 1.5625rem;
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:tracking-tightest {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      --tw-tracking: var(--tracking-tightest);
      letter-spacing: var(--tracking-tightest);
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:text-cream {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      color: var(--color-cream);
    }
  }
  .group-data-\[theme\=\'chocolate\'\]\/testimonials\:text-desert {
    &:is(:where(.group\/testimonials)[data-theme='chocolate'] *) {
      color: var(--color-desert);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:bg-\[\#805D64\] {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      background-color: #805D64;
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:fill-\[\#805D64\] {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      fill: #805D64;
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:fill-coffee {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      fill: var(--color-coffee);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:fill-taupe {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      fill: var(--color-taupe);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:fill-tbc {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      fill: var(--color-tbc);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/dune-card\:text-coffee {
    &:is(:where(.group\/dune-card)[data-theme='coffee'] *) {
      color: var(--color-coffee);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/simple-card\:text-cream {
    &:is(:where(.group\/simple-card)[data-theme='coffee'] *) {
      color: var(--color-cream);
    }
  }
  .group-data-\[theme\=\'coffee\'\]\/testimonials\:text-taupe {
    &:is(:where(.group\/testimonials)[data-theme='coffee'] *) {
      color: var(--color-taupe);
    }
  }
  .group-data-\[theme\=\'cream\'\]\/form\:bg-white {
    &:is(:where(.group\/form)[data-theme='cream'] *) {
      background-color: var(--color-white);
    }
  }
  .group-data-\[theme\=\'cream\'\]\/modal\:bg-sage {
    &:is(:where(.group\/modal)[data-theme='cream'] *) {
      background-color: var(--color-sage);
    }
  }
  .group-data-\[theme\=\'cream\'\]\/simple-card\:text-chocolate {
    &:is(:where(.group\/simple-card)[data-theme='cream'] *) {
      color: var(--color-chocolate);
    }
  }
  .group-data-\[theme\=\'cream\'\]\/simple-card\:text-coffee {
    &:is(:where(.group\/simple-card)[data-theme='cream'] *) {
      color: var(--color-coffee);
    }
  }
  .group-data-\[theme\=\'desert\'\]\/dune-card\:fill-coffee {
    &:is(:where(.group\/dune-card)[data-theme='desert'] *) {
      fill: var(--color-coffee);
    }
  }
  .group-data-\[theme\=\'desert\'\]\/dune-card\:fill-sugar {
    &:is(:where(.group\/dune-card)[data-theme='desert'] *) {
      fill: var(--color-sugar);
    }
  }
  .group-data-\[theme\=\'desert\'\]\/dune-card\:fill-terracotta {
    &:is(:where(.group\/dune-card)[data-theme='desert'] *) {
      fill: var(--color-terracotta);
    }
  }
  .group-data-\[theme\=\'desert\'\]\/dune-card\:text-desert {
    &:is(:where(.group\/dune-card)[data-theme='desert'] *) {
      color: var(--color-desert);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/dune-card\:bg-olive {
    &:is(:where(.group\/dune-card)[data-theme='forest'] *) {
      background-color: var(--color-olive);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/dune-card\:fill-forest {
    &:is(:where(.group\/dune-card)[data-theme='forest'] *) {
      fill: var(--color-forest);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/dune-card\:fill-olive {
    &:is(:where(.group\/dune-card)[data-theme='forest'] *) {
      fill: var(--color-olive);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/dune-card\:fill-sage {
    &:is(:where(.group\/dune-card)[data-theme='forest'] *) {
      fill: var(--color-sage);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/dune-card\:text-forest {
    &:is(:where(.group\/dune-card)[data-theme='forest'] *) {
      color: var(--color-forest);
    }
  }
  .group-data-\[theme\=\'forest\'\]\/testimonials\:text-sage {
    &:is(:where(.group\/testimonials)[data-theme='forest'] *) {
      color: var(--color-sage);
    }
  }
  .group-data-\[theme\=\'sage\'\]\/dune-card\:fill-forest {
    &:is(:where(.group\/dune-card)[data-theme='sage'] *) {
      fill: var(--color-forest);
    }
  }
  .group-data-\[theme\=\'sage\'\]\/dune-card\:fill-olive {
    &:is(:where(.group\/dune-card)[data-theme='sage'] *) {
      fill: var(--color-olive);
    }
  }
  .group-data-\[theme\=\'sage\'\]\/dune-card\:text-sage {
    &:is(:where(.group\/dune-card)[data-theme='sage'] *) {
      color: var(--color-sage);
    }
  }
  .group-data-\[theme\=\'terracotta\'\]\/dune-card\:bg-terracotta {
    &:is(:where(.group\/dune-card)[data-theme='terracotta'] *) {
      background-color: var(--color-terracotta);
    }
  }
  .group-data-\[theme\=\'terracotta\'\]\/dune-card\:fill-desert {
    &:is(:where(.group\/dune-card)[data-theme='terracotta'] *) {
      fill: var(--color-desert);
    }
  }
  .group-data-\[theme\=\'terracotta\'\]\/dune-card\:fill-terracotta {
    &:is(:where(.group\/dune-card)[data-theme='terracotta'] *) {
      fill: var(--color-terracotta);
    }
  }
  .group-data-\[theme\=\\\'cream\\\'\]\/form\:bg-white {
    &:is(:where(.group\/form)[data-theme="\'cream\'"] *) {
      background-color: var(--color-white);
    }
  }
  .group-data-\[theme\=\\\'cream\\\'\]\/modal\:bg-white {
    &:is(:where(.group\/modal)[data-theme="\'cream\'"] *) {
      background-color: var(--color-white);
    }
  }
  .placeholder\:text-coffee {
    &::placeholder {
      color: var(--color-coffee);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:-left-\[26px\] {
    &::before {
      content: var(--tw-content);
      left: calc(26px * -1);
    }
  }
  .before\:z-10 {
    &::before {
      content: var(--tw-content);
      z-index: 10;
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-r-full {
    &::before {
      content: var(--tw-content);
      border-top-right-radius: calc(infinity * 1px);
      border-bottom-right-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-coffee {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-coffee);
    }
  }
  .before\:py-17\.5 {
    &::before {
      content: var(--tw-content);
      padding-block: calc(var(--spacing) * 17.5);
    }
  }
  .before\:pr-17\.5 {
    &::before {
      content: var(--tw-content);
      padding-right: calc(var(--spacing) * 17.5);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:-right-\[26px\] {
    &::after {
      content: var(--tw-content);
      right: calc(26px * -1);
    }
  }
  .after\:z-10 {
    &::after {
      content: var(--tw-content);
      z-index: 10;
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rounded-l-full {
    &::after {
      content: var(--tw-content);
      border-top-left-radius: calc(infinity * 1px);
      border-bottom-left-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-coffee {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-coffee);
    }
  }
  .after\:py-17\.5 {
    &::after {
      content: var(--tw-content);
      padding-block: calc(var(--spacing) * 17.5);
    }
  }
  .after\:pl-17\.5 {
    &::after {
      content: var(--tw-content);
      padding-left: calc(var(--spacing) * 17.5);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-cream {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-cream);
      }
    }
  }
  .hover\:bg-indigo-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-700);
      }
    }
  }
  .hover\:bg-taupe {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-taupe);
      }
    }
  }
  .hover\:text-chocolate {
    &:hover {
      @media (hover: hover) {
        color: var(--color-chocolate);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:hover\:bg-tbc {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-tbc);
        }
      }
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-sage {
    &:focus-visible {
      --tw-ring-color: var(--color-sage);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .aria-expanded\:pointer-events-auto {
    &[aria-expanded="true"] {
      pointer-events: auto;
    }
  }
  .aria-expanded\:mt-0 {
    &[aria-expanded="true"] {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .aria-expanded\:bg-cream {
    &[aria-expanded="true"] {
      background-color: var(--color-cream);
    }
  }
  .aria-expanded\:text-cream {
    &[aria-expanded="true"] {
      color: var(--color-cream);
    }
  }
  .aria-expanded\:opacity-100 {
    &[aria-expanded="true"] {
      opacity: 100%;
    }
  }
  .data-\[col-span\=\'full\'\]\:col-span-full {
    &[data-col-span='full'] {
      grid-column: 1 / -1;
    }
  }
  .data-\[direction\=\'right\'\]\:rotate-180 {
    &[data-direction='right'] {
      rotate: 180deg;
    }
  }
  .data-\[logged-in\=\'true\'\]\:top-\[32px\] {
    &[data-logged-in='true'] {
      top: 32px;
    }
  }
  .data-\[notification\=\'false\'\]\:mt-5 {
    &[data-notification='false'] {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .data-\[span\=\'fill\'\]\:w-full {
    &[data-span='fill'] {
      width: 100%;
    }
  }
  .data-\[theme\=\'chocolate\'\]\:from-chocolate {
    &[data-theme='chocolate'] {
      --tw-gradient-from: var(--color-chocolate);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'chocolate\'\]\:via-coffee {
    &[data-theme='chocolate'] {
      --tw-gradient-via: var(--color-coffee);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .data-\[theme\=\'chocolate\'\]\:to-coffee {
    &[data-theme='chocolate'] {
      --tw-gradient-to: var(--color-coffee);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'chocolate\'\]\:text-chocolate {
    &[data-theme='chocolate'] {
      color: var(--color-chocolate);
    }
  }
  .data-\[theme\=\'coffee\'\]\:bg-coffee {
    &[data-theme='coffee'] {
      background-color: var(--color-coffee);
    }
  }
  .data-\[theme\=\'coffee\'\]\:from-coffee {
    &[data-theme='coffee'] {
      --tw-gradient-from: var(--color-coffee);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'coffee\'\]\:via-tbc {
    &[data-theme='coffee'] {
      --tw-gradient-via: var(--color-tbc);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .data-\[theme\=\'coffee\'\]\:to-taupe {
    &[data-theme='coffee'] {
      --tw-gradient-to: var(--color-taupe);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'coffee\'\]\:text-coffee {
    &[data-theme='coffee'] {
      color: var(--color-coffee);
    }
  }
  .data-\[theme\=\'coffee\'\]\:text-cream {
    &[data-theme='coffee'] {
      color: var(--color-cream);
    }
  }
  .data-\[theme\=\'coffee\'\]\:hover\:bg-taupe {
    &[data-theme='coffee'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-taupe);
        }
      }
    }
  }
  .data-\[theme\=\'coffee\'\]\:hover\:text-chocolate {
    &[data-theme='coffee'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-chocolate);
        }
      }
    }
  }
  .data-\[theme\=\'cream\'\]\:bg-cream {
    &[data-theme='cream'] {
      background-color: var(--color-cream);
    }
  }
  .data-\[theme\=\'cream\'\]\:text-chocolate {
    &[data-theme='cream'] {
      color: var(--color-chocolate);
    }
  }
  .data-\[theme\=\'cream\'\]\:hover\:bg-white {
    &[data-theme='cream'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
        }
      }
    }
  }
  .data-\[theme\=\'desert\'\]\:bg-desert {
    &[data-theme='desert'] {
      background-color: var(--color-desert);
    }
  }
  .data-\[theme\=\'desert\'\]\:text-chocolate {
    &[data-theme='desert'] {
      color: var(--color-chocolate);
    }
  }
  .data-\[theme\=\'desert\'\]\:hover\:bg-sugar {
    &[data-theme='desert'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-sugar);
        }
      }
    }
  }
  .data-\[theme\=\'desert\'\]\:hover\:text-cream {
    &[data-theme='desert'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-cream);
        }
      }
    }
  }
  .data-\[theme\=\'forest\'\]\:bg-forest {
    &[data-theme='forest'] {
      background-color: var(--color-forest);
    }
  }
  .data-\[theme\=\'forest\'\]\:from-forest {
    &[data-theme='forest'] {
      --tw-gradient-from: var(--color-forest);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'forest\'\]\:via-olive {
    &[data-theme='forest'] {
      --tw-gradient-via: var(--color-olive);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .data-\[theme\=\'forest\'\]\:to-sage {
    &[data-theme='forest'] {
      --tw-gradient-to: var(--color-sage);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .data-\[theme\=\'forest\'\]\:text-cream {
    &[data-theme='forest'] {
      color: var(--color-cream);
    }
  }
  .data-\[theme\=\'forest\'\]\:hover\:bg-sage {
    &[data-theme='forest'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-sage);
        }
      }
    }
  }
  .data-\[theme\=\'forest\'\]\:hover\:text-chocolate {
    &[data-theme='forest'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-chocolate);
        }
      }
    }
  }
  .data-\[theme\=\'forest-alt\'\]\:bg-forest {
    &[data-theme='forest-alt'] {
      background-color: var(--color-forest);
    }
  }
  .data-\[theme\=\'forest-alt\'\]\:text-cream {
    &[data-theme='forest-alt'] {
      color: var(--color-cream);
    }
  }
  .data-\[theme\=\'forest-alt\'\]\:hover\:bg-olive {
    &[data-theme='forest-alt'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-olive);
        }
      }
    }
  }
  .data-\[theme\=\'forest-alt\'\]\:hover\:text-chocolate {
    &[data-theme='forest-alt'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-chocolate);
        }
      }
    }
  }
  .data-\[theme\=\'outline-desert\'\]\:border-1 {
    &[data-theme='outline-desert'] {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .data-\[theme\=\'outline-desert\'\]\:border-desert {
    &[data-theme='outline-desert'] {
      border-color: var(--color-desert);
    }
  }
  .data-\[theme\=\'outline-desert\'\]\:text-desert {
    &[data-theme='outline-desert'] {
      color: var(--color-desert);
    }
  }
  .data-\[theme\=\'outline-desert\'\]\:hover\:border-cream {
    &[data-theme='outline-desert'] {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-cream);
        }
      }
    }
  }
  .data-\[theme\=\'outline-desert\'\]\:hover\:text-cream {
    &[data-theme='outline-desert'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-cream);
        }
      }
    }
  }
  .data-\[theme\=\'outline-forest\'\]\:border-1 {
    &[data-theme='outline-forest'] {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .data-\[theme\=\'outline-forest\'\]\:border-forest {
    &[data-theme='outline-forest'] {
      border-color: var(--color-forest);
    }
  }
  .data-\[theme\=\'outline-forest\'\]\:text-forest {
    &[data-theme='outline-forest'] {
      color: var(--color-forest);
    }
  }
  .data-\[theme\=\'outline-forest\'\]\:hover\:bg-sage {
    &[data-theme='outline-forest'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-sage);
        }
      }
    }
  }
  .data-\[theme\=\'outline-forest\'\]\:hover\:text-chocolate {
    &[data-theme='outline-forest'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-chocolate);
        }
      }
    }
  }
  .data-\[theme\=\'outline-terracotta\'\]\:border-1 {
    &[data-theme='outline-terracotta'] {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .data-\[theme\=\'outline-terracotta\'\]\:border-terracotta {
    &[data-theme='outline-terracotta'] {
      border-color: var(--color-terracotta);
    }
  }
  .data-\[theme\=\'outline-terracotta\'\]\:text-terracotta {
    &[data-theme='outline-terracotta'] {
      color: var(--color-terracotta);
    }
  }
  .data-\[theme\=\'outline-terracotta\'\]\:hover\:border-desert {
    &[data-theme='outline-terracotta'] {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-desert);
        }
      }
    }
  }
  .data-\[theme\=\'outline-terracotta\'\]\:hover\:text-desert {
    &[data-theme='outline-terracotta'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-desert);
        }
      }
    }
  }
  .data-\[theme\=\'sage\'\]\:bg-sage {
    &[data-theme='sage'] {
      background-color: var(--color-sage);
    }
  }
  .data-\[theme\=\'sage\'\]\:text-chocolate {
    &[data-theme='sage'] {
      color: var(--color-chocolate);
    }
  }
  .data-\[theme\=\'sage\'\]\:hover\:bg-olive {
    &[data-theme='sage'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-olive);
        }
      }
    }
  }
  .data-\[theme\=\'sage\'\]\:hover\:text-cream {
    &[data-theme='sage'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-cream);
        }
      }
    }
  }
  .data-\[theme\=\'tbc\'\]\:bg-sugar {
    &[data-theme='tbc'] {
      background-color: var(--color-sugar);
    }
  }
  .data-\[theme\=\'terracotta\'\]\:bg-terracotta {
    &[data-theme='terracotta'] {
      background-color: var(--color-terracotta);
    }
  }
  .data-\[theme\=\'terracotta\'\]\:text-cream {
    &[data-theme='terracotta'] {
      color: var(--color-cream);
    }
  }
  .data-\[theme\=\'terracotta\'\]\:hover\:bg-desert {
    &[data-theme='terracotta'] {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-desert);
        }
      }
    }
  }
  .data-\[theme\=\'terracotta\'\]\:hover\:text-chocolate {
    &[data-theme='terracotta'] {
      &:hover {
        @media (hover: hover) {
          color: var(--color-chocolate);
        }
      }
    }
  }
  .nth-2\:ml-8\.5 {
    &:nth-child(2) {
      margin-left: calc(var(--spacing) * 8.5);
    }
  }
  .max-lg\:\!py-0 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 0) !important;
    }
  }
  .min-\[500px\]\:mx-0 {
    @media (width >= 500px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .min-\[500px\]\:w-full {
    @media (width >= 500px) {
      width: 100%;
    }
  }
  .min-\[500px\]\:grid-cols-2 {
    @media (width >= 500px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .min-\[500px\]\:gap-20 {
    @media (width >= 500px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .min-\[500px\]\:text-left {
    @media (width >= 500px) {
      text-align: left;
    }
  }
  .min-\[600px\]\:data-\[body\.admin-bar_\&\]\:top-\[32px\] {
    @media (width >= 600px) {
      &[data-body.admin-bar &] {
        top: 32px;
      }
    }
  }
  .xs\:\!w-auto {
    @media (width >= 30rem) {
      width: auto !important;
    }
  }
  .xs\:gap-\[4\.375rem\] {
    @media (width >= 30rem) {
      gap: 4.375rem;
    }
  }
  .xs\:text-6xl\/\[4\.375rem\] {
    @media (width >= 30rem) {
      font-size: var(--text-6xl);
      line-height: 4.375rem;
    }
  }
  .xs\:text-xs {
    @media (width >= 30rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .sm\:top-0 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:-right-16 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * -16);
    }
  }
  .sm\:left-\[unset\] {
    @media (width >= 40rem) {
      left: unset;
    }
  }
  .sm\:left-auto {
    @media (width >= 40rem) {
      left: auto;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-\[50vw\] {
    @media (width >= 40rem) {
      max-width: 50vw;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:justify-normal {
    @media (width >= 40rem) {
      justify-content: normal;
    }
  }
  .sm\:gap-x-0 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-start-3 {
    @media (width >= 48rem) {
      grid-column-start: 3;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:my-2\.5 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-12\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .md\:mb-14 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:min-h-\[500px\] {
    @media (width >= 48rem) {
      min-height: 500px;
    }
  }
  .md\:w-\[46\%\] {
    @media (width >= 48rem) {
      width: 46%;
    }
  }
  .md\:w-\[54\%\] {
    @media (width >= 48rem) {
      width: 54%;
    }
  }
  .md\:w-\[230px\] {
    @media (width >= 48rem) {
      width: 230px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[422px\] {
    @media (width >= 48rem) {
      max-width: 422px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_minmax\(6\.25rem\,_12\.5rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr minmax(6.25rem, 12.5rem);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-\[4\.5rem\] {
    @media (width >= 48rem) {
      gap: 4.5rem;
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 48rem) {
      gap: 60px;
    }
  }
  .md\:gap-\[200px\] {
    @media (width >= 48rem) {
      gap: 200px;
    }
  }
  .md\:gap-y-12 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-y-\[50px\] {
    @media (width >= 48rem) {
      row-gap: 50px;
    }
  }
  .md\:rounded-sm {
    @media (width >= 48rem) {
      border-radius: var(--radius-sm);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-\[\.875rem\] {
    @media (width >= 48rem) {
      padding: .875rem;
    }
  }
  .md\:p-\[\.8125rem\] {
    @media (width >= 48rem) {
      padding: .8125rem;
    }
  }
  .md\:px-7\.5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:pt-25 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .md\:\!pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:text-2xl\/\[2\.25rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: 2.25rem;
    }
  }
  .md\:text-4xl\/\[2\.625rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: 2.625rem;
    }
  }
  .md\:text-5xl\/\[3\.4375rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: 3.4375rem;
    }
  }
  .md\:text-6xl\/\[4\.375rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: 4.375rem;
    }
  }
  .md\:text-7xl\/\[5\.625rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: 5.625rem;
    }
  }
  .md\:text-base\/\[1\.75rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: 1.75rem;
    }
  }
  .md\:text-lg\/\[1\.875rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: 1.875rem;
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-xs\/\[1\.25rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: 1.25rem;
    }
  }
  .md\:text-xs\/\[1\.375rem\] {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: 1.375rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:whitespace-normal {
    @media (width >= 48rem) {
      white-space: normal;
    }
  }
  .md\:group-data-\[order\=\'img-last\'\]\/text-and-media\:order-2 {
    @media (width >= 48rem) {
      &:is(:where(.group\/text-and-media)[data-order='img-last'] *) {
        order: 2;
      }
    }
  }
  .group-data-\[style\=\'alt\'\]\/accordion\:md\:text-base\/\[1\.75rem\] {
    &:is(:where(.group\/accordion)[data-style='alt'] *) {
      @media (width >= 48rem) {
        font-size: var(--text-base);
        line-height: 1.75rem;
      }
    }
  }
  .md\:before\:left-0 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:after\:right-0 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .data-\[notification\=\'false\'\]\:md\:mt-10 {
    &[data-notification='false'] {
      @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 10);
      }
    }
  }
  .data-\[size\=\'large\'\]\:md\:py-3\.75 {
    &[data-size='large'] {
      @media (width >= 48rem) {
        padding-block: calc(var(--spacing) * 3.75);
      }
    }
  }
  .data-\[size\=\'small\'\]\:md\:text-xxs\/\[1\.25rem\] {
    &[data-size='small'] {
      @media (width >= 48rem) {
        font-size: var(--text-xxs);
        line-height: 1.25rem;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:-top-\[130px\] {
    @media (width >= 64rem) {
      top: calc(130px * -1);
    }
  }
  .lg\:-top-\[700px\] {
    @media (width >= 64rem) {
      top: calc(700px * -1);
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:right-5 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:-bottom-\[180px\] {
    @media (width >= 64rem) {
      bottom: calc(180px * -1);
    }
  }
  .lg\:bottom-5 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:-left-\[450px\] {
    @media (width >= 64rem) {
      left: calc(450px * -1);
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mt-35 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 35);
    }
  }
  .lg\:-mr-\[5\%\] {
    @media (width >= 64rem) {
      margin-right: calc(5% * -1);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-37\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 37.5);
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:mb-\[150px\] {
    @media (width >= 64rem) {
      margin-bottom: 150px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-square {
    @media (width >= 64rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[1842px\] {
    @media (width >= 64rem) {
      width: 1842px;
    }
  }
  .lg\:w-\[calc\(100vw\+450px\)\] {
    @media (width >= 64rem) {
      width: calc(100vw + 450px);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[37\.5rem\] {
    @media (width >= 64rem) {
      max-width: 37.5rem;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:rotate-0 {
    @media (width >= 64rem) {
      rotate: 0deg;
    }
  }
  .lg\:scroll-mt-30 {
    @media (width >= 64rem) {
      scroll-margin-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_380px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 380px;
    }
  }
  .lg\:grid-cols-\[300px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 300px 1fr;
    }
  }
  .lg\:grid-cols-\[minmax\(320px\,_475px\)_minmax\(320px\,_475px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(320px, 475px) minmax(320px, 475px);
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-25 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .lg\:gap-31\.25 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 31.25);
    }
  }
  .lg\:gap-\[128px\] {
    @media (width >= 64rem) {
      gap: 128px;
    }
  }
  .lg\:gap-\[200px\] {
    @media (width >= 64rem) {
      gap: 200px;
    }
  }
  .lg\:gap-y-25 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 25);
    }
  }
  .lg\:gap-y-\[12\.5rem\] {
    @media (width >= 64rem) {
      row-gap: 12.5rem;
    }
  }
  .lg\:rounded-sm {
    @media (width >= 64rem) {
      border-radius: var(--radius-sm);
    }
  }
  .lg\:p-2 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-20 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-21 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 21);
    }
  }
  .lg\:px-36 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 36);
    }
  }
  .lg\:px-\[125px\] {
    @media (width >= 64rem) {
      padding-inline: 125px;
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-30\.5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 30.5);
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:pt-6\.25 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6.25);
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-7\.5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-19 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 19);
    }
  }
  .lg\:text-4xl\/\[2\.625rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: 2.625rem;
    }
  }
  .lg\:text-5xl\/\[3\.4375rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: 3.4375rem;
    }
  }
  .lg\:text-6xl\/\[4\.0625rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: 4.0625rem;
    }
  }
  .lg\:text-7xl\/\[5\.625rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: 5.625rem;
    }
  }
  .lg\:text-base\/\[1\.75rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: 1.75rem;
    }
  }
  .lg\:text-sm\/\[1\.5625rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: 1.5625rem;
    }
  }
  .lg\:text-xs\/\[1\.25rem\] {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: 1.25rem;
    }
  }
  .group-data-\[has-image\=\'true\'\]\/hero\:lg\:grid-cols-2 {
    &:is(:where(.group\/hero)[data-has-image='true'] *) {
      @media (width >= 64rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
  }
  .group-data-\[has-image\=\'true\'\]\/hero\:lg\:pt-4 {
    &:is(:where(.group\/hero)[data-has-image='true'] *) {
      @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 4);
      }
    }
  }
  .lg\:nth-2\:ml-14 {
    @media (width >= 64rem) {
      &:nth-child(2) {
        margin-left: calc(var(--spacing) * 14);
      }
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:inset-y-0 {
    @media (width >= 80rem) {
      inset-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:z-50 {
    @media (width >= 80rem) {
      z-index: 50;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_480px\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr 480px;
    }
  }
  .xl\:grid-cols-\[280px_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 280px 1fr;
    }
  }
  .xl\:grid-cols-\[minmax\(300px\,374px\)_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(300px,374px) 1fr;
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:gap-6 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-36\.25 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 36.25);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-7xl\/\[5\.625rem\] {
    @media (width >= 80rem) {
      font-size: var(--text-7xl);
      line-height: 5.625rem;
    }
  }
  .xl\:text-8xl {
    @media (width >= 80rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-\[330px_1fr\] {
    @media (width >= 96rem) {
      grid-template-columns: 330px 1fr;
    }
  }
  .\32 xl\:gap-36 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 36);
    }
  }
  .group-data-\[has-image\=\'true\'\]\/hero\:2xl\:pt-16 {
    &:is(:where(.group\/hero)[data-has-image='true'] *) {
      @media (width >= 96rem) {
        padding-top: calc(var(--spacing) * 16);
      }
    }
  }
  .\@xl\:max-w-\[355px\] {
    @container (width >= 36rem) {
      max-width: 355px;
    }
  }
  .\[\&_\.icon\]\:bg-sugar {
    & .icon {
      background-color: var(--color-sugar);
    }
  }
  .odd\:\[\&_\.icon\]\:bg-terracotta {
    &:nth-child(odd) {
      & .icon {
        background-color: var(--color-terracotta);
      }
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_p\]\:\!text-xs\/\[1\.375rem\] {
    & p {
      font-size: var(--text-xs) !important;
      line-height: 1.375rem !important;
    }
  }
  .\[\&_p\]\:\!text-coffee {
    & p {
      color: var(--color-coffee) !important;
    }
  }
  .\[\&_p\]\:lg\:\!text-base\/\[1\.75rem\] {
    & p {
      @media (width >= 64rem) {
        font-size: var(--text-base) !important;
        line-height: 1.75rem !important;
      }
    }
  }
  .\[\&_path\]\:text-white {
    & path {
      color: var(--color-white);
    }
  }
  .data-\[underline\=\'true\'\]\:\[\&_span\]\:underline {
    &[data-underline='true'] {
      & span {
        text-decoration-line: underline;
      }
    }
  }
  .\[\&_svg\]\:size-4\.5 {
    & svg {
      width: calc(var(--spacing) * 4.5);
      height: calc(var(--spacing) * 4.5);
    }
  }
  .\[\&_svg\]\:h-auto {
    & svg {
      height: auto;
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:max-h-\[450px\] {
    & svg {
      max-height: 450px;
    }
  }
  .\[\&_svg\]\:w-\[239px\] {
    & svg {
      width: 239px;
    }
  }
  .\[\&_svg\]\:w-auto {
    & svg {
      width: auto;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
  .hover\:\[\&_svg\]\:mr-1 {
    &:hover {
      @media (hover: hover) {
        & svg {
          margin-right: calc(var(--spacing) * 1);
        }
      }
    }
  }
  .hover\:\[\&_svg\]\:-ml-1 {
    &:hover {
      @media (hover: hover) {
        & svg {
          margin-left: calc(var(--spacing) * -1);
        }
      }
    }
  }
  .hover\:\[\&_svg\]\:rotate-225 {
    &:hover {
      @media (hover: hover) {
        & svg {
          rotate: 225deg;
        }
      }
    }
  }
  .sm\:\[\&_svg\]\:max-h-\[100\%\] {
    @media (width >= 40rem) {
      & svg {
        max-height: 100%;
      }
    }
  }
  .md\:\[\&_svg\]\:w-auto {
    @media (width >= 48rem) {
      & svg {
        width: auto;
      }
    }
  }
  .md\:hover\:\[\&_svg\]\:mr-2 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          & svg {
            margin-right: calc(var(--spacing) * 2);
          }
        }
      }
    }
  }
  .md\:hover\:\[\&_svg\]\:-ml-2 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          & svg {
            margin-left: calc(var(--spacing) * -2);
          }
        }
      }
    }
  }
  .\[\&_td\]\:min-w-\[150px\] {
    & td {
      min-width: 150px;
    }
  }
  .\[\&_td\]\:\!break-keep {
    & td {
      word-break: keep-all !important;
    }
  }
  .\[\&\.swiper-button-lock\]\:hidden {
    &.swiper-button-lock {
      display: none;
    }
  }
  .\[body\.admin-bar_\&\]\:top-\[32px\] {
    body.admin-bar & {
      top: 32px;
    }
  }
  .\[body\.logged-in_\&\]\:top-\[237\.5px\] {
    body.logged-in & {
      top: 237.5px;
    }
  }
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-sans/GeneralSans-Bold.otf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-sans/GeneralSans-Medium.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-sans/GeneralSans-Regular.otf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Epicene";
  src: url("../fonts/epicene/test-epicene-text-regular.woff2") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Epicene";
  src: url("../fonts/epicene/epicene-text-light.woff2") format("truetype");
  font-weight: 300;
}
.wysiwyg {
  img {
    border-radius: var(--radius-sm);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    td, th {
      word-break: break-word;
      white-space: normal;
    }
    th {
      background-color: var(--color-coffee);
      padding: calc(var(--spacing) * 5);
      text-align: left;
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      color: var(--color-cream);
    }
    td {
      border-style: var(--tw-border-style);
      border-width: 1px;
      --tw-border-style: solid;
      border-style: solid;
      border-color: var(--color-chocolate);
      background-color: var(--color-cream);
      padding: calc(var(--spacing) * 5);
      text-align: left;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-chocolate);
    }
  }
  *+* {
    margin-top: calc(var(--spacing) * 6);
  }
  li+li {
    margin-top: calc(var(--spacing) * 4);
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-serif);
    color: var(--color-coffee);
  }
  h1 {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  h3 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  h4 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  h5 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  p, ul, ol {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-chocolate);
    a {
      text-decoration-line: underline;
    }
  }
  ol {
    list-style: decimal;
    margin-left: calc(var(--spacing) * 5);
  }
  ul {
    list-style: none;
    padding-left: 0;
  }
  ul li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
  }
  ul li::before {
    position: absolute;
    top: calc(var(--spacing) * 1);
    left: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="21" viewBox="0 0 19 21" fill="none"><path d="M15.7397 3.54421C13.2795 0.967345 9.85243 0.106656 6.57246 1.2446C3.29597 2.38102 0.895831 5.34041 0.308588 8.96775C-0.213805 12.1953 0.662342 15.3094 2.62693 17.5872C2.78008 17.7896 2.95741 17.9755 3.14964 18.1475C3.57776 18.5721 4.04315 18.9652 4.55378 19.3123C6.05638 20.3338 7.72244 20.8422 9.38943 20.842C11.2192 20.842 13.0497 20.2295 14.6638 19.0111C16.8843 17.335 18.2867 14.6507 18.5116 11.6459C18.7409 8.58248 17.7306 5.62955 15.7397 3.54421ZM1.3216 9.16743C1.50483 8.42029 1.60367 7.895 1.79844 7.15122L2.23388 5.99559L2.78698 5.19225C2.61762 5.71185 2.51242 6.26519 2.37705 6.78938C2.15831 7.6365 1.94096 8.49713 1.94096 9.36419C1.94096 10.4801 2.03258 11.5903 2.35089 12.5616C2.69047 13.598 3.3383 14.4689 3.99863 15.2461C4.66353 16.0287 5.469 16.6611 6.41546 17.0816C7.28467 17.4677 8.26031 17.5878 9.33153 17.5878C10.2564 17.5878 11.0722 17.3354 11.8232 16.8932C12.6027 16.4341 13.4612 15.9647 13.9083 15.1329C14.3283 14.3514 14.4241 13.3339 14.4241 12.3139C14.4241 11.3203 14.1636 10.4061 13.7368 9.6165C13.2976 8.80409 12.5925 8.28601 11.7942 7.83208C11.065 7.41738 10.2854 6.90465 9.33153 6.90465C8.56363 6.90465 7.97872 7.33507 7.47987 7.66478C6.90219 8.04656 6.58951 8.49981 6.58951 9.32379C6.58951 10.0648 6.68482 10.8617 7.30689 11.2914C7.77027 11.6114 8.49546 11.7959 9.33153 11.7959C10.0847 11.7959 10.0847 11.5627 10.838 11.5627C11.5159 11.5627 11.7077 11.9502 11.7077 12.3139C11.7077 12.6775 11.5159 12.853 10.838 12.853C10.0847 12.853 10.0847 12.9086 9.33153 12.9086C8.12338 12.9086 7.15306 12.4845 6.36574 11.9666C5.3614 11.3059 4.64583 10.4337 4.64583 9.32379C4.64583 8.0437 5.30037 7.03662 6.22609 6.46219C7.11208 5.91245 8.30015 5.86751 9.33153 5.86751C10.2226 5.86751 11.0724 5.90733 11.8481 6.18131C12.6868 6.47757 13.3851 6.99945 14.0195 7.57039C14.613 8.10449 15.1253 8.74367 15.4754 9.48509C15.8762 10.3339 16.0774 11.2638 16.0774 12.3139C16.0774 13.1277 16.0719 14.1476 15.6735 15.1029C15.3371 15.9098 14.7283 16.6362 14.0089 17.2958C13.4003 17.8537 12.6384 18.2758 11.6959 18.5779C10.9455 18.8185 10.0988 19.0937 9.10553 19.0937C8.20006 19.0937 7.24849 18.9989 6.37798 18.6667C5.54496 18.3488 4.70669 17.8468 3.96833 17.2087C3.60168 16.8918 3.28743 16.5116 2.99891 16.1142C2.97042 16.0749 2.85706 15.9263 2.72597 15.7482C2.72377 15.7448 2.2117 14.9529 2.21096 14.9518C1.76528 14.2625 1.56566 13.3676 1.45851 12.5466C1.32627 11.5331 1.07719 10.1641 1.3216 9.16743ZM16.8117 12.8126C16.7145 13.9465 16.4396 15.0639 15.8889 15.9758C16.0372 15.6463 16.1676 15.3067 16.2593 14.9416C16.4696 14.1038 16.4942 13.2421 16.4942 12.3543C16.4942 11.2384 16.3507 10.2195 16.0324 9.24815C15.6928 8.21179 15.2055 7.32938 14.5451 6.55218C13.8802 5.76959 13.2235 4.88338 12.2771 4.46293C11.4079 4.07682 10.3651 4.10439 9.29387 4.10439C8.37651 4.10439 7.49064 4.24218 6.72964 4.67192C5.94684 5.11394 5.27089 5.77062 4.82252 6.61693C4.41824 7.37994 4.05626 8.31201 4.05626 9.36419C4.05626 10.3578 4.57999 11.1983 5.00689 11.988C5.44605 12.8004 5.94881 13.5622 6.74711 14.0162C7.47637 14.4308 8.33998 14.5288 9.29387 14.5288C10.0492 14.5288 10.6565 14.3758 11.1601 14.0417C11.7361 13.6596 12.0869 13.1736 12.0869 12.3543C12.0869 11.6172 11.944 10.8033 11.3252 10.3735C10.8584 10.0493 10.1197 10.0574 9.29387 10.0574C8.54064 10.0574 8.54064 9.81893 7.78739 9.81893C7.10948 9.81893 6.73786 9.72787 6.73786 9.36419C6.73786 8.96013 7.10947 8.82379 7.82508 8.82379C8.57827 8.82379 8.57827 8.89137 9.33152 8.89137C10.5552 8.89137 11.5595 9.1207 12.3488 9.62668C13.3085 10.2419 13.9606 11.1127 13.9606 12.3543C13.9606 13.747 13.3027 14.6397 12.4189 15.1903C11.5336 15.742 10.387 15.9886 9.33152 15.9886C8.43771 15.9886 7.60467 15.7469 6.82809 15.4646C5.99118 15.1603 5.22304 14.7556 4.58865 14.1812C3.92695 13.582 3.51592 12.7908 3.15113 11.9642C2.79546 11.1583 2.32941 10.3225 2.32941 9.36419C2.32941 8.35409 2.69242 7.45982 3.03623 6.66753C3.40977 5.80664 3.92632 5.05155 4.59558 4.46526C5.25693 3.88595 6.02197 3.37879 6.86061 3.08524C7.67304 2.80087 8.56788 2.61402 9.44453 2.61402C10.2663 2.61402 11.0272 2.94252 11.7696 3.16932C12.2708 3.32243 12.7827 3.45587 13.2647 3.6603C13.7793 3.96623 14.2691 4.31881 14.7268 4.71733C14.9794 4.98848 15.22 5.27384 15.4656 5.55189C16.6555 7.66199 17.0167 10.4224 16.8117 12.8126Z" fill="%239B4E28"/></svg>');
  }
  blockquote, blockquote > p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--color-terracotta);
  }
}
.padding-controller {
  &[data-padding-top="xlarge"] {
    padding-top: 75px;
    @media (width >= 48rem) {
      padding-top: 100px;
    }
    @media (width >= 80rem) {
      padding-top: 150px;
    }
  }
  &[data-padding-bottom="xlarge"] {
    padding-bottom: 75px;
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
    @media (width >= 80rem) {
      padding-bottom: 150px;
    }
  }
  &[data-padding-top="large"] {
    padding-top: 50px;
    @media (width >= 48rem) {
      padding-top: 75px;
    }
    @media (width >= 80rem) {
      padding-top: 100px;
    }
  }
  &[data-padding-bottom="large"] {
    padding-bottom: 50px;
    @media (width >= 48rem) {
      padding-bottom: 75px;
    }
    @media (width >= 80rem) {
      padding-bottom: 100px;
    }
  }
  &[data-padding-top="medium"] {
    padding-top: 35px;
    @media (width >= 48rem) {
      padding-top: 50px;
    }
    @media (width >= 80rem) {
      padding-top: 75px;
    }
  }
  &[data-padding-bottom="medium"] {
    padding-bottom: 35px;
    @media (width >= 48rem) {
      padding-bottom: 50px;
    }
    @media (width >= 80rem) {
      padding-bottom: 75px;
    }
  }
  &[data-padding-top="small"] {
    padding-top: 20px;
    @media (width >= 48rem) {
      padding-top: 30px;
    }
    @media (width >= 80rem) {
      padding-top: 50px;
    }
  }
  &[data-padding-bottom="small"] {
    padding-bottom: 20px;
    @media (width >= 48rem) {
      padding-bottom: 30px;
    }
    @media (width >= 80rem) {
      padding-bottom: 50px;
    }
  }
  &[data-padding-top="none"] {
    padding-top: calc(var(--spacing) * 0);
  }
  &[data-padding-bottom="none"] {
    padding-bottom: calc(var(--spacing) * 0);
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
}
.choices {
  &.is-focused .cc_choices__inner {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: var(--color-sage);
  }
}
.choices[data-type*="select-one"] select.choices__input {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cc_choices__inner {
  border-radius: var(--radius-sm);
  background-color: var(--color-cream);
  padding-inline: 15px;
  padding-block: 11px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-coffee);
  &:is(:where(.group\/form)[data-border] *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  &:is(:where(.group\/form)[data-border='chocolate'] *) {
    border-color: var(--color-chocolate);
  }
  &:is(:where(.group\/form)[data-theme='cream'] *) {
    background-color: var(--color-cream);
  }
  &:is(:where(.group\/modal)[data-theme='cream'] *) {
    background-color: var(--color-cream);
  }
  &::placeholder {
    color: var(--color-coffee);
  }
  @media (width >= 64rem) {
    font-size: var(--text-base);
    line-height: 1.75rem;
  }
}
.cc_choices__list--dropdown {
  border-radius: var(--radius-sm);
  padding-block: 11px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-coffee);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  &:is(:where(.group\/form)[data-theme='cream'] *) {
    background-color: var(--color-white);
  }
  &:is(:where(.group\/modal)[data-theme='cream'] *) {
    background-color: var(--color-white);
  }
  &:is(:where(.group\/form)[data-theme='desert'] *) {
    background-color: var(--color-cream);
  }
  &:is(:where(.group\/modal)[data-theme='desert'] *) {
    background-color: var(--color-cream);
  }
  @media (width >= 64rem) {
    font-size: var(--text-base);
    line-height: 1.75rem;
  }
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  &.is-active {
    visibility: visible;
  }
}
.cc_choices__list--dropdown .cc_choices__item {
  padding-inline: 15px;
  padding-block: calc(var(--spacing) * 1.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-coffee);
  @media (width >= 64rem) {
    font-size: var(--text-base);
    line-height: 1.75rem;
  }
  &.cc_choices__item--selectable {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, var(--color-taupe) 20%, transparent);
      }
    }
  }
}
.choices[data-type*=select-one]:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  height: 6px !important;
  width: 9px !important;
  border-style: none !important;
  background-image: url('../images/icons/chev.svg');
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  transform: rotate(180deg);
  margin-top: -2.5px !important;
}
.h-mobile-menu {
  height: calc(100dvh - 77px);
}
@media (min-width: 600px) {
  body.logged-in .h-mobile-menu {
    height: calc(100dvh - 109px);
  }
}
.error {
  border-color: #fbe3e4;
  background-color: $white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
