/* [project]/packages/ui/src/styles/global.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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-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;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-space-x-reverse: 0;
      --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-inter, ui-sans-serif, system-ui, sans-serif);
    --font-mono: var(--font-geist-mono, ui-monospace, monospace);
    --color-cyan-500: #00b7d7;
    --color-violet-700: #7008e7;
    --color-fuchsia-600: #c600db;
    --color-slate-900: #0f172b;
    --color-zinc-700: #3f3f46;
    --color-zinc-800: #27272a;
    --color-neutral-800: #262626;
    --color-neutral-950: #0a0a0a;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: var(--font-weight-bridge-paragraph);
    --font-weight-medium: 500;
    --font-weight-semibold: var(--font-weight-bridge-heading);
    --font-weight-bold: var(--font-weight-bridge-dis);
    --font-weight-extrabold: 800;
    --tracking-tight: -.025em;
    --tracking-normal: 0em;
    --tracking-wide: .025em;
    --leading-relaxed: 1.625;
    --radius-xs: var(--border-radius-xs);
    --radius-sm: var(--border-radius-sm);
    --radius-md: var(--border-radius-md);
    --radius-lg: var(--border-radius-lg);
    --radius-xl: var(--border-radius-xl);
    --radius-2xl: var(--border-radius-2xl);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --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-inter, ui-sans-serif, system-ui, sans-serif);
    --default-mono-font-family: var(--font-geist-mono, ui-monospace, monospace);
    --radius: var(--border-radius-md);
    --color-web-base-neutral-white: var(--web-base-neutral-white);
    --font-heading: var(--font-figtree, ui-sans-serif, system-ui, sans-serif);
    --radius-full: var(--border-radius-full);
    --color-background: var(--background);
    --color-background-secondary: var(--background-secondary);
    --color-background-secondary-focus: var(--background-secondary-focus);
    --color-foreground: var(--foreground);
    --color-primary: var(--primary);
    --color-primary-foreground: var(--primary-foreground);
    --color-secondary: var(--secondary);
    --color-secondary-foreground: var(--secondary-foreground);
    --color-tertiary: var(--tertiary);
    --color-tertiary-foreground: var(--tertiary-foreground);
    --color-card: var(--card);
    --color-card-foreground: var(--card-foreground);
    --color-popover: var(--popover);
    --color-popover-foreground: var(--popover-foreground);
    --color-muted: var(--muted);
    --color-muted-foreground: var(--muted-foreground);
    --color-accent: var(--accent);
    --color-accent-foreground: var(--accent-foreground);
    --color-destructive: var(--destructive);
    --color-destructive-foreground: var(--destructive-foreground);
    --color-border: var(--border);
    --color-border-secondary: var(--border-secondary);
    --color-input: var(--input);
    --color-input-border: var(--input-border);
    --color-input-color-placeholder: var(--input-color-placeholder);
    --color-ring: var(--ring);
    --color-chart-1: var(--chart-1);
    --color-chart-2: var(--chart-2);
    --color-chart-3: var(--chart-3);
    --color-chart-4: var(--chart-4);
    --color-chart-5: var(--chart-5);
    --color-sidebar: var(--sidebar);
    --color-sidebar-foreground: var(--sidebar-foreground);
    --color-sidebar-primary: var(--sidebar-primary);
    --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
    --color-sidebar-accent: var(--sidebar-accent);
    --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
    --color-sidebar-border: var(--sidebar-border);
    --color-sidebar-ring: var(--sidebar-ring);
    --color-status-success: var(--ds-status-success);
    --color-status-warning: var(--ds-status-warning);
    --color-status-success-bg: var(--ds-status-success-bg);
    --color-status-warning-bg: var(--ds-status-warning-bg);
    --color-status-warning-bg-strong: var(--ds-status-warning-bg-strong);
    --color-alert-warning-bg: var(--ds-alert-warning-bg);
    --color-alert-warning-bg-strong: var(--ds-alert-warning-bg-strong);
    --color-alert-warning-emphasis: var(--ds-alert-warning-emphasis);
    --color-ds-primary-500: var(--ds-primary-500);
    --color-ds-primary-600: var(--ds-primary-600);
    --color-ds-primary-700: var(--ds-primary-700);
    --color-ds-primary-800: var(--ds-primary-800);
    --color-ds-primary-900: var(--ds-primary-900);
    --color-ds-neutral-600: var(--ds-neutral-600);
    --color-ds-neutral-700: var(--ds-neutral-700);
    --color-ds-neutral-800: var(--ds-neutral-800);
    --color-ds-neutral-900: var(--ds-neutral-900);
    --color-ds-warning-500: var(--ds-warning-500);
    --color-ds-warning-600: var(--ds-warning-600);
    --color-ds-warning-800: var(--ds-warning-800);
    --color-ds-warning-900: var(--ds-warning-900);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-cyan-500: lab(67.805% -35.3952 -30.2018);
      --color-violet-700: lab(35.2783% 67.9912 -88.793);
      --color-fuchsia-600: lab(47.5131% 83.4271 -63.0363);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
      --color-zinc-700: lab(26.8019% 1.35387 -4.68303);
      --color-zinc-800: lab(15.7305% .613764 -2.16959);
      --color-neutral-800: lab(15.204% 0 -.00000596046);
      --color-neutral-950: lab(2.75381% 0 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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(--border);
    outline-color: var(--ring);
  }

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

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  #storybook-root {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .animate-color-cycle {
    background-color: var(--accent);
  }

  .animate-color-cycle:hover {
    animation: 1.8s linear infinite color-cycle;
  }

  .animate-text-color-cycle {
    animation: 1.8s linear infinite text-color-cycle;
  }

  .animate-scroll-lozenge-enter {
    animation: .52s cubic-bezier(.34, 1.1, .64, 1) 1s both scroll-lozenge-enter;
  }

  .animate-scroll-lozenge-exit {
    animation: .36s cubic-bezier(.4, 0, 1, 1) both scroll-lozenge-exit;
  }

  .animate-scroll-lozenge-chrome-enter {
    animation: 1s both scroll-lozenge-chrome-enter;
  }

  .animate-scroll-lozenge-chrome-exit {
    animation: .36s cubic-bezier(.4, 0, 1, 1) both scroll-lozenge-chrome-exit;
  }

  @media (prefers-reduced-motion: reduce) {
    .animate-scroll-lozenge-enter {
      animation: .2s 1s both scroll-lozenge-enter-reduced;
    }

    .animate-scroll-lozenge-exit {
      animation: .16s both scroll-lozenge-exit-reduced;
    }

    .animate-scroll-lozenge-chrome-enter {
      animation: .2s both scroll-lozenge-chrome-enter;
    }

    .animate-scroll-lozenge-chrome-exit {
      animation: .16s both scroll-lozenge-chrome-exit;
    }
  }

  .hero-cta-animation-scope:is(.hero-cta-animation-active, :has(.hero-cta-trigger:is(:hover, :focus-visible))) .hero-soon-dot {
    animation: 1.8s linear infinite text-color-cycle;
  }

  .doodle * {
    box-sizing: border-box;
  }

  .doodle-border {
    isolation: isolate;
    background-color: #0000;
    position: relative;
  }

  .doodle-border:before {
    pointer-events: none;
    z-index: -1;
    content: "";
    border-style: solid;
    border-width: 14px;
    border-image: url("/panel-lg.svg") 32 fill / 14px;
    position: absolute;
    inset: 0;
  }

  @media (min-width: 768px) {
    .doodle-border:before {
      border-image: url("/panel-lg.svg") 32 fill / 24px;
    }
  }

  @media (max-width: 639px) {
    .star-card3-responsive {
      width: calc(var(--star-width) * .7) !important;
      height: calc(var(--star-height) * .7) !important;
    }
  }
}

@layer components;

@layer utilities {
  .\@container\/card-header {
    container: card-header / inline-size;
  }

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

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

  .collapse {
    visibility: collapse;
  }

  .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-\[35\%\] {
    inset: -35%;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-\[-29\.65\%_-8\.38\%_-17\.14\%_-8\.6\%\] {
    inset: -29.65% -8.38% -17.14% -8.6%;
  }

  .inset-\[0_8\.39\%_3\.38\%_5\.63\%\] {
    inset: 0 8.39% 3.38% 5.63%;
  }

  .inset-\[0_54\.26\%_38\.2\%_0\] {
    inset: 0 54.26% 38.2% 0;
  }

  .inset-\[7px\] {
    inset: 7px;
  }

  .inset-\[22\.92\%_-64\.71\%_-11\.24\%_-64\.71\%\] {
    inset: 22.92% -64.71% -11.24%;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .inset-y-0 {
    inset-block: 0;
  }

  .inset-y-6 {
    inset-block: calc(var(--spacing) * 6);
  }

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

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

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

  .top-0 {
    top: 0;
  }

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

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

  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }

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

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

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

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

  .top-\[-1\.49\%\] {
    top: -1.49%;
  }

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

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

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

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

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

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

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

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

  .top-\[7\.8\%\] {
    top: 7.8%;
  }

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

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

  .top-\[32\.69\%\] {
    top: 32.69%;
  }

  .top-\[36\.96\%\] {
    top: 36.96%;
  }

  .top-\[37\.92\%\] {
    top: 37.92%;
  }

  .top-\[38\.71\%\] {
    top: 38.71%;
  }

  .top-\[49\.34\%\] {
    top: 49.34%;
  }

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

  .top-\[calc\(50\%\+40px\)\] {
    top: calc(50% + 40px);
  }

  .right-0 {
    right: 0;
  }

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

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

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

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

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

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

  .right-\[-3\.5rem\] {
    right: -3.5rem;
  }

  .right-\[-4rem\] {
    right: -4rem;
  }

  .right-\[-5rem\] {
    right: -5rem;
  }

  .right-\[-8rem\] {
    right: -8rem;
  }

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

  .bottom-0 {
    bottom: 0;
  }

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

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

  .bottom-\[-8px\] {
    bottom: -8px;
  }

  .bottom-\[-53px\] {
    bottom: -53px;
  }

  .bottom-\[-126px\] {
    bottom: -126px;
  }

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

  .left-0 {
    left: 0;
  }

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

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

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

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

  .left-\[-5rem\] {
    left: -5rem;
  }

  .left-\[-8\.5rem\] {
    left: -8.5rem;
  }

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

  .left-\[-8rem\] {
    left: -8rem;
  }

  .left-\[-14\.06\%\] {
    left: -14.06%;
  }

  .left-\[-14rem\] {
    left: -14rem;
  }

  .left-\[0\.99\%\] {
    left: .99%;
  }

  .left-\[21\.7\%\] {
    left: 21.7%;
  }

  .left-\[48\.78\%\] {
    left: 48.78%;
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .left-\[54\.05\%\] {
    left: 54.05%;
  }

  .left-\[67\.18\%\] {
    left: 67.18%;
  }

  .left-\[82\.94\%\] {
    left: 82.94%;
  }

  .left-\[calc\(50\%-4\.5px\)\] {
    left: calc(50% - 4.5px);
  }

  .isolate {
    isolation: isolate;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

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

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

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

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

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

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

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .col-end-3 {
    grid-column-end: 3;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .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: 85.375rem) {
    .container {
      max-width: 85.375rem;
    }
  }

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

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

  .m-auto {
    margin: auto;
  }

  .mx-\[-11\.538\%\] {
    margin-inline: -11.538%;
  }

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

  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }

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

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

  .mt-\(--web-gap-gap-lg\) {
    margin-top: var(--web-gap-gap-lg);
  }

  .mt-\(--web-gap-gap-xs\) {
    margin-top: var(--web-gap-gap-xs);
  }

  .mt-\(--web-padding-padding-md\) {
    margin-top: var(--web-padding-padding-md);
  }

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

  .mt-1 {
    margin-top: var(--spacing);
  }

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

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

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

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

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

  .mt-\[-4px\] {
    margin-top: -4px;
  }

  .mt-\[-52px\] {
    margin-top: -52px;
  }

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

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

  .mb-\(--web-gap-gap-lg\) {
    margin-bottom: var(--web-gap-gap-lg);
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

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

  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }

  .ml-\[-3px\] {
    margin-left: -3px;
  }

  .ml-\[3px\] {
    margin-left: 3px;
  }

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

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

  .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-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-180\/52 {
    aspect-ratio: 180 / 52;
  }

  .aspect-241\/80 {
    aspect-ratio: 241 / 80;
  }

  .aspect-\[27\/38\] {
    aspect-ratio: 27 / 38;
  }

  .aspect-\[195\/112\] {
    aspect-ratio: 195 / 112;
  }

  .aspect-\[481\/356\] {
    aspect-ratio: 481 / 356;
  }

  .aspect-\[1003\/418\] {
    aspect-ratio: 1003 / 418;
  }

  .aspect-\[1366\/1566\] {
    aspect-ratio: 1366 / 1566;
  }

  .aspect-\[1920\/77\.3\] {
    aspect-ratio: 1920 / 77.3;
  }

  .aspect-\[1920\/760\] {
    aspect-ratio: 1920 / 760;
  }

  .aspect-\[1920\/1366\] {
    aspect-ratio: 1920 / 1366;
  }

  .aspect-\[3840\/3936\] {
    aspect-ratio: 3840 / 3936;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

  .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-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .size-\[98\.02\%\] {
    width: 98.02%;
    height: 98.02%;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: 0;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

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

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

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

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

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-64 {
    height: calc(var(--spacing) * 64);
  }

  .h-72 {
    height: calc(var(--spacing) * 72);
  }

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

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

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

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

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

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

  .h-\[50\.99\%\] {
    height: 50.99%;
  }

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

  .h-\[62\.08\%\] {
    height: 62.08%;
  }

  .h-\[65\%\] {
    height: 65%;
  }

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

  .h-\[96\%\] {
    height: 96%;
  }

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

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

  .h-\[200\%\] {
    height: 200%;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

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

  .max-h-\[calc\(100dvh-2rem\)\], .max-h-\[calc\(100dvh_-_2rem\)\] {
    max-height: calc(100dvh - 2rem);
  }

  .min-h-0 {
    min-height: 0;
  }

  .min-h-4 {
    min-height: calc(var(--spacing) * 4);
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }

  .min-h-48 {
    min-height: calc(var(--spacing) * 48);
  }

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

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

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

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

  .min-h-\[calc\(100dvh-3rem\)\] {
    min-height: calc(100dvh - 3rem);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .min-h-svh {
    min-height: 100svh;
  }

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

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

  .w-3\/4 {
    width: 75%;
  }

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

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

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

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

  .w-\[14\.36\%\] {
    width: 14.36%;
  }

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

  .w-\[38\.5\%\] {
    width: 38.5%;
  }

  .w-\[38\.21\%\] {
    width: 38.21%;
  }

  .w-\[45\.95\%\] {
    width: 45.95%;
  }

  .w-\[46\.67\%\] {
    width: 46.67%;
  }

  .w-\[91\%\] {
    width: 91%;
  }

  .w-\[92\%\] {
    width: 92%;
  }

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

  .w-\[118\.74\%\] {
    width: 118.74%;
  }

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

  .w-\[130\%\] {
    width: 130%;
  }

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

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

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

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

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

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

  .w-\[200\%\] {
    width: 200%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[min\(100\%\,328px\)\] {
    width: min(100%, 328px);
  }

  .w-\[min\(calc\(100vw_-_40px\)\,400px\)\] {
    width: min(100vw - 40px, 400px);
  }

  .w-auto {
    width: auto;
  }

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-w-md {
    max-width: var(--container-md);
  }

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

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-2 {
    min-width: calc(var(--spacing) * 2);
  }

  .flex-1 {
    flex: 1;
  }

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

  .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-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-rotate-30 {
    rotate: -30deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[25\.53deg\] {
    rotate: 25.53deg;
  }

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

  .animate-\[bar-loader_1\.5s_ease-in-out_infinite\] {
    animation: 1.5s ease-in-out infinite bar-loader;
  }

  .animate-in {
    animation: enter var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

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

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

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

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

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

  .grid-cols-\[0_1fr\] {
    grid-template-columns: 0 1fr;
  }

  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

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

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

  .flex-row {
    flex-direction: row;
  }

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

  .place-items-center {
    place-items: center;
  }

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

  .items-end {
    align-items: flex-end;
  }

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

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

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

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

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

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

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

  .justify-items-start {
    justify-items: start;
  }

  .gap-\(--responsive-section-y-sm\) {
    gap: var(--responsive-section-y-sm);
  }

  .gap-\(--web-gap-gap-lg\) {
    gap: var(--web-gap-gap-lg);
  }

  .gap-\(--web-gap-gap-md\) {
    gap: var(--web-gap-gap-md);
  }

  .gap-\(--web-gap-gap-sm\) {
    gap: var(--web-gap-gap-sm);
  }

  .gap-\(--web-gap-gap-xs\) {
    gap: var(--web-gap-gap-xs);
  }

  .gap-\(--web-padding-padding-xs\) {
    gap: var(--web-padding-padding-xs);
  }

  .gap-0 {
    gap: 0;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

  :where(.space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block: 0;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }

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

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

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

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

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

  .self-stretch {
    align-self: stretch;
  }

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

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

  .rounded-\(--web-measurements-border-radius-2xl\) {
    border-radius: var(--web-measurements-border-radius-2xl);
  }

  .rounded-\(--web-measurements-border-radius-lg\) {
    border-radius: var(--web-measurements-border-radius-lg);
  }

  .rounded-\(--web-measurements-border-radius-md\) {
    border-radius: var(--web-measurements-border-radius-md);
  }

  .rounded-\(--web-measurements-border-radius-xl\) {
    border-radius: var(--web-measurements-border-radius-xl);
  }

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

  .rounded-\[2rem\] {
    border-radius: 2rem;
  }

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

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

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

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

  .rounded-\[22\%\] {
    border-radius: 22%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\(--web-input-input-border\) {
    border-color: var(--web-input-input-border);
  }

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

  .border-\[\#5865F2\] {
    border-color: #5865f2;
  }

  .border-\[\#6857B9\] {
    border-color: #6857b9;
  }

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

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

  .border-\[var\(--web-button-tag-tag-secondary-border\,var\(--ds-primary-500\)\)\] {
    border-color: var(--web-button-tag-tag-secondary-border, var(--ds-primary-500));
  }

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

  .border-alert-warning-bg {
    border-color: var(--ds-alert-warning-bg);
  }

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

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

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

  .border-border\/70 {
    border-color: var(--border);
  }

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

  .border-border\/80 {
    border-color: var(--border);
  }

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

  .border-ds-primary-500 {
    border-color: var(--ds-primary-500);
  }

  .border-ds-primary-700 {
    border-color: var(--ds-primary-700);
  }

  .border-ds-warning-500 {
    border-color: var(--ds-warning-500);
  }

  .border-foreground\/40 {
    border-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-foreground\/40 {
      border-color: color-mix(in oklab, var(--foreground) 40%, transparent);
    }
  }

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

  .border-neutral-800 {
    border-color: var(--color-neutral-800);
  }

  .border-primary\/40 {
    border-color: var(--primary);
  }

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

  .border-white\/5 {
    border-color: #ffffff0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/5 {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-t-\(--web-base-accent-accent-blue-500\) {
    border-top-color: var(--web-base-accent-accent-blue-500);
  }

  .border-t-\(--web-base-accent-accent-green-500\) {
    border-top-color: var(--web-base-accent-accent-green-500);
  }

  .border-t-\(--web-base-accent-accent-orange-500\) {
    border-top-color: var(--web-base-accent-accent-orange-500);
  }

  .border-t-\(--web-base-accent-accent-pink-500\) {
    border-top-color: var(--web-base-accent-accent-pink-500);
  }

  .border-t-\(--web-base-accent-accent-purple-500\) {
    border-top-color: var(--web-base-accent-accent-purple-500);
  }

  .border-t-\(--web-base-accent-accent-yellow-500\) {
    border-top-color: var(--web-base-accent-accent-yellow-500);
  }

  .\!bg-ds-neutral-800 {
    background-color: var(--ds-neutral-800) !important;
  }

  .\!bg-ds-neutral-900 {
    background-color: var(--ds-neutral-900) !important;
  }

  .\!bg-ds-primary-600 {
    background-color: var(--ds-primary-600) !important;
  }

  .\!bg-ds-primary-700 {
    background-color: var(--ds-primary-700) !important;
  }

  .\!bg-ds-primary-800 {
    background-color: var(--ds-primary-800) !important;
  }

  .\!bg-ds-primary-900 {
    background-color: var(--ds-primary-900) !important;
  }

  .\!bg-ds-warning-800 {
    background-color: var(--ds-warning-800) !important;
  }

  .\!bg-ds-warning-900 {
    background-color: var(--ds-warning-900) !important;
  }

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

  .bg-\(--web-button-tag-tag-background-primary-active\) {
    background-color: var(--web-button-tag-tag-background-primary-active);
  }

  .bg-\(--web-button-tag-tag-primary-background\) {
    background-color: var(--web-button-tag-tag-primary-background);
  }

  .bg-\(--web-button-tag-tag-secondary-background\) {
    background-color: var(--web-button-tag-tag-secondary-background);
  }

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

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

  .bg-\[\#62FF46\] {
    background-color: #62ff46;
  }

  .bg-\[\#201F1D\] {
    background-color: #201f1d;
  }

  .bg-\[\#5865F2\] {
    background-color: #5865f2;
  }

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

  .bg-\[\#6857B9\] {
    background-color: #6857b9;
  }

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

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

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

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

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

  .bg-\[rgba\(16\,15\,14\,0\.3\)\] {
    background-color: #100f0e4d;
  }

  .bg-\[var\(--app-alert-success-background\,var\(--ds-status-success-bg\)\)\] {
    background-color: var(--app-alert-success-background, var(--ds-status-success-bg));
  }

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

  .bg-\[var\(--color-transaction-buy-background\)\] {
    background-color: var(--color-transaction-buy-background);
  }

  .bg-\[var\(--color-transaction-move-background\)\] {
    background-color: var(--color-transaction-move-background);
  }

  .bg-\[var\(--color-transaction-pay-background\)\] {
    background-color: var(--color-transaction-pay-background);
  }

  .bg-\[var\(--color-transaction-receive-background\)\] {
    background-color: var(--color-transaction-receive-background);
  }

  .bg-\[var\(--color-transaction-send-background\)\] {
    background-color: var(--color-transaction-send-background);
  }

  .bg-\[var\(--web-button-tag-tag-primary-background\,var\(--ds-primary-500\)\)\] {
    background-color: var(--web-button-tag-tag-primary-background, var(--ds-primary-500));
  }

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

  .bg-alert-warning-bg-strong {
    background-color: var(--ds-alert-warning-bg-strong);
  }

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

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

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

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

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

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

  .bg-black\/10 {
    background-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(in oklab, var(--color-black) 10%, 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-black\/70 {
    background-color: #000000b3;
  }

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

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

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

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

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

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

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

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

  .bg-muted\/20 {
    background-color: var(--muted);
  }

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

  .bg-muted\/40 {
    background-color: var(--muted);
  }

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

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

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

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

  .bg-secondary\/10 {
    background-color: var(--secondary);
  }

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

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

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

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

  .bg-status-warning-bg-strong {
    background-color: var(--ds-status-warning-bg-strong);
  }

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

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

  .bg-web-base-secondary-secondary-800 {
    background-color: var(--web-base-secondary-secondary-800);
  }

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

  .bg-white\/5 {
    background-color: #ffffff0d;
  }

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

  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-b {
      --tw-gradient-position: to bottom in oklab;
    }
  }

  .bg-linear-to-b {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-linear-to-br {
    --tw-gradient-position: to bottom right;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-br {
      --tw-gradient-position: to bottom right in oklab;
    }
  }

  .bg-linear-to-br {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\,rgba\(255\,70\,206\,0\.12\)_0\%\,rgba\(255\,70\,206\,0\)_100\%\)\] {
    background-image: radial-gradient(50% 50%, #ff46ce1f 0%, #ff46ce00 100%);
  }

  .bg-\[radial-gradient\(circle_closest-side\,rgba\(242\,170\,48\,0\.06\)_50\%\,rgba\(242\,170\,48\,0\.015\)_90\%\,rgba\(242\,170\,48\,0\)_100\%\)\] {
    background-image: radial-gradient(circle closest-side, #f2aa300f 50%, #f2aa3004 90%, #f2aa3000 100%);
  }

  .from-\[\#201F1D\] {
    --tw-gradient-from: #201f1d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#d0d0e6\] {
    --tw-gradient-from: #d0d0e6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-ds-neutral-800 {
    --tw-gradient-from: var(--ds-neutral-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-fuchsia-600 {
    --tw-gradient-from: var(--color-fuchsia-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .via-violet-700 {
    --tw-gradient-via: var(--color-violet-700);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#9595c1\] {
    --tw-gradient-to: #9595c1;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-background {
    --tw-gradient-to: var(--background);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-cyan-500 {
    --tw-gradient-to: var(--color-cyan-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-ds-neutral-800\/0 {
    --tw-gradient-to: var(--ds-neutral-800);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-ds-neutral-800\/0 {
      --tw-gradient-to: color-mix(in oklab, var(--ds-neutral-800) 0%, transparent);
    }
  }

  .to-ds-neutral-800\/0 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-30\% {
    --tw-gradient-to-position: 30%;
  }

  .to-50\% {
    --tw-gradient-to-position: 50%;
  }

  .\[background-size\:var\(--bg-size\)\] {
    background-size: var(--bg-size);
  }

  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }

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

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

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

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

  .p-\(--web-padding-padding-xl\) {
    padding: var(--web-padding-padding-xl);
  }

  .p-0 {
    padding: 0;
  }

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

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

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

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

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

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

  .px-\(--responsive-section-x\) {
    padding-inline: var(--responsive-section-x);
  }

  .px-\(--web-button-lg-padding-x\) {
    padding-inline: var(--web-button-lg-padding-x);
  }

  .px-\(--web-section-section-padding-x\) {
    padding-inline: var(--web-section-section-padding-x);
  }

  .px-0 {
    padding-inline: 0;
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

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

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

  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

  .py-\(--responsive-section-y\) {
    padding-block: var(--responsive-section-y);
  }

  .py-\(--responsive-section-y-lg\) {
    padding-block: var(--responsive-section-y-lg);
  }

  .py-\(--responsive-section-y-xl\) {
    padding-block: var(--responsive-section-y-xl);
  }

  .py-\(--web-button-lg-padding-y\) {
    padding-block: var(--web-button-lg-padding-y);
  }

  .py-\(--web-padding-padding-lg\) {
    padding-block: var(--web-padding-padding-lg);
  }

  .py-\(--web-padding-padding-sm\) {
    padding-block: var(--web-padding-padding-sm);
  }

  .py-0 {
    padding-block: 0;
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

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

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

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

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-\(--responsive-section-y-lg\) {
    padding-top: var(--responsive-section-y-lg);
  }

  .pt-\(--responsive-section-y-xl\) {
    padding-top: var(--responsive-section-y-xl);
  }

  .pt-\(--web-padding-padding-md\) {
    padding-top: var(--web-padding-padding-md);
  }

  .pt-\(--web-section-section-padding-y-lg\) {
    padding-top: var(--web-section-section-padding-y-lg);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

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

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

  .pr-\[20px\] {
    padding-right: 20px;
  }

  .pr-\[28px\] {
    padding-right: 28px;
  }

  .pr-\[32px\] {
    padding-right: 32px;
  }

  .pr-\[40px\] {
    padding-right: 40px;
  }

  .pb-\(--responsive-section-y-lg\) {
    padding-bottom: var(--responsive-section-y-lg);
  }

  .pb-\(--web-section-section-padding-y\) {
    padding-bottom: var(--web-section-section-padding-y);
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * .5);
  }

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

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

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

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

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

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

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

  .pl-1 {
    padding-left: var(--spacing);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

  .pl-\[16px\] {
    padding-left: 16px;
  }

  .pl-\[24px\] {
    padding-left: 24px;
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

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

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

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

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

  .\[font-family\:var\(--font-figtree\)\] {
    font-family: var(--font-figtree);
  }

  .font-heading {
    font-family: var(--font-figtree, ui-sans-serif, system-ui, sans-serif);
  }

  .font-mono {
    font-family: var(--font-geist-mono, ui-monospace, monospace);
  }

  .font-sans {
    font-family: var(--font-inter, ui-sans-serif, system-ui, sans-serif);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }

  .text-\[16px\]\/\[24px\] {
    font-size: 16px;
    line-height: 24px;
  }

  .text-\[24px\]\/\[32px\] {
    font-size: 24px;
    line-height: 32px;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\(length\:--text-button-md\) {
    font-size: var(--text-button-md);
  }

  .text-\(length\:--text-button-sm\) {
    font-size: var(--text-button-sm);
  }

  .text-\(length\:--text-button-xs\) {
    font-size: var(--text-button-xs);
  }

  .text-\(length\:--web-button-lg-font-size\) {
    font-size: var(--web-button-lg-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-2xl-font-size\) {
    font-size: var(--web-typography-heading-heading-2xl-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-3xl-font-size\) {
    font-size: var(--web-typography-heading-heading-3xl-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-4xl-font-size\) {
    font-size: var(--web-typography-heading-heading-4xl-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-lg-font-size\) {
    font-size: var(--web-typography-heading-heading-lg-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-md-font-size\) {
    font-size: var(--web-typography-heading-heading-md-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-sm-font-size\) {
    font-size: var(--web-typography-heading-heading-sm-font-size);
  }

  .text-\(length\:--web-typography-heading-heading-xl-font-size\) {
    font-size: var(--web-typography-heading-heading-xl-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-2xl-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-2xl-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-lg-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-lg-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-md-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-md-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-sm-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-sm-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-xl-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-xl-font-size);
  }

  .text-\(length\:--web-typography-paragraph-paragraph-xs-font-size\) {
    font-size: var(--web-typography-paragraph-paragraph-xs-font-size);
  }

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

  .text-\[0\.75rem\] {
    font-size: .75rem;
  }

  .text-\[0\.875rem\] {
    font-size: .875rem;
  }

  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .text-\[1rem\] {
    font-size: 1rem;
  }

  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .text-\[2rem\] {
    font-size: 2rem;
  }

  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .text-\[3rem\] {
    font-size: 3rem;
  }

  .text-\[4rem\] {
    font-size: 4rem;
  }

  .text-\[8rem\] {
    font-size: 8rem;
  }

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

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

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

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

  .leading-\(--text-button-md--line-height\) {
    --tw-leading: var(--text-button-md--line-height);
    line-height: var(--text-button-md--line-height);
  }

  .leading-\(--text-button-sm--line-height\) {
    --tw-leading: var(--text-button-sm--line-height);
    line-height: var(--text-button-sm--line-height);
  }

  .leading-\(--text-button-xs--line-height\) {
    --tw-leading: var(--text-button-xs--line-height);
    line-height: var(--text-button-xs--line-height);
  }

  .leading-\(--web-button-lg-line-height\) {
    --tw-leading: var(--web-button-lg-line-height);
    line-height: var(--web-button-lg-line-height);
  }

  .leading-\(--web-typography-heading-heading-2xl-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-2xl-line-height);
    line-height: var(--web-typography-heading-heading-2xl-line-height);
  }

  .leading-\(--web-typography-heading-heading-3xl-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-3xl-line-height);
    line-height: var(--web-typography-heading-heading-3xl-line-height);
  }

  .leading-\(--web-typography-heading-heading-4xl-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-4xl-line-height);
    line-height: var(--web-typography-heading-heading-4xl-line-height);
  }

  .leading-\(--web-typography-heading-heading-lg-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-lg-line-height);
    line-height: var(--web-typography-heading-heading-lg-line-height);
  }

  .leading-\(--web-typography-heading-heading-md-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-md-line-height);
    line-height: var(--web-typography-heading-heading-md-line-height);
  }

  .leading-\(--web-typography-heading-heading-sm-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-sm-line-height);
    line-height: var(--web-typography-heading-heading-sm-line-height);
  }

  .leading-\(--web-typography-heading-heading-xl-line-height\) {
    --tw-leading: var(--web-typography-heading-heading-xl-line-height);
    line-height: var(--web-typography-heading-heading-xl-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-2xl-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-2xl-line-height);
    line-height: var(--web-typography-paragraph-paragraph-2xl-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-lg-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-lg-line-height);
    line-height: var(--web-typography-paragraph-paragraph-lg-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-md-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-md-line-height);
    line-height: var(--web-typography-paragraph-paragraph-md-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-sm-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-sm-line-height);
    line-height: var(--web-typography-paragraph-paragraph-sm-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-xl-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-xl-line-height);
    line-height: var(--web-typography-paragraph-paragraph-xl-line-height);
  }

  .leading-\(--web-typography-paragraph-paragraph-xs-line-height\) {
    --tw-leading: var(--web-typography-paragraph-paragraph-xs-line-height);
    line-height: var(--web-typography-paragraph-paragraph-xs-line-height);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

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

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

  .leading-\[2\.5rem\] {
    --tw-leading: 2.5rem;
    line-height: 2.5rem;
  }

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

  .leading-\[3\.5rem\] {
    --tw-leading: 3.5rem;
    line-height: 3.5rem;
  }

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

  .leading-\[4\.5rem\] {
    --tw-leading: 4.5rem;
    line-height: 4.5rem;
  }

  .leading-\[8\.5rem\] {
    --tw-leading: 8.5rem;
    line-height: 8.5rem;
  }

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

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

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

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

  .font-bold {
    --tw-font-weight: var(--font-weight-bridge-dis);
    font-weight: var(--font-weight-bridge-dis);
  }

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

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

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

  .font-normal {
    --tw-font-weight: var(--font-weight-bridge-paragraph);
    font-weight: var(--font-weight-bridge-paragraph);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-bridge-heading);
    font-weight: var(--font-weight-bridge-heading);
  }

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

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

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

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

  .text-balance {
    text-wrap: balance;
  }

  .text-pretty {
    text-wrap: pretty;
  }

  .break-all {
    word-break: break-all;
  }

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

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

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .text-\(--ds-text-placeholder\) {
    color: var(--ds-text-placeholder);
  }

  .text-\(--web-button-tag-tag-label\) {
    color: var(--web-button-tag-tag-label);
  }

  .text-\(--web-button-tag-tag-label-active\) {
    color: var(--web-button-tag-tag-label-active);
  }

  .text-\(--web-text-text-placeholder\) {
    color: var(--web-text-text-placeholder);
  }

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

  .text-\(--web-text-text-secondary\) {
    color: var(--web-text-text-secondary);
  }

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

  .text-\[\#5865F2\] {
    color: #5865f2;
  }

  .text-\[\#19152D\] {
    color: #19152d;
  }

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

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

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

  .text-\[var\(--color-transaction-buy-foreground\)\] {
    color: var(--color-transaction-buy-foreground);
  }

  .text-\[var\(--color-transaction-move-foreground\)\] {
    color: var(--color-transaction-move-foreground);
  }

  .text-\[var\(--color-transaction-pay-foreground\)\] {
    color: var(--color-transaction-pay-foreground);
  }

  .text-\[var\(--color-transaction-receive-foreground\)\] {
    color: var(--color-transaction-receive-foreground);
  }

  .text-\[var\(--color-transaction-send-foreground\)\] {
    color: var(--color-transaction-send-foreground);
  }

  .text-\[var\(--ds-status-success\)\] {
    color: var(--ds-status-success);
  }

  .text-\[var\(--web-button-tag-tag-primary-label\,var\(--ds-neutral-900\)\)\] {
    color: var(--web-button-tag-tag-primary-label, var(--ds-neutral-900));
  }

  .text-\[var\(--web-button-tag-tag-secondary-label\,var\(--ds-primary-500\)\)\] {
    color: var(--web-button-tag-tag-secondary-label, var(--ds-primary-500));
  }

  .text-alert-warning-emphasis {
    color: var(--ds-alert-warning-emphasis);
  }

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

  .text-current {
    color: currentColor;
  }

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

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

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

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

  .text-ds-warning-500 {
    color: var(--ds-warning-500);
  }

  .text-ds-warning-600 {
    color: var(--ds-warning-600);
  }

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

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

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

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

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

  .text-inherit {
    color: inherit;
  }

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

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

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

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

  .text-status-success {
    color: var(--ds-status-success);
  }

  .text-status-warning {
    color: var(--ds-status-warning);
  }

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

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

  .text-transparent {
    color: #0000;
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

  .text-white\/80 {
    color: #fffc;
  }

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

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

  .decoration-primary\/60 {
    -webkit-text-decoration-color: var(--primary);
    text-decoration-color: var(--primary);
  }

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

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

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

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

  .opacity-70 {
    opacity: .7;
  }

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

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0 24px 80px var(--tw-shadow-color, #0006);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_32px_64px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_16px_32px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_8px_16px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_4px_8px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_2px_4px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.3\)\,0px_0px_1px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 32px 64px 0px var(--tw-shadow-color, #0000004d), 0px 16px 32px 0px var(--tw-shadow-color, #0000004d), 0px 8px 16px 0px var(--tw-shadow-color, #0000004d), 0px 4px 8px 0px var(--tw-shadow-color, #0000004d), 0px 2px 4px 0px var(--tw-shadow-color, #0000004d), 0px 1px 2px 0px var(--tw-shadow-color, #0000004d), 0px 0px 1px 0px var(--tw-shadow-color, #0000004d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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);
  }

  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

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

  .blur {
    --tw-blur: blur(8px);
    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 {
    --tw-backdrop-blur: blur(8px);
    -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, );
  }

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

  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    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-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

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

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

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

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .paused {
    animation-play-state: paused;
  }

  .running {
    animation-play-state: running;
  }

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

  @media (hover: hover) {
    .group-hover\:bg-\(--web-button-tag-tag-background-primary-focus\):is(:where(.group):hover *) {
      background-color: var(--web-button-tag-tag-background-primary-focus);
    }

    .group-hover\:bg-\[color-mix\(in_srgb\,\#6857B9\,white_10\%\)\]:is(:where(.group):hover *) {
      background-color: #7768c0;
    }

    .group-hover\:text-\(--web-button-tag-tag-label-focus\):is(:where(.group):hover *) {
      color: var(--web-button-tag-tag-label-focus);
    }
  }

  .group-focus-visible\:bg-\(--web-button-tag-tag-background-primary-focus\):is(:where(.group):focus-visible *) {
    background-color: var(--web-button-tag-tag-background-primary-focus);
  }

  .group-focus-visible\:text-\(--web-button-tag-tag-label-focus\):is(:where(.group):focus-visible *) {
    color: var(--web-button-tag-tag-label-focus);
  }

  .marker\:text-\(--web-base-primary-primary-500\) ::marker {
    color: var(--web-base-primary-primary-500);
  }

  .marker\:text-\(--web-base-primary-primary-500\)::marker {
    color: var(--web-base-primary-primary-500);
  }

  .marker\:text-\(--web-base-primary-primary-500\) ::-webkit-details-marker {
    color: var(--web-base-primary-primary-500);
  }

  .marker\:text-\(--web-base-primary-primary-500\)::-webkit-details-marker {
    color: var(--web-base-primary-primary-500);
  }

  .selection\:bg-primary ::selection, .selection\:bg-primary::selection {
    background-color: var(--primary);
  }

  .selection\:bg-ring ::selection, .selection\:bg-ring::selection {
    background-color: var(--ring);
  }

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

  .selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
    color: var(--primary-foreground);
  }

  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }

  .file\:h-7::file-selector-button {
    height: calc(var(--spacing) * 7);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-\(--web-text-text-placeholder\)::placeholder {
    color: var(--web-text-text-placeholder);
  }

  .placeholder\:text-input-color-placeholder::placeholder {
    color: var(--input-color-placeholder);
  }

  .placeholder\:opacity-100::placeholder {
    opacity: 1;
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:-top-px:after {
    content: var(--tw-content);
    top: -1px;
  }

  .after\:top-0:after {
    content: var(--tw-content);
    top: 0;
  }

  .after\:top-\[2px\]:after {
    content: var(--tw-content);
    top: 2px;
  }

  .after\:top-\[3px\]:after {
    content: var(--tw-content);
    top: 3px;
  }

  .after\:top-px:after {
    content: var(--tw-content);
    top: 1px;
  }

  .after\:-right-px:after {
    content: var(--tw-content);
    right: -1px;
  }

  .after\:right-0:after {
    content: var(--tw-content);
    right: 0;
  }

  .after\:right-\[2px\]:after {
    content: var(--tw-content);
    right: 2px;
  }

  .after\:right-\[3px\]:after {
    content: var(--tw-content);
    right: 3px;
  }

  .after\:right-px:after {
    content: var(--tw-content);
    right: 1px;
  }

  .after\:size-3:after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .after\:size-\[10px\]:after {
    content: var(--tw-content);
    width: 10px;
    height: 10px;
  }

  .after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: var(--border-radius-full);
  }

  .after\:bg-ds-warning-500:after {
    content: var(--tw-content);
    background-color: var(--ds-warning-500);
  }

  .first\:mt-0:first-child {
    margin-top: 0;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:bg-\(--web-button-tag-tag-primary-background\):hover {
      background-color: var(--web-button-tag-tag-primary-background);
    }

    .hover\:bg-\(--web-button-tag-tag-primary-background-hover\):hover {
      background-color: var(--web-button-tag-tag-primary-background-hover);
    }

    .hover\:bg-\[\#4f5add\]:hover {
      background-color: #4f5add;
    }

    .hover\:bg-\[\#4451DE\]:hover {
      background-color: #4451de;
    }

    .hover\:bg-\[\#5865F2\]\/20:hover {
      background-color: #5865f233;
      background-color: lab(48.1125% 29.044 -73.9904 / .2);
    }

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

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

    .hover\:bg-ds-neutral-900:hover {
      background-color: var(--ds-neutral-900);
    }

    .hover\:bg-ds-primary-600:hover {
      background-color: var(--ds-primary-600);
    }

    .hover\:bg-ds-primary-900:hover {
      background-color: var(--ds-primary-900);
    }

    .hover\:bg-ds-warning-900:hover {
      background-color: var(--ds-warning-900);
    }

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

    .hover\:bg-zinc-800:hover {
      background-color: var(--color-zinc-800);
    }

    .hover\:text-\(--web-text-text-link\):hover {
      color: var(--web-text-text-link);
    }

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

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

    .hover\:decoration-primary:hover {
      -webkit-text-decoration-color: var(--primary);
      text-decoration-color: var(--primary);
    }

    .hover\:opacity-80:hover {
      opacity: .8;
    }

    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

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

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

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

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

  .focus-visible\:border-\(--web-input-input-border-focus\):focus-visible {
    border-color: var(--web-input-input-border-focus);
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:bg-\(--web-button-tag-tag-primary-background-hover\):focus-visible {
    background-color: var(--web-button-tag-tag-primary-background-hover);
  }

  .focus-visible\:bg-\[\#4650c9\]:focus-visible {
    background-color: #4650c9;
  }

  .focus-visible\:bg-\[\#5865F2\]\/25:focus-visible {
    background-color: #5865f240;
    background-color: lab(48.1125% 29.044 -73.9904 / .25);
  }

  .focus-visible\:bg-\[\#c42a5d\]:focus-visible {
    background-color: #c42a5d;
  }

  .focus-visible\:bg-\[\#f2aa30\]:focus-visible {
    background-color: #f2aa30;
  }

  .focus-visible\:bg-ds-neutral-800:focus-visible {
    background-color: var(--ds-neutral-800);
  }

  .focus-visible\:bg-ds-primary-700:focus-visible {
    background-color: var(--ds-primary-700);
  }

  .focus-visible\:bg-ds-primary-800:focus-visible {
    background-color: var(--ds-primary-800);
  }

  .focus-visible\:bg-ds-warning-800:focus-visible {
    background-color: var(--ds-warning-800);
  }

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

  .focus-visible\:bg-zinc-700:focus-visible {
    background-color: var(--color-zinc-700);
  }

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

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:-outline-offset-2:focus-visible {
    outline-offset: calc(2px * -1);
  }

  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }

  .focus-visible\:outline-offset-4:focus-visible {
    outline-offset: 4px;
  }

  .focus-visible\:outline-\(--web-base-primary-primary-500\):focus-visible {
    outline-color: var(--web-base-primary-primary-500);
  }

  .focus-visible\:outline-\(--web-border-border-secondary-focus\):focus-visible {
    outline-color: var(--web-border-border-secondary-focus);
  }

  .focus-visible\:outline-tertiary:focus-visible {
    outline-color: var(--tertiary);
  }

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

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

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

  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }

  .has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has( > svg) {
    grid-template-columns: calc(var(--spacing) * 4) 1fr;
  }

  .has-\[\>svg\]\:gap-x-3:has( > svg) {
    column-gap: calc(var(--spacing) * 3);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
    height: 1px;
  }

  .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
    width: 100%;
  }

  .data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
    height: 100%;
  }

  .data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
    width: 1px;
  }

  :is(.\*\:data-\[slot\=alert-description\]\:text-destructive-foreground > *)[data-slot="alert-description"] {
    color: var(--destructive-foreground);
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: var(--accent);
  }

  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: var(--secondary);
  }

  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: var(--muted-foreground);
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

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

  @media not (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:sr-only {
      clip-path: inset(50%);
      white-space: nowrap;
      border-width: 0;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      position: absolute;
      overflow: hidden;
    }

    .max-md\:size-10 {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }

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

    .max-md\:p-0 {
      padding: 0;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inset-\[9px\] {
      inset: 9px;
    }

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

    .sm\:bottom-7 {
      bottom: calc(var(--spacing) * 7);
    }

    .sm\:left-\[-15rem\] {
      left: -15rem;
    }

    .sm\:order-1 {
      order: 1;
    }

    .sm\:-mt-10 {
      margin-top: calc(var(--spacing) * -10);
    }

    .sm\:mt-\[-4px\] {
      margin-top: -4px;
    }

    .sm\:mt-\[-5px\] {
      margin-top: -5px;
    }

    .sm\:mt-\[-6px\] {
      margin-top: -6px;
    }

    .sm\:mt-\[-70px\] {
      margin-top: -70px;
    }

    .sm\:mb-0 {
      margin-bottom: 0;
    }

    .sm\:ml-\[-3px\] {
      margin-left: -3px;
    }

    .sm\:ml-\[-5px\] {
      margin-left: -5px;
    }

    .sm\:ml-\[3px\] {
      margin-left: 3px;
    }

    .sm\:block {
      display: block;
    }

    .sm\:aspect-\[683\/209\] {
      aspect-ratio: 683 / 209;
    }

    .sm\:size-10 {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }

    .sm\:size-20 {
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
    }

    .sm\:h-10 {
      height: calc(var(--spacing) * 10);
    }

    .sm\:h-16 {
      height: calc(var(--spacing) * 16);
    }

    .sm\:h-90 {
      height: calc(var(--spacing) * 90);
    }

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

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

    .sm\:min-h-\[200px\] {
      min-height: 200px;
    }

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

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

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

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

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

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

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

    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }

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

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

    .sm\:grid-cols-\[auto_1fr\] {
      grid-template-columns: auto 1fr;
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-start {
      align-items: flex-start;
    }

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

    .sm\:justify-end {
      justify-content: flex-end;
    }

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

    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .sm\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    :where(.sm\:space-y-0 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block: 0;
    }

    :where(.sm\:space-x-3 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:\[background-size\:var\(--bg-size-sm\)\] {
      background-size: var(--bg-size-sm);
    }

    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .sm\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .sm\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }

    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .sm\:px-9 {
      padding-inline: calc(var(--spacing) * 9);
    }

    .sm\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }

    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .sm\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }

    .sm\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }

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

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

    .sm\:text-start {
      text-align: start;
    }

    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .sm\:text-\[0\.875rem\] {
      font-size: .875rem;
    }

    .sm\:text-\[1\.25rem\] {
      font-size: 1.25rem;
    }

    .sm\:text-\[1rem\] {
      font-size: 1rem;
    }

    .sm\:text-\[5\.5rem\] {
      font-size: 5.5rem;
    }

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

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

    .sm\:leading-\[1\.75rem\] {
      --tw-leading: 1.75rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-5 {
      top: calc(var(--spacing) * 5);
    }

    .md\:top-\[-60px\] {
      top: -60px;
    }

    .md\:top-\[11\%\] {
      top: 11%;
    }

    .md\:top-\[27\.59\%\] {
      top: 27.59%;
    }

    .md\:top-\[33\.96\%\] {
      top: 33.96%;
    }

    .md\:top-\[35\.89\%\] {
      top: 35.89%;
    }

    .md\:right-4 {
      right: calc(var(--spacing) * 4);
    }

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

    .md\:left-\[45\.78\%\] {
      left: 45.78%;
    }

    .md\:left-\[64\.45\%\] {
      left: 64.45%;
    }

    .md\:left-\[87\.55\%\] {
      left: 87.55%;
    }

    .md\:order-1 {
      order: 1;
    }

    .md\:order-2 {
      order: 2;
    }

    .md\:order-first {
      order: -9999;
    }

    .md\:mx-0 {
      margin-inline: 0;
    }

    .md\:-mt-11 {
      margin-top: calc(var(--spacing) * -11);
    }

    .md\:mt-\[-6px\] {
      margin-top: -6px;
    }

    .md\:mt-\[-80px\] {
      margin-top: -80px;
    }

    .md\:-mb-20 {
      margin-bottom: calc(var(--spacing) * -20);
    }

    .md\:mb-\[-20\.833\%\] {
      margin-bottom: -20.833%;
    }

    .md\:ml-\[-5px\] {
      margin-left: -5px;
    }

    .md\:ml-\[6px\] {
      margin-left: 6px;
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

    .md\:inline {
      display: inline;
    }

    .md\:aspect-\[192\/107\] {
      aspect-ratio: 192 / 107;
    }

    .md\:aspect-\[1206\/320\] {
      aspect-ratio: 1206 / 320;
    }

    .md\:size-7 {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }

    .md\:size-24 {
      width: calc(var(--spacing) * 24);
      height: calc(var(--spacing) * 24);
    }

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

    .md\:h-8 {
      height: calc(var(--spacing) * 8);
    }

    .md\:h-10 {
      height: calc(var(--spacing) * 10);
    }

    .md\:h-12 {
      height: calc(var(--spacing) * 12);
    }

    .md\:h-14 {
      height: calc(var(--spacing) * 14);
    }

    .md\:h-16 {
      height: calc(var(--spacing) * 16);
    }

    .md\:h-112 {
      height: calc(var(--spacing) * 112);
    }

    .md\:h-\[42\.466px\] {
      height: 42.466px;
    }

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

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

    .md\:h-auto {
      height: auto;
    }

    .md\:min-h-\[300px\] {
      min-height: 300px;
    }

    .md\:min-h-dvh {
      min-height: 100dvh;
    }

    .md\:w-1\/3 {
      width: 33.3333%;
    }

    .md\:w-24 {
      width: calc(var(--spacing) * 24);
    }

    .md\:w-\[12\.5\%\] {
      width: 12.5%;
    }

    .md\:w-\[16\.40425rem\] {
      width: 16.4043rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:w-\[calc\(50\%-0\.625rem\)\] {
      width: calc(50% - .625rem);
    }

    .md\:w-\[calc\(50\%-1\.25rem\)\] {
      width: calc(50% - 1.25rem);
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:max-w-2xl {
      max-width: var(--container-2xl);
    }

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

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

    .md\:min-w-px {
      min-width: 1px;
    }

    .md\:flex-1 {
      flex: 1;
    }

    .md\:flex-none {
      flex: none;
    }

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

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

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

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

    .md\:flex-row {
      flex-direction: row;
    }

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

    .md\:items-start {
      align-items: flex-start;
    }

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

    .md\:justify-start {
      justify-content: flex-start;
    }

    .md\:gap-\(--web-gap-gap-lg\) {
      gap: var(--web-gap-gap-lg);
    }

    .md\:gap-\(--web-gap-gap-xl\) {
      gap: var(--web-gap-gap-xl);
    }

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

    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

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

    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }

    .md\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }

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

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

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

    .md\:p-4 {
      padding: calc(var(--spacing) * 4);
    }

    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }

    .md\:p-16 {
      padding: calc(var(--spacing) * 16);
    }

    .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }

    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }

    .md\:px-\[16px\] {
      padding-inline: 16px;
    }

    .md\:px-\[20px\] {
      padding-inline: 20px;
    }

    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }

    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }

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

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

    .md\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }

    .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }

    .md\:pb-0 {
      padding-bottom: 0;
    }

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

    .md\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }

    .md\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }

    .md\:text-\[1\.25rem\] {
      font-size: 1.25rem;
    }

    .md\:text-\[1rem\] {
      font-size: 1rem;
    }

    .md\:text-\[2rem\] {
      font-size: 2rem;
    }

    .md\:text-\[3rem\] {
      font-size: 3rem;
    }

    .md\:text-\[6\.5rem\] {
      font-size: 6.5rem;
    }

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

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

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

    .md\:leading-6 {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }

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

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

    .md\:leading-\[1\.75rem\] {
      --tw-leading: 1.75rem;
      line-height: 1.75rem;
    }

    .md\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }

    .md\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }

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

    @media not (min-width: 64rem) {
      .md\:max-lg\:w-\[280px\] {
        width: 280px;
      }

      .md\:max-lg\:flex-none {
        flex: none;
      }

      .md\:max-lg\:justify-between {
        justify-content: space-between;
      }
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-6 {
      top: calc(var(--spacing) * 6);
    }

    .lg\:top-\[12\.77\%\] {
      top: 12.77%;
    }

    .lg\:top-\[33\.04\%\] {
      top: 33.04%;
    }

    .lg\:top-\[38\.87\%\] {
      top: 38.87%;
    }

    .lg\:top-\[39\.89\%\] {
      top: 39.89%;
    }

    .lg\:right-0 {
      right: 0;
    }

    .lg\:left-\[43\.01\%\] {
      left: 43.01%;
    }

    .lg\:left-\[64\.94\%\] {
      left: 64.94%;
    }

    .lg\:left-\[84\.91\%\] {
      left: 84.91%;
    }

    .lg\:order-1 {
      order: 1;
    }

    .lg\:order-2 {
      order: 2;
    }

    .lg\:mt-\[-90px\] {
      margin-top: -90px;
    }

    .lg\:-mb-24 {
      margin-bottom: calc(var(--spacing) * -24);
    }

    .lg\:mb-\[-31\.25\%\] {
      margin-bottom: -31.25%;
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:inline {
      display: inline;
    }

    .lg\:aspect-\[256\/145\] {
      aspect-ratio: 256 / 145;
    }

    .lg\:size-8 {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }

    .lg\:size-14 {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }

    .lg\:size-32 {
      width: calc(var(--spacing) * 32);
      height: calc(var(--spacing) * 32);
    }

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

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

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

    .lg\:h-10 {
      height: calc(var(--spacing) * 10);
    }

    .lg\:h-14 {
      height: calc(var(--spacing) * 14);
    }

    .lg\:h-16 {
      height: calc(var(--spacing) * 16);
    }

    .lg\:h-20 {
      height: calc(var(--spacing) * 20);
    }

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

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

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

    .lg\:min-h-\[calc\(100dvh-3rem-var\(--responsive-section-y\)-var\(--responsive-section-y\)\)\] {
      min-height: calc(100dvh - 3rem - var(--responsive-section-y) - var(--responsive-section-y));
    }

    .lg\:w-3 {
      width: calc(var(--spacing) * 3);
    }

    .lg\:w-44 {
      width: calc(var(--spacing) * 44);
    }

    .lg\:w-\[19\.52888rem\] {
      width: 19.5289rem;
    }

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

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

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

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

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

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

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

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

    .lg\:w-auto {
      width: auto;
    }

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

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

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

    .lg\:min-w-0 {
      min-width: 0;
    }

    .lg\:flex-1 {
      flex: 1;
    }

    .lg\:flex-none {
      flex: none;
    }

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

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

    .lg\:grid-cols-\[1fr_minmax\(0\,540px\)_1fr\] {
      grid-template-columns: 1fr minmax(0, 540px) 1fr;
    }

    .lg\:grid-cols-\[minmax\(0\,2fr\)_1px_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 2fr) 1px minmax(0, 1fr);
    }

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

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }

    .lg\:items-center {
      align-items: center;
    }

    .lg\:items-end {
      align-items: flex-end;
    }

    .lg\:items-start {
      align-items: flex-start;
    }

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

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

    .lg\:justify-end {
      justify-content: flex-end;
    }

    .lg\:justify-start {
      justify-content: flex-start;
    }

    .lg\:gap-\(--web-gap-gap-lg\) {
      gap: var(--web-gap-gap-lg);
    }

    .lg\:gap-0 {
      gap: 0;
    }

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

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

    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

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

    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }

    .lg\:self-stretch {
      align-self: stretch;
    }

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

    .lg\:truncate {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

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

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

    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }

    .lg\:p-14 {
      padding: calc(var(--spacing) * 14);
    }

    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }

    .lg\:px-15 {
      padding-inline: calc(var(--spacing) * 15);
    }

    .lg\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }

    .lg\:px-\[20px\] {
      padding-inline: 20px;
    }

    .lg\:px-\[24px\] {
      padding-inline: 24px;
    }

    .lg\:py-0 {
      padding-block: 0;
    }

    .lg\:py-1 {
      padding-block: var(--spacing);
    }

    .lg\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }

    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }

    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }

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

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

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

    .lg\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }

    .lg\:pb-6 {
      padding-bottom: calc(var(--spacing) * 6);
    }

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

    .lg\:text-\[1\.5rem\] {
      font-size: 1.5rem;
    }

    .lg\:text-\[1\.25rem\] {
      font-size: 1.25rem;
    }

    .lg\:text-\[2\.5rem\] {
      font-size: 2.5rem;
    }

    .lg\:text-\[2rem\] {
      font-size: 2rem;
    }

    .lg\:text-\[4rem\] {
      font-size: 4rem;
    }

    .lg\:text-\[8\.5rem\] {
      font-size: 8.5rem;
    }

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

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

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

    .lg\:leading-\[1\.75rem\] {
      --tw-leading: 1.75rem;
      line-height: 1.75rem;
    }

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

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

    .lg\:leading-\[64px\] {
      --tw-leading: 64px;
      line-height: 64px;
    }

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

  @media (min-width: 80rem) {
    .xl\:-mt-13 {
      margin-top: calc(var(--spacing) * -13);
    }

    .xl\:mt-\[-100px\] {
      margin-top: -100px;
    }

    .xl\:flex {
      display: flex;
    }

    .xl\:hidden {
      display: none;
    }

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

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

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

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

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

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

    .xl\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }

    .xl\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }

    .xl\:self-stretch {
      align-self: stretch;
    }

    .xl\:border-background {
      border-color: var(--background);
    }

    .xl\:p-18 {
      padding: calc(var(--spacing) * 18);
    }

    .xl\:p-20 {
      padding: calc(var(--spacing) * 20);
    }

    .xl\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .xl\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }

    .xl\:px-\[20px\] {
      padding-inline: 20px;
    }

    .xl\:px-\[28px\] {
      padding-inline: 28px;
    }

    .xl\:px-\[40px\] {
      padding-inline: 40px;
    }

    .xl\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .xl\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }

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

    .xl\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }

    .xl\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }

    .xl\:text-\[11\.25rem\] {
      font-size: 11.25rem;
    }

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

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

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

    .xl\:leading-8 {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }

    .xl\:leading-\[32px\] {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (min-width: 85.375rem) {
    .desktop\:top-2 {
      top: calc(var(--spacing) * 2);
    }

    .desktop\:top-\[12\.86\%\] {
      top: 12.86%;
    }

    .desktop\:top-\[27\.73\%\] {
      top: 27.73%;
    }

    .desktop\:top-\[31\.53\%\] {
      top: 31.53%;
    }

    .desktop\:top-\[33\.15\%\] {
      top: 33.15%;
    }

    .desktop\:-right-\[30px\] {
      right: -30px;
    }

    .desktop\:bottom-\[-63px\] {
      bottom: -63px;
    }

    .desktop\:left-\[45\.54\%\] {
      left: 45.54%;
    }

    .desktop\:left-\[57\.86\%\] {
      left: 57.86%;
    }

    .desktop\:left-\[73\.63\%\] {
      left: 73.63%;
    }

    .desktop\:mb-\[-45\.833\%\] {
      margin-bottom: -45.833%;
    }

    .desktop\:aspect-\[640\/311\] {
      aspect-ratio: 640 / 311;
    }

    .desktop\:size-36 {
      width: calc(var(--spacing) * 36);
      height: calc(var(--spacing) * 36);
    }

    .desktop\:h-16 {
      height: calc(var(--spacing) * 16);
    }

    .desktop\:h-20 {
      height: calc(var(--spacing) * 20);
    }

    .desktop\:w-\[8\.33\%\] {
      width: 8.33%;
    }

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

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

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

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

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

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

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

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

    .desktop\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

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

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

  @media (min-width: 96rem) {
    .\32 xl\:-mt-13 {
      margin-top: calc(var(--spacing) * -13);
    }

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

  @media (prefers-color-scheme: dark) {
    .dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
      }
    }
  }

  .\[\&_h1\]\:mb-5 h1 {
    margin-bottom: calc(var(--spacing) * 5);
  }

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

  .\[\&_h1\]\:leading-6 h1 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .\[\&_h1\]\:font-semibold h1 {
    --tw-font-weight: var(--font-weight-bridge-heading);
    font-weight: var(--font-weight-bridge-heading);
  }

  .\[\&_h1\]\:tracking-normal h1 {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }

  .\[\&_h2\]\:mt-8 h2 {
    margin-top: calc(var(--spacing) * 8);
  }

  .\[\&_h2\]\:mb-4 h2 {
    margin-bottom: calc(var(--spacing) * 4);
  }

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

  .\[\&_h2\]\:leading-6 h2 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .\[\&_h2\]\:font-semibold h2 {
    --tw-font-weight: var(--font-weight-bridge-heading);
    font-weight: var(--font-weight-bridge-heading);
  }

  .\[\&_h2\]\:tracking-normal h2 {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }

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

  .\[\&_li\]\:leading-6 li {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .\[\&_ol\]\:mb-5 ol {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .\[\&_ol\]\:list-decimal ol {
    list-style-type: decimal;
  }

  .\[\&_ol\]\:pl-5 ol {
    padding-left: calc(var(--spacing) * 5);
  }

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

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

  .\[\&_p\]\:leading-6 p {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .\[\&_p\]\:leading-relaxed p {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .\[\&_p\]\:font-normal p {
    --tw-font-weight: var(--font-weight-bridge-paragraph);
    font-weight: var(--font-weight-bridge-paragraph);
  }

  .\[\&_strong\]\:font-semibold strong {
    --tw-font-weight: var(--font-weight-bridge-heading);
    font-weight: var(--font-weight-bridge-heading);
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:size-5 svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .\[\&_svg\]\:size-6 svg {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .\[\&_svg\]\:size-7 svg {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .\[\&_svg\]\:size-8 svg {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  @media not (min-width: 48rem) {
    .max-md\:\[\&_svg\]\:size-6 svg {
      width: calc(var(--spacing) * 6);
      height: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:\[\&_svg\]\:size-7 svg {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_ul\]\:mb-5 ul {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .\[\&_ul\]\:list-disc ul {
    list-style-type: disc;
  }

  .\[\&_ul\]\:pl-5 ul {
    padding-left: calc(var(--spacing) * 5);
  }

  .\[\.border-b\]\:pb-6.border-b {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .\[\.border-t\]\:pt-6.border-t {
    padding-top: calc(var(--spacing) * 6);
  }

  .\[\&\>button\]\:top-5 > button {
    top: calc(var(--spacing) * 5);
  }

  .\[\&\>button\]\:right-5 > button {
    right: calc(var(--spacing) * 5);
  }

  .\[\&\>button\]\:hidden > button {
    display: none;
  }

  .\[\&\>button\]\:text-white\/70 > button {
    color: #ffffffb3;
  }

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

  .\[\&\>button\]\:opacity-100 > button {
    opacity: 1;
  }

  .\[\&\>button_svg\]\:size-6 > button svg {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .\[\&\>li\]\:relative > li {
    position: relative;
  }

  .\[\&\>li\]\:pl-\[1\.625rem\] > li {
    padding-left: 1.625rem;
  }

  .\[\&\>li\]\:before\:absolute > li:before {
    content: var(--tw-content);
    position: absolute;
  }

  .\[\&\>li\]\:before\:top-\[calc\(\(1lh-0\.875rem\)\/2\)\] > li:before {
    content: var(--tw-content);
    top: calc(.5lh - .4375rem);
  }

  .\[\&\>li\]\:before\:left-0 > li:before {
    content: var(--tw-content);
    left: 0;
  }

  .\[\&\>li\]\:before\:size-3\.5 > li:before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&\>li\]\:before\:rounded-full > li:before {
    content: var(--tw-content);
    border-radius: var(--border-radius-full);
  }

  .\[\&\>li\]\:before\:bg-\(--web-base-primary-primary-500\) > li:before {
    content: var(--tw-content);
    background-color: var(--web-base-primary-primary-500);
  }

  .\[\&\>li\]\:before\:content-\[\'\'\] > li:before {
    --tw-content: "";
    content: var(--tw-content);
  }

  .\[\&\>p\:first-child\]\:text-\(length\:--web-typography-paragraph-paragraph-xl-font-size\) > p:first-child {
    font-size: var(--web-typography-paragraph-paragraph-xl-font-size);
  }

  .\[\&\>p\:first-child\]\:leading-\(--web-typography-paragraph-paragraph-xl-line-height\) > p:first-child {
    --tw-leading: var(--web-typography-paragraph-paragraph-xl-line-height);
    line-height: var(--web-typography-paragraph-paragraph-xl-line-height);
  }

  .\[\&\>svg\]\:size-4 > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:translate-y-0\.5 > svg {
    --tw-translate-y: calc(var(--spacing) * .5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .\[\&\>svg\]\:text-current > svg {
    color: currentColor;
  }
}

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

[data-ds="web"] {
  --web-measurements-border-radius-sm: 4px;
  --web-measurements-border-radius-md: 8px;
  --web-measurements-border-radius-lg: 12px;
  --web-measurements-border-radius-xl: 16px;
  --web-measurements-border-radius-2xl: 24px;
  --web-measurements-border-radius-full: 1000px;
  --web-typography-font-font-family-heading: Inter;
  --web-typography-font-font-weight-heading: Semi Bold;
  --web-typography-font-font-family-display: Figtree;
  --web-typography-font-font-weight-display: Bold;
  --web-typography-font-font-family-paragraph: Inter;
  --web-typography-font-font-weight-paragraph: Regular;
  --web-typography-font-font-family-heading-secondary: Comic Neue;
  --web-typography-font-font-weight-heading-secondary: Bold;
  --web-typography-font-font-weight-strong: Semi Bold;
  --web-typography-font-font-weight-link: Semi Bold;
  --web-typography-font-font-family-button: Inter;
  --web-typography-font-font-weight-button: Semi Bold;
  --web-text-text-primary: var(--web-base-neutral-white);
  --web-text-text-secondary: var(--web-base-neutral-neutral-300);
  --web-text-text-placeholder: var(--web-base-neutral-neutral-400);
  --web-text-text-link: var(--web-base-primary-primary-500);
  --web-text-text-link-hover: var(--web-base-primary-primary-600);
  --web-text-text-link-focus: var(--web-base-primary-primary-700);
  --web-text-text-success: var(--web-base-utility-success-success-500);
  --web-text-text-warning: var(--web-base-utility-warning-warning-500);
  --web-text-text-caution: var(--web-base-accent-accent-orange-500);
  --web-background-background-primary: var(--web-base-neutral-black);
  --web-background-background-secondary: var(--web-base-neutral-neutral-800);
  --web-background-background-secondary-focus: var(--web-base-neutral-neutral-700);
  --web-background-background-tertiary: var(--web-base-neutral-neutral-700);
  --web-border-border-primary: var(--web-base-neutral-neutral-800);
  --web-border-border-primary-focus: var(--web-base-neutral-neutral-700);
  --web-border-border-secondary: var(--web-base-neutral-neutral-700);
  --web-border-border-secondary-focus: var(--web-base-neutral-neutral-600);
  --web-border-border-selected: var(--web-base-neutral-neutral-500);
  --web-bottomsheet-bottomsheet-background: var(--web-background-background-secondary);
  --web-button-primary-button-label-primary: var(--web-base-neutral-neutral-800);
  --web-button-primary-button-background-primary: var(--web-base-primary-primary-500);
  --web-button-primary-button-background-hover: var(--web-base-primary-primary-600);
  --web-button-primary-button-background-primary-focus: var(--web-base-primary-primary-700);
  --web-button-secondary-button-label-secondary: var(--web-base-primary-primary-500);
  --web-button-secondary-button-border-secondary: var(--web-base-primary-primary-500);
  --web-button-secondary-button-background-secondary-hover: var(--web-base-primary-primary-900);
  --web-button-secondary-button-background-secondary-focus: var(--web-base-primary-primary-800);
  --web-button-tertiary-button-label-tertiary: var(--web-base-primary-primary-500);
  --web-button-tertiary-button-background-tertiary-focus: var(--web-base-neutral-neutral-800);
  --web-button-warning-button-label-warning: var(--web-base-utility-warning-warning-500);
  --web-button-warning-button-border-warning: var(--web-base-utility-warning-warning-500);
  --web-button-warning-button-background-warning-hover: var(--web-base-utility-warning-warning-900);
  --web-button-warning-button-background-warning-focus: var(--web-base-utility-warning-warning-800);
  --web-button-tag-tag-label: var(--web-text-text-secondary);
  --web-button-tag-tag-label-hover: var(--web-text-text-primary);
  --web-button-tag-tag-label-focus: var(--web-text-text-primary);
  --web-button-tag-tag-label-active: var(--web-base-neutral-neutral-800);
  --web-button-tag-tag-primary-background: var(--web-base-neutral-neutral-800);
  --web-button-tag-tag-primary-background-hover: var(--web-base-neutral-neutral-700);
  --web-button-tag-tag-background-primary-focus: var(--web-base-neutral-neutral-600);
  --web-button-tag-tag-background-primary-active: var(--web-base-primary-primary-500);
  --web-button-tag-tag-secondary-background: var(--web-base-neutral-neutral-700);
  --web-button-tag-tag-secondary-background-hover: var(--web-base-neutral-neutral-600);
  --web-button-tag-tag-background-secondary-focus: var(--web-base-neutral-neutral-500);
  --web-button-tag-tag-background-secondary-active: var(--web-base-primary-primary-500);
  --web-card-card-background: var(--web-background-background-secondary);
  --web-card-card-background-focus: var(--web-background-background-secondary-focus);
  --web-card-card-border-primary: var(--web-border-border-primary);
  --web-card-card-border-selected: var(--web-border-border-selected);
  --web-indicator-toast-background-warning: var(--web-base-utility-warning-warning-900);
  --web-indicator-toast-label-warning: var(--web-base-utility-warning-warning-500);
  --web-indicator-toast-background-success: var(--web-base-utility-success-success-900);
  --web-indicator-toast-label-success: var(--web-base-utility-success-success-500);
  --web-input-input-background: var(--web-background-background-secondary);
  --web-input-input-background-focus: var(--web-background-background-secondary);
  --web-input-input-border: var(--web-border-border-secondary);
  --web-input-input-border-focus: var(--web-border-border-secondary-focus);
  --web-input-input-placeholder: var(--web-base-neutral-neutral-400);
  --web-navigation-nav-border-bottom: var(--web-base-transparency-white-white-10);
  --web-tab-tab-label: var(--web-text-text-primary);
  --web-tab-tab-label-active: var(--web-base-neutral-neutral-800);
  --web-tab-tab-background-active: var(--web-base-primary-primary-500);
  --web-tab-tabbar-background: var(--web-base-neutral-neutral-800);
  --web-base-primary-primary-100: #fceed6;
  --web-base-primary-primary-200: #faddac;
  --web-base-primary-primary-300: #f7cc83;
  --web-base-primary-primary-400: #f5bb59;
  --web-base-primary-primary-500: #f2aa30;
  --web-base-primary-primary-600: #c28826;
  --web-base-primary-primary-700: #91661d;
  --web-base-primary-primary-800: #614413;
  --web-base-primary-primary-900: #30220a;
  --web-base-secondary-secondary-100: #e8e6ff;
  --web-base-secondary-secondary-200: #d8cfff;
  --web-base-secondary-secondary-300: #b8a8ff;
  --web-base-secondary-secondary-400: #9780ff;
  --web-base-secondary-secondary-500: #6857b9;
  --web-base-secondary-secondary-600: #493a90;
  --web-base-secondary-secondary-700: #302564;
  --web-base-secondary-secondary-800: #241c4e;
  --web-base-secondary-secondary-900: #19152d;
  --web-base-neutral-white: #fff;
  --web-base-utility-success-success-100: #e0ffda;
  --web-base-neutral-neutral-100: #e6e6e5;
  --web-base-neutral-neutral-200: #cdcdcc;
  --web-base-neutral-neutral-300: #b5b5b4;
  --web-base-neutral-neutral-400: #8c8883;
  --web-base-neutral-neutral-500: #5b5a58;
  --web-base-neutral-neutral-600: #464543;
  --web-base-neutral-neutral-700: #333230;
  --web-base-neutral-neutral-800: #201f1d;
  --web-base-neutral-neutral-900: #151413;
  --web-base-neutral-black: #100f0e;
  --web-base-utility-success-success-200: #c0ffb5;
  --web-base-utility-success-success-300: #a1ff90;
  --web-base-utility-success-success-400: #81ff6b;
  --web-base-utility-success-success-500: #62ff46;
  --web-base-utility-success-success-600: #4ecc38;
  --web-base-utility-success-success-700: #3b992a;
  --web-base-utility-success-success-800: #27661c;
  --web-base-utility-success-success-900: #14330e;
  --web-base-utility-warning-warning-100: #ffd5de;
  --web-base-utility-warning-warning-200: #ffacbe;
  --web-base-utility-warning-warning-300: #ff829d;
  --web-base-utility-warning-warning-400: #ff597d;
  --web-base-utility-warning-warning-500: #ff2f5c;
  --web-base-utility-warning-warning-600: #cc264a;
  --web-base-utility-warning-warning-700: #991c37;
  --web-base-utility-warning-warning-800: #661325;
  --web-base-utility-warning-warning-900: #330912;
  --web-base-transparency-black-black-10: #0000001a;
  --web-base-transparency-black-black-20: #0003;
  --web-base-transparency-black-black-30: #0000004d;
  --web-base-transparency-black-black-40: #0006;
  --web-base-transparency-black-black-50: #00000080;
  --web-base-transparency-black-black-60: #0009;
  --web-base-transparency-black-black-70: #000000b2;
  --web-base-transparency-black-black-80: #000c;
  --web-base-transparency-black-black-90: #000000e5;
  --web-base-transparency-white-white-10: #ffffff1a;
  --web-base-transparency-white-white-20: #fff3;
  --web-base-transparency-white-white-30: #ffffff4d;
  --web-base-transparency-white-white-40: #fff6;
  --web-base-transparency-white-white-50: #ffffff80;
  --web-base-transparency-white-white-60: #fff9;
  --web-base-transparency-white-white-70: #ffffffb2;
  --web-base-transparency-white-white-80: #fffc;
  --web-base-transparency-white-white-90: #ffffffe5;
  --web-base-accent-accent-pink-500: #ff46ce;
  --web-base-accent-accent-pink-900: #281422;
  --web-base-accent-accent-yellow-500: #fffc36;
  --web-base-accent-accent-yellow-900: #282612;
  --web-base-accent-accent-blue-500: #2bf9ff;
  --web-base-accent-accent-blue-900: #122627;
  --web-base-accent-accent-green-500: #62ff46;
  --web-base-accent-accent-green-900: #182714;
  --web-base-accent-accent-orange-500: #ff7d47;
  --web-base-accent-accent-orange-900: #402519;
  --web-base-accent-accent-purple-500: #9780ff;
  --web-base-accent-accent-purple-900: #2b263e;
  --web-gap-gap-xl: 56px;
  --web-gap-gap-lg: 32px;
  --web-gap-gap-md: 20px;
  --web-gap-gap-sm: 16px;
  --web-gap-gap-xs: 8px;
  --web-gap-gap-2xs: 4px;
  --web-padding-padding-3xl: 48px;
  --web-padding-padding-2xl: 40px;
  --web-padding-padding-xl: 32px;
  --web-padding-padding-lg: 24px;
  --web-padding-padding-md: 20px;
  --web-padding-padding-sm: 16px;
  --web-padding-padding-xs: 12px;
  --web-padding-padding-2xs: 8px;
  --web-section-section-padding-x: 20px;
  --web-section-section-padding-y: 16px;
  --web-section-section-padding-x-sm: 16px;
  --web-container-max-width: 1280px;
  --web-button-lg-font-size: 16px;
  --web-typography-heading-heading-sm-font-size: 14px;
  --web-typography-heading-heading-sm-line-height: 22px;
  --web-typography-heading-heading-md-font-size: 16px;
  --web-typography-heading-heading-md-line-height: 24px;
  --web-typography-heading-heading-lg-font-size: 20px;
  --web-typography-heading-heading-lg-line-height: 28px;
  --web-typography-heading-heading-xl-font-size: 24px;
  --web-typography-heading-heading-xl-line-height: 32px;
  --web-typography-heading-heading-2xl-font-size: 32px;
  --web-typography-heading-heading-3xl-font-size: 32px;
  --web-typography-heading-heading-2xl-line-height: 40px;
  --web-typography-heading-heading-3xl-line-height: 40px;
  --web-typography-paragraph-paragraph-xs-font-size: 12px;
  --web-typography-paragraph-paragraph-xs-line-height: 18px;
  --web-typography-paragraph-paragraph-sm-font-size: 14px;
  --web-typography-paragraph-paragraph-sm-line-height: 20px;
  --web-typography-paragraph-paragraph-md-font-size: 16px;
  --web-typography-paragraph-paragraph-md-line-height: 24px;
  --web-typography-paragraph-paragraph-lg-font-size: 16px;
  --web-typography-paragraph-paragraph-lg-line-height: 24px;
  --web-typography-paragraph-paragraph-xl-font-size: 20px;
  --web-typography-paragraph-paragraph-xl-line-height: 28px;
  --web-typography-paragraph-paragraph-2xl-font-size: 24px;
  --web-typography-paragraph-paragraph-2xl-line-height: 32px;
  --web-typography-button-button-xs-font-size: 14px;
  --web-typography-button-button-xs-line-height: 22px;
  --web-typography-button-button-sm-font-size: 16px;
  --web-typography-button-button-sm-line-height: 24px;
  --web-typography-button-button-md-font-size: 20px;
  --web-typography-button-button-md-line-height: 28px;
  --web-typography-button-button-lg-font-size: 24px;
  --web-typography-button-button-lg-line-height: 32px;
  --web-button-lg-line-height: 24px;
  --web-button-lg-icon-size: 24px;
  --web-button-lg-padding-icon: 20px;
  --web-button-lg-padding-x: 24px;
  --web-button-lg-padding-y: 16px;
  --web-button-lg-gap: 8px;
  --web-button-md-font-size: 16px;
  --web-button-sm-font-size: 14px;
  --web-button-sm-line-height: 20px;
  --web-button-sm-icon-size: 20px;
  --web-button-sm-padding-icon: 12px;
  --web-button-sm-padding-x: 16px;
  --web-button-sm-padding-y: 10px;
  --web-button-sm-gap: 4px;
  --web-button-md-line-height: 24px;
  --web-button-md-icon-size: 24px;
  --web-button-md-padding-icon: 16px;
  --web-button-md-padding-x: 20px;
  --web-button-md-padding-y: 12px;
  --web-button-md-gap: 4px;
  --web-container-max-width-sm: 640px;
  --web-container-max-width-xs: 480px;
  --web-section-section-padding-y-sm: 16px;
  --web-section-section-padding-y-lg: 32px;
  --web-section-section-padding-y-xl: 48px;
  --web-button-xs-font-size: 14px;
  --web-button-xs-line-height: 20px;
  --web-button-xs-icon-size: 20px;
  --web-button-xs-padding-icon: 12px;
  --web-button-xs-padding-x: 16px;
  --web-button-xs-padding-y: 10px;
  --web-button-xs-gap: 4px;
  --web-button-2xs-font-size: 14px;
  --web-button-2xs-line-height: 20px;
  --web-button-2xs-icon-size: 16px;
  --web-button-2xs-padding-icon: 6px;
  --web-button-2xs-padding-x: 12px;
  --web-button-2xs-padding-y: 6px;
  --web-button-2xs-gap: 4px;
  --web-button-xs-font-size-2: 14px;
  --web-button-xs-line-height-2: 20px;
  --web-button-xs-icon-size-2: 20px;
  --web-button-xs-padding-icon-2: 12px;
  --web-button-xs-padding-x-2: 16px;
  --web-button-xs-padding-y-2: 10px;
  --web-button-xs-gap-2: 4px;
  --web-typography-heading-heading-4xl-font-size: 48px;
  --web-typography-heading-heading-4xl-line-height: 56px;
  --ds-background: var(--web-background-background-primary);
  --ds-background-secondary: var(--web-background-background-secondary);
  --ds-background-secondary-focus: var(--web-background-background-secondary-focus);
  --ds-foreground: var(--web-text-text-primary);
  --ds-card: var(--web-card-card-background);
  --ds-card-foreground: var(--web-text-text-primary);
  --ds-popover: var(--web-background-background-secondary);
  --ds-popover-foreground: var(--web-text-text-primary);
  --ds-primary: var(--web-text-text-primary);
  --ds-primary-foreground: var(--web-background-background-primary);
  --ds-secondary: var(--web-text-text-secondary);
  --ds-secondary-foreground: var(--web-text-text-primary);
  --ds-tertiary: var(--web-button-primary-button-background-primary);
  --ds-tertiary-foreground: var(--web-text-text-secondary);
  --ds-muted: var(--web-background-background-secondary);
  --ds-muted-foreground: var(--web-text-text-secondary);
  --ds-accent: var(--web-background-background-tertiary);
  --ds-accent-foreground: var(--web-text-text-primary);
  --ds-destructive: var(--web-base-utility-warning-warning-900);
  --ds-destructive-foreground: var(--web-base-utility-warning-warning-400);
  --ds-border: var(--web-border-border-primary);
  --ds-border-secondary: var(--web-border-border-secondary);
  --ds-input: var(--web-input-input-background);
  --ds-input-border: var(--web-input-input-border);
  --ds-input-placeholder: var(--web-input-input-placeholder);
  --ds-ring: var(--web-base-primary-primary-700);
  --ds-chart-1: var(--web-base-primary-primary-600);
  --ds-chart-2: var(--web-base-utility-success-success-500);
  --ds-chart-3: var(--web-base-accent-accent-orange-500);
  --ds-chart-4: var(--web-base-secondary-secondary-400);
  --ds-chart-5: var(--web-base-utility-warning-warning-500);
  --ds-sidebar-foreground: var(--web-text-text-primary);
  --ds-status-success: var(--web-text-text-success);
  --ds-status-warning: var(--web-text-text-warning);
  --ds-status-success-bg: var(--web-base-accent-accent-green-900);
  --ds-status-warning-bg: var(--web-base-accent-accent-orange-900);
  --ds-status-warning-bg-strong: var(--web-base-utility-warning-warning-900);
  --ds-alert-warning-bg: var(--web-base-accent-accent-orange-500);
  --ds-alert-warning-bg-strong: var(--web-base-accent-accent-orange-900);
  --ds-alert-warning-emphasis: var(--web-base-accent-accent-orange-500);
  --ds-text-primary: var(--web-text-text-primary);
  --ds-text-secondary: var(--web-text-text-secondary);
  --ds-text-placeholder: var(--web-text-text-placeholder);
  --ds-text-link: var(--web-text-text-link);
  --ds-text-success: var(--web-text-text-success);
  --ds-text-warning: var(--web-text-text-warning);
  --ds-text-caution: var(--web-text-text-caution);
  --ds-button-bg-primary: var(--web-button-primary-button-background-primary);
  --ds-button-label-primary: var(--web-button-primary-button-label-primary);
  --ds-primary-500: var(--web-base-primary-primary-500);
  --ds-primary-600: var(--web-base-primary-primary-600);
  --ds-primary-700: var(--web-base-primary-primary-700);
  --ds-primary-800: var(--web-base-primary-primary-800);
  --ds-primary-900: var(--web-base-primary-primary-900);
  --ds-neutral-600: var(--web-base-neutral-neutral-600);
  --ds-neutral-700: var(--web-base-neutral-neutral-700);
  --ds-neutral-800: var(--web-base-neutral-neutral-800);
  --ds-neutral-900: var(--web-base-neutral-neutral-900);
  --ds-warning-500: var(--web-base-utility-warning-warning-500);
  --ds-warning-600: var(--web-base-utility-warning-warning-600);
  --ds-warning-800: var(--web-base-utility-warning-warning-800);
  --ds-warning-900: var(--web-base-utility-warning-warning-900);
  --color-transaction-send-background: var(--web-base-accent-accent-yellow-900);
  --color-transaction-send-foreground: var(--web-base-accent-accent-yellow-500);
  --color-transaction-buy-background: var(--web-base-accent-accent-green-900);
  --color-transaction-buy-foreground: var(--web-base-accent-accent-green-500);
  --color-transaction-move-background: var(--web-base-accent-accent-pink-900);
  --color-transaction-move-foreground: var(--web-base-accent-accent-pink-500);
  --color-transaction-receive-background: var(--web-base-accent-accent-blue-900);
  --color-transaction-receive-foreground: var(--web-base-accent-accent-blue-500);
  --color-transaction-pay-background: var(--web-base-neutral-neutral-600);
  --color-transaction-pay-foreground: var(--web-base-neutral-neutral-100);
  --background: var(--ds-background);
  --background-secondary: var(--ds-background-secondary);
  --background-secondary-focus: var(--ds-background-secondary-focus);
  --foreground: var(--ds-foreground);
  --card: var(--ds-card);
  --card-foreground: var(--ds-card-foreground);
  --popover: var(--ds-popover);
  --popover-foreground: var(--ds-popover-foreground);
  --primary: var(--ds-primary);
  --primary-foreground: var(--ds-primary-foreground);
  --secondary: var(--ds-secondary);
  --secondary-foreground: var(--ds-secondary-foreground);
  --tertiary: var(--ds-tertiary);
  --tertiary-foreground: var(--ds-tertiary-foreground);
  --muted: var(--ds-muted);
  --muted-foreground: var(--ds-muted-foreground);
  --accent: var(--ds-accent);
  --accent-foreground: var(--ds-accent-foreground);
  --destructive: var(--ds-destructive);
  --destructive-foreground: var(--ds-destructive-foreground);
  --border: var(--ds-border);
  --border-secondary: var(--ds-border-secondary);
  --input: var(--ds-input);
  --input-border: var(--ds-input-border);
  --input-color-placeholder: var(--ds-input-placeholder);
  --ring: var(--ds-ring);
  --chart-1: var(--ds-chart-1);
  --chart-2: var(--ds-chart-2);
  --chart-3: var(--ds-chart-3);
  --chart-4: var(--ds-chart-4);
  --chart-5: var(--ds-chart-5);
  --sidebar-foreground: var(--ds-sidebar-foreground);
  --sidebar-primary: var(--ds-tertiary);
  --sidebar-primary-foreground: var(--ds-primary-foreground);
  --sidebar-accent: var(--ds-muted);
  --sidebar-accent-foreground: var(--ds-foreground);
  --sidebar-border: var(--ds-border);
  --sidebar-ring: var(--ds-ring);
  --font-weight-bridge-heading: 600;
  --font-weight-bridge-dis: 700;
  --font-weight-bridge-paragraph: 400;
  --ds-sidebar: var(--web-tab-tabbar-background);
  --sidebar: var(--ds-sidebar);
  --border-radius-xs: var(--web-measurements-border-radius-sm);
  --border-radius-sm: var(--web-measurements-border-radius-md);
  --border-radius-md: var(--web-measurements-border-radius-lg);
  --border-radius-lg: var(--web-measurements-border-radius-xl);
  --border-radius-xl: var(--web-measurements-border-radius-2xl);
  --border-radius-2xl: var(--web-measurements-border-radius-2xl);
  --border-radius-full: var(--web-measurements-border-radius-full);
  --responsive-section-x: var(--web-section-section-padding-x);
  --responsive-section-y: var(--web-section-section-padding-y);
  --responsive-section-x-sm: var(--web-section-section-padding-x-sm);
  --responsive-section-y-sm: var(--web-section-section-padding-y-sm);
  --responsive-section-y-lg: var(--web-section-section-padding-y-lg);
  --responsive-section-y-xl: var(--web-section-section-padding-y-xl);
  --text-xs: var(--web-typography-paragraph-paragraph-xs-font-size);
  --text-xs--line-height: var(--web-typography-paragraph-paragraph-xs-line-height);
  --text-sm: var(--web-typography-paragraph-paragraph-sm-font-size);
  --text-sm--line-height: var(--web-typography-paragraph-paragraph-sm-line-height);
  --text-base: var(--web-typography-paragraph-paragraph-md-font-size);
  --text-base--line-height: var(--web-typography-paragraph-paragraph-md-line-height);
  --text-lg: var(--web-typography-paragraph-paragraph-lg-font-size);
  --text-lg--line-height: var(--web-typography-paragraph-paragraph-lg-line-height);
  --text-xl: var(--web-typography-paragraph-paragraph-xl-font-size);
  --text-xl--line-height: var(--web-typography-paragraph-paragraph-xl-line-height);
  --text-2xl: var(--web-typography-paragraph-paragraph-2xl-font-size);
  --text-2xl--line-height: var(--web-typography-paragraph-paragraph-2xl-line-height);
  --text-3xl: var(--web-typography-heading-heading-sm-font-size);
  --text-3xl--line-height: var(--web-typography-heading-heading-sm-line-height);
  --text-4xl: var(--web-typography-heading-heading-md-font-size);
  --text-4xl--line-height: var(--web-typography-heading-heading-md-line-height);
  --text-5xl: var(--web-typography-heading-heading-lg-font-size);
  --text-5xl--line-height: var(--web-typography-heading-heading-lg-line-height);
  --text-6xl: var(--web-typography-heading-heading-xl-font-size);
  --text-6xl--line-height: var(--web-typography-heading-heading-xl-line-height);
  --text-7xl: var(--web-typography-heading-heading-2xl-font-size);
  --text-7xl--line-height: var(--web-typography-heading-heading-2xl-line-height);
  --text-button-xs: var(--web-typography-button-button-xs-font-size);
  --text-button-xs--line-height: var(--web-typography-button-button-xs-line-height);
  --text-button-sm: var(--web-typography-button-button-sm-font-size);
  --text-button-sm--line-height: var(--web-typography-button-button-sm-line-height);
  --text-button-md: var(--web-typography-button-button-md-font-size);
  --text-button-md--line-height: var(--web-typography-button-button-md-line-height);
  --text-button-lg: var(--web-typography-button-button-lg-font-size);
  --text-button-lg--line-height: var(--web-typography-button-button-lg-line-height);
}

@media (min-width: 768px) {
  [data-ds="web"] {
    --web-gap-gap-xl: 64px;
    --web-gap-gap-lg: 40px;
    --web-gap-gap-md: 24px;
    --web-gap-gap-sm: 20px;
    --web-gap-gap-xs: 12px;
    --web-gap-gap-2xs: 8px;
    --web-padding-padding-3xl: 56px;
    --web-padding-padding-2xl: 48px;
    --web-padding-padding-xl: 40px;
    --web-padding-padding-lg: 32px;
    --web-padding-padding-md: 24px;
    --web-padding-padding-sm: 20px;
    --web-padding-padding-xs: 16px;
    --web-padding-padding-2xs: 12px;
    --web-section-section-padding-x: 32px;
    --web-section-section-padding-y: 20px;
    --web-button-lg-font-size: 20px;
    --web-typography-heading-heading-3xl-font-size: 40px;
    --web-typography-heading-heading-3xl-line-height: 48px;
    --web-typography-paragraph-paragraph-xs-font-size: 14px;
    --web-typography-paragraph-paragraph-xs-line-height: 20px;
    --web-typography-paragraph-paragraph-lg-font-size: 20px;
    --web-typography-paragraph-paragraph-lg-line-height: 28px;
    --web-typography-paragraph-paragraph-xl-font-size: 24px;
    --web-typography-paragraph-paragraph-xl-line-height: 32px;
    --web-typography-paragraph-paragraph-2xl-font-size: 32px;
    --web-typography-paragraph-paragraph-2xl-line-height: 40px;
    --web-button-lg-line-height: 32px;
    --web-button-lg-icon-size: 32px;
    --web-button-lg-padding-icon: 24px;
    --web-button-lg-padding-x: 28px;
    --web-button-sm-font-size: 16px;
    --web-button-sm-line-height: 24px;
    --web-button-sm-icon-size: 24px;
    --web-button-sm-padding-icon: 16px;
    --web-button-sm-padding-x: 20px;
    --web-button-sm-padding-y: 12px;
    --web-button-md-padding-icon: 20px;
    --web-button-md-padding-x: 24px;
    --web-button-md-padding-y: 16px;
    --web-button-md-gap: 8px;
    --web-section-section-padding-y-xl: 64px;
    --web-button-xs-font-size: 16px;
    --web-button-xs-line-height: 24px;
    --web-button-xs-icon-size: 24px;
    --web-button-xs-padding-icon: 16px;
    --web-button-xs-padding-x: 20px;
    --web-button-xs-padding-y: 12px;
    --web-button-2xs-font-size: 16px;
    --web-button-2xs-line-height: 24px;
    --web-button-2xs-padding-icon: 10px;
    --web-button-xs-font-size-2: 16px;
    --web-button-xs-line-height-2: 24px;
    --web-button-xs-icon-size-2: 24px;
    --web-button-xs-padding-icon-2: 16px;
    --web-button-xs-padding-x-2: 20px;
    --web-button-xs-padding-y-2: 12px;
    --web-typography-heading-heading-4xl-font-size: 64px;
    --web-typography-heading-heading-4xl-line-height: 72px;
  }
}

@media (min-width: 1024px) {
  [data-ds="web"] {
    --web-gap-gap-xl: 72px;
    --web-gap-gap-lg: 48px;
    --web-gap-gap-md: 24px;
    --web-gap-gap-sm: 24px;
    --web-gap-gap-xs: 16px;
    --web-gap-gap-2xs: 8px;
    --web-padding-padding-3xl: 64px;
    --web-padding-padding-2xl: 56px;
    --web-padding-padding-xl: 48px;
    --web-padding-padding-lg: 40px;
    --web-padding-padding-md: 32px;
    --web-padding-padding-sm: 24px;
    --web-padding-padding-xs: 20px;
    --web-padding-padding-2xs: 16px;
    --web-section-section-padding-x: 48px;
    --web-section-section-padding-y: 24px;
    --web-section-section-padding-x-sm: 24px;
    --web-button-lg-font-size: 20px;
    --web-typography-heading-heading-2xl-font-size: 40px;
    --web-typography-heading-heading-3xl-font-size: 48px;
    --web-typography-heading-heading-2xl-line-height: 48px;
    --web-typography-heading-heading-3xl-line-height: 56px;
    --web-typography-paragraph-paragraph-xs-font-size: 14px;
    --web-typography-paragraph-paragraph-xs-line-height: 20px;
    --web-typography-paragraph-paragraph-lg-font-size: 20px;
    --web-typography-paragraph-paragraph-lg-line-height: 28px;
    --web-typography-paragraph-paragraph-xl-font-size: 24px;
    --web-typography-paragraph-paragraph-xl-line-height: 32px;
    --web-typography-paragraph-paragraph-2xl-font-size: 32px;
    --web-typography-paragraph-paragraph-2xl-line-height: 40px;
    --web-button-lg-line-height: 32px;
    --web-button-lg-icon-size: 32px;
    --web-button-lg-padding-icon: 28px;
    --web-button-lg-padding-x: 32px;
    --web-button-lg-padding-y: 20px;
    --web-button-md-font-size: 20px;
    --web-button-sm-font-size: 16px;
    --web-button-sm-line-height: 24px;
    --web-button-sm-icon-size: 24px;
    --web-button-sm-padding-icon: 20px;
    --web-button-sm-padding-x: 24px;
    --web-button-sm-padding-y: 16px;
    --web-button-sm-gap: 8px;
    --web-button-md-line-height: 32px;
    --web-button-md-padding-icon: 24px;
    --web-button-md-padding-x: 28px;
    --web-button-md-padding-y: 16px;
    --web-button-md-gap: 8px;
    --web-section-section-padding-y-sm: 24px;
    --web-section-section-padding-y-lg: 48px;
    --web-section-section-padding-y-xl: 96px;
    --web-button-xs-font-size: 16px;
    --web-button-xs-line-height: 24px;
    --web-button-xs-icon-size: 24px;
    --web-button-xs-padding-icon: 16px;
    --web-button-xs-padding-x: 20px;
    --web-button-xs-padding-y: 12px;
    --web-button-xs-gap: 8px;
    --web-button-2xs-font-size: 16px;
    --web-button-2xs-line-height: 24px;
    --web-button-2xs-padding-icon: 10px;
    --web-button-xs-font-size-2: 16px;
    --web-button-xs-line-height-2: 24px;
    --web-button-xs-icon-size-2: 24px;
    --web-button-xs-padding-icon-2: 16px;
    --web-button-xs-padding-x-2: 20px;
    --web-button-xs-padding-y-2: 12px;
    --web-button-xs-gap-2: 8px;
    --web-typography-heading-heading-4xl-font-size: 96px;
    --web-typography-heading-heading-4xl-line-height: 104px;
  }
}

@media (min-width: 1366px) {
  [data-ds="web"] {
    --web-gap-gap-xl: 96px;
    --web-gap-gap-lg: 48px;
    --web-gap-gap-md: 32px;
    --web-gap-gap-sm: 24px;
    --web-gap-gap-xs: 16px;
    --web-gap-gap-2xs: 12px;
    --web-padding-padding-3xl: 80px;
    --web-padding-padding-2xl: 72px;
    --web-padding-padding-xl: 64px;
    --web-padding-padding-lg: 48px;
    --web-padding-padding-md: 32px;
    --web-padding-padding-sm: 24px;
    --web-padding-padding-xs: 20px;
    --web-padding-padding-2xs: 16px;
    --web-section-section-padding-x: 80px;
    --web-section-section-padding-y: 24px;
    --web-section-section-padding-x-sm: 40px;
    --web-button-lg-font-size: 24px;
    --web-typography-heading-heading-sm-font-size: 16px;
    --web-typography-heading-heading-sm-line-height: 24px;
    --web-typography-heading-heading-md-font-size: 20px;
    --web-typography-heading-heading-md-line-height: 28px;
    --web-typography-heading-heading-lg-font-size: 24px;
    --web-typography-heading-heading-lg-line-height: 32px;
    --web-typography-heading-heading-xl-font-size: 32px;
    --web-typography-heading-heading-xl-line-height: 40px;
    --web-typography-heading-heading-2xl-font-size: 48px;
    --web-typography-heading-heading-3xl-font-size: 64px;
    --web-typography-heading-heading-2xl-line-height: 56px;
    --web-typography-heading-heading-3xl-line-height: 72px;
    --web-typography-paragraph-paragraph-xs-font-size: 14px;
    --web-typography-paragraph-paragraph-xs-line-height: 20px;
    --web-typography-paragraph-paragraph-sm-font-size: 16px;
    --web-typography-paragraph-paragraph-sm-line-height: 24px;
    --web-typography-paragraph-paragraph-md-font-size: 20px;
    --web-typography-paragraph-paragraph-md-line-height: 28px;
    --web-typography-paragraph-paragraph-lg-font-size: 24px;
    --web-typography-paragraph-paragraph-lg-line-height: 32px;
    --web-typography-paragraph-paragraph-xl-font-size: 32px;
    --web-typography-paragraph-paragraph-xl-line-height: 40px;
    --web-typography-paragraph-paragraph-2xl-font-size: 40px;
    --web-typography-paragraph-paragraph-2xl-line-height: 48px;
    --web-typography-button-button-xs-font-size: 16px;
    --web-typography-button-button-xs-line-height: 24px;
    --web-button-lg-line-height: 32px;
    --web-button-lg-icon-size: 32px;
    --web-button-lg-padding-icon: 36px;
    --web-button-lg-padding-x: 40px;
    --web-button-lg-padding-y: 24px;
    --web-button-md-font-size: 20px;
    --web-button-sm-font-size: 20px;
    --web-button-sm-line-height: 32px;
    --web-button-sm-icon-size: 28px;
    --web-button-sm-padding-icon: 24px;
    --web-button-sm-padding-x: 28px;
    --web-button-sm-padding-y: 16px;
    --web-button-sm-gap: 8px;
    --web-button-md-line-height: 32px;
    --web-button-md-icon-size: 32px;
    --web-button-md-padding-icon: 28px;
    --web-button-md-padding-x: 32px;
    --web-button-md-padding-y: 20px;
    --web-button-md-gap: 8px;
    --web-section-section-padding-y-sm: 40px;
    --web-section-section-padding-y-lg: 80px;
    --web-section-section-padding-y-xl: 160px;
    --web-button-xs-font-size: 16px;
    --web-button-xs-line-height: 24px;
    --web-button-xs-icon-size: 24px;
    --web-button-xs-padding-icon: 16px;
    --web-button-xs-padding-x: 20px;
    --web-button-xs-padding-y: 12px;
    --web-button-xs-gap: 8px;
    --web-button-2xs-font-size: 16px;
    --web-button-2xs-line-height: 24px;
    --web-button-2xs-padding-icon: 10px;
    --web-button-xs-font-size-2: 16px;
    --web-button-xs-line-height-2: 24px;
    --web-button-xs-icon-size-2: 24px;
    --web-button-xs-padding-icon-2: 16px;
    --web-button-xs-padding-x-2: 20px;
    --web-button-xs-padding-y-2: 12px;
    --web-button-xs-gap-2: 8px;
    --web-typography-heading-heading-4xl-font-size: 128px;
    --web-typography-heading-heading-4xl-line-height: 136px;
  }
}

[data-ds="web"][data-customer-theme="default"] {
  --web-page-page-background: var(--web-background-background-primary);
  --web-card-card-text-color: var(--web-text-text-primary);
  --web-card-card-font: var(--web-typography-font-font-family-display);
  --web-card-card-background: var(--web-card-card-background);
  --web-button-button-background: var(--web-button-primary-button-background-primary);
  --web-button-button-text: var(--web-base-neutral-neutral-800);
  --web-card-card-stroke-color: var(--web-page-page-background);
  --web-card-card-shadow-color: var(--web-base-transparency-black-black-20);
  --web-gradient-page-background-gradien-color-1: var(--web-background-background-primary);
  --web-gradient-page-background-gradien-color-3: var(--web-page-page-background);
  --web-gradient-page-background-gradien-color-2: var(--web-background-background-primary);
  --web-card-card-shadow-x: 0px;
  --web-card-card-shadow-y: 0px;
  --web-card-card-shadow-blur: 0px;
  --web-card-card-shadow-spread: 0px;
  --web-card-card-outline-width: 0px;
  --web-card-card-corner-radius: 12px;
  --web-page-background-image: 0;
  --web-page-heading-text-color: var(--web-text-text-primary);
  --web-page-page-text-color-primary: var(--web-text-text-primary);
  --web-page-page-text-color-secondary: var(--web-text-text-secondary);
  --web-page-header-font: var(--web-typography-font-font-family-display);
  --web-page-paragraph-font: var(--web-typography-font-font-family-paragraph);
  --web-img-img-outline-width: 2px;
  --web-img-img-corner-radius: 12px;
  --web-img-img-stroke-color: var(--web-page-page-background);
  --web-img-img-stroke-color-focus: var(--web-base-neutral-white);
  --web-card-card-background-2: var(--web-card-card-background);
  --web-card-card-stroke-color-2: var(--web-page-page-background);
}

[data-ds="web"][data-customer-theme="theme-1"] {
  --web-page-page-background: #1f0d26;
  --web-card-card-text-color: #ba44de;
  --web-card-card-font: Inter;
  --web-card-card-background: #1f0d26;
  --web-button-button-background: #9b41b6;
  --web-button-button-text: #1f0d26;
  --web-card-card-stroke-color: #712b86;
  --web-card-card-shadow-color: #712b86;
  --web-gradient-page-background-gradien-color-1: #332046;
  --web-gradient-page-background-gradien-color-3: #2b0a36;
  --web-gradient-page-background-gradien-color-2: #000419;
  --web-card-card-shadow-x: 4px;
  --web-card-card-shadow-y: 4px;
  --web-card-card-shadow-blur: 0px;
  --web-card-card-shadow-spread: 0px;
  --web-card-card-outline-width: 2px;
  --web-card-card-corner-radius: 12px;
  --web-page-background-image: 1;
  --web-page-heading-text-color: #eba7ff;
  --web-page-page-text-color-primary: #ba44de;
  --web-page-page-text-color-secondary: #ba44de;
  --web-page-header-font: var(--web-typography-font-font-family-display);
  --web-page-paragraph-font: var(--web-typography-font-font-family-paragraph);
  --web-img-img-outline-width: 2px;
  --web-img-img-corner-radius: 12px;
  --web-img-img-stroke-color: #712b86;
  --web-img-img-stroke-color-focus: #712b86;
  --web-card-card-background-2: #1f0d26;
  --web-card-card-stroke-color-2: #712b86;
}

[data-ds="web"][data-customer-theme="theme-2"] {
  --web-page-page-background: #0f380e;
  --web-card-card-text-color: #e1f7d0;
  --web-card-card-font: Inter;
  --web-card-card-background: #30622f;
  --web-button-button-background: #8aac10;
  --web-button-button-text: #0f380e;
  --web-card-card-stroke-color: #8aac10;
  --web-card-card-shadow-color: #8aac10;
  --web-gradient-page-background-gradien-color-1: #e1f7d0;
  --web-gradient-page-background-gradien-color-3: #c0d090;
  --web-gradient-page-background-gradien-color-2: #000419;
  --web-card-card-shadow-x: 4px;
  --web-card-card-shadow-y: 4px;
  --web-card-card-shadow-blur: 0px;
  --web-card-card-shadow-spread: 0px;
  --web-card-card-outline-width: 2px;
  --web-card-card-corner-radius: 4px;
  --web-page-background-image: 0;
  --web-page-heading-text-color: #9bbb0e;
  --web-page-page-text-color-primary: #e1f7d0;
  --web-page-page-text-color-secondary: #9bbb0e;
  --web-page-header-font: Pixelify Sans;
  --web-page-paragraph-font: Pixelify Sans;
  --web-img-img-outline-width: 2px;
  --web-img-img-corner-radius: 4px;
  --web-img-img-stroke-color: #30622f;
  --web-img-img-stroke-color-focus: #8aac10;
  --web-card-card-background-2: #2d614b;
  --web-card-card-stroke-color-2: #071822;
}

[data-ds="app"] {
  --app-text-text-primary: var(--app-base-neutral-white);
  --app-text-text-secondary: var(--app-base-neutral-neutral-300);
  --app-text-text-placeholder: var(--app-base-neutral-neutral-400);
  --app-text-text-warning: var(--app-base-utility-warning-warning-500);
  --app-text-text-caution: var(--app-base-accent-accent-orange-light);
  --app-text-text-success: var(--app-base-utility-success-success-500);
  --app-text-text-link: var(--app-base-primary-primary-500);
  --app-text-text-link-focus: var(--app-base-primary-primary-600);
  --app-background-background-primary: var(--app-base-neutral-black);
  --app-background-background-primary-focus: var(--app-base-neutral-neutral-800);
  --app-background-background-secondary: var(--app-base-neutral-neutral-800);
  --app-background-background-secondary-focus: var(--app-base-neutral-neutral-700);
  --app-background-background-tertiary: var(--app-base-neutral-neutral-700);
  --app-background-background-tertiary-focus: var(--app-base-neutral-neutral-600);
  --app-border-border-primary: var(--app-base-neutral-neutral-800);
  --app-border-border-primary-focus: var(--app-base-neutral-neutral-700);
  --app-border-border-secondary: var(--app-base-neutral-neutral-700);
  --app-border-border-secondary-focus: var(--app-base-neutral-neutral-600);
  --app-border-border-selected: var(--app-base-neutral-neutral-500);
  --app-alert-danger: var(--app-base-utility-warning-warning-500);
  --app-alert-danger-background: var(--app-base-utility-warning-warning-900);
  --app-alert-success: var(--app-base-utility-success-success-500);
  --app-alert-success-background: var(--app-base-utility-success-success-900);
  --app-alert-caution: var(--app-base-utility-caution-caution-500);
  --app-alert-caution-background: var(--app-base-utility-caution-caution-900);
  --app-button-primary-button-label-primary: var(--app-base-neutral-neutral-800);
  --app-card-card-background: var(--app-background-background-secondary);
  --app-card-card-background-focus: var(--app-background-background-secondary-focus);
  --app-card-card-border-primary: var(--app-border-border-primary);
  --app-card-card-border-selected: var(--app-border-border-selected);
  --app-button-primary-button-background-primary: var(--app-base-primary-primary-500);
  --app-button-primary-button-background-primary-focus: var(--app-base-primary-primary-600);
  --app-button-secondary-button-label-secondary: var(--app-base-primary-primary-500);
  --app-button-secondary-button-border-secondary: var(--app-base-primary-primary-500);
  --app-button-secondary-button-background-secondary-focus: var(--app-base-primary-primary-900);
  --app-button-tertiary-button-label-tertiary: var(--app-base-primary-primary-500);
  --app-button-tertiary-button-background-tertiary-focus: var(--app-base-neutral-neutral-800);
  --app-button-warning-button-color-warning: var(--app-base-utility-warning-warning-500);
  --app-button-warning-button-border-warning: var(--app-base-utility-warning-warning-500);
  --app-button-warning-button-background-warning-focus: var(--app-base-utility-warning-warning-900);
  --app-input-input-placeholder: var(--app-base-neutral-neutral-400);
  --app-input-input-background: var(--app-background-background-secondary);
  --app-input-input-background-secondary: var(--app-background-background-primary);
  --app-input-input-background-focus: var(--app-background-background-secondary-focus);
  --app-list-list-background-focus: var(--app-background-background-secondary-focus);
  --app-navigation-nav-border-bottom: var(--app-base-transparency-white-white-10);
  --app-indicator-spinner: var(--app-base-neutral-neutral-500);
  --app-tab-tab-label: var(--app-text-text-primary);
  --app-tab-tab-background: var(--app-base-neutral-neutral-800);
  --app-tab-tab-label-active: var(--app-base-neutral-neutral-800);
  --app-tab-tab-background-active: var(--app-base-primary-primary-500);
  --app-tag-tag-label: var(--app-text-text-secondary);
  --app-tag-tag-background: var(--app-base-neutral-neutral-800);
  --app-tag-tag-color-focus: var(--app-text-text-primary);
  --app-tag-tag-background-focus: var(--app-base-neutral-neutral-700);
  --app-base-primary-primary-100: #fceed6;
  --app-base-primary-primary-200: #faddac;
  --app-base-primary-primary-300: #f7cc83;
  --app-base-primary-primary-400: #f5bb59;
  --app-base-primary-primary-500: #f2aa30;
  --app-base-primary-primary-600: #c28826;
  --app-base-primary-primary-700: #91661d;
  --app-base-primary-primary-800: #614413;
  --app-base-primary-primary-900: #30220a;
  --app-base-secondary-secondary-100: #e8e6ff;
  --app-base-secondary-secondary-200: #d8cfff;
  --app-base-secondary-secondary-300: #b8a8ff;
  --app-base-secondary-secondary-400: #9780ff;
  --app-base-secondary-secondary-500: #6857b9;
  --app-base-secondary-secondary-600: #493a90;
  --app-base-secondary-seconday-700: #302564;
  --app-base-secondary-seconday-800: #241c4e;
  --app-base-secondary-seconday-900: #19152d;
  --app-base-neutral-white: #fff;
  --app-base-neutral-neutral-100: #e6e6e5;
  --app-base-neutral-neutral-200: #cdcdcc;
  --app-base-neutral-neutral-300: #b5b5b4;
  --app-base-neutral-neutral-400: #8c8883;
  --app-base-neutral-neutral-500: #5b5a58;
  --app-base-neutral-neutral-600: #464543;
  --app-base-neutral-neutral-700: #333230;
  --app-base-neutral-neutral-800: #201f1d;
  --app-base-neutral-neutral-900: #151413;
  --app-base-neutral-black: #100f0e;
  --app-base-accent-accent-pink-light: #ff46ce;
  --app-base-accent-accent-pink-dark: #281422;
  --app-base-accent-accent-yellow-light: #fffc36;
  --app-base-accent-accent-yellow-dark: #282612;
  --app-base-accent-accent-blue-light: #2bf9ff;
  --app-base-accent-accent-blue-dark: #122627;
  --app-base-accent-accent-green-light: #62ff46;
  --app-base-accent-accent-green-dark: #182714;
  --app-base-accent-accent-orange-light: #ff7d47;
  --app-base-accent-accent-orange-dark: #402519;
  --app-base-accent-accent-purple-light: #9780ff;
  --app-base-accent-accent-purple-dark: #241c4e;
  --app-base-utility-success-success-100: #e0ffda;
  --app-base-utility-success-success-200: #c0ffb5;
  --app-base-utility-caution-caution-500: #ff7d47;
  --app-base-utility-caution-caution-900: #402519;
  --app-base-utility-success-success-300: #a1ff90;
  --app-base-utility-success-success-400: #81ff6b;
  --app-base-utility-success-success-500: #62ff46;
  --app-base-utility-success-success-600: #4ecc38;
  --app-base-utility-success-success-700: #3b992a;
  --app-base-utility-success-success-800: #27661c;
  --app-base-utility-success-success-900: #182714;
  --app-base-utility-warning-warning-100: #ffd5de;
  --app-base-utility-warning-warning-200: #ffacbe;
  --app-base-utility-warning-warning-300: #ff829d;
  --app-base-utility-warning-warning-400: #ff597d;
  --app-base-utility-warning-warning-500: #ff2f5c;
  --app-base-utility-warning-warning-600: #cc264a;
  --app-base-utility-warning-warning-700: #991c37;
  --app-base-utility-warning-warning-800: #661325;
  --app-base-utility-warning-warning-900: #330912;
  --app-base-transparency-black-black-10: #0000001a;
  --app-base-transparency-black-black-20: #0003;
  --app-base-transparency-black-black-30: #0000004d;
  --app-base-transparency-black-black-40: #0006;
  --app-base-transparency-black-black-50: #00000080;
  --app-base-transparency-black-black-60: #0009;
  --app-base-transparency-black-black-70: #000000b2;
  --app-base-transparency-black-black-80: #000c;
  --app-base-transparency-black-black-90: #000000e5;
  --app-base-transparency-white-white-10: #ffffff1a;
  --app-base-transparency-white-white-20: #fff3;
  --app-base-transparency-white-white-30: #ffffff4d;
  --app-base-transparency-white-white-40: #fff6;
  --app-base-transparency-white-white-50: #ffffff80;
  --app-base-transparency-white-white-60: #fff9;
  --app-base-transparency-white-white-70: #ffffffb2;
  --app-base-transparency-white-white-80: #fffc;
  --app-base-transparency-white-white-90: #ffffffe5;
  --app-input-input-border: var(--app-border-border-secondary);
  --app-input-input-border-focus: var(--app-border-border-secondary-focus);
  --app-font-font-family-primary: Inter;
  --app-font-font-weight-heading: Semibold;
  --app-font-font-family-heading-secondary: Comic Neue;
  --app-font-font-weight-heading-secondary: Bold;
  --app-font-font-weight-paragraph: Regular;
  --app-font-font-weight-strong: Semibold;
  --app-font-font-weight-link: Semibold;
  --app-font-font-weight-button: Semibold;
  --app-heading-font-size-heading-4xl: 56px;
  --app-heading-line-height-heading-4xl: 64px;
  --app-heading-font-size-heading-3xl: 40px;
  --app-heading-line-height-heading-3xl: 48px;
  --app-heading-font-size-heading-2xl: 32px;
  --app-heading-line-height-heading-2xl: 40px;
  --app-heading-font-size-heading-xl: 24px;
  --app-heading-line-height-heading-xl: 32px;
  --app-heading-font-size-heading-lg: 20px;
  --app-heading-line-height-heading-lg: 28px;
  --app-heading-font-size-heading-md: 16px;
  --app-heading-line-height-heading-md: 24px;
  --app-heading-font-size-heading-sm: 14px;
  --app-heading-line-height-heading-sm: 20px;
  --app-paragraph-font-size-paragraph-xl: 24px;
  --app-paragraph-line-height-paragraph-xl: 32px;
  --app-paragraph-font-size-paragraph-lg: 20px;
  --app-paragraph-line-height-paragraph-lg: 28px;
  --app-paragraph-font-size-paragraph-md: 16px;
  --app-paragraph-line-height-paragraph-md: 24px;
  --app-paragraph-font-size-paragraph-sm: 14px;
  --app-paragraph-line-height-paragraph-sm: 20px;
  --app-paragraph-font-size-paragraph-xs: 12px;
  --app-paragraph-line-height-paragraph-xs: 18px;
  --app-button-font-size-button-md: 20px;
  --app-button-line-height-button-md: 28px;
  --app-button-font-size-button-sm: 16px;
  --app-button-line-height-button-sm: 24px;
  --app-button-font-size-button-xs: 14px;
  --app-button-line-height-button-xs: 20px;
  --app-spacing-spacing-3xs: 2px;
  --app-spacing-spacing-2xs: 4px;
  --app-spacing-spacing-xs: 8px;
  --app-spacing-spacing-sm: 12px;
  --app-spacing-spacing-md: 16px;
  --app-spacing-spacing-lg: 20px;
  --app-spacing-spacing-xl: 24px;
  --app-spacing-spacing-2xl: 32px;
  --app-spacing-section-padding-section-x: var(--app-spacing-spacing-lg);
  --app-spacing-section-padding-section-y: var(--app-spacing-spacing-md);
  --app-spacing-section-padding-section-lg-x: var(--app-spacing-spacing-2xl);
  --app-spacing-section-padding-section-lg-y: var(--app-spacing-spacing-lg);
  --app-border-radius-xs: 4px;
  --app-border-width-input: 2px;
  --app-border-radius-sm: 8px;
  --app-border-radius-md: 12px;
  --app-border-radius-lg: 16px;
  --app-border-radius-xl: 24px;
  --app-border-radius-full: 1000px;
  --app-size-size-2xs: 12px;
  --app-container-max-width: 480px;
  --app-size-size-xs: 16px;
  --app-size-size-md: 24px;
  --app-size-size-lg: 32px;
  --app-size-size-xl: 48px;
  --app-size-size-2xl: 56px;
  --app-size-size-3xl: 64px;
  --app-size-size-4xl: 96px;
  --ds-background: var(--app-background-background-primary);
  --ds-background-secondary: var(--app-background-background-secondary);
  --ds-background-secondary-focus: var(--app-background-background-secondary-focus);
  --ds-foreground: var(--app-text-text-primary);
  --ds-card: var(--app-card-card-background);
  --ds-card-foreground: var(--app-text-text-primary);
  --ds-popover: var(--app-background-background-secondary);
  --ds-popover-foreground: var(--app-text-text-primary);
  --ds-primary: var(--app-text-text-primary);
  --ds-primary-foreground: var(--app-background-background-primary);
  --ds-secondary: var(--app-text-text-secondary);
  --ds-secondary-foreground: var(--app-text-text-primary);
  --ds-tertiary: var(--app-button-primary-button-background-primary);
  --ds-tertiary-foreground: var(--app-text-text-secondary);
  --ds-muted: var(--app-background-background-secondary);
  --ds-muted-foreground: var(--app-text-text-secondary);
  --ds-accent: var(--app-background-background-tertiary);
  --ds-accent-foreground: var(--app-text-text-primary);
  --ds-destructive: var(--app-base-utility-warning-warning-900);
  --ds-destructive-foreground: var(--app-base-utility-warning-warning-400);
  --ds-border: var(--app-border-border-primary);
  --ds-border-secondary: var(--app-border-border-secondary);
  --ds-input: var(--app-input-input-background);
  --ds-input-border: var(--app-input-input-border);
  --ds-input-placeholder: var(--app-input-input-placeholder);
  --ds-ring: var(--app-base-primary-primary-700);
  --ds-chart-1: var(--app-base-primary-primary-600);
  --ds-chart-2: var(--app-base-utility-success-success-500);
  --ds-chart-3: var(--app-base-accent-accent-orange-light);
  --ds-chart-4: var(--app-base-secondary-secondary-400);
  --ds-chart-5: var(--app-base-utility-warning-warning-500);
  --ds-sidebar-foreground: var(--app-text-text-primary);
  --ds-status-success: var(--app-text-text-success);
  --ds-status-warning: var(--app-text-text-warning);
  --ds-status-success-bg: var(--app-base-accent-accent-green-dark);
  --ds-status-warning-bg: var(--app-base-accent-accent-orange-dark);
  --ds-status-warning-bg-strong: var(--app-base-utility-warning-warning-900);
  --ds-alert-warning-bg: var(--app-base-accent-accent-orange-light);
  --ds-alert-warning-bg-strong: var(--app-base-accent-accent-orange-dark);
  --ds-alert-warning-emphasis: var(--app-base-accent-accent-orange-light);
  --ds-text-primary: var(--app-text-text-primary);
  --ds-text-secondary: var(--app-text-text-secondary);
  --ds-text-placeholder: var(--app-text-text-placeholder);
  --ds-text-link: var(--app-text-text-link);
  --ds-text-success: var(--app-text-text-success);
  --ds-text-warning: var(--app-text-text-warning);
  --ds-text-caution: var(--app-text-text-caution);
  --ds-button-bg-primary: var(--app-button-primary-button-background-primary);
  --ds-button-label-primary: var(--app-button-primary-button-label-primary);
  --ds-primary-500: var(--app-base-primary-primary-500);
  --ds-primary-600: var(--app-base-primary-primary-600);
  --ds-primary-700: var(--app-base-primary-primary-700);
  --ds-primary-800: var(--app-base-primary-primary-800);
  --ds-primary-900: var(--app-base-primary-primary-900);
  --ds-neutral-600: var(--app-base-neutral-neutral-600);
  --ds-neutral-700: var(--app-base-neutral-neutral-700);
  --ds-neutral-800: var(--app-base-neutral-neutral-800);
  --ds-neutral-900: var(--app-base-neutral-neutral-900);
  --ds-warning-500: var(--app-base-utility-warning-warning-500);
  --ds-warning-600: var(--app-base-utility-warning-warning-600);
  --ds-warning-800: var(--app-base-utility-warning-warning-800);
  --ds-warning-900: var(--app-base-utility-warning-warning-900);
  --color-transaction-send-background: var(--app-base-accent-accent-yellow-dark);
  --color-transaction-send-foreground: var(--app-base-accent-accent-yellow-light);
  --color-transaction-buy-background: var(--app-base-accent-accent-green-dark);
  --color-transaction-buy-foreground: var(--app-base-accent-accent-green-light);
  --color-transaction-move-background: var(--app-base-accent-accent-pink-dark);
  --color-transaction-move-foreground: var(--app-base-accent-accent-pink-light);
  --color-transaction-receive-background: var(--app-base-accent-accent-blue-dark);
  --color-transaction-receive-foreground: var(--app-base-accent-accent-blue-light);
  --color-transaction-pay-background: var(--app-base-neutral-neutral-600);
  --color-transaction-pay-foreground: var(--app-base-neutral-neutral-100);
  --background: var(--ds-background);
  --background-secondary: var(--ds-background-secondary);
  --background-secondary-focus: var(--ds-background-secondary-focus);
  --foreground: var(--ds-foreground);
  --card: var(--ds-card);
  --card-foreground: var(--ds-card-foreground);
  --popover: var(--ds-popover);
  --popover-foreground: var(--ds-popover-foreground);
  --primary: var(--ds-primary);
  --primary-foreground: var(--ds-primary-foreground);
  --secondary: var(--ds-secondary);
  --secondary-foreground: var(--ds-secondary-foreground);
  --tertiary: var(--ds-tertiary);
  --tertiary-foreground: var(--ds-tertiary-foreground);
  --muted: var(--ds-muted);
  --muted-foreground: var(--ds-muted-foreground);
  --accent: var(--ds-accent);
  --accent-foreground: var(--ds-accent-foreground);
  --destructive: var(--ds-destructive);
  --destructive-foreground: var(--ds-destructive-foreground);
  --border: var(--ds-border);
  --border-secondary: var(--ds-border-secondary);
  --input: var(--ds-input);
  --input-border: var(--ds-input-border);
  --input-color-placeholder: var(--ds-input-placeholder);
  --ring: var(--ds-ring);
  --chart-1: var(--ds-chart-1);
  --chart-2: var(--ds-chart-2);
  --chart-3: var(--ds-chart-3);
  --chart-4: var(--ds-chart-4);
  --chart-5: var(--ds-chart-5);
  --sidebar-foreground: var(--ds-sidebar-foreground);
  --sidebar-primary: var(--ds-tertiary);
  --sidebar-primary-foreground: var(--ds-primary-foreground);
  --sidebar-accent: var(--ds-muted);
  --sidebar-accent-foreground: var(--ds-foreground);
  --sidebar-border: var(--ds-border);
  --sidebar-ring: var(--ds-ring);
  --font-weight-bridge-heading: 600;
  --font-weight-bridge-dis: 700;
  --font-weight-bridge-paragraph: 400;
  --ds-sidebar: var(--app-tab-tab-background);
  --sidebar: var(--ds-sidebar);
  --border-radius-xs: var(--app-border-radius-xs);
  --border-radius-sm: var(--app-border-radius-sm);
  --border-radius-md: var(--app-border-radius-md);
  --border-radius-lg: var(--app-border-radius-lg);
  --border-radius-xl: var(--app-border-radius-xl);
  --border-radius-2xl: var(--app-border-radius-xl);
  --border-radius-full: var(--app-border-radius-full);
  --responsive-section-x: var(--app-spacing-section-padding-section-x);
  --responsive-section-y: var(--app-spacing-section-padding-section-y);
  --responsive-section-x-sm: 16px;
  --responsive-section-y-sm: var(--app-spacing-section-padding-section-y);
  --responsive-section-y-lg: 32px;
  --responsive-section-y-xl: 48px;
  --text-xs: var(--app-paragraph-font-size-paragraph-xs);
  --text-xs--line-height: 20px;
  --text-sm: var(--app-paragraph-font-size-paragraph-sm);
  --text-sm--line-height: 22px;
  --text-base: var(--app-paragraph-font-size-paragraph-md);
  --text-base--line-height: var(--app-paragraph-line-height-paragraph-md);
  --text-lg: var(--app-paragraph-font-size-paragraph-lg);
  --text-lg--line-height: var(--app-paragraph-line-height-paragraph-lg);
  --text-xl: var(--app-paragraph-font-size-paragraph-xl);
  --text-xl--line-height: var(--app-paragraph-line-height-paragraph-xl);
  --text-2xl: 32px;
  --text-2xl--line-height: 40px;
  --text-3xl: var(--app-heading-font-size-heading-sm);
  --text-3xl--line-height: 22px;
  --text-4xl: var(--app-heading-font-size-heading-md);
  --text-4xl--line-height: var(--app-heading-line-height-heading-md);
  --text-5xl: var(--app-heading-font-size-heading-lg);
  --text-5xl--line-height: var(--app-heading-line-height-heading-lg);
  --text-6xl: var(--app-heading-font-size-heading-xl);
  --text-6xl--line-height: var(--app-heading-line-height-heading-xl);
  --text-7xl: var(--app-heading-font-size-heading-2xl);
  --text-7xl--line-height: var(--app-heading-line-height-heading-2xl);
  --text-button-xs: var(--app-button-font-size-button-xs);
  --text-button-xs--line-height: 22px;
  --text-button-sm: var(--app-button-font-size-button-sm);
  --text-button-sm--line-height: var(--app-button-line-height-button-sm);
  --text-button-md: var(--app-button-font-size-button-md);
  --text-button-md--line-height: var(--app-button-line-height-button-md);
  --text-button-lg: 24px;
  --text-button-lg--line-height: 32px;
}

@media (min-width: 768px) {
  [data-ds="app"] {
    --responsive-section-x: 32px;
    --responsive-section-y: 20px;
    --responsive-section-y-xl: 64px;
  }
}

@media (min-width: 1024px) {
  [data-ds="app"] {
    --responsive-section-x: 48px;
    --responsive-section-y: 24px;
    --responsive-section-x-sm: 40px;
    --responsive-section-y-sm: 40px;
    --responsive-section-y-lg: 80px;
    --responsive-section-y-xl: 96px;
    --text-7xl: 40px;
    --text-7xl--line-height: 48px;
  }
}

@media (min-width: 1280px) {
  [data-ds="app"] {
    --responsive-section-x: 80px;
    --responsive-section-y-xl: 160px;
    --text-sm: 16px;
    --text-sm--line-height: 24px;
    --text-base: 20px;
    --text-base--line-height: 28px;
    --text-lg: 24px;
    --text-lg--line-height: 32px;
    --text-xl: 32px;
    --text-xl--line-height: 40px;
    --text-2xl: 40px;
    --text-2xl--line-height: 48px;
    --text-3xl: 16px;
    --text-3xl--line-height: 24px;
    --text-4xl: 20px;
    --text-4xl--line-height: 28px;
    --text-5xl: 24px;
    --text-5xl--line-height: 32px;
    --text-6xl: 32px;
    --text-6xl--line-height: 40px;
    --text-7xl: 48px;
    --text-7xl--line-height: 56px;
    --text-button-xs: 16px;
    --text-button-xs--line-height: 24px;
  }
}

@keyframes softBlink {
  0%, 45% {
    opacity: 1;
  }

  47.5% {
    opacity: .4;
  }

  50%, 100% {
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(20px);
  }

  50% {
    transform: translateX(-15px);
  }

  75% {
    transform: translateX(-20px);
  }
}

@keyframes color-cycle {
  0%, 100% {
    background-color: #ff46ce;
  }

  16.67% {
    background-color: #fffc36;
  }

  33.33% {
    background-color: #2bf9ff;
  }

  50% {
    background-color: #62ff46;
  }

  66.67% {
    background-color: #ff7d47;
  }

  83.33% {
    background-color: #9780ff;
  }
}

@keyframes text-color-cycle {
  0%, 100% {
    color: #ff46ce;
  }

  16.67% {
    color: #fffc36;
  }

  33.33% {
    color: #2bf9ff;
  }

  50% {
    color: #62ff46;
  }

  66.67% {
    color: #ff7d47;
  }

  83.33% {
    color: #9780ff;
  }
}

@keyframes bar-loader {
  0% {
    left: -50%;
  }

  100% {
    left: 100%;
  }
}

@keyframes scroll-lozenge-enter {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll-lozenge-enter-reduced {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scroll-lozenge-exit {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}

@keyframes scroll-lozenge-exit-reduced {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes scroll-lozenge-chrome-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scroll-lozenge-chrome-exit {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes sky-starfield-drift {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(var(--sky-starfield-distance, 0px));
  }
}

@keyframes sky-moon-set {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    transform: translateY(calc(var(--sky-moon-distance, 0px) * .8));
  }

  to {
    opacity: 0;
    transform: translateY(var(--sky-moon-distance, 0px));
  }
}

@supports (animation-timeline: scroll(root block)) {
  .sky-starfield {
    animation: linear both sky-starfield-drift;
    animation-range: 0 var(--sky-starfield-range, 1px);
    will-change: transform;
    animation-timeline: scroll(root);
  }

  .sky-moon {
    animation: linear both sky-moon-set;
    animation-range: 0 var(--sky-moon-range, 1px);
    will-change: opacity, transform;
    animation-timeline: scroll(root);
  }
}

@keyframes doge-world-layer-rise {
  from {
    transform: translateY(var(--doge-world-layer-rise, 0));
  }

  to {
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {
  .doge-world-stage {
    view-timeline-axis: block;
    view-timeline-name: --doge-world;
  }

  .doge-world-layer {
    animation-duration: auto;
    animation-name: doge-world-layer-rise;
    animation-fill-mode: both;
    animation-range: cover
      calc((100% - 100vh) * var(--doge-world-layer-from, 0)) cover
      calc((100% - 100vh) * var(--doge-world-layer-to, 1));
    animation-timing-function: linear;
    animation-timeline: --doge-world;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

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

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

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

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

@property --tw-numeric-fraction {
  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-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
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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

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

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0)scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1))rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0)scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1))rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}

/* [project]/apps/marketing/src/app/fonts.css [app-client] (css) */
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/figtree-latin-ext-300-normal.1ck94k_lo5m9b.woff2") format("woff2"), url("../media/figtree-latin-ext-300-normal.110uyhevur6jg.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/figtree-latin-300-normal.3e18d_v56g1uw.woff2") format("woff2"), url("../media/figtree-latin-300-normal.3-pt64n2by51y.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/figtree-latin-ext-400-normal.2pqo2xl2i8-94.woff2") format("woff2"), url("../media/figtree-latin-ext-400-normal.01bow07h7wgyx.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/figtree-latin-400-normal.31jnf8b-i7jy-.woff2") format("woff2"), url("../media/figtree-latin-400-normal.0xpiu9wyy75md.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/figtree-latin-ext-600-normal.39sag4zw1limo.woff2") format("woff2"), url("../media/figtree-latin-ext-600-normal.2pcqmd95zlusw.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/figtree-latin-600-normal.0dmqx9hpf6n_u.woff2") format("woff2"), url("../media/figtree-latin-600-normal.1ww36f-l8id34.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/figtree-latin-ext-700-normal.0sqk2bbc2uhnz.woff2") format("woff2"), url("../media/figtree-latin-ext-700-normal.31vdwnd-cmefj.woff") format("woff");
  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: Figtree;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/figtree-latin-700-normal.3p9l3qyea12fl.woff2") format("woff2"), url("../media/figtree-latin-700-normal.20lvsu7oe0-gt.woff") format("woff");
  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;
}

:root {
  --font-figtree: "Figtree", sans-serif;
}

/*# sourceMappingURL=_1smo703._.css.map*/