/* [project]/workspace/src/styles/globals.css [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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-outline-style: solid;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-geist-mono);
    --spacing: .25rem;
    --font-weight-medium: 500;
    --tracking-normal: 0em;
    --blur-md: 12px;
    --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-background: var(--background);
    --color-foreground: var(--foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
    --font-display: var(--font-poppins);
  }
}

@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;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  html {
    font-family: var(--font-sans);
    background-color: var(--px-bg);
    color: var(--px-text);
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
  }

  html[data-theme="dark"] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }

  body {
    background-color: var(--px-bg);
    color: var(--px-text);
  }

  ::selection {
    background-color: var(--px-text);
    color: var(--px-bg);
  }
}

@layer components;

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

  .invisible {
    visibility: hidden;
  }

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

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

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

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

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

  .top-\[13svh\] {
    top: 13svh;
  }

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

  .right-\[18px\] {
    right: 18px;
  }

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

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

  .bottom-\[11svh\] {
    bottom: 11svh;
  }

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

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

  .left-\[18px\] {
    left: 18px;
  }

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

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

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

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

  .container {
    width: 100%;
  }

  @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-auto {
    margin-inline: auto;
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-\[clamp\(10px\,1\.6vh\,16px\)\] {
    margin-top: clamp(10px, 1.6vh, 16px);
  }

  .mt-\[clamp\(14px\,2vh\,22px\)\] {
    margin-top: clamp(14px, 2vh, 22px);
  }

  .mt-\[clamp\(16px\,3vh\,28px\)\] {
    margin-top: clamp(16px, 3vh, 28px);
  }

  .mt-\[clamp\(18px\,3vh\,28px\)\] {
    margin-top: clamp(18px, 3vh, 28px);
  }

  .mt-\[clamp\(18px\,3vh\,30px\)\] {
    margin-top: clamp(18px, 3vh, 30px);
  }

  .mt-\[clamp\(22px\,4vh\,38px\)\] {
    margin-top: clamp(22px, 4vh, 38px);
  }

  .mt-\[clamp\(24px\,3\.5vh\,40px\)\] {
    margin-top: clamp(24px, 3.5vh, 40px);
  }

  .mt-\[clamp\(24px\,4vh\,40px\)\] {
    margin-top: clamp(24px, 4vh, 40px);
  }

  .mt-\[clamp\(28px\,4\.5vh\,48px\)\] {
    margin-top: clamp(28px, 4.5vh, 48px);
  }

  .mt-\[clamp\(28px\,5vh\,48px\)\] {
    margin-top: clamp(28px, 5vh, 48px);
  }

  .mt-\[clamp\(28px\,5vh\,52px\)\] {
    margin-top: clamp(28px, 5vh, 52px);
  }

  .mt-\[clamp\(28px\,5vh\,56px\)\] {
    margin-top: clamp(28px, 5vh, 56px);
  }

  .mt-\[clamp\(36px\,6vh\,64px\)\] {
    margin-top: clamp(36px, 6vh, 64px);
  }

  .mt-\[clamp\(36px\,6vh\,72px\)\] {
    margin-top: clamp(36px, 6vh, 72px);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-\[clamp\(18px\,3vh\,28px\)\] {
    margin-bottom: clamp(18px, 3vh, 28px);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .size-\[7px\] {
    width: 7px;
    height: 7px;
  }

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .min-h-\[1\.2em\] {
    min-height: 1.2em;
  }

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

  .min-h-full {
    min-height: 100%;
  }

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

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

  .w-\[min\(400px\,74vw\)\] {
    width: min(400px, 74vw);
  }

  .w-\[min\(420px\,78vw\)\] {
    width: min(420px, 78vw);
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .grow {
    flex-grow: 1;
  }

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

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

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

  .cursor-crosshair {
    cursor: crosshair;
  }

  .touch-none {
    touch-action: none;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

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

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

  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 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;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[clamp\(8px\,2vw\,32px\)\] {
    gap: clamp(8px, 2vw, 32px);
  }

  .gap-\[clamp\(24px\,3\.5vh\,40px\)\] {
    gap: clamp(24px, 3.5vh, 40px);
  }

  .gap-\[clamp\(28px\,5vw\,64px\)\] {
    gap: clamp(28px, 5vw, 64px);
  }

  .gap-\[clamp\(32px\,5vw\,80px\)\] {
    gap: clamp(32px, 5vw, 80px);
  }

  .gap-\[clamp\(40px\,6vw\,80px\)\] {
    gap: clamp(40px, 6vw, 80px);
  }

  .gap-\[clamp\(48px\,6vw\,96px\)\] {
    gap: clamp(48px, 6vw, 96px);
  }

  .gap-px {
    gap: 1px;
  }

  .gap-x-\[clamp\(4px\,1\.5vw\,16px\)\] {
    column-gap: clamp(4px, 1.5vw, 16px);
  }

  .gap-x-\[clamp\(16px\,3vw\,32px\)\] {
    column-gap: clamp(16px, 3vw, 32px);
  }

  .gap-x-\[clamp\(20px\,4vw\,44px\)\] {
    column-gap: clamp(20px, 4vw, 44px);
  }

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

  .gap-y-\[clamp\(28px\,5vh\,48px\)\] {
    row-gap: clamp(28px, 5vh, 48px);
  }

  .justify-self-center {
    justify-self: center;
  }

  .justify-self-end {
    justify-self: flex-end;
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

  .border-\[\#cf3f4d\] {
    border-color: #cf3f4d;
  }

  .border-current {
    border-color: currentColor;
  }

  .border-px-hairline {
    border-color: var(--px-hairline);
  }

  .border-px-text {
    border-color: var(--px-text);
  }

  .border-transparent {
    border-color: #0000;
  }

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

  .bg-current {
    background-color: currentColor;
  }

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

  .bg-px-bg\/85 {
    background-color: var(--px-bg);
  }

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

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

  .bg-px-grid-strong {
    background-color: var(--px-grid-strong);
  }

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

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

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

  .link-underline {
    transition: background-size .5s var(--ease-out-4), color .4s var(--ease-out-3);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
  }

  .link-underline:hover, .link-underline:focus-visible {
    background-size: 100% 1px;
  }

  .paper-grid {
    background-image: repeating-linear-gradient(to right,
            var(--px-grid-strong) 0 1px,
            transparent 1px calc(var(--paper-cell, 22px) * 4)),
        repeating-linear-gradient(to bottom,
            var(--px-grid-strong) 0 1px,
            transparent 1px calc(var(--paper-cell, 22px) * 4)),
        repeating-linear-gradient(to right,
            var(--px-grid) 0 1px,
            transparent 1px var(--paper-cell, 22px)),
        repeating-linear-gradient(to bottom,
            var(--px-grid) 0 1px,
            transparent 1px var(--paper-cell, 22px));
  }

  .\[mask-image\:linear-gradient\(to_bottom\,black\,transparent_80\%\)\] {
    -webkit-mask-image: linear-gradient(#000, #0000 80%);
    mask-image: linear-gradient(#000, #0000 80%);
  }

  .\[mask-image\:linear-gradient\(to_top\,black\,transparent_80\%\)\] {
    -webkit-mask-image: linear-gradient(to top, #000, #0000 80%);
    mask-image: linear-gradient(to top, #000, #0000 80%);
  }

  .p-\[clamp\(24px\,3vw\,44px\)\] {
    padding: clamp(24px, 3vw, 44px);
  }

  .p-\[clamp\(28px\,4vw\,52px\)\] {
    padding: clamp(28px, 4vw, 52px);
  }

  .px-\[clamp\(12px\,3vw\,44px\)\] {
    padding-inline: clamp(12px, 3vw, 44px);
  }

  .px-\[clamp\(18px\,3vw\,44px\)\] {
    padding-inline: clamp(18px, 3vw, 44px);
  }

  .px-\[clamp\(20px\,3vw\,32px\)\] {
    padding-inline: clamp(20px, 3vw, 32px);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-\[clamp\(10px\,1\.8vh\,18px\)\] {
    padding-block: clamp(10px, 1.8vh, 18px);
  }

  .py-\[clamp\(12px\,2\.2vh\,22px\)\] {
    padding-block: clamp(12px, 2.2vh, 22px);
  }

  .py-\[clamp\(14px\,2\.4vh\,22px\)\] {
    padding-block: clamp(14px, 2.4vh, 22px);
  }

  .py-\[clamp\(22px\,3\.4vh\,38px\)\] {
    padding-block: clamp(22px, 3.4vh, 38px);
  }

  .py-\[clamp\(48px\,9vh\,110px\)\] {
    padding-block: clamp(48px, 9vh, 110px);
  }

  .py-\[clamp\(64px\,12vh\,150px\)\] {
    padding-block: clamp(64px, 12vh, 150px);
  }

  .py-\[clamp\(72px\,14vh\,170px\)\] {
    padding-block: clamp(72px, 14vh, 170px);
  }

  .py-\[clamp\(120px\,20vh\,220px\)\] {
    padding-block: clamp(120px, 20vh, 220px);
  }

  .pt-\[clamp\(128px\,22vh\,240px\)\] {
    padding-top: clamp(128px, 22vh, 240px);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-\[0\.12em\] {
    padding-bottom: .12em;
  }

  .pb-\[clamp\(56px\,10vh\,120px\)\] {
    padding-bottom: clamp(56px, 10vh, 120px);
  }

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

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

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

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

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

  .label-chrome {
    letter-spacing: clamp(.05em, .4vw, .16em);
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: clamp(7px, 1.9vw, 11px);
    font-weight: 500;
    line-height: 1.2;
  }

  .label-chrome-sm {
    letter-spacing: clamp(.05em, .4vw, .16em);
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: clamp(6.5px, 1.7vw, 10.5px);
    font-weight: 500;
    line-height: 1.2;
  }

  .label-fixed {
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
  }

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

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

  .text-\[13\.5px\] {
    font-size: 13.5px;
  }

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

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

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

  .text-\[clamp\(19px\,2\.2vw\,26px\)\] {
    font-size: clamp(19px, 2.2vw, 26px);
  }

  .text-\[clamp\(20px\,2\.4vw\,28px\)\] {
    font-size: clamp(20px, 2.4vw, 28px);
  }

  .text-\[clamp\(22px\,2\.6vw\,32px\)\] {
    font-size: clamp(22px, 2.6vw, 32px);
  }

  .text-\[clamp\(26px\,5vw\,44px\)\] {
    font-size: clamp(26px, 5vw, 44px);
  }

  .text-\[clamp\(26px\,7vw\,38px\)\] {
    font-size: clamp(26px, 7vw, 38px);
  }

  .text-\[clamp\(30px\,9vw\,46px\)\] {
    font-size: clamp(30px, 9vw, 46px);
  }

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

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

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

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

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

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

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

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

  .text-\[\#cf3f4d\] {
    color: #cf3f4d;
  }

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

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .normal-case {
    text-transform: none;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-80 {
    opacity: .8;
  }

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

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

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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-\[background-color\,border-color\] {
    transition-property: background-color, border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-\[padding\,color\] {
    transition-property: padding, color;
    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-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .will-change-\[clip-path\,opacity\] {
    will-change: clip-path,opacity;
  }

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

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

  .\[--paper-cell\:22px\] {
    --paper-cell: 22px;
  }

  .\[-webkit-mask-image\:linear-gradient\(to_bottom\,black\,transparent_80\%\)\] {
    -webkit-mask-image: linear-gradient(#000, #0000 80%);
  }

  .\[-webkit-mask-image\:linear-gradient\(to_top\,black\,transparent_80\%\)\] {
    -webkit-mask-image: linear-gradient(to top, #000, #0000 80%);
  }

  .\[image-rendering\:pixelated\] {
    image-rendering: pixelated;
  }

  @media (hover: hover) {
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * .5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:-translate-y-0\.5:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-125:is(:where(.group):hover *) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:pl-\[clamp\(6px\,1vw\,16px\)\]:is(:where(.group):hover *) {
      padding-left: clamp(6px, 1vw, 16px);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-px-text:is(:where(.group):hover *) {
      color: var(--px-text);
    }
  }

  .placeholder\:text-px-muted\/70::placeholder {
    color: var(--px-muted);
  }

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

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

  @media (hover: hover) {
    .hover\:bg-px-text:hover {
      background-color: var(--px-text);
    }
  }

  @media (hover: hover) {
    .hover\:bg-px-text\/\[0\.035\]:hover {
      background-color: var(--px-text);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-px-text\/\[0\.035\]:hover {
        background-color: color-mix(in oklab, var(--px-text) 3.5%, transparent);
      }
    }
  }

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

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

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

  .focus\:border-px-text:focus {
    border-color: var(--px-text);
  }

  .focus-visible\:bg-px-text:focus-visible {
    background-color: var(--px-text);
  }

  .focus-visible\:text-px-bg:focus-visible {
    color: var(--px-bg);
  }

  .focus-visible\:text-px-text:focus-visible {
    color: var(--px-text);
  }

  .focus-visible\:opacity-70:focus-visible {
    opacity: .7;
  }

  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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-px-text:focus-visible {
    --tw-ring-color: var(--px-text);
  }

  .focus-visible\:ring-offset-4:focus-visible {
    --tw-ring-offset-width: 4px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:ring-offset-px-bg:focus-visible {
    --tw-ring-offset-color: var(--px-bg);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (hover: hover) {
    .disabled\:hover\:bg-transparent:disabled:hover {
      background-color: #0000;
    }
  }

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

  @media (min-width: 821px) {
    .min-\[821px\]\:top-\[16svh\] {
      top: 16svh;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:right-\[clamp\(24px\,4vw\,60px\)\] {
      right: clamp(24px, 4vw, 60px);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:bottom-\[13svh\] {
      bottom: 13svh;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:left-\[clamp\(24px\,4vw\,60px\)\] {
      left: clamp(24px, 4vw, 60px);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-7 {
      grid-column: span 7 / span 7;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:col-span-8 {
      grid-column: span 8 / span 8;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:mr-0 {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:mb-\[14px\] {
      margin-bottom: 14px;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:ml-auto {
      margin-left: auto;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:w-\[min\(30vw\,380px\)\] {
      width: min(30vw, 380px);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:w-\[min\(46vw\,560px\)\] {
      width: min(46vw, 560px);
    }
  }

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

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

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

  @media (min-width: 821px) {
    .min-\[821px\]\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

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

  @media (min-width: 821px) {
    .min-\[821px\]\:text-\[17px\] {
      font-size: 17px;
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:text-\[clamp\(12\.5px\,1vw\,14\.5px\)\] {
      font-size: clamp(12.5px, 1vw, 14.5px);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:text-\[clamp\(30px\,3\.4vw\,50px\)\] {
      font-size: clamp(30px, 3.4vw, 50px);
    }
  }

  @media (min-width: 821px) {
    .min-\[821px\]\:text-\[clamp\(36px\,4\.8vw\,68px\)\] {
      font-size: clamp(36px, 4.8vw, 68px);
    }
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

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

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

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

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

:root, [data-theme="light"] {
  --px-bg: #f5f4f0;
  --px-text: #17150f;
  --px-muted: #a29d90;
  --px-hairline: #e3e1d9;
  --px-grid: #e7e5dd;
  --px-grid-strong: #dcd9cf;
  --px-outline: #141109;
  --px-scan: #fff;
}

[data-theme="dark"] {
  --px-bg: #010101;
  --px-text: #f3f0e8;
  --px-muted: #6d685d;
  --px-hairline: #2a2723;
  --px-grid: #211f1b;
  --px-grid-strong: #292621;
  --px-outline: #efe9dd;
  --px-scan: #fff4dc;
}

:root {
  --ease-out-2: cubic-bezier(.25, .46, .45, .94);
  --ease-out-3: cubic-bezier(.215, .61, .355, 1);
  --ease-out-4: cubic-bezier(.165, .84, .44, 1);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-y, 26px), 0);
  transition: opacity var(--reveal-duration, .9s) var(--ease-out-4) var(--reveal-delay, 0s),
        transform var(--reveal-duration, .9s) var(--ease-out-4) var(--reveal-delay, 0s);
}

[data-reveal="in"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal][data-reveal-mode="clip"] {
  opacity: 1;
  clip-path: inset(0 0 100%);
  transition: clip-path var(--reveal-duration, 1.1s) var(--ease-out-4) var(--reveal-delay, 0s);
  transform: none;
}

[data-reveal="in"][data-reveal-mode="clip"] {
  clip-path: inset(0);
}

[data-reveal][data-reveal-mode="fade"] {
  transition: opacity var(--reveal-duration, .9s) var(--ease-out-2) var(--reveal-delay, 0s);
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal][data-reveal-mode="clip"], [data-reveal][data-reveal-mode="fade"] {
    opacity: 1;
    clip-path: none;
    transition: none;
    transform: none;
  }
}

@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-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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-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;
}

/* [next]/internal/font/google/geist_ef09c865.module.css [client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_ef09c865-module__Gk2seG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_ef09c865-module__Gk2seG__variable {
  --font-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_66039167.module.css [client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0wkzw~je483f-.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2") format("woff2");
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.08e28id.o-okb.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_66039167-module__O0reuq__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_66039167-module__O0reuq__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [next]/internal/font/google/poppins_413226bd.module.css [client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.1110aazvokzp..woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.12skym0rqknxy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_413226bd-module__1v4PFq__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_413226bd-module__1v4PFq__variable {
  --font-poppins: "Poppins", "Poppins Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0g2i_xg._.css.map*/