/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@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-red-600: oklch(.577 .245 27.325);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-neutral-50: oklch(.985 0 0);
    --color-neutral-200: oklch(.922 0 0);
    --color-neutral-400: oklch(.708 0 0);
    --color-neutral-600: oklch(.439 0 0);
    --color-neutral-800: oklch(.269 0 0);
    --color-neutral-950: oklch(.145 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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);
    }
  }

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

  :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 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-17\.14\%_-17\.41\%\] {
    inset: -17.14% -17.41%;
  }

  .inset-\[-19\.79\%_-20\.18\%\] {
    inset: -19.79% -20.18%;
  }

  .inset-\[0\.09\%_1\.16\%_0\.09\%_1\.24\%\] {
    inset: .09% 1.16% .09% 1.24%;
  }

  .inset-\[0\.89\%_42\.93\%_98\.43\%_42\.83\%\] {
    inset: .89% 42.93% 98.43% 42.83%;
  }

  .inset-\[3\.4\%_38\.11\%_93\.32\%_37\.61\%\] {
    inset: 3.4% 38.11% 93.32% 37.61%;
  }

  .inset-\[3\.4\%_38\.11\%_93\.32\%_55\.14\%\] {
    inset: 3.4% 38.11% 93.32% 55.14%;
  }

  .inset-\[3\.4\%_47\.08\%_93\.32\%_37\.61\%\] {
    inset: 3.4% 47.08% 93.32% 37.61%;
  }

  .inset-\[4\.17\%_39\.67\%_94\.04\%_56\.71\%\] {
    inset: 4.17% 39.67% 94.04% 56.71%;
  }

  .inset-\[4\.17\%_41\.63\%_94\.04\%_58\.37\%\] {
    inset: 4.17% 41.63% 94.04% 58.37%;
  }

  .inset-\[8\.59\%_3\.27\%_1\.37\%_3\.45\%\] {
    inset: 8.59% 3.27% 1.37% 3.45%;
  }

  .inset-\[9\.12\%_4\.36\%_1\.81\%_4\.72\%\] {
    inset: 9.12% 4.36% 1.81% 4.72%;
  }

  .inset-\[10\.08\%_97\.55\%_89\.11\%_0\.98\%\] {
    inset: 10.08% 97.55% 89.11% .98%;
  }

  .inset-\[10\.12\%_0\.9\%_89\.11\%_97\.63\%\] {
    inset: 10.12% .9% 89.11% 97.63%;
  }

  .inset-\[19\.35\%_4\.36\%_26\.66\%_4\.72\%\] {
    inset: 19.35% 4.36% 26.66% 4.72%;
  }

  .inset-\[89\.4\%_97\.63\%_10\.04\%_0\.98\%\] {
    inset: 89.4% 97.63% 10.04% .98%;
  }

  .inset-\[89\.38\%_0\.91\%_10\.05\%_97\.64\%\] {
    inset: 89.38% .91% 10.05% 97.64%;
  }

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

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

  .top-\[-0\.01\%\] {
    top: -.01%;
  }

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

  .top-\[-0\.02\%\] {
    top: -.02%;
  }

  .top-\[-0\.03\%\] {
    top: -.03%;
  }

  .top-\[-0\.3\%\] {
    top: -.3%;
  }

  .top-\[-0\.04\%\] {
    top: -.04%;
  }

  .top-\[-0\.5px\] {
    top: -.5px;
  }

  .top-\[-0\.07\%\] {
    top: -.07%;
  }

  .top-\[-0\.09\%\] {
    top: -.09%;
  }

  .top-\[-0\.14\%\] {
    top: -.14%;
  }

  .top-\[-0\.15\%\] {
    top: -.15%;
  }

  .top-\[-0\.17\%\] {
    top: -.17%;
  }

  .top-\[-0\.28\%\] {
    top: -.28%;
  }

  .top-\[-0\.33\%\] {
    top: -.33%;
  }

  .top-\[-0\.42\%\] {
    top: -.42%;
  }

  .top-\[-0\.48\%\] {
    top: -.48%;
  }

  .top-\[-0\.77\%\] {
    top: -.77%;
  }

  .top-\[-1\.02\%\] {
    top: -1.02%;
  }

  .top-\[-1\.09\%\] {
    top: -1.09%;
  }

  .top-\[-1\.38\%\] {
    top: -1.38%;
  }

  .top-\[-1\.54\%\] {
    top: -1.54%;
  }

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

  .top-\[-2\.31\%\] {
    top: -2.31%;
  }

  .top-\[-3\.33px\] {
    top: -3.33px;
  }

  .top-\[-3\.67\%\] {
    top: -3.67%;
  }

  .top-\[-3\.93\%\] {
    top: -3.93%;
  }

  .top-\[-4\.33\%\] {
    top: -4.33%;
  }

  .top-\[-6\.83\%\] {
    top: -6.83%;
  }

  .top-\[-6\.94\%\] {
    top: -6.94%;
  }

  .top-\[-7\.23\%\] {
    top: -7.23%;
  }

  .top-\[-7\.31\%\] {
    top: -7.31%;
  }

  .top-\[-7\.33\%\] {
    top: -7.33%;
  }

  .top-\[-7\.64\%\] {
    top: -7.64%;
  }

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

  .top-\[-8\.17\%\] {
    top: -8.17%;
  }

  .top-\[-9\.68\%\] {
    top: -9.68%;
  }

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

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

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

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

  .top-\[-25\.01px\] {
    top: -25.01px;
  }

  .top-\[-28\.35\%\] {
    top: -28.35%;
  }

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

  .top-\[-34\.7\%\] {
    top: -34.7%;
  }

  .top-\[-34\.36\%\] {
    top: -34.36%;
  }

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

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

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

  .top-\[-47\.69\%\] {
    top: -47.69%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-206\.91px\] {
    top: -206.91px;
  }

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

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

  .top-\[-242\.06px\] {
    top: -242.06px;
  }

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

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

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

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

  .top-\[-371\.25px\] {
    top: -371.25px;
  }

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

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

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

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

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

  .top-\[-560\.18px\] {
    top: -560.18px;
  }

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

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

  .top-\[-667\.42px\] {
    top: -667.42px;
  }

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

  .top-\[-699\.5px\] {
    top: -699.5px;
  }

  .top-\[-1064\.69px\] {
    top: -1064.69px;
  }

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

  .top-\[-1323\.92px\] {
    top: -1323.92px;
  }

  .top-\[-1398\.89px\] {
    top: -1398.89px;
  }

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

  .top-\[-1571\.06px\] {
    top: -1571.06px;
  }

  .top-\[-1889\.18px\] {
    top: -1889.18px;
  }

  .top-\[-1944\.67px\] {
    top: -1944.67px;
  }

  .top-\[-1996\.42px\] {
    top: -1996.42px;
  }

  .top-\[-2301\.52px\] {
    top: -2301.52px;
  }

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

  .top-\[-2652\.92px\] {
    top: -2652.92px;
  }

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

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

  .top-\[-3273\.67px\] {
    top: -3273.67px;
  }

  .top-\[-3630\.52px\] {
    top: -3630.52px;
  }

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

  .top-\[0\.03\%\] {
    top: .03%;
  }

  .top-\[0\.05\%\] {
    top: .05%;
  }

  .top-\[0\.5px\] {
    top: .5px;
  }

  .top-\[0\.14\%\] {
    top: .14%;
  }

  .top-\[0\.15\%\] {
    top: .15%;
  }

  .top-\[0\.23\%\] {
    top: .23%;
  }

  .top-\[0\.24\%\] {
    top: .24%;
  }

  .top-\[0\.29\%\] {
    top: .29%;
  }

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

  .top-\[0\.45\%\] {
    top: .45%;
  }

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

  .top-\[1\.72\%\] {
    top: 1.72%;
  }

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

  .top-\[3\.94\%\] {
    top: 3.94%;
  }

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

  .top-\[5\.14\%\] {
    top: 5.14%;
  }

  .top-\[6\.5px\] {
    top: 6.5px;
  }

  .top-\[8\.5px\] {
    top: 8.5px;
  }

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

  .top-\[9\.5px\] {
    top: 9.5px;
  }

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

  .top-\[10\.5px\] {
    top: 10.5px;
  }

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

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

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

  .top-\[15\.72\%\] {
    top: 15.72%;
  }

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

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

  .top-\[19\.33\%\] {
    top: 19.33%;
  }

  .top-\[20\.03\%\] {
    top: 20.03%;
  }

  .top-\[24\.5px\] {
    top: 24.5px;
  }

  .top-\[24\.25\%\] {
    top: 24.25%;
  }

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

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

  .top-\[26\.7\%\] {
    top: 26.7%;
  }

  .top-\[27\.3px\] {
    top: 27.3px;
  }

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

  .top-\[28\.78\%\] {
    top: 28.78%;
  }

  .top-\[29\.33\%\] {
    top: 29.33%;
  }

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

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

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

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

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

  .top-\[34\.11px\] {
    top: 34.11px;
  }

  .top-\[36\.25\%\] {
    top: 36.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[99\.34\%\] {
    top: 99.34%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[172\.5px\] {
    top: 172.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[227\.5px\] {
    top: 227.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[367\.46px\] {
    top: 367.46px;
  }

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

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

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

  .top-\[406\.48px\] {
    top: 406.48px;
  }

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

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

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

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

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

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

  .top-\[629\.5px\] {
    top: 629.5px;
  }

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

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

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

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

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

  .top-\[763\.33px\] {
    top: 763.33px;
  }

  .top-\[772\.56px\] {
    top: 772.56px;
  }

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

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

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

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

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

  .top-\[957\.75px\] {
    top: 957.75px;
  }

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

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

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

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

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

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

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

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

  .top-\[1193\.45px\] {
    top: 1193.45px;
  }

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

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

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

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

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

  .top-\[1328\.3px\] {
    top: 1328.3px;
  }

  .top-\[1384\.08px\] {
    top: 1384.08px;
  }

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

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

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

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

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

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

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

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

  .top-\[1668\.46px\] {
    top: 1668.46px;
  }

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

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

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

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

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

  .top-\[2040\.58px\] {
    top: 2040.58px;
  }

  .top-\[2101\.56px\] {
    top: 2101.56px;
  }

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

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

  .top-\[2147\.82px\] {
    top: 2147.82px;
  }

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

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

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

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

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

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

  .top-\[2638\.11px\] {
    top: 2638.11px;
  }

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

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

  .top-\[2972\.31px\] {
    top: 2972.31px;
  }

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

  .top-\[3337\.5px\] {
    top: 3337.5px;
  }

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

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

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

  .top-\[3665\.75px\] {
    top: 3665.75px;
  }

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

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

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

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

  .top-\[4036\.3px\] {
    top: 4036.3px;
  }

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

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

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

  .top-\[4376\.46px\] {
    top: 4376.46px;
  }

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

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

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

  .top-\[4809\.56px\] {
    top: 4809.56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

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

  .right-\[0\.9\%\] {
    right: .9%;
  }

  .right-\[0\.89\%\] {
    right: .89%;
  }

  .right-\[20\.44\%\] {
    right: 20.44%;
  }

  .right-\[77\.95\%\] {
    right: 77.95%;
  }

  .right-\[99\.02\%\] {
    right: 99.02%;
  }

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

  .bottom-\[55\.94\%\] {
    bottom: 55.94%;
  }

  .bottom-\[58\.69\%\] {
    bottom: 58.69%;
  }

  .bottom-\[65\.41\%\] {
    bottom: 65.41%;
  }

  .bottom-\[76\.42\%\] {
    bottom: 76.42%;
  }

  .bottom-\[99\.31\%\] {
    bottom: 99.31%;
  }

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

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

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

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

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

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

  .left-\[-1\.38\%\] {
    left: -1.38%;
  }

  .left-\[-1\.53\%\] {
    left: -1.53%;
  }

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

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

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

  .left-\[-3\.61\%\] {
    left: -3.61%;
  }

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

  .left-\[-5\.31\%\] {
    left: -5.31%;
  }

  .left-\[-5\.82\%\] {
    left: -5.82%;
  }

  .left-\[-6\.81px\] {
    left: -6.81px;
  }

  .left-\[-6\.85\%\] {
    left: -6.85%;
  }

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

  .left-\[-7\.5px\] {
    left: -7.5px;
  }

  .left-\[-7\.28\%\] {
    left: -7.28%;
  }

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

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

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

  .left-\[-10\.31\%\] {
    left: -10.31%;
  }

  .left-\[-10\.46\%\] {
    left: -10.46%;
  }

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

  .left-\[-11\.92\%\] {
    left: -11.92%;
  }

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

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

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

  .left-\[-18\.36\%\] {
    left: -18.36%;
  }

  .left-\[-22\.32\%\] {
    left: -22.32%;
  }

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

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

  .left-\[-38\.59\%\] {
    left: -38.59%;
  }

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

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

  .left-\[-45\.57\%\] {
    left: -45.57%;
  }

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

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

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

  .left-\[-68\.43\%\] {
    left: -68.43%;
  }

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

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

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

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

  .left-\[-122\.27px\] {
    left: -122.27px;
  }

  .left-\[-157\.49\%\] {
    left: -157.49%;
  }

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

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

  .left-\[0\.5px\] {
    left: .5px;
  }

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

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

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

  .left-\[1\.1px\] {
    left: 1.1px;
  }

  .left-\[1\.85\%\] {
    left: 1.85%;
  }

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

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

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

  .left-\[5\.34\%\] {
    left: 5.34%;
  }

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

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

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

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

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

  .left-\[20\.78\%\] {
    left: 20.78%;
  }

  .left-\[23\.56px\] {
    left: 23.56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[101\.36px\] {
    left: 101.36px;
  }

  .left-\[101\.43px\] {
    left: 101.43px;
  }

  .left-\[101\.49px\] {
    left: 101.49px;
  }

  .left-\[101\.55px\] {
    left: 101.55px;
  }

  .left-\[101\.63px\] {
    left: 101.63px;
  }

  .left-\[102\.05px\] {
    left: 102.05px;
  }

  .left-\[102\.06px\] {
    left: 102.06px;
  }

  .left-\[106\.63px\] {
    left: 106.63px;
  }

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

  .left-\[107\.91px\] {
    left: 107.91px;
  }

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

  .left-\[109\.34px\] {
    left: 109.34px;
  }

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

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

  .left-\[124\.59px\] {
    left: 124.59px;
  }

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

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

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

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

  .left-\[129\.5px\] {
    left: 129.5px;
  }

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

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

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

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

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

  .left-\[162\.5px\] {
    left: 162.5px;
  }

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

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

  .left-\[166\.15px\] {
    left: 166.15px;
  }

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

  .left-\[188\.62px\] {
    left: 188.62px;
  }

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

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

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

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

  .left-\[205\.39px\] {
    left: 205.39px;
  }

  .left-\[207\.69px\] {
    left: 207.69px;
  }

  .left-\[208\.34px\] {
    left: 208.34px;
  }

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

  .left-\[219\.97px\] {
    left: 219.97px;
  }

  .left-\[234\.66px\] {
    left: 234.66px;
  }

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

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

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

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

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

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

  .left-\[257\.66px\] {
    left: 257.66px;
  }

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

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

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

  .left-\[306\.45px\] {
    left: 306.45px;
  }

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

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

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

  .left-\[339\.5px\] {
    left: 339.5px;
  }

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

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

  .left-\[354\.37px\] {
    left: 354.37px;
  }

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

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

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

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

  .left-\[384\.41px\] {
    left: 384.41px;
  }

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

  .left-\[408\.59px\] {
    left: 408.59px;
  }

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

  .left-\[448\.05px\] {
    left: 448.05px;
  }

  .left-\[448\.48px\] {
    left: 448.48px;
  }

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

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

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

  .left-\[469\.33px\] {
    left: 469.33px;
  }

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

  .left-\[482\.5px\] {
    left: 482.5px;
  }

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

  .left-\[488\.5px\] {
    left: 488.5px;
  }

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

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

  .left-\[574\.34px\] {
    left: 574.34px;
  }

  .left-\[576\.51px\] {
    left: 576.51px;
  }

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

  .left-\[655\.5px\] {
    left: 655.5px;
  }

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

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

  .left-\[697\.53px\] {
    left: 697.53px;
  }

  .left-\[820\.23px\] {
    left: 820.23px;
  }

  .left-\[calc\(25\%\+36px\)\] {
    left: calc(25% + 36px);
  }

  .left-\[calc\(25\%\+82px\)\] {
    left: calc(25% + 82px);
  }

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

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

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

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

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

  .left-px {
    left: 1px;
  }

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

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

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

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

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

  .ms-\[calc\(1\.5\*1\*var\(--list-marker-font-size\,0\)\)\] {
    margin-inline-start: calc(1.5 * 1 * var(--list-marker-font-size, 0));
  }

  .ms-\[calc\(var\(--list-marker-font-size\,0\)\*1\.5\*1\)\] {
    margin-inline-start: calc(var(--list-marker-font-size, 0) * 1.5 * 1);
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .aspect-\[326\/222\] {
    aspect-ratio: 326 / 222;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[27\.22\%\] {
    height: 27.22%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[46\.59\%\] {
    height: 46.59%;
  }

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

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

  .h-\[51\.74\%\] {
    height: 51.74%;
  }

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

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

  .h-\[53\.18\%\] {
    height: 53.18%;
  }

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

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

  .h-\[57\.38\%\] {
    height: 57.38%;
  }

  .h-\[57\.64\%\] {
    height: 57.64%;
  }

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

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

  .h-\[59\.7\%\] {
    height: 59.7%;
  }

  .h-\[59\.82\%\] {
    height: 59.82%;
  }

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

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

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

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

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

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

  .h-\[70\.18\%\] {
    height: 70.18%;
  }

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

  .h-\[75\.66\%\] {
    height: 75.66%;
  }

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

  .h-\[78\.35\%\] {
    height: 78.35%;
  }

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

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

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

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

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

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

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

  .h-\[94\.56\%\] {
    height: 94.56%;
  }

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

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

  .h-\[98\.3\%\] {
    height: 98.3%;
  }

  .h-\[99\.38\%\] {
    height: 99.38%;
  }

  .h-\[100\.02\%\] {
    height: 100.02%;
  }

  .h-\[100\.04\%\] {
    height: 100.04%;
  }

  .h-\[100\.17\%\] {
    height: 100.17%;
  }

  .h-\[100\.21\%\] {
    height: 100.21%;
  }

  .h-\[100\.28\%\] {
    height: 100.28%;
  }

  .h-\[100\.42\%\] {
    height: 100.42%;
  }

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

  .h-\[101\.02\%\] {
    height: 101.02%;
  }

  .h-\[101\.53\%\] {
    height: 101.53%;
  }

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

  .h-\[104\.4\%\] {
    height: 104.4%;
  }

  .h-\[104\.48\%\] {
    height: 104.48%;
  }

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

  .h-\[105\.24\%\] {
    height: 105.24%;
  }

  .h-\[105\.92\%\] {
    height: 105.92%;
  }

  .h-\[105\.94\%\] {
    height: 105.94%;
  }

  .h-\[108\.16\%\] {
    height: 108.16%;
  }

  .h-\[108\.17\%\] {
    height: 108.17%;
  }

  .h-\[108\.44\%\] {
    height: 108.44%;
  }

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

  .h-\[109\.53\%\] {
    height: 109.53%;
  }

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

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

  .h-\[110\.11\%\] {
    height: 110.11%;
  }

  .h-\[110\.97\%\] {
    height: 110.97%;
  }

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

  .h-\[113\.53\%\] {
    height: 113.53%;
  }

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

  .h-\[114\.2\%\] {
    height: 114.2%;
  }

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

  .h-\[119\.27\%\] {
    height: 119.27%;
  }

  .h-\[119\.69\%\] {
    height: 119.69%;
  }

  .h-\[119\.73\%\] {
    height: 119.73%;
  }

  .h-\[120\.81\%\] {
    height: 120.81%;
  }

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

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

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

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

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

  .h-\[133\.79\%\] {
    height: 133.79%;
  }

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

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

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

  .h-\[146\.36\%\] {
    height: 146.36%;
  }

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

  .h-\[151\.6\%\] {
    height: 151.6%;
  }

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

  .h-\[153\.89\%\] {
    height: 153.89%;
  }

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

  .h-\[156\.7\%\] {
    height: 156.7%;
  }

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

  .h-\[158\.94\%\] {
    height: 158.94%;
  }

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

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

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

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

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

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

  .h-\[171\.35\%\] {
    height: 171.35%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[215\.74\%\] {
    height: 215.74%;
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[240\.25\%\] {
    height: 240.25%;
  }

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

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

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

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

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

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

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

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

  .h-\[265\.78\%\] {
    height: 265.78%;
  }

  .h-\[267\.7\%\] {
    height: 267.7%;
  }

  .h-\[269\.62\%\] {
    height: 269.62%;
  }

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

  .h-\[273\.9\%\] {
    height: 273.9%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[328\.25px\] {
    height: 328.25px;
  }

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

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

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

  .h-\[334\.207px\] {
    height: 334.207px;
  }

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

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

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

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

  .h-\[340\.761px\] {
    height: 340.761px;
  }

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

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

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

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

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

  .h-\[356\.845px\] {
    height: 356.845px;
  }

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

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

  .h-\[361\.498px\] {
    height: 361.498px;
  }

  .h-\[365\.186px\] {
    height: 365.186px;
  }

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

  .h-\[370\.547px\] {
    height: 370.547px;
  }

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

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

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

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

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

  .h-\[381\.271px\] {
    height: 381.271px;
  }

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

  .h-\[389\.015px\] {
    height: 389.015px;
  }

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

  .h-\[394\.377px\] {
    height: 394.377px;
  }

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

  .h-\[407\.483px\] {
    height: 407.483px;
  }

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

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

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

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

  .h-\[426\.546px\] {
    height: 426.546px;
  }

  .h-\[427\.48\%\] {
    height: 427.48%;
  }

  .h-\[430\.121px\] {
    height: 430.121px;
  }

  .h-\[432\.504px\] {
    height: 432.504px;
  }

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

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

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

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

  .h-\[441\.44px\] {
    height: 441.44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[529\.738px\] {
    height: 529.738px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[667\.008px\] {
    height: 667.008px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[771\.115px\] {
    height: 771.115px;
  }

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

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

  .h-\[784\.584px\] {
    height: 784.584px;
  }

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

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

  .h-\[824\.94\%\] {
    height: 824.94%;
  }

  .h-\[831\.651px\] {
    height: 831.651px;
  }

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

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

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

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

  .h-\[930\.584px\] {
    height: 930.584px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[1831\.06px\] {
    height: 1831.06px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.023427311331033707\)\+\(var\(--transform-inner-height\)\*0\.9997255206108093\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .0234273)  + (var(--transform-inner-height) * .999726)));
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .w-\[33\.469px\] {
    width: 33.469px;
  }

  .w-\[38\.813px\] {
    width: 38.813px;
  }

  .w-\[51\.281px\] {
    width: 51.281px;
  }

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

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

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

  .w-\[87\.539px\] {
    width: 87.539px;
  }

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

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

  .w-\[91\.773px\] {
    width: 91.773px;
  }

  .w-\[96\.58\%\] {
    width: 96.58%;
  }

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

  .w-\[98\.31\%\] {
    width: 98.31%;
  }

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

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

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

  .w-\[99\.13\%\] {
    width: 99.13%;
  }

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

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

  .w-\[100\.4\%\] {
    width: 100.4%;
  }

  .w-\[100\.24\%\] {
    width: 100.24%;
  }

  .w-\[100\.48\%\] {
    width: 100.48%;
  }

  .w-\[101\.03\%\] {
    width: 101.03%;
  }

  .w-\[101\.54\%\] {
    width: 101.54%;
  }

  .w-\[101\.65\%\] {
    width: 101.65%;
  }

  .w-\[102\.4\%\] {
    width: 102.4%;
  }

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

  .w-\[103\.45\%\] {
    width: 103.45%;
  }

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

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

  .w-\[105\.21\%\] {
    width: 105.21%;
  }

  .w-\[110\.61\%\] {
    width: 110.61%;
  }

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

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

  .w-\[111\.797px\] {
    width: 111.797px;
  }

  .w-\[112\.9\%\] {
    width: 112.9%;
  }

  .w-\[112\.23\%\] {
    width: 112.23%;
  }

  .w-\[114\.703px\] {
    width: 114.703px;
  }

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

  .w-\[115\.26\%\] {
    width: 115.26%;
  }

  .w-\[115\.195px\] {
    width: 115.195px;
  }

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

  .w-\[116\.594px\] {
    width: 116.594px;
  }

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

  .w-\[118\.859px\] {
    width: 118.859px;
  }

  .w-\[120\.78\%\] {
    width: 120.78%;
  }

  .w-\[121\.39\%\] {
    width: 121.39%;
  }

  .w-\[121\.57\%\] {
    width: 121.57%;
  }

  .w-\[121\.97\%\] {
    width: 121.97%;
  }

  .w-\[121\.656px\] {
    width: 121.656px;
  }

  .w-\[124\.87\%\] {
    width: 124.87%;
  }

  .w-\[125\.07px\] {
    width: 125.07px;
  }

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

  .w-\[131\.156px\] {
    width: 131.156px;
  }

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

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

  .w-\[141\.805px\] {
    width: 141.805px;
  }

  .w-\[142\.41\%\] {
    width: 142.41%;
  }

  .w-\[153\.57\%\] {
    width: 153.57%;
  }

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

  .w-\[157\.75px\] {
    width: 157.75px;
  }

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

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

  .w-\[165\.914px\] {
    width: 165.914px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[202\.664px\] {
    width: 202.664px;
  }

  .w-\[202\.672px\] {
    width: 202.672px;
  }

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

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

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

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

  .w-\[232\.414px\] {
    width: 232.414px;
  }

  .w-\[237\.61\%\] {
    width: 237.61%;
  }

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

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

  .w-\[251\.124px\] {
    width: 251.124px;
  }

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

  .w-\[253\.183px\] {
    width: 253.183px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[297\.272px\] {
    width: 297.272px;
  }

  .w-\[297\.867px\] {
    width: 297.867px;
  }

  .w-\[297\.868px\] {
    width: 297.868px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[331\.5px\] {
    width: 331.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[414\.97\%\] {
    width: 414.97%;
  }

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

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

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

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

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

  .w-\[441\.445px\] {
    width: 441.445px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[479\.462px\] {
    width: 479.462px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[578\.337px\] {
    width: 578.337px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[964px\] {
    width: 964px;
  }

  .w-\[965px\] {
    width: 965px;
  }

  .w-\[968\.462px\] {
    width: 968.462px;
  }

  .w-\[974px\] {
    width: 974px;
  }

  .w-\[975px\] {
    width: 975px;
  }

  .w-\[976px\] {
    width: 976px;
  }

  .w-\[977px\] {
    width: 977px;
  }

  .w-\[981px\] {
    width: 981px;
  }

  .w-\[984\.814px\] {
    width: 984.814px;
  }

  .w-\[984px\] {
    width: 984px;
  }

  .w-\[996px\] {
    width: 996px;
  }

  .w-\[1011px\] {
    width: 1011px;
  }

  .w-\[1022px\] {
    width: 1022px;
  }

  .w-\[1067px\] {
    width: 1067px;
  }

  .w-\[1083px\] {
    width: 1083px;
  }

  .w-\[1086\.53px\] {
    width: 1086.53px;
  }

  .w-\[1089px\] {
    width: 1089px;
  }

  .w-\[1117px\] {
    width: 1117px;
  }

  .w-\[1152px\] {
    width: 1152px;
  }

  .w-\[1153px\] {
    width: 1153px;
  }

  .w-\[1207px\] {
    width: 1207px;
  }

  .w-\[1209px\] {
    width: 1209px;
  }

  .w-\[1280px\] {
    width: 1280px;
  }

  .w-\[1310px\] {
    width: 1310px;
  }

  .w-\[1311px\] {
    width: 1311px;
  }

  .w-\[1312px\] {
    width: 1312px;
  }

  .w-\[1348px\] {
    width: 1348px;
  }

  .w-\[1374px\] {
    width: 1374px;
  }

  .w-\[1440px\] {
    width: 1440px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.023427311331033707\)\+\(var\(--transform-inner-width\)\*0\.9997255206108093\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .0234273)  + (var(--transform-inner-width) * .999726)));
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[326px\] {
    max-width: 326px;
  }

  .max-w-\[745px\] {
    max-width: 745px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1209px\] {
    max-width: 1209px;
  }

  .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .max-w-none {
    max-width: none;
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-\[32px\] {
    min-width: 32px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\.5 {
    --tw-translate-y: calc(var(--spacing) * -1.5);
    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-1\.5 {
    --tw-translate-y: calc(var(--spacing) * 1.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-rotate-45 {
    rotate: -45deg;
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-\[1\.342deg\] {
    rotate: 1.342deg;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-center {
    align-content: center;
  }

  .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;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[22px\] {
    gap: 22px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[28px\] {
    gap: 28px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[64px\] {
    gap: 64px;
  }

  :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)));
  }

  .place-self-stretch {
    place-self: stretch stretch;
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-clip {
    overflow-x: clip;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[3\.604px\] {
    border-radius: 3.604px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10\.797px\] {
    border-radius: 10.797px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[28\.187px\] {
    border-radius: 28.187px;
  }

  .rounded-\[35\.307px\] {
    border-radius: 35.307px;
  }

  .rounded-\[9999px\] {
    border-radius: 9999px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-br-\[13px\] {
    border-bottom-right-radius: 13px;
  }

  .rounded-bl-\[15px\] {
    border-bottom-left-radius: 15px;
  }

  .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-\[0\.94px\] {
    border-style: var(--tw-border-style);
    border-width: .94px;
  }

  .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

  .border-\[1\.352px\] {
    border-style: var(--tw-border-style);
    border-width: 1.352px;
  }

  .border-\[1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 0 0;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#0e0e0e\] {
    border-color: #0e0e0e;
  }

  .border-\[\#7f7e79\] {
    border-color: #7f7e79;
  }

  .border-\[\#373634\] {
    border-color: #373634;
  }

  .border-\[\#e5e7eb\] {
    border-color: #e5e7eb;
  }

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

  .border-\[rgba\(0\,0\,0\,0\.05\)\] {
    border-color: #0000000d;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .bg-\[\#0a0a0a\] {
    background-color: #0a0a0a;
  }

  .bg-\[\#1e1e1e\] {
    background-color: #1e1e1e;
  }

  .bg-\[\#030213\] {
    background-color: #030213;
  }

  .bg-\[\#101828\] {
    background-color: #101828;
  }

  .bg-\[\#141414\] {
    background-color: #141414;
  }

  .bg-\[\#333333\] {
    background-color: #333;
  }

  .bg-\[\#666560\] {
    background-color: #666560;
  }

  .bg-\[\#e5e7eb\] {
    background-color: #e5e7eb;
  }

  .bg-\[\#f7f8fa\] {
    background-color: #f7f8fa;
  }

  .bg-\[rgba\(0\,0\,0\,0\)\] {
    background-color: #0000;
  }

  .bg-\[rgba\(0\,114\,198\,0\.07\)\] {
    background-color: #0072c612;
  }

  .bg-\[rgba\(3\,2\,19\,0\.1\)\] {
    background-color: #0302131a;
  }

  .bg-\[rgba\(55\,54\,52\,0\.9\)\] {
    background-color: #373634e6;
  }

  .bg-\[rgba\(55\,54\,52\,0\.95\)\] {
    background-color: #373634f2;
  }

  .bg-\[rgba\(255\,255\,255\,0\.95\)\] {
    background-color: #fffffff2;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }

  .bg-neutral-950 {
    background-color: var(--color-neutral-950);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[165\.476px_334\.013px\] {
    mask-size: 165.476px 334.013px;
  }

  .mask-size-\[191\.843px_385\.674px\] {
    mask-size: 191.843px 385.674px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[0px_-38\.343px\] {
    mask-position: 0 -38.343px;
  }

  .mask-position-\[0px_-44\.273px\] {
    mask-position: 0 -44.273px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[9px\] {
    padding-inline: 9px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[25px\] {
    padding-inline: 25px;
  }

  .px-\[28px\] {
    padding-inline: 28px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .px-\[64px\] {
    padding-inline: 64px;
  }

  .px-\[116\.5px\] {
    padding-inline: 116.5px;
  }

  .px-\[156\.5px\] {
    padding-inline: 156.5px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-\[3px\] {
    padding-block: 3px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .py-\[112px\] {
    padding-block: 112px;
  }

  .py-px {
    padding-block: 1px;
  }

  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }

  .pt-\[3px\] {
    padding-top: 3px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pt-\[25px\] {
    padding-top: 25px;
  }

  .pt-\[49px\] {
    padding-top: 49px;
  }

  .pt-\[59px\] {
    padding-top: 59px;
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

  .pr-\[-17\.328px\] {
    padding-right: -17.328px;
  }

  .pr-\[0\.008px\] {
    padding-right: .008px;
  }

  .pr-\[32px\] {
    padding-right: 32px;
  }

  .pr-\[116\.5px\] {
    padding-right: 116.5px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-\[64px\] {
    padding-bottom: 64px;
  }

  .pb-px {
    padding-bottom: 1px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

  .text-center {
    text-align: center;
  }

  .font-\[\'Inter\:Bold\'\,_sans-serif\], .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,_sans-serif\], .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,_sans-serif\], .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Paytone_One\:Regular\'\,_sans-serif\], .font-\[\'Paytone_One\:Regular\'\,sans-serif\] {
    font-family: Paytone One\:Regular, sans-serif;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .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-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[80px\] {
    font-size: 80px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[29\.25px\] {
    --tw-leading: 29.25px;
    line-height: 29.25px;
  }

  .leading-\[32\.5px\] {
    --tw-leading: 32.5px;
    line-height: 32.5px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[35\.556px\] {
    --tw-leading: 35.556px;
    line-height: 35.556px;
  }

  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .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);
  }

  .tracking-\[-0\.3px\] {
    --tw-tracking: -.3px;
    letter-spacing: -.3px;
  }

  .tracking-\[-0\.1504px\] {
    --tw-tracking: -.1504px;
    letter-spacing: -.1504px;
  }

  .tracking-\[-0\.3125px\] {
    --tw-tracking: -.3125px;
    letter-spacing: -.3125px;
  }

  .tracking-\[-0\.4395px\] {
    --tw-tracking: -.4395px;
    letter-spacing: -.4395px;
  }

  .tracking-\[-0\.4492px\] {
    --tw-tracking: -.4492px;
    letter-spacing: -.4492px;
  }

  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }

  .tracking-\[0\.4063px\] {
    --tw-tracking: .4063px;
    letter-spacing: .4063px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#0a0a0a\] {
    color: #0a0a0a;
  }

  .text-\[\#777\] {
    color: #777;
  }

  .text-\[\#030213\] {
    color: #030213;
  }

  .text-\[\#717182\] {
    color: #717182;
  }

  .text-\[\#777777\] {
    color: #777;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-950 {
    color: var(--color-neutral-950);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-70 {
    opacity: .7;
  }

  .shadow-\[-2\.819px_0px_0px_0px_inset_\#2a2a2a\,2\.819px_0px_0px_0px_inset_\#2a2a2a\,0px_0px_4\.698px_0\.94px_inset_\#000000\] {
    --tw-shadow: -2.819px 0px 0px 0px inset var(--tw-shadow-color, #2a2a2a), 2.819px 0px 0px 0px inset var(--tw-shadow-color, #2a2a2a), 0px 0px 4.698px .94px inset var(--tw-shadow-color, #000);
    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_-2\.703px_0px_0px_inset_\#bebdb8\,0px_2\.703px_0px_0px_inset_\#bebdb8\,0px_7\.209px_1\.802px_0px_inset_\#282722\,0px_-7\.209px_1\.802px_0px_inset_\#282722\,-4\.506px_0px_3\.604px_0px_inset_rgba\(152\,151\,146\,0\.6\)\,-3\.604px_0px_0px_0px_inset_\#92918c\] {
    --tw-shadow: 0px -2.703px 0px 0px inset var(--tw-shadow-color, #bebdb8), 0px 2.703px 0px 0px inset var(--tw-shadow-color, #bebdb8), 0px 7.209px 1.802px 0px inset var(--tw-shadow-color, #282722), 0px -7.209px 1.802px 0px inset var(--tw-shadow-color, #282722), -4.506px 0px 3.604px 0px inset var(--tw-shadow-color, #98979299), -3.604px 0px 0px 0px inset var(--tw-shadow-color, #92918c);
    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_-2\.703px_0px_0px_inset_\#bebdb8\,0px_2\.703px_0px_0px_inset_\#bebdb8\,0px_7\.209px_1\.802px_0px_inset_\#282722\,0px_-7\.209px_1\.802px_0px_inset_\#282722\,4\.506px_0px_3\.604px_0px_inset_rgba\(152\,151\,146\,0\.6\)\,3\.604px_0px_0px_0px_inset_\#92918c\] {
    --tw-shadow: 0px -2.703px 0px 0px inset var(--tw-shadow-color, #bebdb8), 0px 2.703px 0px 0px inset var(--tw-shadow-color, #bebdb8), 0px 7.209px 1.802px 0px inset var(--tw-shadow-color, #282722), 0px -7.209px 1.802px 0px inset var(--tw-shadow-color, #282722), 4.506px 0px 3.604px 0px inset var(--tw-shadow-color, #98979299), 3.604px 0px 0px 0px inset var(--tw-shadow-color, #92918c);
    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_0\.901px_2px_inset_\#afb0ab\] {
    --tw-shadow: 0px 0px .901px 2px inset var(--tw-shadow-color, #afb0ab);
    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_0\.901px_4\.506px_inset_\#474641\] {
    --tw-shadow: 0px 0px .901px 4.506px inset var(--tw-shadow-color, #474641);
    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_0\.901px_13\.517px_inset_\#242223\] {
    --tw-shadow: 0px 0px .901px 13.517px inset var(--tw-shadow-color, #242223);
    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_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #0000001a), 0px 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-\[0px_4px_11\.2px_1px_\#ddecf7\] {
    --tw-shadow: 0px 4px 11.2px 1px var(--tw-shadow-color, #ddecf7);
    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, );
  }

  .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));
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:1_\/_1_\/_auto_\/_span_2\] {
    grid-area: 1 / 1 / auto / span 2;
  }

  .\[grid-area\:1_\/_2\] {
    grid-area: 1 / 2;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1a1928\]:hover {
      background-color: #1a1928;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-800:hover {
      background-color: var(--color-neutral-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#0a0a0a\]:hover {
      color: #0a0a0a;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#030213\]:hover {
      color: #030213;
    }
  }

  @media (hover: hover) {
    .hover\:text-neutral-600:hover {
      color: var(--color-neutral-600);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .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-neutral-950:focus {
    --tw-ring-color: var(--color-neutral-950);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --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);
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-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
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
