/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-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-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-700: oklch(.505 .213 27.518);
    --color-amber-500: oklch(.769 .188 70.08);
    --color-amber-600: oklch(.666 .179 58.318);
    --color-green-500: oklch(.723 .219 149.579);
    --color-green-600: oklch(.627 .194 149.214);
    --color-sky-100: oklch(.951 .026 236.824);
    --color-sky-200: oklch(.901 .058 230.902);
    --color-sky-300: oklch(.828 .111 230.318);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-200: oklch(.882 .059 254.128);
    --color-blue-400: oklch(.707 .165 254.624);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-800: oklch(.424 .199 265.638);
    --color-purple-500: oklch(.627 .265 303.9);
    --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-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --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 {
  .\@container\/card-header {
    container: card-header / inline-size;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

  .inset-\[-7\.143\%\] {
    inset: -7.143%;
  }

  .inset-\[-10\%_-7\.14\%_-7\.14\%_-7\.14\%\] {
    inset: -10% -7.14% -7.14%;
  }

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

  .inset-\[5\.56\%_-5\.56\%_5\.55\%_5\.56\%\] {
    inset: 5.56% -5.56% 5.55% 5.56%;
  }

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

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

  .inset-\[11\.11\%_11\.11\%_33\.33\%_11\.11\%\] {
    inset: 11.11% 11.11% 33.33%;
  }

  .inset-\[20\.833\%\] {
    inset: 20.833%;
  }

  .inset-\[24\%_26\.27\%\] {
    inset: 24% 26.27%;
  }

  .inset-\[24\.6\%_27\.78\%\] {
    inset: 24.6% 27.78%;
  }

  .inset-\[26\.38\%_26\.5\%\] {
    inset: 26.38% 26.5%;
  }

  .inset-\[30\.56\%_27\.78\%\] {
    inset: 30.56% 27.78%;
  }

  .inset-\[33\.333\%\] {
    inset: 33.333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[18\.44px\] {
    top: 18.44px;
  }

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

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

  .top-\[20\.34px\] {
    top: 20.34px;
  }

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

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

  .top-\[21\.59px\] {
    top: 21.59px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[41\.67\%\] {
    top: 41.67%;
  }

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

  .top-\[42\.98px\] {
    top: 42.98px;
  }

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

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

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

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

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

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

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

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

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

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

  .top-\[56\.98px\] {
    top: 56.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[103\.98px\] {
    top: 103.98px;
  }

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

  .top-\[111\.98px\] {
    top: 111.98px;
  }

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

  .top-\[113\.01px\] {
    top: 113.01px;
  }

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

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

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

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

  .top-\[119\.98px\] {
    top: 119.98px;
  }

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

  .top-\[127\.96px\] {
    top: 127.96px;
  }

  .top-\[127\.98px\] {
    top: 127.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[173\.13px\] {
    top: 173.13px;
  }

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

  .top-\[184\.13px\] {
    top: 184.13px;
  }

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

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

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

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

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

  .top-\[197\.95px\] {
    top: 197.95px;
  }

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

  .top-\[207\.96px\] {
    top: 207.96px;
  }

  .top-\[208\.13px\] {
    top: 208.13px;
  }

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

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

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

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

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

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

  .top-\[226\.13px\] {
    top: 226.13px;
  }

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

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

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

  .top-\[239\.96px\] {
    top: 239.96px;
  }

  .top-\[241\.13px\] {
    top: 241.13px;
  }

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

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

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

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

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

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

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

  .top-\[263\.82px\] {
    top: 263.82px;
  }

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

  .top-\[267\.95px\] {
    top: 267.95px;
  }

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

  .top-\[274\.63px\] {
    top: 274.63px;
  }

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

  .top-\[279\.09px\] {
    top: 279.09px;
  }

  .top-\[279\.95px\] {
    top: 279.95px;
  }

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

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

  .top-\[297\.34px\] {
    top: 297.34px;
  }

  .top-\[299\.88px\] {
    top: 299.88px;
  }

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

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

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

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

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

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

  .top-\[328\.81px\] {
    top: 328.81px;
  }

  .top-\[332\.07px\] {
    top: 332.07px;
  }

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

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

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

  .top-\[363\.42px\] {
    top: 363.42px;
  }

  .top-\[364\.13px\] {
    top: 364.13px;
  }

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

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

  .top-\[385\.05px\] {
    top: 385.05px;
  }

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

  .top-\[387\.95px\] {
    top: 387.95px;
  }

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

  .top-\[406\.28px\] {
    top: 406.28px;
  }

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

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

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

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

  .top-\[435\.28px\] {
    top: 435.28px;
  }

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

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

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

  .top-\[478\.96px\] {
    top: 478.96px;
  }

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

  .top-\[503\.88px\] {
    top: 503.88px;
  }

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

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

  .top-\[519\.38px\] {
    top: 519.38px;
  }

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

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

  .top-\[546\.86px\] {
    top: 546.86px;
  }

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

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

  .top-\[578\.56px\] {
    top: 578.56px;
  }

  .top-\[592\.21px\] {
    top: 592.21px;
  }

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

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

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

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

  .top-\[725\.88px\] {
    top: 725.88px;
  }

  .top-\[769\.37px\] {
    top: 769.37px;
  }

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

  .top-\[799\.38px\] {
    top: 799.38px;
  }

  .top-\[830\.38px\] {
    top: 830.38px;
  }

  .top-\[862\.18px\] {
    top: 862.18px;
  }

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

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

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

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

  .top-\[1043\.86px\] {
    top: 1043.86px;
  }

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

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

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

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

  .top-\[1170\.37px\] {
    top: 1170.37px;
  }

  .top-\[1171\.76px\] {
    top: 1171.76px;
  }

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

  .top-\[1210\.01px\] {
    top: 1210.01px;
  }

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

  .top-\[1274\.06px\] {
    top: 1274.06px;
  }

  .top-\[1275\.98px\] {
    top: 1275.98px;
  }

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

  .top-\[1319\.79px\] {
    top: 1319.79px;
  }

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

  .top-\[1452\.96px\] {
    top: 1452.96px;
  }

  .top-\[1470\.06px\] {
    top: 1470.06px;
  }

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

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

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

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

  .top-\[1587\.19px\] {
    top: 1587.19px;
  }

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

  .top-\[1613\.37px\] {
    top: 1613.37px;
  }

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

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

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

  .top-\[1772\.56px\] {
    top: 1772.56px;
  }

  .top-\[1811\.56px\] {
    top: 1811.56px;
  }

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

  .top-\[1941\.88px\] {
    top: 1941.88px;
  }

  .top-\[2151\.78px\] {
    top: 2151.78px;
  }

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

  .top-\[2386\.96px\] {
    top: 2386.96px;
  }

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

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

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

  .right-\[2\.83\%\] {
    right: 2.83%;
  }

  .right-\[3\.49\%\] {
    right: 3.49%;
  }

  .right-\[3\.57\%\] {
    right: 3.57%;
  }

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

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

  .right-\[5\.55\%\] {
    right: 5.55%;
  }

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

  .right-\[12\.4\%\] {
    right: 12.4%;
  }

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

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

  .right-\[33\.33\%\] {
    right: 33.33%;
  }

  .right-\[38\.09\%\] {
    right: 38.09%;
  }

  .right-\[76\.19\%\] {
    right: 76.19%;
  }

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

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

  .bottom-\[0\.25\%\] {
    bottom: .25%;
  }

  .bottom-\[1\.47\%\] {
    bottom: 1.47%;
  }

  .bottom-\[3\.08\%\] {
    bottom: 3.08%;
  }

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

  .bottom-\[5\.26\%\] {
    bottom: 5.26%;
  }

  .bottom-\[5\.55\%\] {
    bottom: 5.55%;
  }

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

  .bottom-\[33\.33\%\] {
    bottom: 33.33%;
  }

  .bottom-\[41\.67\%\] {
    bottom: 41.67%;
  }

  .bottom-\[57\.9\%\] {
    bottom: 57.9%;
  }

  .bottom-\[83\.33\%\] {
    bottom: 83.33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[9\.58\%\] {
    left: 9.58%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[20\.19px\] {
    left: 20.19px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[26\.97px\] {
    left: 26.97px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[38\.09\%\] {
    left: 38.09%;
  }

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

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

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

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

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

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

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

  .left-\[46\.38px\] {
    left: 46.38px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[55\.4px\] {
    left: 55.4px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[69\.62px\] {
    left: 69.62px;
  }

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

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

  .left-\[85\.27px\] {
    left: 85.27px;
  }

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

  .left-\[90\.57px\] {
    left: 90.57px;
  }

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

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

  .left-\[102\.57px\] {
    left: 102.57px;
  }

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

  .left-\[107\.78px\] {
    left: 107.78px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[131\.94px\] {
    left: 131.94px;
  }

  .left-\[132\.84px\] {
    left: 132.84px;
  }

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

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

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

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

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

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

  .left-\[141\.59px\] {
    left: 141.59px;
  }

  .left-\[142\.01px\] {
    left: 142.01px;
  }

  .left-\[143\.35px\] {
    left: 143.35px;
  }

  .left-\[143\.53px\] {
    left: 143.53px;
  }

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

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

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

  .left-\[148\.81px\] {
    left: 148.81px;
  }

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

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

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

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

  .left-\[169\.19px\] {
    left: 169.19px;
  }

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

  .left-\[173\.85px\] {
    left: 173.85px;
  }

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

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

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

  .left-\[183\.95px\] {
    left: 183.95px;
  }

  .left-\[202\.68px\] {
    left: 202.68px;
  }

  .left-\[211\.69px\] {
    left: 211.69px;
  }

  .left-\[217\.85px\] {
    left: 217.85px;
  }

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

  .left-\[225\.58px\] {
    left: 225.58px;
  }

  .left-\[260\.78px\] {
    left: 260.78px;
  }

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

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

  .left-\[278\.01px\] {
    left: 278.01px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

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

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

  .size-\[2\.99px\] {
    width: 2.99px;
    height: 2.99px;
  }

  .size-\[2\.998px\] {
    width: 2.998px;
    height: 2.998px;
  }

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

  .size-\[11\.998px\] {
    width: 11.998px;
    height: 11.998px;
  }

  .size-\[13\.832px\] {
    width: 13.832px;
    height: 13.832px;
  }

  .size-\[13\.998px\] {
    width: 13.998px;
    height: 13.998px;
  }

  .size-\[15\.985px\] {
    width: 15.985px;
    height: 15.985px;
  }

  .size-\[15\.997px\] {
    width: 15.997px;
    height: 15.997px;
  }

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

  .size-\[17\.99px\] {
    width: 17.99px;
    height: 17.99px;
  }

  .size-\[17\.997px\] {
    width: 17.997px;
    height: 17.997px;
  }

  .size-\[19\.995px\] {
    width: 19.995px;
    height: 19.995px;
  }

  .size-\[19\.997px\] {
    width: 19.997px;
    height: 19.997px;
  }

  .size-\[23\.987px\] {
    width: 23.987px;
    height: 23.987px;
  }

  .size-\[23\.996px\] {
    width: 23.996px;
    height: 23.996px;
  }

  .size-\[27\.997px\] {
    width: 27.997px;
    height: 27.997px;
  }

  .size-\[31\.988px\] {
    width: 31.988px;
    height: 31.988px;
  }

  .size-\[31\.994px\] {
    width: 31.994px;
    height: 31.994px;
  }

  .size-\[33\.957px\] {
    width: 33.957px;
    height: 33.957px;
  }

  .size-\[33\.994px\] {
    width: 33.994px;
    height: 33.994px;
  }

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

  .size-\[39\.993px\] {
    width: 39.993px;
    height: 39.993px;
  }

  .size-\[47\.992px\] {
    width: 47.992px;
    height: 47.992px;
  }

  .size-\[63\.989px\] {
    width: 63.989px;
    height: 63.989px;
  }

  .size-\[79\.986px\] {
    width: 79.986px;
    height: 79.986px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[7\.676px\] {
    height: 7.676px;
  }

  .h-\[7\.984px\] {
    height: 7.984px;
  }

  .h-\[7\.999px\] {
    height: 7.999px;
  }

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

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

  .h-\[9\.988px\] {
    height: 9.988px;
  }

  .h-\[9\.998px\] {
    height: 9.998px;
  }

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

  .h-\[11\.993px\] {
    height: 11.993px;
  }

  .h-\[11\.998px\] {
    height: 11.998px;
  }

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

  .h-\[13\.998px\] {
    height: 13.998px;
  }

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

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

  .h-\[15\.263px\] {
    height: 15.263px;
  }

  .h-\[15\.985px\] {
    height: 15.985px;
  }

  .h-\[15\.997px\] {
    height: 15.997px;
  }

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

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

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

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

  .h-\[17\.098px\] {
    height: 17.098px;
  }

  .h-\[17\.99px\] {
    height: 17.99px;
  }

  .h-\[17\.997px\] {
    height: 17.997px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[31\.952px\] {
    height: 31.952px;
  }

  .h-\[31\.994px\] {
    height: 31.994px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[47\.992px\] {
    height: 47.992px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[55\.99px\] {
    height: 55.99px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[63\.971px\] {
    height: 63.971px;
  }

  .h-\[63\.989px\] {
    height: 63.989px;
  }

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

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

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

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

  .h-\[67\.083px\] {
    height: 67.083px;
  }

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

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

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

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

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

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

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

  .h-\[69\.584px\] {
    height: 69.584px;
  }

  .h-\[69\.973px\] {
    height: 69.973px;
  }

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

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

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

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

  .h-\[72\.972px\] {
    height: 72.972px;
  }

  .h-\[72\.978px\] {
    height: 72.978px;
  }

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

  .h-\[73\.969px\] {
    height: 73.969px;
  }

  .h-\[74\.978px\] {
    height: 74.978px;
  }

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

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

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

  .h-\[76\.776px\] {
    height: 76.776px;
  }

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

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

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

  .h-\[79\.968px\] {
    height: 79.968px;
  }

  .h-\[79\.986px\] {
    height: 79.986px;
  }

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

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

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

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

  .h-\[83\.325px\] {
    height: 83.325px;
  }

  .h-\[83\.986px\] {
    height: 83.986px;
  }

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

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

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

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

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

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

  .h-\[90\.957px\] {
    height: 90.957px;
  }

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

  .h-\[91\.966px\] {
    height: 91.966px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[99\.579px\] {
    height: 99.579px;
  }

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

  .h-\[102\.331px\] {
    height: 102.331px;
  }

  .h-\[102\.973px\] {
    height: 102.973px;
  }

  .h-\[103\.927px\] {
    height: 103.927px;
  }

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

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

  .h-\[105\.963px\] {
    height: 105.963px;
  }

  .h-\[106\.116px\] {
    height: 106.116px;
  }

  .h-\[107\.981px\] {
    height: 107.981px;
  }

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

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

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

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

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

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

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

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

  .h-\[121\.319px\] {
    height: 121.319px;
  }

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

  .h-\[123\.502px\] {
    height: 123.502px;
  }

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

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

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

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

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

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

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

  .h-\[132\.307px\] {
    height: 132.307px;
  }

  .h-\[134\.766px\] {
    height: 134.766px;
  }

  .h-\[136\.226px\] {
    height: 136.226px;
  }

  .h-\[136\.307px\] {
    height: 136.307px;
  }

  .h-\[137\.958px\] {
    height: 137.958px;
  }

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

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

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

  .h-\[146\.214px\] {
    height: 146.214px;
  }

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

  .h-\[149\.919px\] {
    height: 149.919px;
  }

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

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

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

  .h-\[157\.294px\] {
    height: 157.294px;
  }

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

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

  .h-\[165\.476px\] {
    height: 165.476px;
  }

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

  .h-\[171\.952px\] {
    height: 171.952px;
  }

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

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

  .h-\[174\.319px\] {
    height: 174.319px;
  }

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

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

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

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

  .h-\[188\.481px\] {
    height: 188.481px;
  }

  .h-\[191\.893px\] {
    height: 191.893px;
  }

  .h-\[203\.635px\] {
    height: 203.635px;
  }

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

  .h-\[211\.963px\] {
    height: 211.963px;
  }

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

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

  .h-\[214\.917px\] {
    height: 214.917px;
  }

  .h-\[220\.292px\] {
    height: 220.292px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[233\.538px\] {
    height: 233.538px;
  }

  .h-\[233\.545px\] {
    height: 233.545px;
  }

  .h-\[235\.244px\] {
    height: 235.244px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[274\.613px\] {
    height: 274.613px;
  }

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

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

  .h-\[282\.997px\] {
    height: 282.997px;
  }

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

  .h-\[286\.758px\] {
    height: 286.758px;
  }

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

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

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

  .h-\[303\.948px\] {
    height: 303.948px;
  }

  .h-\[306\.461px\] {
    height: 306.461px;
  }

  .h-\[308\.607px\] {
    height: 308.607px;
  }

  .h-\[309\.286px\] {
    height: 309.286px;
  }

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

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

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

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

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

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

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

  .h-\[318\.862px\] {
    height: 318.862px;
  }

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

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

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

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

  .h-\[331\.429px\] {
    height: 331.429px;
  }

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

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

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

  .h-\[348\.857px\] {
    height: 348.857px;
  }

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

  .h-\[351\.939px\] {
    height: 351.939px;
  }

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

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

  .h-\[381\.952px\] {
    height: 381.952px;
  }

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

  .h-\[384\.943px\] {
    height: 384.943px;
  }

  .h-\[390\.832px\] {
    height: 390.832px;
  }

  .h-\[390\.923px\] {
    height: 390.923px;
  }

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

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

  .h-\[408\.076px\] {
    height: 408.076px;
  }

  .h-\[409\.617px\] {
    height: 409.617px;
  }

  .h-\[419\.616px\] {
    height: 419.616px;
  }

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

  .h-\[430\.018px\] {
    height: 430.018px;
  }

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

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

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

  .h-\[447\.923px\] {
    height: 447.923px;
  }

  .h-\[451\.06px\] {
    height: 451.06px;
  }

  .h-\[452\.252px\] {
    height: 452.252px;
  }

  .h-\[452\.601px\] {
    height: 452.601px;
  }

  .h-\[454\.971px\] {
    height: 454.971px;
  }

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

  .h-\[470\.267px\] {
    height: 470.267px;
  }

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

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

  .h-\[501\.271px\] {
    height: 501.271px;
  }

  .h-\[529\.395px\] {
    height: 529.395px;
  }

  .h-\[549\.263px\] {
    height: 549.263px;
  }

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

  .h-\[574\.415px\] {
    height: 574.415px;
  }

  .h-\[589\.513px\] {
    height: 589.513px;
  }

  .h-\[618\.884px\] {
    height: 618.884px;
  }

  .h-\[627\.892px\] {
    height: 627.892px;
  }

  .h-\[632\.496px\] {
    height: 632.496px;
  }

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

  .h-\[659\.886px\] {
    height: 659.886px;
  }

  .h-\[664\.546px\] {
    height: 664.546px;
  }

  .h-\[702\.87px\] {
    height: 702.87px;
  }

  .h-\[707\.529px\] {
    height: 707.529px;
  }

  .h-\[739\.542px\] {
    height: 739.542px;
  }

  .h-\[833\.819px\] {
    height: 833.819px;
  }

  .h-\[834\.792px\] {
    height: 834.792px;
  }

  .h-\[845\.025px\] {
    height: 845.025px;
  }

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

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

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

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

  .h-\[979\.189px\] {
    height: 979.189px;
  }

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

  .h-\[1136\.79px\] {
    height: 1136.79px;
  }

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

  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\(--radix-select-content-available-height\) {
    max-height: var(--radix-select-content-available-height);
  }

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

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

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

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

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

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

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

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

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

  .w-\[2\.998px\] {
    width: 2.998px;
  }

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

  .w-\[13\.484px\] {
    width: 13.484px;
  }

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

  .w-\[15\.985px\] {
    width: 15.985px;
  }

  .w-\[15\.997px\] {
    width: 15.997px;
  }

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

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

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

  .w-\[17\.997px\] {
    width: 17.997px;
  }

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

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

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

  .w-\[19\.995px\] {
    width: 19.995px;
  }

  .w-\[19\.997px\] {
    width: 19.997px;
  }

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

  .w-\[20\.657px\] {
    width: 20.657px;
  }

  .w-\[20\.988px\] {
    width: 20.988px;
  }

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

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

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

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

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

  .w-\[26\.326px\] {
    width: 26.326px;
  }

  .w-\[27\.463px\] {
    width: 27.463px;
  }

  .w-\[27\.653px\] {
    width: 27.653px;
  }

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

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

  .w-\[30\.38px\] {
    width: 30.38px;
  }

  .w-\[30\.087px\] {
    width: 30.087px;
  }

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

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

  .w-\[33\.059px\] {
    width: 33.059px;
  }

  .w-\[33\.957px\] {
    width: 33.957px;
  }

  .w-\[33\.976px\] {
    width: 33.976px;
  }

  .w-\[33\.994px\] {
    width: 33.994px;
  }

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

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

  .w-\[35\.223px\] {
    width: 35.223px;
  }

  .w-\[35\.818px\] {
    width: 35.818px;
  }

  .w-\[35\.962px\] {
    width: 35.962px;
  }

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

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

  .w-\[37\.315px\] {
    width: 37.315px;
  }

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

  .w-\[38\.324px\] {
    width: 38.324px;
  }

  .w-\[38\.562px\] {
    width: 38.562px;
  }

  .w-\[39\.938px\] {
    width: 39.938px;
  }

  .w-\[39\.993px\] {
    width: 39.993px;
  }

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

  .w-\[40\.837px\] {
    width: 40.837px;
  }

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

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

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

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

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

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

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

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

  .w-\[43\.534px\] {
    width: 43.534px;
  }

  .w-\[43\.571px\] {
    width: 43.571px;
  }

  .w-\[43\.772px\] {
    width: 43.772px;
  }

  .w-\[43\.992px\] {
    width: 43.992px;
  }

  .w-\[44\.198px\] {
    width: 44.198px;
  }

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

  .w-\[45\.056px\] {
    width: 45.056px;
  }

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

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

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

  .w-\[47\.001px\] {
    width: 47.001px;
  }

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

  .w-\[47\.735px\] {
    width: 47.735px;
  }

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

  .w-\[48\.67px\] {
    width: 48.67px;
  }

  .w-\[48\.377px\] {
    width: 48.377px;
  }

  .w-\[48\.689px\] {
    width: 48.689px;
  }

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

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

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

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

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

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

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

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

  .w-\[51\.514px\] {
    width: 51.514px;
  }

  .w-\[52\.193px\] {
    width: 52.193px;
  }

  .w-\[52\.248px\] {
    width: 52.248px;
  }

  .w-\[52\.872px\] {
    width: 52.872px;
  }

  .w-\[53\.349px\] {
    width: 53.349px;
  }

  .w-\[54\.321px\] {
    width: 54.321px;
  }

  .w-\[54\.669px\] {
    width: 54.669px;
  }

  .w-\[54\.798px\] {
    width: 54.798px;
  }

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

  .w-\[55\.036px\] {
    width: 55.036px;
  }

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

  .w-\[55\.715px\] {
    width: 55.715px;
  }

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

  .w-\[56\.027px\] {
    width: 56.027px;
  }

  .w-\[56\.77px\] {
    width: 56.77px;
  }

  .w-\[56\.192px\] {
    width: 56.192px;
  }

  .w-\[56\.266px\] {
    width: 56.266px;
  }

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

  .w-\[56\.661px\] {
    width: 56.661px;
  }

  .w-\[56\.816px\] {
    width: 56.816px;
  }

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

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

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

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

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

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

  .w-\[58\.981px\] {
    width: 58.981px;
  }

  .w-\[59\.009px\] {
    width: 59.009px;
  }

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

  .w-\[59\.201px\] {
    width: 59.201px;
  }

  .w-\[59\.348px\] {
    width: 59.348px;
  }

  .w-\[59\.659px\] {
    width: 59.659px;
  }

  .w-\[59\.714px\] {
    width: 59.714px;
  }

  .w-\[59\.916px\] {
    width: 59.916px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[63\.53px\] {
    width: 63.53px;
  }

  .w-\[63\.714px\] {
    width: 63.714px;
  }

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

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

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

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

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

  .w-\[65\.97px\] {
    width: 65.97px;
  }

  .w-\[65\.805px\] {
    width: 65.805px;
  }

  .w-\[66\.502px\] {
    width: 66.502px;
  }

  .w-\[66\.832px\] {
    width: 66.832px;
  }

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

  .w-\[67\.053px\] {
    width: 67.053px;
  }

  .w-\[67\.071px\] {
    width: 67.071px;
  }

  .w-\[67\.897px\] {
    width: 67.897px;
  }

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

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

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

  .w-\[69\.731px\] {
    width: 69.731px;
  }

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

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

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

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

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

  .w-\[71\.621px\] {
    width: 71.621px;
  }

  .w-\[71\.676px\] {
    width: 71.676px;
  }

  .w-\[71\.694px\] {
    width: 71.694px;
  }

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

  .w-\[71\.749px\] {
    width: 71.749px;
  }

  .w-\[71\.914px\] {
    width: 71.914px;
  }

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

  .w-\[72\.024px\] {
    width: 72.024px;
  }

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

  .w-\[72\.226px\] {
    width: 72.226px;
  }

  .w-\[72\.575px\] {
    width: 72.575px;
  }

  .w-\[73\.088px\] {
    width: 73.088px;
  }

  .w-\[73\.162px\] {
    width: 73.162px;
  }

  .w-\[73\.547px\] {
    width: 73.547px;
  }

  .w-\[73\.602px\] {
    width: 73.602px;
  }

  .w-\[74\.94px\] {
    width: 74.94px;
  }

  .w-\[74\.427px\] {
    width: 74.427px;
  }

  .w-\[74\.446px\] {
    width: 74.446px;
  }

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

  .w-\[74\.483px\] {
    width: 74.483px;
  }

  .w-\[74\.507px\] {
    width: 74.507px;
  }

  .w-\[74\.611px\] {
    width: 74.611px;
  }

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

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

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

  .w-\[76\.519px\] {
    width: 76.519px;
  }

  .w-\[76\.537px\] {
    width: 76.537px;
  }

  .w-\[76\.747px\] {
    width: 76.747px;
  }

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

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

  .w-\[77\.198px\] {
    width: 77.198px;
  }

  .w-\[77\.271px\] {
    width: 77.271px;
  }

  .w-\[77\.528px\] {
    width: 77.528px;
  }

  .w-\[77\.675px\] {
    width: 77.675px;
  }

  .w-\[78\.5px\] {
    width: 78.5px;
  }

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

  .w-\[79\.087px\] {
    width: 79.087px;
  }

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

  .w-\[79\.931px\] {
    width: 79.931px;
  }

  .w-\[79\.998px\] {
    width: 79.998px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[82\.87px\] {
    width: 82.87px;
  }

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

  .w-\[83\.71px\] {
    width: 83.71px;
  }

  .w-\[83\.215px\] {
    width: 83.215px;
  }

  .w-\[83\.339px\] {
    width: 83.339px;
  }

  .w-\[83\.674px\] {
    width: 83.674px;
  }

  .w-\[83\.894px\] {
    width: 83.894px;
  }

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

  .w-\[84\.022px\] {
    width: 84.022px;
  }

  .w-\[84\.132px\] {
    width: 84.132px;
  }

  .w-\[84\.426px\] {
    width: 84.426px;
  }

  .w-\[84\.554px\] {
    width: 84.554px;
  }

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

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

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

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

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

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

  .w-\[86\.15px\] {
    width: 86.15px;
  }

  .w-\[86\.37px\] {
    width: 86.37px;
  }

  .w-\[86\.535px\] {
    width: 86.535px;
  }

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

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

  .w-\[87\.013px\] {
    width: 87.013px;
  }

  .w-\[87\.178px\] {
    width: 87.178px;
  }

  .w-\[87\.618px\] {
    width: 87.618px;
  }

  .w-\[87\.783px\] {
    width: 87.783px;
  }

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

  .w-\[88\.003px\] {
    width: 88.003px;
  }

  .w-\[88\.686px\] {
    width: 88.686px;
  }

  .w-\[88\.774px\] {
    width: 88.774px;
  }

  .w-\[88\.866px\] {
    width: 88.866px;
  }

  .w-\[88\.939px\] {
    width: 88.939px;
  }

  .w-\[88\.994px\] {
    width: 88.994px;
  }

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

  .w-\[89\.065px\] {
    width: 89.065px;
  }

  .w-\[89\.342px\] {
    width: 89.342px;
  }

  .w-\[89\.361px\] {
    width: 89.361px;
  }

  .w-\[89\.746px\] {
    width: 89.746px;
  }

  .w-\[89\.856px\] {
    width: 89.856px;
  }

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

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

  .w-\[91\.088px\] {
    width: 91.088px;
  }

  .w-\[91\.434px\] {
    width: 91.434px;
  }

  .w-\[91\.691px\] {
    width: 91.691px;
  }

  .w-\[91\.966px\] {
    width: 91.966px;
  }

  .w-\[92\.076px\] {
    width: 92.076px;
  }

  .w-\[92\.443px\] {
    width: 92.443px;
  }

  .w-\[92\.883px\] {
    width: 92.883px;
  }

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

  .w-\[94\.497px\] {
    width: 94.497px;
  }

  .w-\[94\.571px\] {
    width: 94.571px;
  }

  .w-\[94\.974px\] {
    width: 94.974px;
  }

  .w-\[95\.58px\] {
    width: 95.58px;
  }

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

  .w-\[96\.846px\] {
    width: 96.846px;
  }

  .w-\[96\.956px\] {
    width: 96.956px;
  }

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

  .w-\[97\.836px\] {
    width: 97.836px;
  }

  .w-\[97\.965px\] {
    width: 97.965px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[101\.175px\] {
    width: 101.175px;
  }

  .w-\[101\.762px\] {
    width: 101.762px;
  }

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

  .w-\[102\.9px\] {
    width: 102.9px;
  }

  .w-\[102\.588px\] {
    width: 102.588px;
  }

  .w-\[102\.624px\] {
    width: 102.624px;
  }

  .w-\[102\.918px\] {
    width: 102.918px;
  }

  .w-\[102\.955px\] {
    width: 102.955px;
  }

  .w-\[103\.89px\] {
    width: 103.89px;
  }

  .w-\[103\.377px\] {
    width: 103.377px;
  }

  .w-\[104\.074px\] {
    width: 104.074px;
  }

  .w-\[104\.349px\] {
    width: 104.349px;
  }

  .w-\[104\.624px\] {
    width: 104.624px;
  }

  .w-\[104\.771px\] {
    width: 104.771px;
  }

  .w-\[105\.743px\] {
    width: 105.743px;
  }

  .w-\[105\.982px\] {
    width: 105.982px;
  }

  .w-\[106\.147px\] {
    width: 106.147px;
  }

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

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

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

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

  .w-\[108\.88px\] {
    width: 108.88px;
  }

  .w-\[108\.201px\] {
    width: 108.201px;
  }

  .w-\[108\.789px\] {
    width: 108.789px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[111\.357px\] {
    width: 111.357px;
  }

  .w-\[111\.852px\] {
    width: 111.852px;
  }

  .w-\[111\.926px\] {
    width: 111.926px;
  }

  .w-\[111\.981px\] {
    width: 111.981px;
  }

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

  .w-\[112\.293px\] {
    width: 112.293px;
  }

  .w-\[112\.861px\] {
    width: 112.861px;
  }

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

  .w-\[113\.847px\] {
    width: 113.847px;
  }

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

  .w-\[114\.054px\] {
    width: 114.054px;
  }

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

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

  .w-\[115\.558px\] {
    width: 115.558px;
  }

  .w-\[115\.815px\] {
    width: 115.815px;
  }

  .w-\[115\.833px\] {
    width: 115.833px;
  }

  .w-\[115\.907px\] {
    width: 115.907px;
  }

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

  .w-\[116\.237px\] {
    width: 116.237px;
  }

  .w-\[116\.842px\] {
    width: 116.842px;
  }

  .w-\[116\.861px\] {
    width: 116.861px;
  }

  .w-\[117\.154px\] {
    width: 117.154px;
  }

  .w-\[117\.314px\] {
    width: 117.314px;
  }

  .w-\[117\.888px\] {
    width: 117.888px;
  }

  .w-\[118\.97px\] {
    width: 118.97px;
  }

  .w-\[119\.796px\] {
    width: 119.796px;
  }

  .w-\[119\.906px\] {
    width: 119.906px;
  }

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

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

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

  .w-\[121\.117px\] {
    width: 121.117px;
  }

  .w-\[121\.319px\] {
    width: 121.319px;
  }

  .w-\[121\.575px\] {
    width: 121.575px;
  }

  .w-\[121\.577px\] {
    width: 121.577px;
  }

  .w-\[122\.86px\] {
    width: 122.86px;
  }

  .w-\[122\.694px\] {
    width: 122.694px;
  }

  .w-\[122\.841px\] {
    width: 122.841px;
  }

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

  .w-\[122\.914px\] {
    width: 122.914px;
  }

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

  .w-\[123\.942px\] {
    width: 123.942px;
  }

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

  .w-\[124\.639px\] {
    width: 124.639px;
  }

  .w-\[124\.841px\] {
    width: 124.841px;
  }

  .w-\[124\.859px\] {
    width: 124.859px;
  }

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

  .w-\[125\.84px\] {
    width: 125.84px;
  }

  .w-\[125\.446px\] {
    width: 125.446px;
  }

  .w-\[127\.207px\] {
    width: 127.207px;
  }

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

  .w-\[129\.019px\] {
    width: 129.019px;
  }

  .w-\[129\.181px\] {
    width: 129.181px;
  }

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

  .w-\[129\.702px\] {
    width: 129.702px;
  }

  .w-\[129\.996px\] {
    width: 129.996px;
  }

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

  .w-\[131\.17px\] {
    width: 131.17px;
  }

  .w-\[131\.188px\] {
    width: 131.188px;
  }

  .w-\[131\.207px\] {
    width: 131.207px;
  }

  .w-\[131\.445px\] {
    width: 131.445px;
  }

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

  .w-\[132\.748px\] {
    width: 132.748px;
  }

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

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

  .w-\[134\.014px\] {
    width: 134.014px;
  }

  .w-\[134\.032px\] {
    width: 134.032px;
  }

  .w-\[135\.206px\] {
    width: 135.206px;
  }

  .w-\[135\.866px\] {
    width: 135.866px;
  }

  .w-\[136\.27px\] {
    width: 136.27px;
  }

  .w-\[136\.984px\] {
    width: 136.984px;
  }

  .w-\[137\.793px\] {
    width: 137.793px;
  }

  .w-\[138\.838px\] {
    width: 138.838px;
  }

  .w-\[138\.967px\] {
    width: 138.967px;
  }

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

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

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

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

  .w-\[140\.875px\] {
    width: 140.875px;
  }

  .w-\[141\.443px\] {
    width: 141.443px;
  }

  .w-\[141px\] {
    width: 141px;
  }

  .w-\[142\.122px\] {
    width: 142.122px;
  }

  .w-\[142\.636px\] {
    width: 142.636px;
  }

  .w-\[143\.608px\] {
    width: 143.608px;
  }

  .w-\[143\.682px\] {
    width: 143.682px;
  }

  .w-\[145\.241px\] {
    width: 145.241px;
  }

  .w-\[145\.883px\] {
    width: 145.883px;
  }

  .w-\[149\.369px\] {
    width: 149.369px;
  }

  .w-\[149\.919px\] {
    width: 149.919px;
  }

  .w-\[149px\] {
    width: 149px;
  }

  .w-\[150px\] {
    width: 150px;
  }

  .w-\[151\.478px\] {
    width: 151.478px;
  }

  .w-\[154\.721px\] {
    width: 154.721px;
  }

  .w-\[154px\] {
    width: 154px;
  }

  .w-\[155\.184px\] {
    width: 155.184px;
  }

  .w-\[155\.203px\] {
    width: 155.203px;
  }

  .w-\[156\.597px\] {
    width: 156.597px;
  }

  .w-\[156px\] {
    width: 156px;
  }

  .w-\[157\.184px\] {
    width: 157.184px;
  }

  .w-\[157\.196px\] {
    width: 157.196px;
  }

  .w-\[157\.202px\] {
    width: 157.202px;
  }

  .w-\[158\.248px\] {
    width: 158.248px;
  }

  .w-\[158px\] {
    width: 158px;
  }

  .w-\[159\.184px\] {
    width: 159.184px;
  }

  .w-\[159\.202px\] {
    width: 159.202px;
  }

  .w-\[159\.495px\] {
    width: 159.495px;
  }

  .w-\[159px\] {
    width: 159px;
  }

  .w-\[160\.284px\] {
    width: 160.284px;
  }

  .w-\[160\.413px\] {
    width: 160.413px;
  }

  .w-\[160\.651px\] {
    width: 160.651px;
  }

  .w-\[161px\] {
    width: 161px;
  }

  .w-\[162\.559px\] {
    width: 162.559px;
  }

  .w-\[162\.651px\] {
    width: 162.651px;
  }

  .w-\[163px\] {
    width: 163px;
  }

  .w-\[164\.779px\] {
    width: 164.779px;
  }

  .w-\[164px\] {
    width: 164px;
  }

  .w-\[166\.302px\] {
    width: 166.302px;
  }

  .w-\[167\.861px\] {
    width: 167.861px;
  }

  .w-\[167\.953px\] {
    width: 167.953px;
  }

  .w-\[168px\] {
    width: 168px;
  }

  .w-\[169\.695px\] {
    width: 169.695px;
  }

  .w-\[170px\] {
    width: 170px;
  }

  .w-\[171\.383px\] {
    width: 171.383px;
  }

  .w-\[171\.769px\] {
    width: 171.769px;
  }

  .w-\[172\.374px\] {
    width: 172.374px;
  }

  .w-\[172px\] {
    width: 172px;
  }

  .w-\[173\.383px\] {
    width: 173.383px;
  }

  .w-\[174px\] {
    width: 174px;
  }

  .w-\[175px\] {
    width: 175px;
  }

  .w-\[176\.414px\] {
    width: 176.414px;
  }

  .w-\[177\.29px\] {
    width: 177.29px;
  }

  .w-\[177\.209px\] {
    width: 177.209px;
  }

  .w-\[177\.382px\] {
    width: 177.382px;
  }

  .w-\[177px\] {
    width: 177px;
  }

  .w-\[178px\] {
    width: 178px;
  }

  .w-\[180\.373px\] {
    width: 180.373px;
  }

  .w-\[181\.308px\] {
    width: 181.308px;
  }

  .w-\[183px\] {
    width: 183px;
  }

  .w-\[184\.83px\] {
    width: 184.83px;
  }

  .w-\[184\.152px\] {
    width: 184.152px;
  }

  .w-\[185\.554px\] {
    width: 185.554px;
  }

  .w-\[189\.747px\] {
    width: 189.747px;
  }

  .w-\[189px\] {
    width: 189px;
  }

  .w-\[190px\] {
    width: 190px;
  }

  .w-\[192px\] {
    width: 192px;
  }

  .w-\[195px\] {
    width: 195px;
  }

  .w-\[196px\] {
    width: 196px;
  }

  .w-\[197px\] {
    width: 197px;
  }

  .w-\[198px\] {
    width: 198px;
  }

  .w-\[201px\] {
    width: 201px;
  }

  .w-\[202px\] {
    width: 202px;
  }

  .w-\[203\.58px\] {
    width: 203.58px;
  }

  .w-\[204\.057px\] {
    width: 204.057px;
  }

  .w-\[204\.607px\] {
    width: 204.607px;
  }

  .w-\[205\.44px\] {
    width: 205.44px;
  }

  .w-\[206\.038px\] {
    width: 206.038px;
  }

  .w-\[206\.496px\] {
    width: 206.496px;
  }

  .w-\[207px\] {
    width: 207px;
  }

  .w-\[210\.019px\] {
    width: 210.019px;
  }

  .w-\[212px\] {
    width: 212px;
  }

  .w-\[214\.02px\] {
    width: 214.02px;
  }

  .w-\[216px\] {
    width: 216px;
  }

  .w-\[217px\] {
    width: 217px;
  }

  .w-\[218px\] {
    width: 218px;
  }

  .w-\[220px\] {
    width: 220px;
  }

  .w-\[221px\] {
    width: 221px;
  }

  .w-\[224px\] {
    width: 224px;
  }

  .w-\[226px\] {
    width: 226px;
  }

  .w-\[227px\] {
    width: 227px;
  }

  .w-\[228px\] {
    width: 228px;
  }

  .w-\[229px\] {
    width: 229px;
  }

  .w-\[231\.061px\] {
    width: 231.061px;
  }

  .w-\[231px\] {
    width: 231px;
  }

  .w-\[232px\] {
    width: 232px;
  }

  .w-\[233px\] {
    width: 233px;
  }

  .w-\[234px\] {
    width: 234px;
  }

  .w-\[238\.399px\] {
    width: 238.399px;
  }

  .w-\[238px\] {
    width: 238px;
  }

  .w-\[240px\] {
    width: 240px;
  }

  .w-\[241px\] {
    width: 241px;
  }

  .w-\[242px\] {
    width: 242px;
  }

  .w-\[243px\] {
    width: 243px;
  }

  .w-\[244\.05px\] {
    width: 244.05px;
  }

  .w-\[244px\] {
    width: 244px;
  }

  .w-\[245\.99px\] {
    width: 245.99px;
  }

  .w-\[245px\] {
    width: 245px;
  }

  .w-\[247px\] {
    width: 247px;
  }

  .w-\[248px\] {
    width: 248px;
  }

  .w-\[249\.7px\] {
    width: 249.7px;
  }

  .w-\[249px\] {
    width: 249px;
  }

  .w-\[250\.085px\] {
    width: 250.085px;
  }

  .w-\[251px\] {
    width: 251px;
  }

  .w-\[252\.048px\] {
    width: 252.048px;
  }

  .w-\[255\.644px\] {
    width: 255.644px;
  }

  .w-\[260\.01px\] {
    width: 260.01px;
  }

  .w-\[260\.047px\] {
    width: 260.047px;
  }

  .w-\[260px\] {
    width: 260px;
  }

  .w-\[263px\] {
    width: 263px;
  }

  .w-\[264px\] {
    width: 264px;
  }

  .w-\[271px\] {
    width: 271px;
  }

  .w-\[273px\] {
    width: 273px;
  }

  .w-\[275px\] {
    width: 275px;
  }

  .w-\[276\.044px\] {
    width: 276.044px;
  }

  .w-\[278\.392px\] {
    width: 278.392px;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-\[284\.043px\] {
    width: 284.043px;
  }

  .w-\[284\.083px\] {
    width: 284.083px;
  }

  .w-\[284px\] {
    width: 284px;
  }

  .w-\[286\.391px\] {
    width: 286.391px;
  }

  .w-\[286\.395px\] {
    width: 286.395px;
  }

  .w-\[287px\] {
    width: 287px;
  }

  .w-\[288px\] {
    width: 288px;
  }

  .w-\[292\.041px\] {
    width: 292.041px;
  }

  .w-\[292px\] {
    width: 292px;
  }

  .w-\[294\.39px\] {
    width: 294.39px;
  }

  .w-\[312\.001px\] {
    width: 312.001px;
  }

  .w-\[316px\] {
    width: 316px;
  }

  .w-\[326\.384px\] {
    width: 326.384px;
  }

  .w-\[326\.385px\] {
    width: 326.385px;
  }

  .w-\[335\.705px\] {
    width: 335.705px;
  }

  .w-\[336px\] {
    width: 336px;
  }

  .w-\[342px\] {
    width: 342px;
  }

  .w-\[343\.996px\] {
    width: 343.996px;
  }

  .w-\[359\.993px\] {
    width: 359.993px;
  }

  .w-\[375\.99px\] {
    width: 375.99px;
  }

  .w-\[375\.695px\] {
    width: 375.695px;
  }

  .w-\[376px\] {
    width: 376px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[8rem\] {
    min-width: 8rem;
  }

  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .origin-\(--radix-select-content-transform-origin\) {
    transform-origin: var(--radix-select-content-transform-origin);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .scroll-my-1 {
    scroll-margin-block: calc(var(--spacing) * 1);
  }

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .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-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-\[0\.991px\] {
    gap: .991px;
  }

  .gap-\[0\.993px\] {
    gap: .993px;
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3\.992px\] {
    gap: 3.992px;
  }

  .gap-\[3\.999px\] {
    gap: 3.999px;
  }

  .gap-\[5\.32px\] {
    gap: 5.32px;
  }

  .gap-\[5\.997px\] {
    gap: 5.997px;
  }

  .gap-\[5\.999px\] {
    gap: 5.999px;
  }

  .gap-\[7\.984px\] {
    gap: 7.984px;
  }

  .gap-\[7\.999px\] {
    gap: 7.999px;
  }

  .gap-\[11\.993px\] {
    gap: 11.993px;
  }

  .gap-\[11\.998px\] {
    gap: 11.998px;
  }

  .gap-\[15\.985px\] {
    gap: 15.985px;
  }

  .gap-\[15\.997px\] {
    gap: 15.997px;
  }

  .gap-\[19\.997px\] {
    gap: 19.997px;
  }

  .gap-\[23\.987px\] {
    gap: 23.987px;
  }

  .gap-\[23\.996px\] {
    gap: 23.996px;
  }

  .gap-\[31\.994px\] {
    gap: 31.994px;
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-start {
    align-self: flex-start;
  }

  .justify-self-end {
    justify-self: flex-end;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[1px\] {
    border-radius: 1px;
  }

  .rounded-\[2px\] {
    border-radius: 2px;
  }

  .rounded-\[3\.87884e\+07px\] {
    border-radius: 38788400px;
  }

  .rounded-\[6\.999px\] {
    border-radius: 6.999px;
  }

  .rounded-\[7\.999px\] {
    border-radius: 7.999px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[9\.998px\] {
    border-radius: 9.998px;
  }

  .rounded-\[15\.994px\] {
    border-radius: 15.994px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[17\.997px\] {
    border-radius: 17.997px;
  }

  .rounded-\[19\.997px\] {
    border-radius: 19.997px;
  }

  .rounded-\[23\.996px\] {
    border-radius: 23.996px;
  }

  .rounded-\[31\.994px\] {
    border-radius: 31.994px;
  }

  .rounded-\[32px\] {
    border-radius: 32px;
  }

  .rounded-\[39\.993px\] {
    border-radius: 39.993px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .rounded-sm {
    border-radius: calc(var(--radius)  - 4px);
  }

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

  .rounded-tr-\[1px\] {
    border-top-right-radius: 1px;
  }

  .rounded-br-\[1px\] {
    border-bottom-right-radius: 1px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-\[0px_0px_1\.156px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1.156px;
  }

  .border-\[0px_0px_1\.174px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1.174px;
  }

  .border-\[1\.156px\] {
    border-style: var(--tw-border-style);
    border-width: 1.156px;
  }

  .border-\[1\.174px\] {
    border-style: var(--tw-border-style);
    border-width: 1.174px;
  }

  .border-\[1\.174px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1.174px 0 0;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#0b3c5d\] {
    border-color: #0b3c5d;
  }

  .border-\[rgba\(0\,0\,0\,0\)\] {
    border-color: #0000;
  }

  .border-\[rgba\(239\,68\,68\,0\.2\)\] {
    border-color: #ef444433;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-blue-400 {
    border-color: var(--color-blue-400);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-900 {
    border-color: var(--color-gray-900);
  }

  .border-input {
    border-color: var(--input);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .bg-\[\#0b3c5d\] {
    background-color: #0b3c5d;
  }

  .bg-\[\#3d607c\] {
    background-color: #3d607c;
  }

  .bg-\[rgba\(34\,197\,94\,0\.1\)\] {
    background-color: #22c55e1a;
  }

  .bg-\[rgba\(59\,130\,246\,0\.1\)\] {
    background-color: #3b82f61a;
  }

  .bg-\[rgba\(107\,114\,128\,0\.1\)\] {
    background-color: #6b72801a;
  }

  .bg-\[rgba\(168\,85\,247\,0\.1\)\] {
    background-color: #a855f71a;
  }

  .bg-\[rgba\(185\,28\,28\,0\.1\)\] {
    background-color: #b91c1c1a;
  }

  .bg-\[rgba\(202\,202\,202\,0\)\] {
    background-color: #cacaca00;
  }

  .bg-\[rgba\(224\,242\,254\,0\)\] {
    background-color: #e0f2fe00;
  }

  .bg-\[rgba\(239\,68\,68\,0\.1\)\] {
    background-color: #ef44441a;
  }

  .bg-\[rgba\(245\,158\,11\,0\.1\)\] {
    background-color: #f59e0b1a;
  }

  .bg-\[rgba\(255\,255\,255\,0\)\] {
    background-color: #fff0;
  }

  .bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    background-color: #fff3;
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }

  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-border {
    background-color: var(--border);
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-destructive {
    background-color: var(--destructive);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

  .bg-green-600 {
    background-color: var(--color-green-600);
  }

  .bg-input-background {
    background-color: var(--input-background);
  }

  .bg-popover {
    background-color: var(--popover);
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-red-700 {
    background-color: var(--color-red-700);
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-\[1\.174px\] {
    padding: 1.174px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[1\.174px\] {
    padding-inline: 1.174px;
  }

  .px-\[7\.984px\] {
    padding-inline: 7.984px;
  }

  .px-\[15\.985px\] {
    padding-inline: 15.985px;
  }

  .px-\[15\.997px\] {
    padding-inline: 15.997px;
  }

  .px-\[17\.141px\] {
    padding-inline: 17.141px;
  }

  .px-\[17\.171px\] {
    padding-inline: 17.171px;
  }

  .px-\[19\.995px\] {
    padding-inline: 19.995px;
  }

  .px-\[19\.997px\] {
    padding-inline: 19.997px;
  }

  .px-\[21\.151px\] {
    padding-inline: 21.151px;
  }

  .px-\[21\.171px\] {
    padding-inline: 21.171px;
  }

  .px-\[23\.996px\] {
    padding-inline: 23.996px;
  }

  .px-\[25\.17px\] {
    padding-inline: 25.17px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-\[1\.156px\] {
    padding-block: 1.156px;
  }

  .py-\[1\.174px\] {
    padding-block: 1.174px;
  }

  .py-\[15\.997px\] {
    padding-block: 15.997px;
  }

  .py-\[17\.171px\] {
    padding-block: 17.171px;
  }

  .py-\[19\.997px\] {
    padding-block: 19.997px;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-\[2px\] {
    padding-top: 2px;
  }

  .pt-\[7\.984px\] {
    padding-top: 7.984px;
  }

  .pt-\[7\.999px\] {
    padding-top: 7.999px;
  }

  .pt-\[11\.998px\] {
    padding-top: 11.998px;
  }

  .pt-\[15\.985px\] {
    padding-top: 15.985px;
  }

  .pt-\[15\.997px\] {
    padding-top: 15.997px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[17\.141px\] {
    padding-top: 17.141px;
  }

  .pt-\[17\.171px\] {
    padding-top: 17.171px;
  }

  .pt-\[19\.995px\] {
    padding-top: 19.995px;
  }

  .pt-\[19\.997px\] {
    padding-top: 19.997px;
  }

  .pt-\[21\.151px\] {
    padding-top: 21.151px;
  }

  .pt-\[21\.171px\] {
    padding-top: 21.171px;
  }

  .pt-\[23\.996px\] {
    padding-top: 23.996px;
  }

  .pt-\[25\.17px\] {
    padding-top: 25.17px;
  }

  .pt-\[67\.083px\] {
    padding-top: 67.083px;
  }

  .pt-\[67\.163px\] {
    padding-top: 67.163px;
  }

  .pt-\[73\.162px\] {
    padding-top: 73.162px;
  }

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pr-\[0\.018px\] {
    padding-right: .018px;
  }

  .pr-\[1\.174px\] {
    padding-right: 1.174px;
  }

  .pr-\[2px\] {
    padding-right: 2px;
  }

  .pr-\[3\.999px\] {
    padding-right: 3.999px;
  }

  .pr-\[4\.66px\] {
    padding-right: 4.66px;
  }

  .pr-\[7\.983px\] {
    padding-right: 7.983px;
  }

  .pr-\[16\.016px\] {
    padding-right: 16.016px;
  }

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pr-\[17\.19px\] {
    padding-right: 17.19px;
  }

  .pr-\[17\.997px\] {
    padding-right: 17.997px;
  }

  .pr-\[22\.271px\] {
    padding-right: 22.271px;
  }

  .pr-\[82\.133px\] {
    padding-right: 82.133px;
  }

  .pr-\[87\.361px\] {
    padding-right: 87.361px;
  }

  .pr-\[138\.6px\] {
    padding-right: 138.6px;
  }

  .pr-\[140\.783px\] {
    padding-right: 140.783px;
  }

  .pr-\[156\.432px\] {
    padding-right: 156.432px;
  }

  .pr-\[184\.775px\] {
    padding-right: 184.775px;
  }

  .pr-\[185\.528px\] {
    padding-right: 185.528px;
  }

  .pr-\[187\.252px\] {
    padding-right: 187.252px;
  }

  .pr-\[206\.863px\] {
    padding-right: 206.863px;
  }

  .pr-\[208\.753px\] {
    padding-right: 208.753px;
  }

  .pr-\[276\.714px\] {
    padding-right: 276.714px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-\[0\.018px\] {
    padding-bottom: .018px;
  }

  .pb-\[1\.156px\] {
    padding-bottom: 1.156px;
  }

  .pb-\[1\.174px\] {
    padding-bottom: 1.174px;
  }

  .pb-\[15\.997px\] {
    padding-bottom: 15.997px;
  }

  .pb-\[31\.995px\] {
    padding-bottom: 31.995px;
  }

  .pb-\[35\.168px\] {
    padding-bottom: 35.168px;
  }

  .pb-\[47px\] {
    padding-bottom: 47px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-\[1\.156px\] {
    padding-left: 1.156px;
  }

  .pl-\[1\.174px\] {
    padding-left: 1.174px;
  }

  .pl-\[2px\] {
    padding-left: 2px;
  }

  .pl-\[7\.984px\] {
    padding-left: 7.984px;
  }

  .pl-\[7\.999px\] {
    padding-left: 7.999px;
  }

  .pl-\[13\.172px\] {
    padding-left: 13.172px;
  }

  .pl-\[15\.985px\] {
    padding-left: 15.985px;
  }

  .pl-\[15\.997px\] {
    padding-left: 15.997px;
  }

  .pl-\[16px\] {
    padding-left: 16px;
  }

  .pl-\[17\.171px\] {
    padding-left: 17.171px;
  }

  .pl-\[17\.997px\] {
    padding-left: 17.997px;
  }

  .pl-\[19\.997px\] {
    padding-left: 19.997px;
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .font-\[\'Consolas\:Regular\'\,_sans-serif\] {
    font-family: Consolas\:Regular, sans-serif;
  }

  .font-\[\'Roboto\:Bold\'\,_\'Noto_Sans_Symbols\:Bold\'\,_sans-serif\] {
    font-family: Roboto\:Bold, Noto Sans Symbols\:Bold, sans-serif;
  }

  .font-\[\'Roboto\:Bold\'\,_sans-serif\] {
    font-family: Roboto\:Bold, sans-serif;
  }

  .font-\[\'Roboto\:ExtraBold\'\,_sans-serif\] {
    font-family: Roboto\:ExtraBold, sans-serif;
  }

  .font-\[\'Roboto\:Italic\'\,_sans-serif\] {
    font-family: Roboto\:Italic, sans-serif;
  }

  .font-\[\'Roboto\:Regular\'\,_\'Noto_Sans_JP\:Regular\'\,_sans-serif\] {
    font-family: Roboto\:Regular, Noto Sans JP\:Regular, sans-serif;
  }

  .font-\[\'Roboto\:Regular\'\,_sans-serif\] {
    font-family: Roboto\:Regular, sans-serif;
  }

  .font-\[\'Roboto\:SemiBold\'\,_sans-serif\] {
    font-family: Roboto\:SemiBold, 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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .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;
  }

  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }

  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }

  .leading-\[14\.4px\] {
    --tw-leading: 14.4px;
    line-height: 14.4px;
  }

  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }

  .leading-\[16\.5px\] {
    --tw-leading: 16.5px;
    line-height: 16.5px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[18\.2px\] {
    --tw-leading: 18.2px;
    line-height: 18.2px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[19\.6px\] {
    --tw-leading: 19.6px;
    line-height: 19.6px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21\.6px\] {
    --tw-leading: 21.6px;
    line-height: 21.6px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[22\.4px\] {
    --tw-leading: 22.4px;
    line-height: 22.4px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[25\.6px\] {
    --tw-leading: 25.6px;
    line-height: 25.6px;
  }

  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[33\.6px\] {
    --tw-leading: 33.6px;
    line-height: 33.6px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .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\.4px\] {
    --tw-tracking: .4px;
    letter-spacing: .4px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#0b3c5d\] {
    color: #0b3c5d;
  }

  .text-\[\#101828\] {
    color: #101828;
  }

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

  .text-\[rgba\(255\,255\,255\,0\.9\)\] {
    color: #ffffffe6;
  }

  .text-amber-500 {
    color: var(--color-amber-500);
  }

  .text-amber-600 {
    color: var(--color-amber-600);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-blue-800 {
    color: var(--color-blue-800);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-purple-500 {
    color: var(--color-purple-500);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-95 {
    opacity: .95;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_0px_4px_0px_rgba\(0\,0\,0\,0\.15\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 0px 4px 0px var(--tw-shadow-color, #00000026), 0px 1px 2px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_3px_0px_rgba\(190\,229\,255\,0\.12\)\,0px_1px_1px_0px_rgba\(190\,229\,255\,0\.14\)\,0px_2px_1px_-1px_rgba\(190\,229\,255\,0\.2\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #bee5ff1f), 0px 1px 1px 0px var(--tw-shadow-color, #bee5ff24), 0px 2px 1px -1px var(--tw-shadow-color, #bee5ff33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
    pointer-events: none;
  }

  .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
    opacity: .5;
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
    opacity: .5;
  }

  .selection\:bg-primary ::selection, .selection\:bg-primary::selection {
    background-color: var(--primary);
  }

  .selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
    color: var(--primary-foreground);
  }

  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }

  .file\:h-7::file-selector-button {
    height: calc(var(--spacing) * 7);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0a3551\]:hover {
      background-color: #0a3551;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0d4a6b\]:hover {
      background-color: #0d4a6b;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2d4a5c\]:hover {
      background-color: #2d4a5c;
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-50:hover {
      background-color: var(--color-blue-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }

  @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-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-sky-200:hover {
      background-color: var(--color-sky-200);
    }
  }

  @media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  .focus\:bg-accent:focus {
    background-color: var(--accent);
  }

  .focus\:text-accent-foreground:focus {
    color: var(--accent-foreground);
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .active\:bg-\[\#092e45\]:active {
    background-color: #092e45;
  }

  .active\:bg-gray-100:active {
    background-color: var(--color-gray-100);
  }

  .active\:bg-gray-200:active {
    background-color: var(--color-gray-200);
  }

  .active\:bg-sky-300:active {
    background-color: var(--color-sky-300);
  }

  .active\:opacity-60:active {
    opacity: .6;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }

  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5;
  }

  .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
    color: var(--muted-foreground);
  }

  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }

  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }

  .data-\[size\=default\]\:h-9[data-size="default"] {
    height: calc(var(--spacing) * 9);
  }

  .data-\[size\=sm\]\:h-8[data-size="sm"] {
    height: calc(var(--spacing) * 8);
  }

  :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
    display: flex;
  }

  :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
    align-items: center;
  }

  :is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
    gap: calc(var(--spacing) * 2);
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/60:is(.dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/60:is(.dark *) {
      background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-accent\/50:is(.dark *):hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-accent\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-input\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--input) 50%, transparent);
      }
    }
  }

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*="text-"]) {
    color: var(--muted-foreground);
  }

  .\[\.border-b\]\:pb-6.border-b {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .\[\.border-t\]\:pt-6.border-t {
    padding-top: calc(var(--spacing) * 6);
  }

  :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
    display: flex;
  }

  :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
    align-items: center;
  }

  :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
    gap: calc(var(--spacing) * 2);
  }

  .\[\&\:last-child\]\:pb-6:last-child {
    padding-bottom: calc(var(--spacing) * 6);
  }
}

: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);
}

.mobile-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-container::-webkit-scrollbar {
  display: none;
}

.mobile-content {
  min-height: 100%;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@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));
  }
}
