/*! 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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-green-100: oklch(.962 .044 156.743);
    --color-green-500: oklch(.723 .219 149.579);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-neutral-950: oklch(.145 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :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-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.7px_-6\.25\%\] {
    inset: -.7px -6.25%;
  }

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

  .inset-\[-0\.98px_-5\.13\%\] {
    inset: -.98px -5.13%;
  }

  .inset-\[-1\.17px_-5\.09\%\] {
    inset: -1.17px -5.09%;
  }

  .inset-\[-4\.88\%_-12\.8\%\] {
    inset: -4.88% -12.8%;
  }

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

  .inset-\[-5\%_-9\.09\%\] {
    inset: -5% -9.09%;
  }

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

  .inset-\[-7\.2\%_-4\.96\%\] {
    inset: -7.2% -4.96%;
  }

  .inset-\[-7\.69\%_-8\.33\%\] {
    inset: -7.69% -8.33%;
  }

  .inset-\[-8\.33\%_-6\.25\%\] {
    inset: -8.33% -6.25%;
  }

  .inset-\[-8\.33\%_-25\%\] {
    inset: -8.33% -25%;
  }

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

  .inset-\[-16\.68\%_-5\%_-16\.67\%_-5\%\] {
    inset: -16.68% -5% -16.67%;
  }

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

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

  .inset-\[0_0\.24\%_9\.45\%_0\] {
    inset: 0 .24% 9.45% 0;
  }

  .inset-\[0_0\.25\%_1\.31\%_0\] {
    inset: 0 .25% 1.31% 0;
  }

  .inset-\[0_0\.42\%_4\.48\%_0\] {
    inset: 0 .42% 4.48% 0;
  }

  .inset-\[0_0\.74\%_1\.12\%_0\] {
    inset: 0 .74% 1.12% 0;
  }

  .inset-\[0_0\.79\%_6\%_0\] {
    inset: 0 .79% 6% 0;
  }

  .inset-\[0_0\.92\%_9\.23\%_0\] {
    inset: 0 .92% 9.23% 0;
  }

  .inset-\[0_1\.4\%_3\.99\%_0\] {
    inset: 0 1.4% 3.99% 0;
  }

  .inset-\[0_1\.09\%_1\.77\%_0\] {
    inset: 0 1.09% 1.77% 0;
  }

  .inset-\[0_1\.21\%_9\.76\%_0\] {
    inset: 0 1.21% 9.76% 0;
  }

  .inset-\[0_1\.44\%_2\.03\%_0\] {
    inset: 0 1.44% 2.03% 0;
  }

  .inset-\[0_1\.45\%_5\.92\%_0\] {
    inset: 0 1.45% 5.92% 0;
  }

  .inset-\[0_2\.63\%_0\.14\%_0\] {
    inset: 0 2.63% .14% 0;
  }

  .inset-\[0_3\%_2\.91\%_0\] {
    inset: 0 3% 2.91% 0;
  }

  .inset-\[0_3\.9\%_2\.03\%_0\] {
    inset: 0 3.9% 2.03% 0;
  }

  .inset-\[0_3\.48\%_5\.02\%_0\] {
    inset: 0 3.48% 5.02% 0;
  }

  .inset-\[0_3\.62\%_5\.06\%_0\] {
    inset: 0 3.62% 5.06% 0;
  }

  .inset-\[0_6\.94\%_22\.54\%_0\] {
    inset: 0 6.94% 22.54% 0;
  }

  .inset-\[0_7\.34\%_2\.31\%_0\] {
    inset: 0 7.34% 2.31% 0;
  }

  .inset-\[0_7\.48\%_2\.35\%_0\] {
    inset: 0 7.48% 2.35% 0;
  }

  .inset-\[0_11\.37\%_3\.18\%_0\] {
    inset: 0 11.37% 3.18% 0;
  }

  .inset-\[0_13\.71\%_4\.49\%_0\] {
    inset: 0 13.71% 4.49% 0;
  }

  .inset-\[0_13\.84\%_4\.53\%_0\] {
    inset: 0 13.84% 4.53% 0;
  }

  .inset-\[4\.35\%_8\.57\%_8\.57\%_4\.35\%\] {
    inset: 4.35% 8.57% 8.57% 4.35%;
  }

  .inset-\[4\.36\%_17\.93\%_8\.56\%_9\.11\%\] {
    inset: 4.36% 17.93% 8.56% 9.11%;
  }

  .inset-\[5\.89\%_8\.56\%_11\.59\%_4\.36\%\] {
    inset: 5.89% 8.56% 11.59% 4.36%;
  }

  .inset-\[6\.09\%_73\.14\%_72\.35\%_10\.43\%\] {
    inset: 6.09% 73.14% 72.35% 10.43%;
  }

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

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

  .inset-\[14\.06\%_33\.48\%_62\.2\%_62\.5\%\] {
    inset: 14.06% 33.48% 62.2% 62.5%;
  }

  .inset-\[15\.43\%_37\.01\%_54\.22\%_37\.73\%\] {
    inset: 15.43% 37.01% 54.22% 37.73%;
  }

  .inset-\[15\.43\%_64\.81\%_53\.95\%_21\.85\%\] {
    inset: 15.43% 64.81% 53.95% 21.85%;
  }

  .inset-\[15\.43\%_66\.36\%_80\.53\%_27\.17\%\] {
    inset: 15.43% 66.36% 80.53% 27.17%;
  }

  .inset-\[16\.15\%_61\.6\%_60\.11\%_34\.38\%\] {
    inset: 16.15% 61.6% 60.11% 34.38%;
  }

  .inset-\[16\.67\%_8\.33\%_16\.66\%_8\.34\%\] {
    inset: 16.67% 8.33% 16.66% 8.34%;
  }

  .inset-\[20\%_9\.37\%_6\.32\%_9\.24\%\] {
    inset: 20% 9.37% 6.32% 9.24%;
  }

  .inset-\[27\.08\%_27\.04\%_72\.92\%_72\.92\%\] {
    inset: 27.08% 27.04% 72.92% 72.92%;
  }

  .inset-\[29\.17\%_8\.33\%_45\.84\%_8\.34\%\] {
    inset: 29.17% 8.33% 45.84% 8.34%;
  }

  .inset-\[33\.15\%_33\.15\%_33\.51\%_33\.52\%\] {
    inset: 33.15% 33.15% 33.51% 33.52%;
  }

  .inset-\[33\.33\%_8\.33\%_12\.5\%_41\.67\%\] {
    inset: 33.33% 8.33% 12.5% 41.67%;
  }

  .inset-\[50\.05\%_8\.57\%_49\.95\%_4\.35\%\] {
    inset: 50.05% 8.57% 49.95% 4.35%;
  }

  .inset-\[50\.23\%_8\.55\%_49\.77\%_4\.37\%\] {
    inset: 50.23% 8.55% 49.77% 4.37%;
  }

  .inset-\[80\.65\%_13\.17\%_3\.68\%_46\.52\%\] {
    inset: 80.65% 13.17% 3.68% 46.52%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-44\.98px\] {
    top: -44.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[13\.18px\] {
    top: 13.18px;
  }

  .top-\[13\.98px\] {
    top: 13.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[34\.78px\] {
    top: 34.78px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[56\.01px\] {
    top: 56.01px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[104\.98px\] {
    top: 104.98px;
  }

  .top-\[107\.98px\] {
    top: 107.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[219\.96px\] {
    top: 219.96px;
  }

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

  .top-\[234\.42px\] {
    top: 234.42px;
  }

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

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

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

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

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

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

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

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

  .top-\[324\.86px\] {
    top: 324.86px;
  }

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

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

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

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

  .top-\[364\.86px\] {
    top: 364.86px;
  }

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

  .top-\[412\.98px\] {
    top: 412.98px;
  }

  .top-\[413\.09px\] {
    top: 413.09px;
  }

  .top-\[444\.88px\] {
    top: 444.88px;
  }

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

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

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

  .top-\[532\.78px\] {
    top: 532.78px;
  }

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

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

  .top-\[660\.78px\] {
    top: 660.78px;
  }

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

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

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

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

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

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

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

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

  .top-\[732\.86px\] {
    top: 732.86px;
  }

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

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

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

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

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

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

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

  .top-\[864\.98px\] {
    top: 864.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[calc\(50\%\+166\.5px\)\] {
    top: calc(50% + 166.5px);
  }

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

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

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

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

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

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

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

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

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

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

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

  .right-\[16\.66\%\] {
    right: 16.66%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-47\.16\%\] {
    left: -47.16%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[8\.34\%\] {
    left: 8.34%;
  }

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

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

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

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

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

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

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

  .left-\[13\.07px\] {
    left: 13.07px;
  }

  .left-\[13\.18px\] {
    left: 13.18px;
  }

  .left-\[13\.98px\] {
    left: 13.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[19\.97px\] {
    left: 19.97px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[29\.17\%\] {
    left: 29.17%;
  }

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

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

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

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

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

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

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

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

  .left-\[35\.97px\] {
    left: 35.97px;
  }

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

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

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

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

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

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

  .left-\[45\.84px\] {
    left: 45.84px;
  }

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

  .left-\[50\.39px\] {
    left: 50.39px;
  }

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

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

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

  .left-\[59\.98px\] {
    left: 59.98px;
  }

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

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

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

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

  .left-\[74\.61px\] {
    left: 74.61px;
  }

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

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

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

  .left-\[91\.92px\] {
    left: 91.92px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[131\.53px\] {
    left: 131.53px;
  }

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

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

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

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

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

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

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

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

  .left-\[156\.33px\] {
    left: 156.33px;
  }

  .left-\[156\.35px\] {
    left: 156.35px;
  }

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

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

  .left-\[158\.63px\] {
    left: 158.63px;
  }

  .left-\[158\.98px\] {
    left: 158.98px;
  }

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

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

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

  .left-\[166\.03px\] {
    left: 166.03px;
  }

  .left-\[169\.07px\] {
    left: 169.07px;
  }

  .left-\[169\.08px\] {
    left: 169.08px;
  }

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

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

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

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

  .left-\[181\.09px\] {
    left: 181.09px;
  }

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

  .left-\[186\.72px\] {
    left: 186.72px;
  }

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

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

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

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

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

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

  .left-\[219\.91px\] {
    left: 219.91px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[256\.45px\] {
    left: 256.45px;
  }

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

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

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

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

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

  .left-\[268\.13px\] {
    left: 268.13px;
  }

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

  .left-\[268\.97px\] {
    left: 268.97px;
  }

  .left-\[268\.98px\] {
    left: 268.98px;
  }

  .left-\[273\.52px\] {
    left: 273.52px;
  }

  .left-\[278\.28px\] {
    left: 278.28px;
  }

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

  .left-\[278\.69px\] {
    left: 278.69px;
  }

  .left-\[284\.13px\] {
    left: 284.13px;
  }

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

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

  .left-\[288\.84px\] {
    left: 288.84px;
  }

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

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

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

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

  .left-\[302\.05px\] {
    left: 302.05px;
  }

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

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

  .left-\[312\.13px\] {
    left: 312.13px;
  }

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

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

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

  .left-\[313\.05px\] {
    left: 313.05px;
  }

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

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

  .left-\[334\.69px\] {
    left: 334.69px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[402\.01px\] {
    left: 402.01px;
  }

  .left-\[407\.97px\] {
    left: 407.97px;
  }

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

  .left-\[414\.01px\] {
    left: 414.01px;
  }

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

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

  .left-\[443\.05px\] {
    left: 443.05px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[568\.98px\] {
    left: 568.98px;
  }

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

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

  .left-\[613\.97px\] {
    left: 613.97px;
  }

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

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

  .left-\[711\.03px\] {
    left: 711.03px;
  }

  .left-\[746\.19px\] {
    left: 746.19px;
  }

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

  .left-\[804\.63px\] {
    left: 804.63px;
  }

  .left-\[813\.08px\] {
    left: 813.08px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-px {
    left: 1px;
  }

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .size-\[7\.182px\] {
    width: 7.182px;
    height: 7.182px;
  }

  .size-\[7\.198px\] {
    width: 7.198px;
    height: 7.198px;
  }

  .size-\[19\.999px\] {
    width: 19.999px;
    height: 19.999px;
  }

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

  .size-\[23\.992px\] {
    width: 23.992px;
    height: 23.992px;
  }

  .size-\[26\.429px\] {
    width: 26.429px;
    height: 26.429px;
  }

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

  .size-\[39\.2px\] {
    width: 39.2px;
    height: 39.2px;
  }

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

  .size-\[47\.983px\] {
    width: 47.983px;
    height: 47.983px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[7\.545px\] {
    height: 7.545px;
  }

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

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

  .h-\[9\.855px\] {
    height: 9.855px;
  }

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

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

  .h-\[11\.423px\] {
    height: 11.423px;
  }

  .h-\[11\.862px\] {
    height: 11.862px;
  }

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

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

  .h-\[13\.371px\] {
    height: 13.371px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[47\.983px\] {
    height: 47.983px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[82\.443px\] {
    height: 82.443px;
  }

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

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

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

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

  .h-\[98\.58\%\] {
    height: 98.58%;
  }

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

  .h-\[100\.39\%\] {
    height: 100.39%;
  }

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

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

  .h-\[106\.454px\] {
    height: 106.454px;
  }

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

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

  .h-\[112\.012px\] {
    height: 112.012px;
  }

  .h-\[122\.08\%\] {
    height: 122.08%;
  }

  .h-\[123\.989px\] {
    height: 123.989px;
  }

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

  .h-\[131\.992px\] {
    height: 131.992px;
  }

  .h-\[132\.012px\] {
    height: 132.012px;
  }

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

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

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

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

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

  .h-\[167\.999px\] {
    height: 167.999px;
  }

  .h-\[176\.06px\] {
    height: 176.06px;
  }

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

  .h-\[179\.995px\] {
    height: 179.995px;
  }

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

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

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

  .h-\[261\.998px\] {
    height: 261.998px;
  }

  .h-\[303\.984px\] {
    height: 303.984px;
  }

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

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

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

  .h-\[449\.481px\] {
    height: 449.481px;
  }

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

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

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

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

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

  .h-\[541\.991px\] {
    height: 541.991px;
  }

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

  .h-\[609\.992px\] {
    height: 609.992px;
  }

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

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

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

  .h-\[775\.986px\] {
    height: 775.986px;
  }

  .h-\[777\.992px\] {
    height: 777.992px;
  }

  .h-\[899\.344px\] {
    height: 899.344px;
  }

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

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

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

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

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

  .h-\[1062\.988px\] {
    height: 1062.99px;
  }

  .h-\[1068\.986px\] {
    height: 1068.99px;
  }

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

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

  .h-\[1306\.993px\] {
    height: 1306.99px;
  }

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .w-\[3\.352px\] {
    width: 3.352px;
  }

  .w-\[3\.878px\] {
    width: 3.878px;
  }

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

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

  .w-\[5\.366px\] {
    width: 5.366px;
  }

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

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

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

  .w-\[11\.081px\] {
    width: 11.081px;
  }

  .w-\[11\.969px\] {
    width: 11.969px;
  }

  .w-\[11\.984px\] {
    width: 11.984px;
  }

  .w-\[11\.996px\] {
    width: 11.996px;
  }

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

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

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

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

  .w-\[15\.778px\] {
    width: 15.778px;
  }

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

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

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

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

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

  .w-\[26\.429px\] {
    width: 26.429px;
  }

  .w-\[28\.232px\] {
    width: 28.232px;
  }

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

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

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

  .w-\[45\.882px\] {
    width: 45.882px;
  }

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

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

  .w-\[67\.511px\] {
    width: 67.511px;
  }

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

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

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

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

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

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

  .w-\[93\.522px\] {
    width: 93.522px;
  }

  .w-\[93\.751px\] {
    width: 93.751px;
  }

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

  .w-\[95\.986px\] {
    width: 95.986px;
  }

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

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

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

  .w-\[111\.095px\] {
    width: 111.095px;
  }

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

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

  .w-\[127\.58px\] {
    width: 127.58px;
  }

  .w-\[127\.594px\] {
    width: 127.594px;
  }

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

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

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

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

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

  .w-\[168\.591px\] {
    width: 168.591px;
  }

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

  .w-\[169\.688px\] {
    width: 169.688px;
  }

  .w-\[172\.985px\] {
    width: 172.985px;
  }

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

  .w-\[175\.313px\] {
    width: 175.313px;
  }

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

  .w-\[181\.026px\] {
    width: 181.026px;
  }

  .w-\[181\.031px\] {
    width: 181.031px;
  }

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

  .w-\[192\.641px\] {
    width: 192.641px;
  }

  .w-\[194\.31\%\] {
    width: 194.31%;
  }

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

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

  .w-\[201\.625px\] {
    width: 201.625px;
  }

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

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

  .w-\[206\.938px\] {
    width: 206.938px;
  }

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

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

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

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

  .w-\[216\.288px\] {
    width: 216.288px;
  }

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

  .w-\[218\.641px\] {
    width: 218.641px;
  }

  .w-\[218\.981px\] {
    width: 218.981px;
  }

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

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

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

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

  .w-\[234\.766px\] {
    width: 234.766px;
  }

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

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

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

  .w-\[242\.141px\] {
    width: 242.141px;
  }

  .w-\[243\.241px\] {
    width: 243.241px;
  }

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

  .w-\[249\.964px\] {
    width: 249.964px;
  }

  .w-\[249\.969px\] {
    width: 249.969px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[264\.596px\] {
    width: 264.596px;
  }

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

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

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

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

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

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

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

  .w-\[279\.954px\] {
    width: 279.954px;
  }

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

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

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

  .w-\[283\.278px\] {
    width: 283.278px;
  }

  .w-\[283\.984px\] {
    width: 283.984px;
  }

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

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

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

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

  .w-\[288\.779px\] {
    width: 288.779px;
  }

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

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

  .w-\[290\.536px\] {
    width: 290.536px;
  }

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

  .w-\[291\.014px\] {
    width: 291.014px;
  }

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

  .w-\[294\.433px\] {
    width: 294.433px;
  }

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

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

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

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

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

  .w-\[304\.996px\] {
    width: 304.996px;
  }

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

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

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

  .w-\[312\.217px\] {
    width: 312.217px;
  }

  .w-\[312\.236px\] {
    width: 312.236px;
  }

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

  .w-\[313\.516px\] {
    width: 313.516px;
  }

  .w-\[313\.993px\] {
    width: 313.993px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[331\.987px\] {
    width: 331.987px;
  }

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

  .w-\[335\.559px\] {
    width: 335.559px;
  }

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

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

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

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

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

  .w-\[347\.994px\] {
    width: 347.994px;
  }

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

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

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

  .w-\[362\.645px\] {
    width: 362.645px;
  }

  .w-\[362\.664px\] {
    width: 362.664px;
  }

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

  .w-\[367\.669px\] {
    width: 367.669px;
  }

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

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

  .w-\[374\.985px\] {
    width: 374.985px;
  }

  .w-\[376\.551px\] {
    width: 376.551px;
  }

  .w-\[378\.652px\] {
    width: 378.652px;
  }

  .w-\[378\.671px\] {
    width: 378.671px;
  }

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

  .w-\[383\.218px\] {
    width: 383.218px;
  }

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

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

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

  .w-\[393\.552px\] {
    width: 393.552px;
  }

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

  .w-\[409\.998px\] {
    width: 409.998px;
  }

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

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

  .w-\[434\.983px\] {
    width: 434.983px;
  }

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

  .w-\[442\.987px\] {
    width: 442.987px;
  }

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

  .w-\[448\.182px\] {
    width: 448.182px;
  }

  .w-\[452\.996px\] {
    width: 452.996px;
  }

  .w-\[468\.984px\] {
    width: 468.984px;
  }

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

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

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

  .w-\[499\.986px\] {
    width: 499.986px;
  }

  .w-\[509\.995px\] {
    width: 509.995px;
  }

  .w-\[533\.987px\] {
    width: 533.987px;
  }

  .w-\[554\.999px\] {
    width: 554.999px;
  }

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

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

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

  .w-\[574\.998px\] {
    width: 574.998px;
  }

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

  .w-\[589\.993px\] {
    width: 589.993px;
  }

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

  .w-\[613\.985px\] {
    width: 613.985px;
  }

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

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

  .w-\[669\.991px\] {
    width: 669.991px;
  }

  .w-\[698\.796px\] {
    width: 698.796px;
  }

  .w-\[703\.132px\] {
    width: 703.132px;
  }

  .w-\[710\.983px\] {
    width: 710.983px;
  }

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

  .w-\[721\.986px\] {
    width: 721.986px;
  }

  .w-\[749\.664px\] {
    width: 749.664px;
  }

  .w-\[784\.295px\] {
    width: 784.295px;
  }

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

  .w-\[794\.992px\] {
    width: 794.992px;
  }

  .w-\[1134\.639px\] {
    width: 1134.64px;
  }

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

  .w-\[1178\.993px\] {
    width: 1178.99px;
  }

  .w-\[1179\.986px\] {
    width: 1179.99px;
  }

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

  .w-\[1279\.983px\] {
    width: 1279.98px;
  }

  .w-\[1281\.989px\] {
    width: 1281.99px;
  }

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

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

  .w-\[1376\.982px\] {
    width: 1376.98px;
  }

  .w-\[1533\.997px\] {
    width: 1534px;
  }

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .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-x-\[-100\%\] {
    --tw-translate-x: -100%;
    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);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-manipulation {
    touch-action: manipulation;
  }

  .resize {
    resize: both;
  }

  .list-inside {
    list-style-position: inside;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[70\.008px\] {
    gap: 70.008px;
  }

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[2\.34881e\+07px\] {
    border-radius: 23488100px;
  }

  .rounded-\[3\.35544e\+07px\] {
    border-radius: 33554400px;
  }

  .rounded-\[4\.10205e\+07px\] {
    border-radius: 41020500px;
  }

  .rounded-\[4\.92246e\+07px\] {
    border-radius: 49224600px;
  }

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

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

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

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

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

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

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

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

  .rounded-lg {
    border-radius: var(--radius);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-\[1\.223px\] {
    border-style: var(--tw-border-style);
    border-width: 1.223px;
  }

  .border-\[1\.223px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1.223px 0 0;
  }

  .border-\[1\.467px\] {
    border-style: var(--tw-border-style);
    border-width: 1.467px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#1e2939\] {
    border-color: #1e2939;
  }

  .border-\[\#d4af37\] {
    border-color: #d4af37;
  }

  .border-\[rgba\(212\,175\,55\,0\.2\)\] {
    border-color: #d4af3733;
  }

  .border-\[rgba\(212\,175\,55\,0\.3\)\] {
    border-color: #d4af374d;
  }

  .border-\[rgba\(212\,175\,55\,0\.4\)\] {
    border-color: #d4af3766;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .bg-\[\#c27aff\] {
    background-color: #c27aff;
  }

  .bg-\[\#d4af37\] {
    background-color: #d4af37;
  }

  .bg-\[\#d4af37\]\/10 {
    background-color: oklab(76.6528% -.00256401 .138654 / .1);
  }

  .bg-\[\#faf7f2\] {
    background-color: #faf7f2;
  }

  .bg-\[rgba\(212\,175\,55\,0\.1\)\] {
    background-color: #d4af371a;
  }

  .bg-\[rgba\(212\,175\,55\,0\.05\)\] {
    background-color: #d4af370d;
  }

  .bg-\[rgba\(255\,255\,255\,0\)\] {
    background-color: #fff0;
  }

  .bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    background-color: #fff3;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .bg-black\/95 {
    background-color: #000000f2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/95 {
      background-color: color-mix(in oklab, var(--color-black) 95%, transparent);
    }
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#000000\] {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#1a1a1a\] {
    --tw-gradient-from: #1a1a1a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#d4af37\] {
    --tw-gradient-from: #d4af37;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[47\.115\%\] {
    --tw-gradient-from-position: 47.115%;
  }

  .via-\[rgba\(0\,0\,0\,0\.95\)\] {
    --tw-gradient-via: #000000f2;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .to-\[\#0a0a0a\] {
    --tw-gradient-to: #0a0a0a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#e5c158\] {
    --tw-gradient-to: #e5c158;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#fffbef\] {
    --tw-gradient-to: #fffbef;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(0\,0\,0\,0\.9\)\] {
    --tw-gradient-to: #000000e6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .bg-clip-text {
    background-clip: text;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[20px_20px\] {
    mask-size: 20px 20px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-1\.667px\] {
    mask-position: -1.667px;
  }

  .mask-position-\[-6\.703px_-6\.63px\] {
    mask-position: -6.703px -6.63px;
  }

  .mask-position-\[-14\.583px_-5\.417px\] {
    mask-position: -14.583px -5.417px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-\[2px\] {
    padding: 2px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-\[11\.2px\] {
    padding-inline: 11.2px;
  }

  .px-\[17\.211px\] {
    padding-inline: 17.211px;
  }

  .px-\[23\.992px\] {
    padding-inline: 23.992px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-\[-1\.986px\] {
    padding-top: -1.986px;
  }

  .pt-\[-1\.987px\] {
    padding-top: -1.987px;
  }

  .pt-\[-2px\] {
    padding-top: -2px;
  }

  .pt-\[-234\.74px\] {
    padding-top: -234.74px;
  }

  .pt-\[11\.2px\] {
    padding-top: 11.2px;
  }

  .pt-\[11\.652px\] {
    padding-top: 11.652px;
  }

  .pt-\[15\.3px\] {
    padding-top: 15.3px;
  }

  .pt-\[17\.211px\] {
    padding-top: 17.211px;
  }

  .pt-\[17\.994px\] {
    padding-top: 17.994px;
  }

  .pt-\[24\.374px\] {
    padding-top: 24.374px;
  }

  .pr-\[-0\.016px\] {
    padding-right: -.016px;
  }

  .pr-\[-1\.108px\] {
    padding-right: -1.108px;
  }

  .pr-\[-1\.719px\] {
    padding-right: -1.719px;
  }

  .pr-\[-34\.656px\] {
    padding-right: -34.656px;
  }

  .pr-\[-54\.797px\] {
    padding-right: -54.797px;
  }

  .pr-\[-68\.078px\] {
    padding-right: -68.078px;
  }

  .pr-\[-72\.531px\] {
    padding-right: -72.531px;
  }

  .pr-\[-76\.5px\] {
    padding-right: -76.5px;
  }

  .pr-\[-77\.016px\] {
    padding-right: -77.016px;
  }

  .pr-\[-78\.5px\] {
    padding-right: -78.5px;
  }

  .pr-\[-78\.109px\] {
    padding-right: -78.109px;
  }

  .pr-\[-93\.625px\] {
    padding-right: -93.625px;
  }

  .pr-\[-95\.984px\] {
    padding-right: -95.984px;
  }

  .pr-\[0\.016px\] {
    padding-right: .016px;
  }

  .pr-\[1\.49px\] {
    padding-right: 1.49px;
  }

  .pr-\[3\.209px\] {
    padding-right: 3.209px;
  }

  .pr-\[73\.589px\] {
    padding-right: 73.589px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-\[1\.223px\] {
    padding-bottom: 1.223px;
  }

  .pb-\[1\.467px\] {
    padding-bottom: 1.467px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-\[-0\.401px\] {
    padding-left: -.401px;
  }

  .pl-\[-0\.707px\] {
    padding-left: -.707px;
  }

  .pl-\[-3\.209px\] {
    padding-left: -3.209px;
  }

  .pl-\[1\.467px\] {
    padding-left: 1.467px;
  }

  .pl-\[73\.876px\] {
    padding-left: 73.876px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-\[\'Arial\:Bold\'\,sans-serif\] {
    font-family: Arial\:Bold, sans-serif;
  }

  .font-\[\'Arial\:Regular\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Arial\:Regular, Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'Arial\:Regular\'\,\'Noto_Sans_Symbols2\:Regular\'\,sans-serif\] {
    font-family: Arial\:Regular, Noto Sans Symbols2\:Regular, sans-serif;
  }

  .font-\[\'Arial\:Regular\'\,sans-serif\] {
    font-family: Arial\:Regular, sans-serif;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28\.8px\] {
    font-size: 28.8px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[72px\] {
    font-size: 72px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[28\.8px\] {
    --tw-leading: 28.8px;
    line-height: 28.8px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[29\.25px\] {
    --tw-leading: 29.25px;
    line-height: 29.25px;
  }

  .leading-\[32\.5px\] {
    --tw-leading: 32.5px;
    line-height: 32.5px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[35\.1px\] {
    --tw-leading: 35.1px;
    line-height: 35.1px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .leading-\[72px\] {
    --tw-leading: 72px;
    line-height: 72px;
  }

  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }

  .tracking-\[3\.6px\] {
    --tw-tracking: 3.6px;
    letter-spacing: 3.6px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#1e2939\] {
    color: #1e2939;
  }

  .text-\[\#4a5565\] {
    color: #4a5565;
  }

  .text-\[\#6a7282\] {
    color: #6a7282;
  }

  .text-\[\#99a1af\] {
    color: #99a1af;
  }

  .text-\[\#101828\] {
    color: #101828;
  }

  .text-\[\#364153\] {
    color: #364153;
  }

  .text-\[\#d1d5dc\] {
    color: #d1d5dc;
  }

  .text-\[\#d4af37\] {
    color: #d4af37;
  }

  .text-\[rgba\(0\,0\,0\,0\.5\)\] {
    color: #00000080;
  }

  .text-\[rgba\(212\,175\,55\,0\.5\)\] {
    color: #d4af3780;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-200 {
    color: var(--color-gray-200);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-neutral-950 {
    color: var(--color-neutral-950);
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-30 {
    opacity: .3;
  }

  .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_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px 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_7px_10\.5px_-2\.1px_rgba\(0\,0\,0\,0\.1\)\,0px_2\.8px_4\.2px_-2\.8px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 7px 10.5px -2.1px var(--tw-shadow-color, #0000001a), 0px 2.8px 4.2px -2.8px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_25px_50px_-12px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[8\.05px\] {
    --tw-blur: blur(8.05px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-shadow\:\#000000_0px_1px_4px\] {
    text-shadow: 0 1px 4px #000;
  }

  .\[text-shadow\:\#000000_0px_4px_4px\] {
    text-shadow: 0 4px 4px #000;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#c29d2f\]:hover {
      background-color: #c29d2f;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#d4af37\]:hover {
      color: #d4af37;
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-600:hover {
      color: var(--color-gray-600);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-2xl:hover {
      --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);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_30px_rgba\(212\,175\,55\,0\.8\)\,0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\]:hover {
      --tw-shadow: 0 0 30px var(--tw-shadow-color, #d4af37cc), 0px 4px 4px 0px 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);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_30px_rgba\(212\,175\,55\,0\.8\)\]:hover {
      --tw-shadow: 0 0 30px var(--tw-shadow-color, #d4af37cc);
      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-\[\#d4af37\]:focus {
    border-color: #d4af37;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-100:active {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-105:active {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }
}

:root {
  --font-size: 16px;
  --background: #000;
  --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);
  text-size-adjust: 100%;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media (width <= 768px) {
  button, a {
    min-width: 44px;
    min-height: 44px;
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.shimmer-effect {
  animation: 3s infinite shimmer;
}

@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-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-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-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;
}
