/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-50: oklch(.985 .002 247.839);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --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;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
    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;
  }

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

  * {
    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 {
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0c0d0e;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-4\.17\%_-4\.69\%\] {
    inset: -4.17% -4.69%;
  }

  .inset-\[-5\.34\%_-5\.09\%_-5\.35\%_-5\.09\%\] {
    inset: -5.34% -5.09% -5.35%;
  }

  .inset-\[-5\.36\%\] {
    inset: -5.36%;
  }

  .inset-\[-5\.56\%\] {
    inset: -5.56%;
  }

  .inset-\[-29\.76\%_-11\.48\%\] {
    inset: -29.76% -11.48%;
  }

  .inset-\[0_0_-1px_0\] {
    inset: 0 0 -1px;
  }

  .inset-\[6\.5\%_0_6\.49\%_0\] {
    inset: 6.5% 0 6.49%;
  }

  .inset-\[9\.52\%_14\.29\%_4\.76\%_14\.29\%\] {
    inset: 9.52% 14.29% 4.76%;
  }

  .inset-\[12\.5\%\] {
    inset: 12.5%;
  }

  .inset-\[12\.5\%_16\.67\%\] {
    inset: 12.5% 16.67%;
  }

  .inset-\[16\.25\%_27\.47\%_17\.08\%_22\.08\%\] {
    inset: 16.25% 27.47% 17.08% 22.08%;
  }

  .inset-\[20\.83\%_15\.09\%_21\.35\%_15\.09\%\] {
    inset: 20.83% 15.09% 21.35%;
  }

  .inset-\[25\.81\%_20\.66\%_25\.61\%_22\.58\%\] {
    inset: 25.81% 20.66% 25.61% 22.58%;
  }

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

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

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

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

  .top-\[-132\.71\%\] {
    top: -132.71%;
  }

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[36px\] {
    top: 36px;
  }

  .top-\[40px\] {
    top: 40px;
  }

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

  .top-\[55px\] {
    top: 55px;
  }

  .top-\[94px\] {
    top: 94px;
  }

  .top-\[102px\] {
    top: 102px;
  }

  .top-full {
    top: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-15\.79\%\] {
    left: -15.79%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\!container {
    width: 100% !important;
  }

  @media (width >= 40rem) {
    .\!container {
      max-width: 40rem !important;
    }
  }

  @media (width >= 48rem) {
    .\!container {
      max-width: 48rem !important;
    }
  }

  @media (width >= 64rem) {
    .\!container {
      max-width: 64rem !important;
    }
  }

  @media (width >= 80rem) {
    .\!container {
      max-width: 80rem !important;
    }
  }

  @media (width >= 96rem) {
    .\!container {
      max-width: 96rem !important;
    }
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .m-auto {
    margin: auto;
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-\[4px\] {
    margin-inline: 4px;
  }

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

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

  .ms-\[21px\] {
    margin-inline-start: 21px;
  }

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

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

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

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

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

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

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

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

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

  .mt-\[10\.8px\] {
    margin-top: 10.8px;
  }

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

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

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

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

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

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

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

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

  .table {
    display: table;
  }

  .aspect-\[644\/688\] {
    aspect-ratio: 644 / 688;
  }

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

  .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-\[10px\] {
    width: 10px;
    height: 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .size-\[35\.2px\] {
    width: 35.2px;
    height: 35.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[14\.056px\] {
    height: 14.056px;
  }

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

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

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

  .h-\[21\.6px\] {
    height: 21.6px;
  }

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

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

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

  .h-\[25\.053px\] {
    height: 25.053px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(100vh-48px\)\] {
    height: calc(100vh - 48px);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .min-h-\[calc\(100vh-48px\)\] {
    min-height: calc(100vh - 48px);
  }

  .min-h-px {
    min-height: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[14\.74px\] {
    width: 14.74px;
  }

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

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

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

  .w-\[19\.929px\] {
    width: 19.929px;
  }

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

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

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

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

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

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

  .w-\[41\.46\%\] {
    width: 41.46%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[131\.77\%\] {
    width: 131.77%;
  }

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

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

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

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

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

  .w-\[163\.21px\] {
    width: 163.21px;
  }

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

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

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

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

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

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

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

  .w-\[224\.844px\] {
    width: 224.844px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

  .translate-x-\[13px\] {
    --tw-translate-x: 13px;
    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-\[3px\] {
    --tw-translate-y: calc(3px * -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);
  }

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

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

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

  .animate-\[slideDown_0\.3s_ease-out\] {
    animation: .3s ease-out slideDown;
  }

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

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

  .appearance-none {
    appearance: none;
  }

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

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

  .grid-cols-\[150px_120px_120px_180px_140px_140px_120px_100px\] {
    grid-template-columns: 150px 120px 120px 180px 140px 140px 120px 100px;
  }

  .grid-cols-\[200px_150px_150px_200px\] {
    grid-template-columns: 200px 150px 150px 200px;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[10\.267px\] {
    gap: 10.267px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-x-\[24px\] {
    column-gap: 24px;
  }

  .gap-x-\[48px\] {
    column-gap: 48px;
  }

  .gap-x-\[200px\] {
    column-gap: 200px;
  }

  .gap-y-\[24px\] {
    row-gap: 24px;
  }

  .gap-y-\[32px\] {
    row-gap: 32px;
  }

  .gap-y-\[40px\] {
    row-gap: 40px;
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

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

  .rounded-\[2\.5px\] {
    border-radius: 2.5px;
  }

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

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

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

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

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

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

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

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

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

  .rounded-\[14\.786px\] {
    border-radius: 14.786px;
  }

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

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

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

  .rounded-\[52\.309px\] {
    border-radius: 52.309px;
  }

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

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

  .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-\[0px_0px_0px_4px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 0 4px;
  }

  .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

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

  .border-\[0px_0px_3px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 3px;
  }

  .border-\[0px_1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 0 1px 0 0;
  }

  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }

  .border-\[1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(57\,237\,237\,0\.2\)\] {
    border-color: #39eded33;
  }

  .border-\[rgba\(69\,229\,174\,0\.1\)\] {
    border-color: #45e5ae1a;
  }

  .border-\[rgba\(69\,229\,174\,0\.2\)\] {
    border-color: #45e5ae33;
  }

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

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

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

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

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

  .border-t-\[\#51e2e2\] {
    border-top-color: #51e2e2;
  }

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

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

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

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

  .bg-\[\#00c087\]\/10 {
    background-color: oklab(71.465% -.147467 .0445789 / .1);
  }

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

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

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

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

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

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

  .bg-\[\#39EDED\], .bg-\[\#39eded\] {
    background-color: #39eded;
  }

  .bg-\[\#39eded\]\/10 {
    background-color: oklab(86.145% -.132388 -.0352514 / .1);
  }

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

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

  .bg-\[\#0066ff\] {
    background-color: #06f;
  }

  .bg-\[\#6366F1\], .bg-\[\#6366f1\] {
    background-color: #6366f1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#ff4d4f\]\/10 {
    background-color: oklab(67.3245% .195098 .088769 / .1);
  }

  .bg-\[rgba\(69\,229\,174\,0\.3\)\] {
    background-color: #45e5ae4d;
  }

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

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

  .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\/80 {
    background-color: #000c;
  }

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

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

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

  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#1b1d1f\] {
    --tw-gradient-from: #1b1d1f;
    --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-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[2px\] {
    padding-inline: 2px;
  }

  .px-\[3\.214px\] {
    padding-inline: 3.214px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }

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

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

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

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

  .py-\[2\.571px\] {
    padding-block: 2.571px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-\[14px\] {
    padding-top: 14px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

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

  .pt-\[40px\] {
    padding-top: 40px;
  }

  .pt-\[48px\] {
    padding-top: 48px;
  }

  .pt-\[68px\] {
    padding-top: 68px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-\[14px\] {
    padding-bottom: 14px;
  }

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

  .pb-\[18px\] {
    padding-bottom: 18px;
  }

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[21px\] {
    padding-bottom: 21px;
  }

  .pb-\[48px\] {
    padding-bottom: 48px;
  }

  .pb-\[100px\] {
    padding-bottom: 100px;
  }

  .pb-\[154px\] {
    padding-bottom: 154px;
  }

  .pb-px {
    padding-bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'DM_Sans\'\] {
    font-family: DM Sans;
  }

  .font-\[\'Inter\'\] {
    font-family: Inter;
  }

  .font-\[\'Noto_Sans\'\] {
    font-family: Noto Sans;
  }

  .font-\[\'Noto_Sans_KR\'\] {
    font-family: Noto Sans KR;
  }

  .font-\[\'Pretendard\'\] {
    font-family: Pretendard;
  }

  .font-\[\'Roboto\'\,\'Noto_Sans_JP\'\] {
    font-family: Roboto, Noto Sans JP;
  }

  .font-\[\'Roboto\'\] {
    font-family: Roboto;
  }

  .font-\[\'SF_Pro\'\] {
    font-family: SF Pro;
  }

  .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-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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[20\.8px\] {
    --tw-leading: 20.8px;
    line-height: 20.8px;
  }

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

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

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

  .leading-\[23\.2px\] {
    --tw-leading: 23.2px;
    line-height: 23.2px;
  }

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

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

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

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

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-ellipsis, .text-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#9EA4AA\] {
    color: #9ea4aa;
  }

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

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

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

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

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

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

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

  .text-\[\#0066ff\] {
    color: #06f;
  }

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

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

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

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

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

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

  .text-\[\#72787F\], .text-\[\#72787f\] {
    color: #72787f;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[rgba\(255\,0\,0\,0\.6\)\] {
    color: #f009;
  }

  .text-\[rgba\(255\,255\,255\,0\.4\)\] {
    color: #fff6;
  }

  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: #fff9;
  }

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

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

  .text-white\/40 {
    color: #fff6;
  }

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

  .text-white\/50 {
    color: #ffffff80;
  }

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

  .text-white\/60 {
    color: #fff9;
  }

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

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

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-35 {
    opacity: .35;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-\[0_0_80px_rgba\(57\,237\,237\,0\.3\)\] {
    --tw-shadow: 0 0 80px var(--tw-shadow-color, #39eded4d);
    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_0\.643px_2\.571px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px .643px 2.571px 0px 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-\[0px_0px_15px_0px_rgba\(0\,255\,255\,0\.3\)\] {
    --tw-shadow: 0px 0px 15px 0px var(--tw-shadow-color, #00ffff4d);
    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_0px_15px_0px_rgba\(0\,255\,255\,0\.6\)\] {
    --tw-shadow: 0px 0px 15px 0px var(--tw-shadow-color, #0ff9);
    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_0px_15px_0px_rgba\(69\,229\,174\,0\.3\)\] {
    --tw-shadow: 0px 0px 15px 0px var(--tw-shadow-color, #45e5ae4d);
    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_0px_30px_0px_rgba\(57\,237\,237\,0\.3\)\] {
    --tw-shadow: 0px 0px 30px 0px var(--tw-shadow-color, #39eded4d);
    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_1px_4px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 4px 0px 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-\[0px_1px_40px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 1px 40px 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-\[0px_1px_40px_0px_rgba\(57\,237\,237\,0\.3\)\] {
    --tw-shadow: 0px 1px 40px 0px var(--tw-shadow-color, #39eded4d);
    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_2px_20px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 2px 20px 0px 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-\[0px_4px_4px_-4px_\#0c0c0d\] {
    --tw-shadow: 0px 4px 4px -4px var(--tw-shadow-color, #0c0c0d);
    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_4px_4px_-4px_rgba\(12\,12\,13\,0\.1\)\] {
    --tw-shadow: 0px 4px 4px -4px var(--tw-shadow-color, #0c0c0d1a);
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px 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);
  }

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

  .blur-\[100px\] {
    --tw-blur: blur(100px);
    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-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -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-filter {
    -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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .delay-300 {
    transition-delay: .3s;
  }

  .delay-500 {
    transition-delay: .5s;
  }

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

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

  .delay-300 {
    animation-delay: .3s;
  }

  .delay-500 {
    animation-delay: .5s;
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .paused {
    animation-play-state: paused;
  }

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

  @media (hover: hover) {
    .group-hover\:text-\[\#39eded\]:is(:where(.group):hover *) {
      color: #39eded;
    }
  }

  .placeholder\:text-\[\#9ea4aa\]::placeholder {
    color: #9ea4aa;
  }

  .placeholder\:text-\[\#72787f\]::placeholder {
    color: #72787f;
  }

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

  .placeholder\:text-\[rgba\(255\,255\,255\,0\.4\)\]::placeholder {
    color: #fff6;
  }

  .placeholder\:text-white\/40::placeholder {
    color: #fff6;
  }

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

  .first\:rounded-t-\[10px\]:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .last\:rounded-b-\[10px\]:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

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

  .open\:bg-\[\#1b1d1f\]:is([open], :popover-open, :open) {
    background-color: #1b1d1f;
  }

  @media (hover: hover) {
    .hover\:border-\[\#39eded\]:hover {
      border-color: #39eded;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0bb871\]:hover {
      background-color: #0bb871;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1a1e21\]:hover {
      background-color: #1a1e21;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1b1d1f\]:hover {
      background-color: #1b1d1f;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2dd4d4\]:hover {
      background-color: #2dd4d4;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2ed9d9\]:hover {
      background-color: #2ed9d9;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3cd49b\]:hover {
      background-color: #3cd49b;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3d4248\]:hover {
      background-color: #3d4248;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#4a5058\]:hover {
      background-color: #4a5058;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#39eded\]:hover {
      background-color: #39eded;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#39eded\]\/10:hover {
      background-color: oklab(86.145% -.132388 -.0352514 / .1);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#45d4d4\]:hover {
      background-color: #45d4d4;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#51e2e2\]:hover {
      background-color: #51e2e2;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#26282b\]:hover {
      background-color: #26282b;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#26282b\]\/50:hover {
      background-color: oklab(27.6005% -.00125873 -.00610921 / .5);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#383844\]:hover {
      background-color: #383844;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f5f6f7\]:hover {
      background-color: #f5f6f7;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f7f8f9\]:hover {
      background-color: #f7f8f9;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f9fafb\]:hover {
      background-color: #f9fafb;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f25a6f\]:hover {
      background-color: #f25a6f;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,255\,255\,0\.2\)\]:hover {
      background-color: #fff3;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:from-\[\#26282b\]:hover {
      --tw-gradient-from: #26282b;
      --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));
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2dd4d4\]:hover {
      color: #2dd4d4;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#39eded\]:hover {
      color: #39eded;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#45d4d4\]:hover {
      color: #45d4d4;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#51e2e2\]:hover {
      color: #51e2e2;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#72787f\]:hover {
      color: #72787f;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#101828\]:hover {
      color: #101828;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#212124\]:hover {
      color: #212124;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#525961\]:hover {
      color: #525961;
    }
  }

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

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

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

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  .focus\:border-\[\#39eded\]:focus {
    border-color: #39eded;
  }

  .focus\:border-\[\#51e2e2\]:focus {
    border-color: #51e2e2;
  }

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

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

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

  .active\:bg-\[\#3fc8c8\]:active {
    background-color: #3fc8c8;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:bg-\[\#3d4043\]:disabled {
    background-color: #3d4043;
  }

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

  .disabled\:text-\[\#6a7282\]:disabled {
    color: #6a7282;
  }

  .disabled\:text-\[\#72787f\]:disabled {
    color: #72787f;
  }

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

  @media (width < 480px) {
    .max-\[480px\]\:block {
      display: block;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:block {
      display: block;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:flex {
      display: flex;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:max-w-\[488px\] {
      max-width: 488px;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 480px) {
    .min-\[480px\]\:px-\[32px\] {
      padding-inline: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[41px\] {
      height: 41px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[calc\(50\%-24px\)\] {
      width: calc(50% - 24px);
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }

  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[30px\] {
      gap: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-x-\[60px\] {
      column-gap: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-32 {
      padding-top: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:ml-auto {
      margin-left: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[39px\] {
      height: 39px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[95px\] {
      height: 95px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[200px\] {
      width: 200px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[312px\] {
      width: 312px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[350px\] {
      width: 350px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[474px\] {
      width: 474px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[calc\(33\.333\%-32px\)\] {
      width: calc(33.333% - 32px);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[350px\] {
      max-width: 350px;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[461px\] {
      max-width: 461px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-w-\[300px\] {
      min-width: 300px;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-1 {
      flex: 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }

  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[38px\] {
      gap: 38px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[40px\] {
      gap: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-x-\[100px\] {
      column-gap: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[100px\] {
      padding-inline: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-40 {
      padding-top: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[52px\] {
      gap: 52px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[200px\] {
      padding-inline: 200px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:px-\[348px\] {
      padding-inline: 348px;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #0c0d0e;
  --foreground: #fff;
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
  background-color: #0c0d0e;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #e8ebed;
  border: 1px solid #0000000d;
  border-radius: 1000px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d1d5dc;
}

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

input[type="range"] {
  appearance: none;
  border-radius: 2px;
  outline: none;
  height: 4px;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  background: #39eded;
  border: 2px solid #0c0d0e;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  background: #39eded;
  border: 2px solid #0c0d0e;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
  background-color: #26282b;
  border: 1.5px solid #383844;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  position: relative;
}

input[type="checkbox"]:checked {
  background-color: #39eded;
  border-color: #39eded;
}

input[type="checkbox"]:checked:after {
  content: "";
  border: 2px solid #0c0d0e;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
}

@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-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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

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

@property --tw-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
