/* [project]/apps/storefront/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: "TimesNowSemiLight", "Helvetica", "Arial", sans-serif;
    --font-mono: "FKGroteskMonoRegular", "Helvetica", "Arial", sans-serif;
    --color-neutral-100: #d8d4cd;
    --color-neutral-200: #d4cfc4;
    --color-neutral-400: #6d675a;
    --color-neutral-500: #553b37;
    --color-neutral-600: #38352e;
    --color-neutral-700: #020302;
    --color-neutral-900: #171717;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --radius-sm: .25rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-neutral-000: #fff;
    --color-neutral-050: #e9e6e1;
    --color-accent-gold: #ffb000;
    --color-text-primary: #020302;
    --color-text-muted: #6d675a;
    --color-surface-sunken: #d4cfc4;
    --color-border-default: #d4cfc4;
    --color-border-muted: #d8d4cd;
    --font-display: "PPMondwest", "Helvetica", "Arial", sans-serif;
    --font-serif-light: "TimesNowExtraLight", "Helvetica", "Arial", sans-serif;
    --font-mono-medium: "FKGroteskMonoMedium", "Helvetica", "Arial", sans-serif;
    --tracking-tightest: -.04em;
    --radius-pill: 9999px;
    --ease-expo-out: cubic-bezier(.19, 1, .22, 1);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-neutral-900: lab(7.78201% -.0000149012 0);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[-3rem\] {
    top: -3rem;
  }

  .top-\[0\.3125rem\] {
    top: .3125rem;
  }

  .top-\[3\.25rem\] {
    top: 3.25rem;
  }

  .top-\[10\%\] {
    top: 10%;
  }

  .top-\[114\.583vw\] {
    top: 114.583vw;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-14\.583vw\] {
    right: -14.583vw;
  }

  .right-\[0\.6875rem\] {
    right: .6875rem;
  }

  .right-full {
    right: 100%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[1rem\] {
    bottom: 1rem;
  }

  .bottom-\[7\.5rem\] {
    bottom: 7.5rem;
  }

  .bottom-full {
    bottom: 100%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[0\.6875rem\] {
    left: .6875rem;
  }

  .left-\[4\.166vw\] {
    left: 4.166vw;
  }

  .z-1 {
    z-index: 1;
  }

  .z-2 {
    z-index: 2;
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[5\] {
    z-index: 5;
  }

  .z-\[45\] {
    z-index: 45;
  }

  .z-\[99\] {
    z-index: 99;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .z-\[200\] {
    z-index: 200;
  }

  .z-\[201\] {
    z-index: 201;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .container {
      max-width: 375px;
    }
  }

  @media (min-width: 448px) {
    .container {
      max-width: 448px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1080px) {
    .container {
      max-width: 1080px;
    }
  }

  @media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1920px) {
    .container {
      max-width: 1920px;
    }
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-\[4\.166vw\] {
    margin-inline: 4.166vw;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[1\.5rem\] {
    margin-block: 1.5rem;
  }

  .my-\[2rem\] {
    margin-block: 2rem;
  }

  .my-\[3rem\] {
    margin-block: 3rem;
  }

  .my-\[8rem\] {
    margin-block: 8rem;
  }

  .-mt-\[30vh\] {
    margin-top: -30vh;
  }

  .-mt-px {
    margin-top: -1px;
  }

  .mt-\[0\.5rem\] {
    margin-top: .5rem;
  }

  .mt-\[0\.25rem\] {
    margin-top: .25rem;
  }

  .mt-\[0\.75rem\] {
    margin-top: .75rem;
  }

  .mt-\[0\.625rem\] {
    margin-top: .625rem;
  }

  .mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }

  .mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }

  .mt-\[1rem\] {
    margin-top: 1rem;
  }

  .mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }

  .mt-\[2\.375rem\] {
    margin-top: 2.375rem;
  }

  .mt-\[2\.0625rem\] {
    margin-top: 2.0625rem;
  }

  .mt-\[2\.9375rem\] {
    margin-top: 2.9375rem;
  }

  .mt-\[2rem\] {
    margin-top: 2rem;
  }

  .mr-\[0\.75rem\] {
    margin-right: .75rem;
  }

  .mr-\[1rem\] {
    margin-right: 1rem;
  }

  .mr-auto {
    margin-right: auto;
  }

  .-mb-px, .mb-\[-1px\] {
    margin-bottom: -1px;
  }

  .mb-\[0\.5rem\] {
    margin-bottom: .5rem;
  }

  .mb-\[0\.25rem\] {
    margin-bottom: .25rem;
  }

  .mb-\[0\.75rem\] {
    margin-bottom: .75rem;
  }

  .mb-\[0\.625rem\] {
    margin-bottom: .625rem;
  }

  .mb-\[0\.8125rem\] {
    margin-bottom: .8125rem;
  }

  .mb-\[0\.9375rem\] {
    margin-bottom: .9375rem;
  }

  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .mb-\[1\.25rem\] {
    margin-bottom: 1.25rem;
  }

  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }

  .mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }

  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }

  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }

  .mb-\[4rem\] {
    margin-bottom: 4rem;
  }

  .mb-\[7\.125rem\] {
    margin-bottom: 7.125rem;
  }

  .mb-\[11\.25rem\] {
    margin-bottom: 11.25rem;
  }

  .ml-\[4\.166vw\] {
    margin-left: 4.166vw;
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .aspect-\[16\/10\] {
    aspect-ratio: 16 / 10;
  }

  .aspect-\[1428\/2000\] {
    aspect-ratio: 1428 / 2000;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .h-\[0\.25rem\] {
    height: .25rem;
  }

  .h-\[2\.5rem\] {
    height: 2.5rem;
  }

  .h-\[2\.125rem\] {
    height: 2.125rem;
  }

  .h-\[2rem\] {
    height: 2rem;
  }

  .h-\[3\.56px\] {
    height: 3.56px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[9px\] {
    height: 9px;
  }

  .h-\[12\.5rem\] {
    height: 12.5rem;
  }

  .h-\[12px\] {
    height: 12px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[60vh\] {
    height: 60vh;
  }

  .h-\[62\.5vw\] {
    height: 62.5vw;
  }

  .h-\[70vh\] {
    height: 70vh;
  }

  .h-\[120svh\] {
    height: 120svh;
  }

  .h-\[141px\] {
    height: 141px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[8\.625rem\] {
    min-height: 8.625rem;
  }

  .min-h-\[28rem\] {
    min-height: 28rem;
  }

  .min-h-\[60vh\] {
    min-height: 60vh;
  }

  .w-\[0\.4375rem\] {
    width: .4375rem;
  }

  .w-\[1\.375rem\] {
    width: 1.375rem;
  }

  .w-\[1rem\] {
    width: 1rem;
  }

  .w-\[2rem\] {
    width: 2rem;
  }

  .w-\[5\.71px\] {
    width: 5.71px;
  }

  .w-\[8px\] {
    width: 8px;
  }

  .w-\[10\.21px\] {
    width: 10.21px;
  }

  .w-\[13px\] {
    width: 13px;
  }

  .w-\[35ch\] {
    width: 35ch;
  }

  .w-\[38\.888vw\] {
    width: 38.888vw;
  }

  .w-\[83\.333vw\] {
    width: 83.333vw;
  }

  .w-\[calc\(100\%-8\.333vw\)\] {
    width: calc(100% - 8.333vw);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .max-w-\[13\.75rem\] {
    max-width: 13.75rem;
  }

  .max-w-\[23\.888vw\] {
    max-width: 23.888vw;
  }

  .max-w-\[26\.666vw\] {
    max-width: 26.666vw;
  }

  .max-w-\[28ch\] {
    max-width: 28ch;
  }

  .max-w-\[45ch\] {
    max-width: 45ch;
  }

  .max-w-\[56ch\] {
    max-width: 56ch;
  }

  .max-w-\[56rem\] {
    max-width: 56rem;
  }

  .max-w-\[60ch\] {
    max-width: 60ch;
  }

  .max-w-\[70ch\] {
    max-width: 70ch;
  }

  .max-w-\[80rem\] {
    max-width: 80rem;
  }

  .max-w-\[83\.333vw\] {
    max-width: 83.333vw;
  }

  .max-w-\[96rem\] {
    max-width: 96rem;
  }

  .max-w-\[100vw\] {
    max-width: 100vw;
  }

  .max-w-\[calc\(100vw-1rem\)\] {
    max-width: calc(100vw - 1rem);
  }

  .max-w-\[calc\(100vw-5\.208vw\)\] {
    max-width: 94.792vw;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-\[100\%_0_0\] {
    flex: 0 0 100%;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .basis-full {
    flex-basis: 100%;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    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);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-\[slideUp_0\.5s_cubic-bezier\(0\.19\,1\,0\.22\,1\)\] {
    animation: .5s cubic-bezier(.19, 1, .22, 1) slideUp;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, );
  }

  .resize {
    resize: both;
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-start {
    scroll-snap-align: start;
  }

  .scroll-mt-\[8rem\] {
    scroll-margin-top: 8rem;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .list-disc {
    list-style-type: disc;
  }

  .list-none {
    list-style-type: none;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[1fr_40vw_1fr\] {
    grid-template-columns: 1fr 40vw 1fr;
  }

  .grid-cols-\[minmax\(8rem\,1fr\)_2fr\] {
    grid-template-columns: minmax(8rem, 1fr) 2fr;
  }

  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }

  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .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\.5rem\] {
    gap: .5rem;
  }

  .gap-\[0\.25rem\] {
    gap: .25rem;
  }

  .gap-\[0\.75rem\] {
    gap: .75rem;
  }

  .gap-\[0\.9375rem\] {
    gap: .9375rem;
  }

  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }

  .gap-\[1rem\] {
    gap: 1rem;
  }

  .gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .gap-\[2rem\] {
    gap: 2rem;
  }

  .gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .gap-\[3\.0625rem_0\] {
    gap: 3.0625rem 0;
  }

  .gap-x-\[0\.5rem\] {
    column-gap: .5rem;
  }

  .gap-x-\[0\.25rem\] {
    column-gap: .25rem;
  }

  .gap-x-\[0\.75rem\] {
    column-gap: .75rem;
  }

  .gap-x-\[0\.375rem\] {
    column-gap: .375rem;
  }

  .gap-x-\[0\.555vw\] {
    column-gap: .555vw;
  }

  .gap-x-\[0\.3125rem\] {
    column-gap: .3125rem;
  }

  .gap-x-\[1\.5rem\] {
    column-gap: 1.5rem;
  }

  .gap-x-\[1rem\] {
    column-gap: 1rem;
  }

  .gap-x-\[2vw\] {
    column-gap: 2vw;
  }

  .gap-x-\[13\.541vw\] {
    column-gap: 13.541vw;
  }

  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }

  .gap-y-\[0\.5rem\] {
    row-gap: .5rem;
  }

  .gap-y-\[0\.3125rem\] {
    row-gap: .3125rem;
  }

  .gap-y-\[1rem\] {
    row-gap: 1rem;
  }

  .gap-y-\[2\.625rem\] {
    row-gap: 2.625rem;
  }

  .gap-y-\[3rem\] {
    row-gap: 3rem;
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-pill {
    border-radius: var(--radius-pill);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[color\:var\(--color-border-default\)\], .border-border-default {
    border-color: var(--color-border-default);
  }

  .border-border-muted {
    border-color: var(--color-border-muted);
  }

  .bg-\[\#ffb000\] {
    background-color: #ffb000;
  }

  .bg-\[color\:var\(--color-neutral-000\)\] {
    background-color: var(--color-neutral-000);
  }

  .bg-\[color\:var\(--color-neutral-050\)\] {
    background-color: var(--color-neutral-050);
  }

  .bg-\[color\:var\(--color-neutral-100\,\#d9d4c8\)\] {
    background-color: var(--color-neutral-100, #d9d4c8);
  }

  .bg-\[color\:var\(--color-neutral-200\)\] {
    background-color: var(--color-neutral-200);
  }

  .bg-\[color\:var\(--color-neutral-200\,\#ddd\)\] {
    background-color: var(--color-neutral-200, #ddd);
  }

  .bg-\[color\:var\(--color-neutral-700\)\] {
    background-color: var(--color-neutral-700);
  }

  .bg-\[rgba\(157\,150\,136\,0\.85\)\] {
    background-color: #9d9688d9;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/30 {
    background-color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-neutral-000 {
    background-color: var(--color-neutral-000);
  }

  .bg-neutral-050 {
    background-color: var(--color-neutral-050);
  }

  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }

  .bg-neutral-700 {
    background-color: var(--color-neutral-700);
  }

  .bg-surface-sunken {
    background-color: var(--color-surface-sunken);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .fill-neutral-000 {
    fill: var(--color-neutral-000);
  }

  .fill-none {
    fill: none;
  }

  .stroke-current {
    stroke: currentColor;
  }

  .stroke-\[1\.5\] {
    stroke-width: 1.5px;
  }

  .stroke-\[1\] {
    stroke-width: 1px;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-\[1rem\] {
    padding: 1rem;
  }

  .p-\[4\.166vw\] {
    padding: 4.166vw;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-\[0\.25rem\] {
    padding-inline: .25rem;
  }

  .px-\[0\.75rem\] {
    padding-inline: .75rem;
  }

  .px-\[0\.875rem\] {
    padding-inline: .875rem;
  }

  .px-\[1\.25rem\] {
    padding-inline: 1.25rem;
  }

  .px-\[1rem\] {
    padding-inline: 1rem;
  }

  .px-\[2\.083vw\] {
    padding-inline: 2.083vw;
  }

  .px-\[3\.4375rem\] {
    padding-inline: 3.4375rem;
  }

  .px-\[4\.166vw\] {
    padding-inline: 4.166vw;
  }

  .px-\[10\.416vw\] {
    padding-inline: 10.416vw;
  }

  .px-\[16\.666vw\] {
    padding-inline: 16.666vw;
  }

  .py-\[0\.1rem\] {
    padding-block: .1rem;
  }

  .py-\[0\.5rem\] {
    padding-block: .5rem;
  }

  .py-\[0\.35rem\] {
    padding-block: .35rem;
  }

  .py-\[0\.4375rem\] {
    padding-block: .4375rem;
  }

  .py-\[0\.5625rem\] {
    padding-block: .5625rem;
  }

  .py-\[0\.71875rem\] {
    padding-block: .71875rem;
  }

  .py-\[1\.25rem\] {
    padding-block: 1.25rem;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[4rem\] {
    padding-block: 4rem;
  }

  .py-\[5rem\] {
    padding-block: 5rem;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .pt-\[0\.5rem\] {
    padding-top: .5rem;
  }

  .pt-\[0\.75rem\] {
    padding-top: .75rem;
  }

  .pt-\[0\.625rem\] {
    padding-top: .625rem;
  }

  .pt-\[0\.8125rem\] {
    padding-top: .8125rem;
  }

  .pt-\[1\.25rem\] {
    padding-top: 1.25rem;
  }

  .pt-\[1\.125rem\] {
    padding-top: 1.125rem;
  }

  .pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }

  .pt-\[1rem\] {
    padding-top: 1rem;
  }

  .pt-\[2\.75rem\] {
    padding-top: 2.75rem;
  }

  .pt-\[2rem\] {
    padding-top: 2rem;
  }

  .pt-\[3rem\] {
    padding-top: 3rem;
  }

  .pt-\[4rem\] {
    padding-top: 4rem;
  }

  .pt-\[5rem\] {
    padding-top: 5rem;
  }

  .pt-\[6rem\] {
    padding-top: 6rem;
  }

  .pt-\[7\.5625rem\] {
    padding-top: 7.5625rem;
  }

  .pt-\[7rem\] {
    padding-top: 7rem;
  }

  .pt-\[9\.5rem\] {
    padding-top: 9.5rem;
  }

  .pt-\[12rem\] {
    padding-top: 12rem;
  }

  .pr-\[0\.25rem\] {
    padding-right: .25rem;
  }

  .pr-\[2\.5rem\] {
    padding-right: 2.5rem;
  }

  .pr-\[2rem\] {
    padding-right: 2rem;
  }

  .pr-\[10\.416vw\] {
    padding-right: 10.416vw;
  }

  .pb-\[0\.5rem\] {
    padding-bottom: .5rem;
  }

  .pb-\[0\.25rem\] {
    padding-bottom: .25rem;
  }

  .pb-\[1\.5rem\] {
    padding-bottom: 1.5rem;
  }

  .pb-\[1\.25rem\] {
    padding-bottom: 1.25rem;
  }

  .pb-\[1\.4375rem\] {
    padding-bottom: 1.4375rem;
  }

  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }

  .pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }

  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

  .pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .pb-\[5rem\] {
    padding-bottom: 5rem;
  }

  .pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .pb-\[8\.3125rem\] {
    padding-bottom: 8.3125rem;
  }

  .pb-\[10rem\] {
    padding-bottom: 10rem;
  }

  .pl-\[0\.6875rem\] {
    padding-left: .6875rem;
  }

  .pl-\[1\.5rem\] {
    padding-left: 1.5rem;
  }

  .pl-\[1\.25rem\] {
    padding-left: 1.25rem;
  }

  .pl-\[1rem\] {
    padding-left: 1rem;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-display {
    font-family: var(--font-display);
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .font-serif-light {
    font-family: var(--font-serif-light);
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[clamp\(1\.75rem\,4vw\,3rem\)\] {
    font-size: clamp(1.75rem, 4vw, 3rem);
  }

  .text-\[clamp\(2\.5rem\,9vw\,6rem\)\] {
    font-size: clamp(2.5rem, 9vw, 6rem);
  }

  .text-\[clamp\(2\.25rem\,6vw\,4\.125rem\)\] {
    font-size: clamp(2.25rem, 6vw, 4.125rem);
  }

  .leading-\[0\.9\] {
    --tw-leading: .9;
    line-height: .9;
  }

  .leading-\[0\.83\] {
    --tw-leading: .83;
    line-height: .83;
  }

  .leading-\[0\.93\] {
    --tw-leading: .93;
    line-height: .93;
  }

  .leading-\[0\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }

  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }

  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }

  .tracking-\[-0\.01em\] {
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }

  .tracking-\[-0\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }

  .tracking-\[-0\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }

  .tracking-\[0\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }

  .tracking-\[0\.04em\] {
    --tw-tracking: .04em;
    letter-spacing: .04em;
  }

  .tracking-\[0\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }

  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }

  .tracking-tightest {
    --tw-tracking: var(--tracking-tightest);
    letter-spacing: var(--tracking-tightest);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[color\:var\(--color-accent-gold\)\] {
    color: var(--color-accent-gold);
  }

  .text-\[color\:var\(--color-neutral-000\)\] {
    color: var(--color-neutral-000);
  }

  .text-\[color\:var\(--color-neutral-500\)\] {
    color: var(--color-neutral-500);
  }

  .text-\[color\:var\(--color-neutral-700\)\] {
    color: var(--color-neutral-700);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-neutral-000 {
    color: var(--color-neutral-000);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-700 {
    color: var(--color-neutral-700);
  }

  .text-text-muted {
    color: var(--color-text-muted);
  }

  .text-text-primary {
    color: var(--color-text-primary);
  }

  .text-text-primary\/60 {
    color: #02030299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-text-primary\/60 {
      color: color-mix(in oklab, var(--color-text-primary) 60%, transparent);
    }
  }

  .text-text-primary\/70 {
    color: #020302b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-text-primary\/70 {
      color: color-mix(in oklab, var(--color-text-primary) 70%, transparent);
    }
  }

  .text-text-primary\/80 {
    color: #020302cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-text-primary\/80 {
      color: color-mix(in oklab, var(--color-text-primary) 80%, transparent);
    }
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-dotted {
    text-decoration-style: dotted;
  }

  .decoration-\[1px\] {
    text-decoration-thickness: 1px;
  }

  .underline-offset-\[1px\] {
    text-underline-offset: 1px;
  }

  .underline-offset-\[2px\] {
    text-underline-offset: 2px;
  }

  .underline-offset-\[3px\] {
    text-underline-offset: 3px;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .invert {
    --tw-invert: invert(100%);
    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, );
  }

  .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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-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: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-\[600ms\] {
    --tw-duration: .6s;
    transition-duration: .6s;
  }

  .ease-\[cubic-bezier\(0\.19\,1\,0\.22\,1\)\] {
    --tw-ease: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .\[transition-timing-function\:var\(--ease-expo-out\)\] {
    transition-timing-function: var(--ease-expo-out);
  }

  .will-change-transform {
    will-change: transform;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .group-open\:rotate-45:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 45deg;
  }

  .group-open\:grid-rows-\[1fr\]:is(:where(.group):is([open], :popover-open, :open) *) {
    grid-template-rows: 1fr;
  }

  @media (hover: hover) {
    .group-hover\:scale-\[1\.02\]:is(:where(.group):hover *) {
      scale: 1.02;
    }
  }

  .last\:mb-0:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }

  @media (hover: hover) {
    .hover\:bg-\[color\:var\(--color-neutral-000\)\]:hover {
      background-color: var(--color-neutral-000);
    }
  }

  @media (hover: hover) {
    .hover\:text-text-muted:hover {
      color: var(--color-text-muted);
    }
  }

  @media (hover: hover) {
    .hover\:text-text-primary:hover {
      color: var(--color-text-primary);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  .active\:bg-\[color\:var\(--color-neutral-100\)\]:active {
    background-color: var(--color-neutral-100);
  }

  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:animate-none {
      animation: none;
    }
  }

  @media (min-width: 448px) {
    .phone-lg\:w-\[40ch\] {
      width: 40ch;
    }
  }

  @media (min-width: 768px) {
    .tablet\:absolute {
      position: absolute;
    }
  }

  @media (min-width: 768px) {
    .tablet\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 768px) {
    .tablet\:inset-0 {
      inset: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:top-\[3\.5rem\] {
      top: 3.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:top-\[6rem\] {
      top: 6rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:top-\[57\.291vw\] {
      top: 57.291vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:right-\[-7\.291vw\] {
      right: -7.291vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:bottom-\[6\.25rem\] {
      bottom: 6.25rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:left-\[2\.083vw\] {
      left: 2.083vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mx-\[2\.083vw\] {
      margin-inline: 2.083vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mx-\[21\.875vw\] {
      margin-inline: 21.875vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:my-0 {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:my-\[3rem\] {
      margin-block: 3rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:my-\[4rem\] {
      margin-block: 4rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:my-\[5rem\] {
      margin-block: 5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[1\.5rem\] {
      margin-top: 1.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[1\.25rem\] {
      margin-top: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[1\.4375rem\] {
      margin-top: 1.4375rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[2rem\] {
      margin-top: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[3\.5rem\] {
      margin-top: 3.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[3\.75rem\] {
      margin-top: 3.75rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mt-\[3\.5625rem\] {
      margin-top: 3.5625rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mr-auto {
      margin-right: auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-\[2rem\] {
      margin-bottom: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-\[3rem\] {
      margin-bottom: 3rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-\[4rem\] {
      margin-bottom: 4rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-\[6\.875rem\] {
      margin-bottom: 6.875rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:mb-\[6rem\] {
      margin-bottom: 6rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:ml-auto {
      margin-left: auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:block {
      display: block;
    }
  }

  @media (min-width: 768px) {
    .tablet\:flex {
      display: flex;
    }
  }

  @media (min-width: 768px) {
    .tablet\:grid {
      display: grid;
    }
  }

  @media (min-width: 768px) {
    .tablet\:aspect-\[3\/2\] {
      aspect-ratio: 3 / 2;
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-\[41\.666vw\] {
      height: 41.666vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-\[55vh\] {
      height: 55vh;
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-\[75vh\] {
      height: 75vh;
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-\[160svh\] {
      height: 160svh;
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-\[calc\(var\(--vh\,1vh\)\*150\)\] {
      height: calc(var(--vh, 1vh) * 150);
    }
  }

  @media (min-width: 768px) {
    .tablet\:h-screen {
      height: 100vh;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[25ch\] {
      width: 25ch;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[35\.8125rem\] {
      width: 35.8125rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[45ch\] {
      width: 45ch;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[47\.916vw\] {
      width: 47.916vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[72\.916vw\] {
      width: 72.916vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-\[420px\] {
      width: 420px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:w-auto {
      width: auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:max-w-\[44\.27vw\] {
      max-width: 44.27vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:max-w-\[44\.791vw\] {
      max-width: 44.791vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:max-w-\[47\.916vw\] {
      max-width: 47.916vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:max-w-\[calc\(100vw-2rem\)\] {
      max-width: calc(100vw - 2rem);
    }
  }

  @media (min-width: 768px) {
    .tablet\:max-w-none {
      max-width: none;
    }
  }

  @media (min-width: 768px) {
    .tablet\:shrink {
      flex-shrink: 1;
    }
  }

  @media (min-width: 768px) {
    .tablet\:basis-auto {
      flex-basis: auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:snap-none {
      scroll-snap-type: none;
    }
  }

  @media (min-width: 768px) {
    .tablet\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 768px) {
    .tablet\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 768px) {
    .tablet\:grid-rows-\[1fr_auto\] {
      grid-template-rows: 1fr auto;
    }
  }

  @media (min-width: 768px) {
    .tablet\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 768px) {
    .tablet\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[0\.625rem\] {
      gap: .625rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[1\.5rem\] {
      gap: 1.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[1\.25rem\] {
      gap: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[2rem\] {
      gap: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[3\.9375rem\] {
      gap: 3.9375rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[3rem\] {
      gap: 3rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-\[5\.125rem_0\] {
      gap: 5.125rem 0;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[0\.5rem\] {
      column-gap: .5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[0\.75rem\] {
      column-gap: .75rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[1\.25rem\] {
      column-gap: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[1\.3125rem\] {
      column-gap: 1.3125rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[2rem\] {
      column-gap: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[2vw\] {
      column-gap: 2vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-x-\[6\.77vw\] {
      column-gap: 6.77vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-y-0 {
      row-gap: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-y-\[1rem\] {
      row-gap: 1rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:gap-y-\[4rem\] {
      row-gap: 4rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:overflow-x-hidden {
      overflow-x: hidden;
    }
  }

  @media (min-width: 768px) {
    .tablet\:p-\[2\.083vw\] {
      padding: 2.083vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:p-\[2rem\] {
      padding: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[0\.8125rem\] {
      padding-inline: .8125rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[1\.041vw\] {
      padding-inline: 1.041vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[2\.083vw\] {
      padding-inline: 2.083vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[3\.9375rem\] {
      padding-inline: 3.9375rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[5\.208vw\] {
      padding-inline: 5.208vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[8\.333vw\] {
      padding-inline: 8.333vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:px-\[15\.625vw\] {
      padding-inline: 15.625vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:py-\[1\.5rem\] {
      padding-block: 1.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[1\.875rem\] {
      padding-top: 1.875rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[2\.125rem\] {
      padding-top: 2.125rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[5rem\] {
      padding-top: 5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[6rem\] {
      padding-top: 6rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[8\.625rem\] {
      padding-top: 8.625rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[9rem\] {
      padding-top: 9rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pt-\[21\.875vw\] {
      padding-top: 21.875vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pr-0 {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[1\.25rem\] {
      padding-bottom: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[2\.5rem\] {
      padding-bottom: 2.5rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[2rem\] {
      padding-bottom: 2rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[3rem\] {
      padding-bottom: 3rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[4rem\] {
      padding-bottom: 4rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[6rem\] {
      padding-bottom: 6rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[8rem\] {
      padding-bottom: 8rem;
    }
  }

  @media (min-width: 768px) {
    .tablet\:pb-\[17\.708vw\] {
      padding-bottom: 17.708vw;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-center {
      text-align: center;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[12px\] {
      font-size: 12px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[26px\] {
      font-size: 26px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[54px\] {
      font-size: 54px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:text-\[96px\] {
      font-size: 96px;
    }
  }

  @media (min-width: 768px) {
    .tablet\:leading-\[0\.8\] {
      --tw-leading: .8;
      line-height: .8;
    }
  }

  @media (min-width: 768px) {
    .tablet\:opacity-0 {
      opacity: 0;
    }
  }

  @media (min-width: 768px) {
    .tablet\:opacity-100 {
      opacity: 1;
    }
  }

  @media (min-width: 768px) {
    .tablet\:transition-opacity {
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  @media (min-width: 768px) {
    .tablet\:duration-\[400ms\] {
      --tw-duration: .4s;
      transition-duration: .4s;
    }
  }

  @media (min-width: 768px) {
    @media (hover: hover) {
      .tablet\:hover\:bg-neutral-600:hover {
        background-color: var(--color-neutral-600);
      }
    }
  }

  @media (min-width: 768px) {
    @media (hover: hover) {
      .tablet\:hover\:text-neutral-500:hover {
        color: var(--color-neutral-500);
      }
    }
  }

  @media (min-width: 768px) {
    @media (hover: hover) {
      .tablet\:hover\:underline:hover {
        text-decoration-line: underline;
      }
    }
  }

  @media (min-width: 768px) {
    @media (hover: hover) {
      .tablet\:hover\:opacity-60:hover {
        opacity: .6;
      }
    }
  }

  @media (min-width: 768px) {
    @media (hover: hover) {
      .tablet\:hover\:opacity-80:hover {
        opacity: .8;
      }
    }
  }

  @media (min-width: 1024px) {
    .desktop\:fixed {
      position: fixed;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:top-1\/2 {
      top: 50%;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:top-\[3\.25rem\] {
      top: 3.25rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:top-\[30\.555vw\] {
      top: 30.555vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:right-\[-3\.888vw\] {
      right: -3.888vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:bottom-auto {
      bottom: auto;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:left-1\/2 {
      left: 50%;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:left-\[2\.222vw\] {
      left: 2.222vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mx-\[2\.222vw\] {
      margin-inline: 2.222vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mx-\[26\.666vw\] {
      margin-inline: 26.666vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:-mt-\[35vh\] {
      margin-top: -35vh;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-\[0\.5rem\] {
      margin-top: .5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-\[2\.125rem\] {
      margin-top: 2.125rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-\[3\.4375rem\] {
      margin-top: 3.4375rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-\[4\.125rem\] {
      margin-top: 4.125rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mt-\[6rem\] {
      margin-top: 6rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[0\.5rem\] {
      margin-bottom: .5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[0\.375rem\] {
      margin-bottom: .375rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[1\.625rem\] {
      margin-bottom: 1.625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[5rem\] {
      margin-bottom: 5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[6\.25rem\] {
      margin-bottom: 6.25rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[7rem\] {
      margin-bottom: 7rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:mb-\[12\.625rem\] {
      margin-bottom: 12.625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:block {
      display: block;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:flex {
      display: flex;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:grid {
      display: grid;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:hidden {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:h-\[30vw\] {
      height: 30vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:h-\[45vh\] {
      height: 45vh;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:h-\[70vh\] {
      height: 70vh;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:h-\[80vh\] {
      height: 80vh;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:h-screen {
      height: 100vh;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:w-\[28\.333vw\] {
      width: 28.333vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:w-\[40vw\] {
      width: 40vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:w-\[480px\] {
      width: 480px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:max-w-\[35\.555vw\] {
      max-width: 35.555vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:max-w-\[38\.888vw\] {
      max-width: 38.888vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:max-w-\[47\.777vw\] {
      max-width: 47.777vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:max-w-none {
      max-width: none;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:min-w-\[25\.625rem\] {
      min-width: 25.625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:-translate-y-1\/2 {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 1024px) {
    .desktop\:grid-cols-\[29\.444vw_31\.666vw_1fr\] {
      grid-template-columns: 29.444vw 31.666vw 1fr;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:flex-col {
      flex-direction: column;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-\[0\.5rem\] {
      gap: .5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-\[4\.0625rem\] {
      gap: 4.0625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-x-\[2\.5vw\] {
      column-gap: 2.5vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-x-\[3rem\] {
      column-gap: 3rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-x-\[9\.444vw\] {
      column-gap: 9.444vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:gap-y-\[5rem\] {
      row-gap: 5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:rounded-\[4px\] {
      border-radius: 4px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:p-\[1\.25rem\] {
      padding: 1.25rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:p-\[2\.222vw\] {
      padding: 2.222vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[0\.555vw\] {
      padding-inline: .555vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[2\.222vw\] {
      padding-inline: 2.222vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[4\.444vw\] {
      padding-inline: 4.444vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[6\.666vw\] {
      padding-inline: 6.666vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[7\.777vw\] {
      padding-inline: 7.777vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[10vw\] {
      padding-inline: 10vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:px-\[22\.777vw\] {
      padding-inline: 22.777vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[3rem\] {
      padding-top: 3rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[6\.5rem\] {
      padding-top: 6.5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[6\.625rem\] {
      padding-top: 6.625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[8rem\] {
      padding-top: 8rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[10\.25rem\] {
      padding-top: 10.25rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[10rem\] {
      padding-top: 10rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pt-\[12\.222vw\] {
      padding-top: 12.222vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[3\.75rem\] {
      padding-bottom: 3.75rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[3\.0625rem\] {
      padding-bottom: 3.0625rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[3rem\] {
      padding-bottom: 3rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[4rem\] {
      padding-bottom: 4rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[8rem\] {
      padding-bottom: 8rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:pb-\[9\.444vw\] {
      padding-bottom: 9.444vw;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[26px\] {
      font-size: 26px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[66px\] {
      font-size: 66px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:text-\[128px\] {
      font-size: 128px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:grid-cols-\[23\.888vw_31\.666vw_1fr\] {
      grid-template-columns: 23.888vw 31.666vw 1fr;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:gap-x-\[2\.222vw\] {
      column-gap: 2.222vw;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[calc\(11px\+11\*0\.2\*\(\(100vw-1440px\)\/1440\)\)\] {
      font-size: calc(.152778vw + 8.8px);
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[calc\(64px\+64\*0\.2\*\(\(100vw-1440px\)\/1440\)\)\] {
      font-size: calc(.888889vw + 51.2px);
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:text-\[clamp\(48px\,5vw\,72px\)\] {
      font-size: clamp(48px, 5vw, 72px);
    }
  }

  @media (min-width: 1280px) {
    .desktop-lg\:leading-\[0\.8\] {
      --tw-leading: .8;
      line-height: .8;
    }
  }

  @media (min-width: 1440px) {
    .desktop-xl\:text-\[160px\] {
      font-size: 160px;
    }
  }

  @media (min-width: 1440px) {
    .desktop-xl\:text-\[calc\(64px\+64\*0\.3\*\(\(100vw-1440px\)\/1440\)\)\] {
      font-size: calc(1.33333vw + 44.8px);
    }
  }

  .\[\&_h2\]\:inline h2 {
    display: inline;
  }

  .\[\&_h2\]\:max-w-\[23ch\] h2 {
    max-width: 23ch;
  }

  .\[\&_iframe\]\:block iframe {
    display: block;
  }

  .\[\&_iframe\]\:h-full iframe {
    height: 100%;
  }

  .\[\&_iframe\]\:w-full iframe {
    width: 100%;
  }

  .\[\&_p\]\:px-\[2\.777vw\] p {
    padding-inline: 2.777vw;
  }

  .\[\&_p\:first-of-type\]\:mt-\[2rem\] p:first-of-type {
    margin-top: 2rem;
  }

  .\[\&_p\:not\(\:last-of-type\)\]\:mb-\[0\.75rem\] p:not(:last-of-type) {
    margin-bottom: .75rem;
  }

  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }

  @media (min-width: 768px) {
    .tablet\:\[\&\:last-of-type\]\:mb-\[6\.25rem\]:last-of-type {
      margin-bottom: 6.25rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:\[\&\:last-of-type\]\:mb-\[8\.625rem\]:last-of-type {
      margin-bottom: 8.625rem;
    }
  }

  .\[\&\:not\(\:last-of-type\)\]\:mb-\[5rem\]:not(:last-of-type) {
    margin-bottom: 5rem;
  }

  @media (min-width: 768px) {
    .tablet\:\[\&\:not\(\:last-of-type\)\]\:mb-\[4\.5rem\]:not(:last-of-type) {
      margin-bottom: 4.5rem;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:\[\&\:not\(\:last-of-type\)\]\:mb-\[4\.5rem\]:not(:last-of-type) {
      margin-bottom: 4.5rem;
    }
  }

  .\[\&\>p\]\:mb-0 > p {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .\[\&\>p\]\:font-serif-light > p {
    font-family: var(--font-serif-light);
  }

  .\[\&\>p\]\:text-\[13px\] > p {
    font-size: 13px;
  }

  .\[\&\>p\]\:leading-\[1\.5\] > p {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .\[\&\>p\]\:text-inherit > p {
    color: inherit;
  }

  .\[\&\>p\]\:text-text-primary\/70 > p {
    color: #020302b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\[\&\>p\]\:text-text-primary\/70 > p {
      color: color-mix(in oklab, var(--color-text-primary) 70%, transparent);
    }
  }

  @media (min-width: 768px) {
    .\[\&\>p\]\:tablet\:text-\[14px\] > p {
      font-size: 14px;
    }
  }
}

@font-face {
  font-family: PPMondwest;
  src: url("/fonts/PPMondwest-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TimesNowExtraLight;
  src: url("/fonts/TimesNow-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TimesNowSemiLight;
  src: url("/fonts/TimesNow-SemiLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TimesNowSemiLight;
  src: url("/fonts/TimesNow-SemiLightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FKGroteskMonoRegular;
  src: url("/fonts/FKGroteskMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FKGroteskMonoMedium;
  src: url("/fonts/FKGroteskMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FKRasterGroteskSmooth;
  src: url("/fonts/FKRasterGrotesk-Smooth.woff2") format("woff2"), url("/fonts/FKRasterGrotesk-Smooth.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body {
  color: #020302;
  background: #e9e6e1;
  transition: background-color .35s cubic-bezier(.19, 1, .22, 1), color .35s cubic-bezier(.19, 1, .22, 1);
}

html[data-theme="dark"], html[data-theme="dark"] body {
  color: #e9e6e1;
  background: #020302;
}

html[data-theme="dark"] {
  --color-neutral-000: #38352e;
  --color-neutral-050: #020302;
  --color-neutral-100: #38352e;
  --color-neutral-200: #38352e;
  --color-neutral-500: #9d9688;
  --color-neutral-600: #e9e6e1;
  --color-neutral-700: #e9e6e1;
  --color-text-primary: #e9e6e1;
  --color-text-muted: #9d9688;
  --color-text-subtle: #6d675a;
  --color-text-inverse: #020302;
  --color-text-strong: #e9e6e1;
  --color-surface-base: #020302;
  --color-surface-raised: #38352e;
  --color-surface-sunken: #020302;
  --color-border-default: #38352e;
  --color-border-muted: #38352e;
}

@keyframes slideUp {
  from {
    transform: translateY(200%);
  }

  to {
    transform: translateY(0);
  }
}

.mission-intro span[style] {
  color: inherit !important;
}

.mission-intro em {
  color: #ffb000 !important;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-pan-x {
  syntax: "*";
  inherits: false
}

@property --tw-pan-y {
  syntax: "*";
  inherits: false
}

@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  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-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/* [project]/apps/storefront/components/layout/Header.module.css [app-client] (css) */
.Header-module__zK5ira__headerHidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
}

