/*! 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;
      --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-ease: initial;
      --tw-duration: 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-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --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;
    --container-sm: 24rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xs: .125rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --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;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-16\.67\%_-8\.33\%\] {
    inset: -16.67% -8.33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[-1px\] {
    top: -1px;
  }

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

  .top-\[-2\.49\%\] {
    top: -2.49%;
  }

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

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

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

  .top-\[-4\.68\%\] {
    top: -4.68%;
  }

  .top-\[-5\.59\%\] {
    top: -5.59%;
  }

  .top-\[-5\.86\%\] {
    top: -5.86%;
  }

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

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

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

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

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

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

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

  .top-\[-19\.28px\] {
    top: -19.28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\.05\%\] {
    top: .05%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[6\.18\%\] {
    top: 6.18%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[32px\] {
    top: 32px;
  }

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

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

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

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

  .top-\[37\.5\%\] {
    top: 37.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[171\.56px\] {
    top: 171.56px;
  }

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

  .top-\[177\.44px\] {
    top: 177.44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

  .right-1\/4 {
    right: 25%;
  }

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

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

  .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-\[37\.5\%\] {
    bottom: 37.5%;
  }

  .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-1\/4 {
    left: 25%;
  }

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

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

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

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

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

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

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

  .left-\[-3\.14\%\] {
    left: -3.14%;
  }

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

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

  .left-\[-5\.85\%\] {
    left: -5.85%;
  }

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

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

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

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

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

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

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

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

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

  .left-\[-16\.14\%\] {
    left: -16.14%;
  }

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

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

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

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

  .left-\[-36\.83\%\] {
    left: -36.83%;
  }

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

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

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

  .left-\[-44\.25\%\] {
    left: -44.25%;
  }

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

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

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

  .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-\[-137px\] {
    left: -137px;
  }

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

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

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

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

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

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

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

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

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

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

  .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-\[3\.99\%\] {
    left: 3.99%;
  }

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

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

  .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-\[28\.5px\] {
    left: 28.5px;
  }

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

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

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

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

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

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

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

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

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

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

  .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\.06px\] {
    left: 102.06px;
  }

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

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

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

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

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

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

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

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

  .left-\[118\.63px\] {
    left: 118.63px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[199\.61px\] {
    left: 199.61px;
  }

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

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

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

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

  .left-\[210\.91px\] {
    left: 210.91px;
  }

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

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

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

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

  .left-\[247\.07px\] {
    left: 247.07px;
  }

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

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

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

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

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

  .left-\[336\.76px\] {
    left: 336.76px;
  }

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

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

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

  .left-\[350\.07px\] {
    left: 350.07px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[576\.01px\] {
    left: 576.01px;
  }

  .left-\[576\.38px\] {
    left: 576.38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[82\.66\%\] {
    height: 82.66%;
  }

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

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

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

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

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

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

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

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

  .h-\[98\.56\%\] {
    height: 98.56%;
  }

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

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

  .h-\[100\.01\%\] {
    height: 100.01%;
  }

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

  .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-\[101\.02\%\] {
    height: 101.02%;
  }

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

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

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

  .h-\[106\.32\%\] {
    height: 106.32%;
  }

  .h-\[107\.81\%\] {
    height: 107.81%;
  }

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

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

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

  .h-\[108\.88\%\] {
    height: 108.88%;
  }

  .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-\[111\.15\%\] {
    height: 111.15%;
  }

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

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

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

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

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

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

  .h-\[132\.21\%\] {
    height: 132.21%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[426\.546px\] {
    height: 426.546px;
  }

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

  .h-\[430\.121px\] {
    height: 430.121px;
  }

  .h-\[432\.504px\] {
    height: 432.504px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[529\.738px\] {
    height: 529.738px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[771\.115px\] {
    height: 771.115px;
  }

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

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

  .h-\[784\.584px\] {
    height: 784.584px;
  }

  .h-\[805\.62\%\] {
    height: 805.62%;
  }

  .h-\[831\.651px\] {
    height: 831.651px;
  }

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

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

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

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

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

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

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

  .h-\[930\.584px\] {
    height: 930.584px;
  }

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

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

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

  .h-\[982\.055px\] {
    height: 982.055px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[1640\.55px\] {
    height: 1640.55px;
  }

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

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

  .h-\[1831\.06px\] {
    height: 1831.06px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

  .w-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-\[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\.77\%\] {
    width: 98.77%;
  }

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

  .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-\[110\.61\%\] {
    width: 110.61%;
  }

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

  .w-\[111\.797px\] {
    width: 111.797px;
  }

  .w-\[112\.04\%\] {
    width: 112.04%;
  }

  .w-\[112\.23\%\] {
    width: 112.23%;
  }

  .w-\[112\.492px\] {
    width: 112.492px;
  }

  .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-\[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-\[132\.06\%\] {
    width: 132.06%;
  }

  .w-\[136\.83\%\] {
    width: 136.83%;
  }

  .w-\[136\.391px\] {
    width: 136.391px;
  }

  .w-\[138\.46\%\] {
    width: 138.46%;
  }

  .w-\[141\.805px\] {
    width: 141.805px;
  }

  .w-\[142\.41\%\] {
    width: 142.41%;
  }

  .w-\[153\.57\%\] {
    width: 153.57%;
  }

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

  .w-\[156\.82\%\] {
    width: 156.82%;
  }

  .w-\[157\.75px\] {
    width: 157.75px;
  }

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

  .w-\[165\.914px\] {
    width: 165.914px;
  }

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

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

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

  .w-\[195\.352px\] {
    width: 195.352px;
  }

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

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

  .w-\[202\.664px\] {
    width: 202.664px;
  }

  .w-\[202\.672px\] {
    width: 202.672px;
  }

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

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

  .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-\[251\.124px\] {
    width: 251.124px;
  }

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

  .w-\[253\.183px\] {
    width: 253.183px;
  }

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

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

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

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

  .w-\[290\.531px\] {
    width: 290.531px;
  }

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

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

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

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

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

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

  .w-\[372\.383px\] {
    width: 372.383px;
  }

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

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

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

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

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

  .w-\[414\.97\%\] {
    width: 414.97%;
  }

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

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

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

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

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

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

  .w-\[441\.445px\] {
    width: 441.445px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[479\.462px\] {
    width: 479.462px;
  }

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

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

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

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

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

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

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

  .w-\[578\.337px\] {
    width: 578.337px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[1086\.53px\] {
    width: 1086.53px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .rotate-\[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\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

  .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-\[8px\] {
    border-radius: 8px;
  }

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

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

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

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

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

  .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-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

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

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

  .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-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

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

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

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-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-\[rgba\(0\,0\,0\,0\)\] {
    border-color: #0000;
  }

  .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-\[\#1e1e1e\] {
    background-color: #1e1e1e;
  }

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

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

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

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

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

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

  .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\(236\,238\,242\,0\.2\)\] {
    background-color: #eceef233;
  }

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

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

  .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-gray-200 {
    background-color: var(--color-gray-200);
  }

  .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\.475px_334\.013px\] {
    mask-size: 165.475px 334.013px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-\[116\.5px\] {
    padding-inline: 116.5px;
  }

  .px-\[156\.5px\] {
    padding-inline: 156.5px;
  }

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

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

  .pt-\[2\.84px\] {
    padding-top: 2.84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Bold\'\,_sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,_sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,_sans-serif\] {
    font-family: Inter\: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-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-\[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-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .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);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .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-\[\#030213\] {
    color: #030213;
  }

  .text-\[\#717182\] {
    color: #717182;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-600 {
    color: var(--color-neutral-600);
  }

  .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-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);
  }

  .shadow-\[0px_4px_12\.1px_0px_rgba\(179\,207\,225\,0\.86\)\] {
    --tw-shadow: 0px 4px 12.1px 0px var(--tw-shadow-color, #b3cfe1db);
    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_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 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-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);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .\[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-\[\#1a1929\]:hover {
      background-color: #1a1929;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-800:hover {
      background-color: var(--color-neutral-800);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-950:hover {
      background-color: var(--color-neutral-950);
    }
  }

  @media (hover: hover) {
    .hover\:text-neutral-600:hover {
      color: var(--color-neutral-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .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\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:bg-neutral-950:active {
    background-color: var(--color-neutral-950);
  }

  .active\:text-white:active {
    color: var(--color-white);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: var(--secondary);
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  @media (width >= 40rem) {
    .sm\:w-\[400px\] {
      width: 400px;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[116\.5px\] {
      padding-inline: 116.5px;
    }
  }
}

: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
}

@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-ease {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
