/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-50: oklch(.97 .014 254.604);
    --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-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-zinc-200: oklch(.92 .004 286.32);
    --color-neutral-50: oklch(.985 0 0);
    --color-neutral-100: oklch(.97 0 0);
    --color-neutral-200: oklch(.922 0 0);
    --color-neutral-300: oklch(.87 0 0);
    --color-neutral-400: oklch(.708 0 0);
    --color-neutral-600: oklch(.439 0 0);
    --color-neutral-700: oklch(.371 0 0);
    --color-neutral-900: oklch(.205 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --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-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

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

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

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

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

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

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

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

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

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.57px_-8\.57\%\] {
    inset: -.57px -8.57%;
  }

  .inset-\[-1\.875\%\] {
    inset: -1.875%;
  }

  .inset-\[-2\.34\%_-1\.88\%\] {
    inset: -2.34% -1.88%;
  }

  .inset-\[-3\.75\%_-4\.69\%\] {
    inset: -3.75% -4.69%;
  }

  .inset-\[-3\.214\%\] {
    inset: -3.214%;
  }

  .inset-\[-4\.51\%_-4\.29\%\] {
    inset: -4.51% -4.29%;
  }

  .inset-\[-4\.69\%_-3\.75\%\] {
    inset: -4.69% -3.75%;
  }

  .inset-\[-4\.76\%\] {
    inset: -4.76%;
  }

  .inset-\[-4\.76\%_-5\.36\%\] {
    inset: -4.76% -5.36%;
  }

  .inset-\[-4\.286\%\] {
    inset: -4.286%;
  }

  .inset-\[-4\.762\%\] {
    inset: -4.762%;
  }

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

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

  .inset-\[-5\%_-5\.54\%\] {
    inset: -5% -5.54%;
  }

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

  .inset-\[-5\%_-5\.88\%\] {
    inset: -5% -5.88%;
  }

  .inset-\[-5\%_-6\.25\%\] {
    inset: -5% -6.25%;
  }

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

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

  .inset-\[-5\.556\%\] {
    inset: -5.556%;
  }

  .inset-\[-8\.571\%\] {
    inset: -8.571%;
  }

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

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

  .inset-\[8\.33\%_8\.32\%_8\.32\%_8\.34\%\] {
    inset: 8.33% 8.32% 8.32% 8.34%;
  }

  .inset-\[8\.33\%_12\.5\%\] {
    inset: 8.33% 12.5%;
  }

  .inset-\[8\.33\%_12\.43\%\] {
    inset: 8.33% 12.43%;
  }

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

  .inset-\[8\.33\%_16\.67\%_8\.33\%_12\.5\%\] {
    inset: 8.33% 16.67% 8.33% 12.5%;
  }

  .inset-\[8\.33\%_33\.33\%\] {
    inset: 8.33% 33.33%;
  }

  .inset-\[8\.35\%_10\.67\%_8\.34\%_8\.34\%\] {
    inset: 8.35% 10.67% 8.34% 8.34%;
  }

  .inset-\[8\.333\%\] {
    inset: 8.333%;
  }

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

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

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

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

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

  .inset-\[45\.833\%\] {
    inset: 45.833%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[13\.5\%\] {
    top: 13.5%;
  }

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

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

  .top-\[19\.88px\] {
    top: 19.88px;
  }

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

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

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

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

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

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

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

  .top-\[34\.13px\] {
    top: 34.13px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[79\.78px\] {
    top: 79.78px;
  }

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

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

  .top-\[81\.82px\] {
    top: 81.82px;
  }

  .top-\[82\.81px\] {
    top: 82.81px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[171\.39px\] {
    top: 171.39px;
  }

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

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

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

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

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

  .top-\[192\.58px\] {
    top: 192.58px;
  }

  .top-\[192\.78px\] {
    top: 192.78px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[261\.19px\] {
    top: 261.19px;
  }

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

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

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

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

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

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

  .top-\[323\.03px\] {
    top: 323.03px;
  }

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

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

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

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

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

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

  .top-\[365\.53px\] {
    top: 365.53px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[598\.01px\] {
    top: 598.01px;
  }

  .top-\[598\.39px\] {
    top: 598.39px;
  }

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

  .top-\[598\.57px\] {
    top: 598.57px;
  }

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

  .top-\[598\.76px\] {
    top: 598.76px;
  }

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

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

  .top-\[599\.04px\] {
    top: 599.04px;
  }

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

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

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

  .top-\[599\.18px\] {
    top: 599.18px;
  }

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

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

  .top-\[599\.42px\] {
    top: 599.42px;
  }

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

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

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

  .top-\[599\.53px\] {
    top: 599.53px;
  }

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

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

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

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

  .top-\[599\.72px\] {
    top: 599.72px;
  }

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

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

  .top-\[599\.95px\] {
    top: 599.95px;
  }

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

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

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

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

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

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

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

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

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

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

  .top-\[602\.57px\] {
    top: 602.57px;
  }

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

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

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

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

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

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

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

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

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

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

  .top-\[603\.42px\] {
    top: 603.42px;
  }

  .top-\[603\.45px\] {
    top: 603.45px;
  }

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

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

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

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

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

  .top-\[603\.71px\] {
    top: 603.71px;
  }

  .top-\[603\.76px\] {
    top: 603.76px;
  }

  .top-\[603\.96px\] {
    top: 603.96px;
  }

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

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

  .top-\[615\.18px\] {
    top: 615.18px;
  }

  .top-\[615\.42px\] {
    top: 615.42px;
  }

  .top-\[615\.71px\] {
    top: 615.71px;
  }

  .top-\[615\.82px\] {
    top: 615.82px;
  }

  .top-\[615\.95px\] {
    top: 615.95px;
  }

  .top-\[616\.08px\] {
    top: 616.08px;
  }

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

  .top-full {
    top: 100%;
  }

  .top-px {
    top: 1px;
  }

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

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

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

  .right-\[16\.67\%\] {
    right: 16.67%;
  }

  .right-\[20\.83\%\] {
    right: 20.83%;
  }

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

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

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

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

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

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

  .bottom-\[45\.83\%\] {
    bottom: 45.83%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[16\.67\%\] {
    left: 16.67%;
  }

  .left-\[20\.83\%\] {
    left: 20.83%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[74\.76px\] {
    left: 74.76px;
  }

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

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

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

  .left-\[84\.4px\] {
    left: 84.4px;
  }

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

  .left-\[91\.63px\] {
    left: 91.63px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[144\.68px\] {
    left: 144.68px;
  }

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

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

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

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

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

  .left-\[187\.29px\] {
    left: 187.29px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[342\.67px\] {
    left: 342.67px;
  }

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

  .left-\[347\.63px\] {
    left: 347.63px;
  }

  .left-\[349\.39px\] {
    left: 349.39px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-px {
    left: 1px;
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .field-sizing-content {
    field-sizing: content;
  }

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

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

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

  .size-\[9\.583px\] {
    width: 9.583px;
    height: 9.583px;
  }

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

  .size-\[11\.374px\] {
    width: 11.374px;
    height: 11.374px;
  }

  .size-\[12\.923px\] {
    width: 12.923px;
    height: 12.923px;
  }

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

  .size-\[13\.241px\] {
    width: 13.241px;
    height: 13.241px;
  }

  .size-\[13\.649px\] {
    width: 13.649px;
    height: 13.649px;
  }

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

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

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

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

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

  .size-\[19\.166px\] {
    width: 19.166px;
    height: 19.166px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[11\.319px\] {
    height: 11.319px;
  }

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

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

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

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

  .h-\[13\.665px\] {
    height: 13.665px;
  }

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

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

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

  .h-\[17\.47px\] {
    height: 17.47px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[183\.84\%\] {
    height: 183.84%;
  }

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

  .h-\[339\.924px\] {
    height: 339.924px;
  }

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

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

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

  .h-\[642\.701px\] {
    height: 642.701px;
  }

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

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

  .h-\[644\.568px\] {
    height: 644.568px;
  }

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

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

  .h-\[659\.613px\] {
    height: 659.613px;
  }

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

  .h-\[660\.553px\] {
    height: 660.553px;
  }

  .h-\[660\.841px\] {
    height: 660.841px;
  }

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9670255780220032\)\+\(var\(--transform-inner-height\)\*0\.2546793520450592\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .967026)  + (var(--transform-inner-height) * .254679)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9990081191062927\)\+\(var\(--transform-inner-height\)\*0\.04452887549996376\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .999008)  + (var(--transform-inner-height) * .0445289)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[13\.241px\] {
    width: 13.241px;
  }

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

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

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

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

  .w-\[23\.172px\] {
    width: 23.172px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[40\.19px\] {
    width: 40.19px;
  }

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

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

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

  .w-\[45\.137px\] {
    width: 45.137px;
  }

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

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

  .w-\[48\.29px\] {
    width: 48.29px;
  }

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

  .w-\[49\.65px\] {
    width: 49.65px;
  }

  .w-\[51\.443px\] {
    width: 51.443px;
  }

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

  .w-\[56\.266px\] {
    width: 56.266px;
  }

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

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

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

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

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

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

  .w-\[65\.108px\] {
    width: 65.108px;
  }

  .w-\[66\.716px\] {
    width: 66.716px;
  }

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

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

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

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

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

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

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

  .w-\[77\.969px\] {
    width: 77.969px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[97\.526px\] {
    width: 97.526px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[479\.113px\] {
    width: 479.113px;
  }

  .w-\[495\.869px\] {
    width: 495.869px;
  }

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

  .w-\[497\.114px\] {
    width: 497.114px;
  }

  .w-\[497\.736px\] {
    width: 497.736px;
  }

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

  .w-\[511\.144px\] {
    width: 511.144px;
  }

  .w-\[511\.784px\] {
    width: 511.784px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9670255780220032\)\+\(var\(--transform-inner-width\)\*0\.2546793520450592\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .967026)  + (var(--transform-inner-width) * .254679)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9990081191062927\)\+\(var\(--transform-inner-width\)\*0\.04452887549996376\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .999008)  + (var(--transform-inner-width) * .0445289)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

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

  .rotate-\[75\.245deg\] {
    rotate: 75.245deg;
  }

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

  .rotate-\[92\.552deg\] {
    rotate: 92.552deg;
  }

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

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

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

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

  .cursor-col-resize {
    cursor: col-resize;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-text {
    cursor: text;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[9\.099px\] {
    gap: 9.099px;
  }

  .gap-\[9\.118px\] {
    gap: 9.118px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

  .rounded-\[3\.333px\] {
    border-radius: 3.333px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[0px_0px_1\.137px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1.137px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#00D0FF\] {
    background-color: #00d0ff;
  }

  .bg-\[\#00D0FF\]\/10 {
    background-color: oklab(79.49% -.10923 -.0980287 / .1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.05\)\] {
    background-color: #0000000d;
  }

  .bg-\[rgba\(0\,214\,252\,0\.12\)\] {
    background-color: #00d6fc1f;
  }

  .bg-\[rgba\(16\,16\,16\,0\.4\)\] {
    background-color: #10101066;
  }

  .bg-\[rgba\(19\,122\,168\,0\.1\)\] {
    background-color: #137aa81a;
  }

  .bg-\[rgba\(214\,241\,250\,0\.25\)\] {
    background-color: #d6f1fa40;
  }

  .bg-\[rgba\(244\,251\,254\,0\)\] {
    background-color: #f4fbfe00;
  }

  .bg-\[rgba\(250\,250\,250\,0\.5\)\] {
    background-color: #fafafa80;
  }

  .bg-\[rgba\(250\,250\,250\,1\)\] {
    background-color: #fafafa;
  }

  .bg-black\/40 {
    background-color: #0006;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-\[6\.183px\] {
    padding: 6.183px;
  }

  .p-\[6\.801px\] {
    padding: 6.801px;
  }

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

  .p-\[8\.038px\] {
    padding: 8.038px;
  }

  .p-\[8\.265px\] {
    padding: 8.265px;
  }

  .p-\[8\.417px\] {
    padding: 8.417px;
  }

  .p-\[9\.118px\] {
    padding: 9.118px;
  }

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

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

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

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

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

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

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

  .px-\[1\.653px\] {
    padding-inline: 1.653px;
  }

  .px-\[1\.716px\] {
    padding-inline: 1.716px;
  }

  .px-\[1\.828px\] {
    padding-inline: 1.828px;
  }

  .px-\[2\.649px\] {
    padding-inline: 2.649px;
  }

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

  .px-\[3\.417px\] {
    padding-inline: 3.417px;
  }

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

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

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

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

  .px-\[9\.099px\] {
    padding-inline: 9.099px;
  }

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

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

  .px-\[15\.108px\] {
    padding-inline: 15.108px;
  }

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

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

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

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

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

  .py-\[1\.708px\] {
    padding-block: 1.708px;
  }

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

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

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

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

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

  .py-\[7\.031px\] {
    padding-block: 7.031px;
  }

  .py-\[7\.301px\] {
    padding-block: 7.301px;
  }

  .py-\[7\.777px\] {
    padding-block: 7.777px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Aspekta\:400\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Aspekta\:400, Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'Aspekta\:400\'\,sans-serif\] {
    font-family: Aspekta\:400, sans-serif;
  }

  .font-\[\'Aspekta\:450\'\,sans-serif\] {
    font-family: Aspekta\:450, sans-serif;
  }

  .font-\[\'Aspekta\:500\'\,sans-serif\] {
    font-family: Aspekta\:500, sans-serif;
  }

  .font-\[\'Aspekta\:550\'\,sans-serif\] {
    font-family: Aspekta\:550, sans-serif;
  }

  .font-\[\'Aspekta\:600\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Aspekta\:600, Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'Aspekta\:600\'\,sans-serif\] {
    font-family: Aspekta\:600, sans-serif;
  }

  .font-\[\'Aspekta\:700\'\,sans-serif\] {
    font-family: Aspekta\:700, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\\\'Aspekta\:400\\\'\,sans-serif\] {
    font-family: \'Aspekta:400\', sans-serif;
  }

  .font-\[\\\'Aspekta\:500\\\'\,sans-serif\] {
    font-family: \'Aspekta:500\', sans-serif;
  }

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

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

  .text-\[5\.281px\] {
    font-size: 5.281px;
  }

  .text-\[5\.809px\] {
    font-size: 5.809px;
  }

  .text-\[6\.006px\] {
    font-size: 6.006px;
  }

  .text-\[6\.236px\] {
    font-size: 6.236px;
  }

  .text-\[6\.643px\] {
    font-size: 6.643px;
  }

  .text-\[6\.866px\] {
    font-size: 6.866px;
  }

  .text-\[7\.06px\] {
    font-size: 7.06px;
  }

  .text-\[8\.542px\] {
    font-size: 8.542px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[7\.394px\] {
    --tw-leading: 7.394px;
    line-height: 7.394px;
  }

  .leading-\[8\.73px\] {
    --tw-leading: 8.73px;
    line-height: 8.73px;
  }

  .leading-\[8\.133px\] {
    --tw-leading: 8.133px;
    line-height: 8.133px;
  }

  .leading-\[8\.408px\] {
    --tw-leading: 8.408px;
    line-height: 8.408px;
  }

  .leading-\[9\.3px\] {
    --tw-leading: 9.3px;
    line-height: 9.3px;
  }

  .leading-\[9\.612px\] {
    --tw-leading: 9.612px;
    line-height: 9.612px;
  }

  .leading-\[9\.883px\] {
    --tw-leading: 9.883px;
    line-height: 9.883px;
  }

  .leading-\[11\.958px\] {
    --tw-leading: 11.958px;
    line-height: 11.958px;
  }

  .leading-\[13\.467px\] {
    --tw-leading: 13.467px;
    line-height: 13.467px;
  }

  .leading-\[13\.475px\] {
    --tw-leading: 13.475px;
    line-height: 13.475px;
  }

  .leading-\[14\.589px\] {
    --tw-leading: 14.589px;
    line-height: 14.589px;
  }

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

  .leading-\[15\.924px\] {
    --tw-leading: 15.924px;
    line-height: 15.924px;
  }

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

  .leading-\[17\.5px\] {
    --tw-leading: 17.5px;
    line-height: 17.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#0066CC\] {
    color: #06c;
  }

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

  .text-\[\#18181B\] {
    color: #18181b;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .not-italic {
    font-style: normal;
  }

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-blue-500 {
    --tw-ring-color: var(--color-blue-500);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[2\.25px\] {
    --tw-backdrop-blur: blur(2.25px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

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

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .group-hover\:bg-neutral-400:is(:where(.group):hover *) {
      background-color: var(--color-neutral-400);
    }
  }

  .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-\[\#858585\]::placeholder {
    color: #858585;
  }

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

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

  @media (hover: hover) {
    .hover\:border-neutral-300:hover {
      border-color: var(--color-neutral-300);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2a2a2a\]:hover {
      background-color: #2a2a2a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#e1f5dd\]:hover {
      background-color: #e1f5dd;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: #0000000d;
    }

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

  @media (hover: hover) {
    .hover\:bg-blue-400:hover {
      background-color: var(--color-blue-400);
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-500\/20:hover {
      background-color: color-mix(in srgb, oklch(.623 .214 259.815) 20%, transparent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-blue-500\/20:hover {
        background-color: color-mix(in oklab, var(--color-blue-500) 20%, 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-gray-200:hover {
      background-color: var(--color-gray-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-50:hover {
      background-color: var(--color-neutral-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-100:hover {
      background-color: var(--color-neutral-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-200:hover {
      background-color: var(--color-neutral-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/50:hover {
      background-color: #ffffff80;
    }

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

  @media (hover: hover) {
    .hover\:text-\[\#0052A3\]:hover {
      color: #0052a3;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#181818\]:hover {
      color: #181818;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#484848\]:hover {
      color: #484848;
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-800:hover {
      color: var(--color-blue-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-neutral-600:hover {
      color: var(--color-neutral-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-neutral-900:hover {
      color: var(--color-neutral-900);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --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);
    }
  }

  .focus\:border-neutral-400:focus {
    border-color: var(--color-neutral-400);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .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-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-blue-500\/40:active {
    background-color: color-mix(in srgb, oklch(.623 .214 259.815) 40%, transparent);
  }

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

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

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (hover: hover) {
    .disabled\:hover\:bg-\[\#181818\]:disabled:hover {
      background-color: #181818;
    }
  }

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

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

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

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

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