.Header-module__zK5ira__logo {
  z-index: 100;
  color: var(--color-neutral-700);
  line-height: .8;
  font-family: var(--font-display);
  transition: color .3s, opacity .6s cubic-bezier(.19, 1, .22, 1);
  position: fixed;
  top: 1.25rem;
  left: 2.222vw;
}

.Header-module__zK5ira__logo:hover {
  color: var(--color-neutral-500);
}

.Header-module__zK5ira__wordmark {
  width: 65px;
  height: 17px;
  color: var(--color-neutral-700);
  display: block;
}

.Header-module__zK5ira__centerNav {
  z-index: 99;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4.444vw);
  margin: 0 auto;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: none;
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
}

.Header-module__zK5ira__chipList {
  flex-direction: row;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.Header-module__zK5ira__chip {
  background-color: var(--color-neutral-000);
  max-height: 2rem;
  color: var(--color-neutral-700);
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: relative;
}

.Header-module__zK5ira__chip:nth-of-type(2n) {
  margin: 0 .46875rem;
}

.Header-module__zK5ira__chipButton {
  z-index: 100;
  line-height: 1;
  font-family: var(--font-mono);
  color: var(--color-neutral-700);
  align-items: center;
  gap: 0 .3125rem;
  padding: .6875rem 1rem .59375rem;
  text-decoration: none;
  display: flex;
}

.Header-module__zK5ira__chipLabel {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.Header-module__zK5ira__chipLabel:after {
  content: "";
  transform-origin: 0;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

@media (hover: hover) and (pointer: fine) {
  .Header-module__zK5ira__chip:hover .Header-module__zK5ira__chipLabel:after, .Header-module__zK5ira__rightChip:hover .Header-module__zK5ira__chipLabel:after {
    transform: scaleX(1);
  }
}

.Header-module__zK5ira__connector {
  width: 8px;
  height: 2rem;
  fill: var(--color-neutral-000);
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: -7.5px;
  transform: translateY(-50%);
}

.Header-module__zK5ira__connectorInline {
  width: 8px;
  height: 2rem;
  fill: var(--color-neutral-000);
  pointer-events: none;
  flex-shrink: 0;
  margin: 0 -.5px;
  display: block;
}

.Header-module__zK5ira__rightCluster {
  z-index: 102;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: none;
  position: fixed;
  top: 1.25rem;
  right: 2.222vw;
}

.Header-module__zK5ira__rightChip {
  background-color: var(--color-neutral-000);
  color: var(--color-neutral-700);
  border-radius: 4px;
  align-items: center;
  max-height: 2rem;
  display: flex;
  position: relative;
}

.Header-module__zK5ira__rightChip:not(:last-of-type) {
  margin-right: .46875rem;
}

.Header-module__zK5ira__rightChipButton {
  z-index: 100;
  height: 2rem;
  font-family: var(--font-mono);
  color: var(--color-neutral-700);
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: .3125rem;
  padding: 0 .75rem;
  text-decoration: none;
  display: flex;
}

.Header-module__zK5ira__searchIcon {
  fill: currentColor;
}

@media (max-width: 767px) {
  .Header-module__zK5ira__logo {
    top: 1rem;
    left: 1rem;
  }

  .Header-module__zK5ira__wordmark {
    width: 65px;
    height: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Header-module__zK5ira__logo {
    top: 1.5rem;
    left: 2.083vw;
  }

  .Header-module__zK5ira__wordmark {
    width: 75px;
    height: 20px;
  }
}

@media (min-width: 1024px) {
  .Header-module__zK5ira__centerNav, .Header-module__zK5ira__rightCluster {
    display: flex;
  }

  .Header-module__zK5ira__wordmark {
    width: 95px;
    height: 25px;
  }

  .Header-module__zK5ira__chipLabel {
    font-size: 11px;
  }
}

.Header-module__zK5ira__mobileNav {
  z-index: 102;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .Header-module__zK5ira__mobileNav {
    top: 1.5rem;
    right: 1.375rem;
  }
}

@media (min-width: 1024px) {
  .Header-module__zK5ira__mobileNav {
    display: none;
  }
}

.Header-module__zK5ira__mobileChipList {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Header-module__zK5ira__mobileChip {
  background-color: var(--color-neutral-000);
  color: var(--color-neutral-700);
  border-radius: 4px;
  align-items: center;
  max-height: 2rem;
  display: flex;
  position: relative;
}

.Header-module__zK5ira__mobileChip:not(:last-of-type) {
  margin-right: .46875rem;
}

.Header-module__zK5ira__mobileChipButton {
  z-index: 100;
  height: 2rem;
  font-family: var(--font-mono);
  color: var(--color-neutral-700);
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: .3125rem;
  padding: 0 .75rem;
  text-decoration: none;
  display: flex;
}

.Header-module__zK5ira__mobileScrim {
  z-index: 200;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #9d968859;
  border: 0;
  padding: 0;
  position: fixed;
  inset: 0;
}

.Header-module__zK5ira__mobilePanel {
  z-index: 201;
  background-color: var(--color-neutral-000);
  width: 80vw;
  max-width: 20rem;
  height: 100dvh;
  padding: 5rem 1.5rem 2rem;
  animation: .3s cubic-bezier(.19, 1, .22, 1) Header-module__zK5ira__mobileSlideIn;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
}

@keyframes Header-module__zK5ira__mobileSlideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.Header-module__zK5ira__mobilePanelList {
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Header-module__zK5ira__mobilePanelSection {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.Header-module__zK5ira__mobilePanelHeading {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-neutral-700);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.Header-module__zK5ira__mobilePanelSub {
  flex-direction: column;
  gap: .375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Header-module__zK5ira__mobilePanelLink {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--color-neutral-500);
  font-size: 11px;
  text-decoration: none;
  transition: color .2s;
}

.Header-module__zK5ira__mobilePanelLink:hover {
  color: var(--color-neutral-700);
}

.Header-module__zK5ira__panel {
  z-index: 101;
  min-width: 16rem;
  color: var(--color-neutral-700);
  transform-origin: 50% 0;
  animation: .3s cubic-bezier(.19, 1, .22, 1) Header-module__zK5ira__pdpPanelIn;
  display: none;
  position: absolute;
  top: calc(100% + .25rem);
  left: 0;
}

@media (min-width: 1024px) {
  .Header-module__zK5ira__panel {
    display: block;
  }
}

@keyframes Header-module__zK5ira__pdpPanelIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Header-module__zK5ira__panelBody {
  background-color: var(--color-neutral-000);
  border-radius: 0 4px 0 0;
  padding: .75rem 1rem;
  position: relative;
}

.Header-module__zK5ira__panelLeftNotch {
  width: 8px;
  height: 100%;
  color: var(--color-neutral-000);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -8px;
}

.Header-module__zK5ira__panelBottomNotch {
  width: 100%;
  height: 12px;
  color: var(--color-neutral-000);
  pointer-events: none;
  margin-top: -1px;
  display: block;
}

.Header-module__zK5ira__panelList {
  flex-direction: column;
  gap: .375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Header-module__zK5ira__panelItem {
  display: block;
}

.Header-module__zK5ira__panelLink {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--color-neutral-700);
  white-space: nowrap;
  padding: .25rem 0;
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.Header-module__zK5ira__panelLink:hover {
  opacity: .7;
}

.Header-module__zK5ira__panelFooter {
  border-top: 1px solid var(--color-border-muted);
  margin-top: .5rem;
  padding-top: .5rem;
}

.Header-module__zK5ira__panelSeeAll {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--color-neutral-500);
  font-size: 10px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.Header-module__zK5ira__panelSeeAll:hover {
  color: var(--color-neutral-700);
}

.Header-module__zK5ira__scrim {
  z-index: 98;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #9d968859;
  border: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0;
}

@media (min-width: 1024px) {
  .Header-module__zK5ira__scrim {
    display: block;
  }
}

/* [project]/apps/storefront/components/layout/Footer.module.css [app-client] (css) */
.Footer-module__bYvL2G__footer {
  color: var(--color-neutral-400);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .02em;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.75rem 4.166vw 2.0625rem;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

@media (min-width: 448px) {
  .Footer-module__bYvL2G__footer {
    padding-bottom: 2.1875rem;
  }
}

@media (min-width: 768px) {
  .Footer-module__bYvL2G__footer {
    padding: 1.8125rem 2.083vw 2.1875rem;
  }
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__footer {
    padding: 1.8125rem 2.222vw 2.1875rem;
  }
}

.Footer-module__bYvL2G__stats {
  z-index: 1;
  justify-content: space-between;
  margin-bottom: 1.9375rem;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .Footer-module__bYvL2G__stats {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__stats {
    margin-bottom: 1.625rem;
  }
}

.Footer-module__bYvL2G__statsCol, .Footer-module__bYvL2G__statsColRight {
  grid-gap: .5rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (min-width: 768px) {
  .Footer-module__bYvL2G__statsCol, .Footer-module__bYvL2G__statsColRight {
    grid-gap: .625rem 0;
  }
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__statsCol, .Footer-module__bYvL2G__statsColRight {
    grid-gap: .5rem 0;
  }
}

.Footer-module__bYvL2G__statsColRight {
  text-align: right;
}

.Footer-module__bYvL2G__rows {
  color: var(--color-neutral-500);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  display: flex;
}

.Footer-module__bYvL2G__pillList {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Footer-module__bYvL2G__navPills {
  display: none;
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__navPills {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .Footer-module__bYvL2G__navPills {
    flex-direction: row;
  }
}

.Footer-module__bYvL2G__socialPills {
  color: var(--color-neutral-500);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__socialPills {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .Footer-module__bYvL2G__socialPills {
    flex-direction: row;
    align-items: center;
  }
}

.Footer-module__bYvL2G__pill {
  background-color: var(--color-neutral-000);
  border-radius: .25rem;
  align-items: center;
  width: max-content;
  max-height: 2rem;
  display: flex;
  position: relative;
}

.Footer-module__bYvL2G__pill:not(:last-of-type) {
  margin-right: .46875rem;
}

.Footer-module__bYvL2G__socialOnly {
  display: none;
}

@media (min-width: 1024px) {
  .Footer-module__bYvL2G__socialOnly {
    display: flex;
  }
}

.Footer-module__bYvL2G__pillLink {
  font-family: var(--font-mono);
  color: var(--color-neutral-700);
  align-items: center;
  padding: .6875rem 1rem .59375rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.Footer-module__bYvL2G__pillLabel {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.Footer-module__bYvL2G__pillLabel:after {
  content: "";
  transform-origin: 0;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

@media (hover: hover) and (pointer: fine) {
  .Footer-module__bYvL2G__pill:hover .Footer-module__bYvL2G__pillLabel:after {
    transform: scaleX(1);
  }
}

.Footer-module__bYvL2G__connector {
  width: 8px;
  height: 2rem;
  fill: var(--color-neutral-000);
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: -7.5px;
  transform: translateY(-50%);
}

.Footer-module__bYvL2G__copyright {
  color: var(--color-neutral-500);
  flex-direction: column;
  align-items: flex-end;
  gap: .6875rem;
  margin-top: 2.75rem;
  display: flex;
}

@media (min-width: 768px) {
  .Footer-module__bYvL2G__copyright {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.5rem;
  }
}

.Footer-module__bYvL2G__legalRow {
  text-align: right;
  flex-direction: column;
  gap: 1.4375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (min-width: 768px) {
  .Footer-module__bYvL2G__legalRow {
    flex-direction: row;
    display: flex;
  }
}

.Footer-module__bYvL2G__legalLink {
  color: var(--color-neutral-500);
  text-decoration: none;
  transition: color .2s;
}

@media (hover: hover) and (pointer: fine) {
  .Footer-module__bYvL2G__legalLink:hover {
    color: var(--color-neutral-700);
  }
}

/*# sourceMappingURL=apps_storefront_0-6x-16._.css.map*/