/*! 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-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-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-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-100: oklch(.932 .032 255.585);
    --color-blue-200: oklch(.882 .059 254.128);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-700: oklch(.488 .243 264.376);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-neutral-50: oklch(.985 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-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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;
  }

  [class*="font-['Inter:Bold"], .font-bold, div[class*="font-['Inter:Bold"], p[class*="font-['Inter:Bold"], span[class*="font-['Inter:Bold"] {
    font-weight: var(--font-weight-bold) !important;
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.5px_-0\.1\%\] {
    inset: -.5px -.1%;
  }

  .inset-\[-0\.5px_-0\.17\%\] {
    inset: -.5px -.17%;
  }

  .inset-\[-5\.52px_-4\.69\%\] {
    inset: -5.52px -4.69%;
  }

  .inset-\[11\.74\%_25\.62\%_51\.27\%_32\.75\%\] {
    inset: 11.74% 25.62% 51.27% 32.75%;
  }

  .inset-\[23\.88\%_27\.82\%_57\.01\%_46\.74\%\] {
    inset: 23.88% 27.82% 57.01% 46.74%;
  }

  .inset-\[27\.46\%_28\.61\%_63\.54\%_36\.88\%\] {
    inset: 27.46% 28.61% 63.54% 36.88%;
  }

  .inset-\[33\.79\%_31\.78\%_51\.21\%_43\.57\%\] {
    inset: 33.79% 31.78% 51.21% 43.57%;
  }

  .inset-\[41\.68\%_15\.05\%_10\.5\%_12\.94\%\] {
    inset: 41.68% 15.05% 10.5% 12.94%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-2\.932\%\] {
    top: -2.932%;
  }

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

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

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

  .top-\[-5\.11\%\] {
    top: -5.11%;
  }

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

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

  .top-\[-7\.027\%\] {
    top: -7.027%;
  }

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

  .top-\[-12\.529\%\] {
    top: -12.529%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-73\.695px\] {
    top: -73.695px;
  }

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

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

  .top-\[-88\.645px\] {
    top: -88.645px;
  }

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

  .top-\[-96\.13px\] {
    top: -96.13px;
  }

  .top-\[-207\.628\%\] {
    top: -207.628%;
  }

  .top-\[-302\.379\%\] {
    top: -302.379%;
  }

  .top-\[-391\.482\%\] {
    top: -391.482%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[21\.483px\] {
    top: 21.483px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[63\.568px\] {
    top: 63.568px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[110\.061px\] {
    top: 110.061px;
  }

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

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

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

  .top-\[136\.451px\] {
    top: 136.451px;
  }

  .top-\[163\.426px\] {
    top: 163.426px;
  }

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

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

  .top-\[204\.597px\] {
    top: 204.597px;
  }

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

  .top-\[225\.274px\] {
    top: 225.274px;
  }

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

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

  .top-\[234\.617px\] {
    top: 234.617px;
  }

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

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

  .top-\[257\.923px\] {
    top: 257.923px;
  }

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

  .top-\[261\.923px\] {
    top: 261.923px;
  }

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

  .top-\[266\.58px\] {
    top: 266.58px;
  }

  .top-\[266\.963px\] {
    top: 266.963px;
  }

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

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

  .top-\[277\.909px\] {
    top: 277.909px;
  }

  .top-\[279\.909px\] {
    top: 279.909px;
  }

  .top-\[281\.909px\] {
    top: 281.909px;
  }

  .top-\[286\.344px\] {
    top: 286.344px;
  }

  .top-\[303\.989px\] {
    top: 303.989px;
  }

  .top-\[305\.989px\] {
    top: 305.989px;
  }

  .top-\[307\.989px\] {
    top: 307.989px;
  }

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

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

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

  .top-\[353\.529px\] {
    top: 353.529px;
  }

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

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

  .top-\[379\.609px\] {
    top: 379.609px;
  }

  .top-\[380\.396px\] {
    top: 380.396px;
  }

  .top-\[390\.059px\] {
    top: 390.059px;
  }

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

  .top-\[394\.059px\] {
    top: 394.059px;
  }

  .top-\[404\.157px\] {
    top: 404.157px;
  }

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

  .top-\[429\.274px\] {
    top: 429.274px;
  }

  .top-\[430\.274px\] {
    top: 430.274px;
  }

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

  .top-\[444\.788px\] {
    top: 444.788px;
  }

  .top-\[446\.788px\] {
    top: 446.788px;
  }

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

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

  .top-\[486\.987px\] {
    top: 486.987px;
  }

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

  .top-\[500\.976px\] {
    top: 500.976px;
  }

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

  .top-\[518\.572px\] {
    top: 518.572px;
  }

  .top-\[518\.928px\] {
    top: 518.928px;
  }

  .top-\[519\.254px\] {
    top: 519.254px;
  }

  .top-\[519\.364px\] {
    top: 519.364px;
  }

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

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

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

  .top-\[573\.401px\] {
    top: 573.401px;
  }

  .top-\[579\.574px\] {
    top: 579.574px;
  }

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

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

  .top-\[607\.678px\] {
    top: 607.678px;
  }

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

  .top-\[680\.274px\] {
    top: 680.274px;
  }

  .top-\[704\.462px\] {
    top: 704.462px;
  }

  .top-\[802\.104px\] {
    top: 802.104px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-1\.189\%\] {
    right: -1.189%;
  }

  .right-\[-2\.86\%\] {
    right: -2.86%;
  }

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

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

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

  .right-\[-18\.6\%\] {
    right: -18.6%;
  }

  .right-\[-24\.77\%\] {
    right: -24.77%;
  }

  .right-\[-233\.333\%\] {
    right: -233.333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bottom-\[-1\.537\%\] {
    bottom: -1.537%;
  }

  .bottom-\[-1\.591\%\] {
    bottom: -1.591%;
  }

  .bottom-\[-1\.628\%\] {
    bottom: -1.628%;
  }

  .bottom-\[-1\.836\%\] {
    bottom: -1.836%;
  }

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

  .bottom-\[-2\.932\%\] {
    bottom: -2.932%;
  }

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

  .bottom-\[-7\.027\%\] {
    bottom: -7.027%;
  }

  .bottom-\[-12\.6\%\] {
    bottom: -12.6%;
  }

  .bottom-\[-12\.528\%\] {
    bottom: -12.528%;
  }

  .bottom-\[-207\.614\%\] {
    bottom: -207.614%;
  }

  .bottom-\[-302\.379\%\] {
    bottom: -302.379%;
  }

  .bottom-\[-391\.479\%\] {
    bottom: -391.479%;
  }

  .bottom-full {
    bottom: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-13\.11\%\] {
    left: -13.11%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[53\.778px\] {
    left: 53.778px;
  }

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

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

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

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

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

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

  .left-\[98\.834px\] {
    left: 98.834px;
  }

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

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

  .left-\[133\.145px\] {
    left: 133.145px;
  }

  .left-\[135\.145px\] {
    left: 135.145px;
  }

  .left-\[157\.611px\] {
    left: 157.611px;
  }

  .left-\[158\.408px\] {
    left: 158.408px;
  }

  .left-\[166\.534px\] {
    left: 166.534px;
  }

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

  .left-\[180\.062px\] {
    left: 180.062px;
  }

  .left-\[180\.928px\] {
    left: 180.928px;
  }

  .left-\[182\.024px\] {
    left: 182.024px;
  }

  .left-\[189\.709px\] {
    left: 189.709px;
  }

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

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

  .left-\[200\.547px\] {
    left: 200.547px;
  }

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

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

  .left-\[227\.752px\] {
    left: 227.752px;
  }

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

  .left-\[229\.516px\] {
    left: 229.516px;
  }

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

  .left-\[255\.01px\] {
    left: 255.01px;
  }

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

  .left-\[266\.01px\] {
    left: 266.01px;
  }

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

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

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

  .left-\[286\.826px\] {
    left: 286.826px;
  }

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

  .left-\[295\.113px\] {
    left: 295.113px;
  }

  .left-\[296\.622px\] {
    left: 296.622px;
  }

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

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

  .left-\[314\.567px\] {
    left: 314.567px;
  }

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

  .left-\[334\.823px\] {
    left: 334.823px;
  }

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

  .left-\[364\.376px\] {
    left: 364.376px;
  }

  .left-\[389\.552px\] {
    left: 389.552px;
  }

  .left-\[390\.552px\] {
    left: 390.552px;
  }

  .left-\[395\.516px\] {
    left: 395.516px;
  }

  .left-\[404\.575px\] {
    left: 404.575px;
  }

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

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

  .left-\[436\.848px\] {
    left: 436.848px;
  }

  .left-\[449\.743px\] {
    left: 449.743px;
  }

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

  .left-\[504\.718px\] {
    left: 504.718px;
  }

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

  .left-\[540\.229px\] {
    left: 540.229px;
  }

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

  .left-\[584\.674px\] {
    left: 584.674px;
  }

  .left-\[594\.066px\] {
    left: 594.066px;
  }

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

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

  .left-\[603\.612px\] {
    left: 603.612px;
  }

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

  .left-\[630\.023px\] {
    left: 630.023px;
  }

  .left-\[632\.835px\] {
    left: 632.835px;
  }

  .left-\[680\.938px\] {
    left: 680.938px;
  }

  .left-\[682\.938px\] {
    left: 682.938px;
  }

  .left-\[709\.396px\] {
    left: 709.396px;
  }

  .left-\[749\.088px\] {
    left: 749.088px;
  }

  .left-\[760\.925px\] {
    left: 760.925px;
  }

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

  .left-\[777\.83px\] {
    left: 777.83px;
  }

  .left-\[781\.639px\] {
    left: 781.639px;
  }

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

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

  .left-\[799\.025px\] {
    left: 799.025px;
  }

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

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

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

  .left-\[815\.381px\] {
    left: 815.381px;
  }

  .left-\[816\.381px\] {
    left: 816.381px;
  }

  .left-\[824\.309px\] {
    left: 824.309px;
  }

  .left-\[826\.309px\] {
    left: 826.309px;
  }

  .left-\[829\.058px\] {
    left: 829.058px;
  }

  .left-\[844\.637px\] {
    left: 844.637px;
  }

  .left-\[855\.029px\] {
    left: 855.029px;
  }

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

  .left-\[888\.907px\] {
    left: 888.907px;
  }

  .left-\[897\.663px\] {
    left: 897.663px;
  }

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

  .left-\[961\.72px\] {
    left: 961.72px;
  }

  .left-\[988\.513px\] {
    left: 988.513px;
  }

  .left-\[990\.513px\] {
    left: 990.513px;
  }

  .left-\[1047\.68px\] {
    left: 1047.68px;
  }

  .left-\[1049\.68px\] {
    left: 1049.68px;
  }

  .left-\[1059\.61px\] {
    left: 1059.61px;
  }

  .left-\[1098\.93px\] {
    left: 1098.93px;
  }

  .left-\[1119\.84px\] {
    left: 1119.84px;
  }

  .left-\[1121\.84px\] {
    left: 1121.84px;
  }

  .left-\[1127\.19px\] {
    left: 1127.19px;
  }

  .left-\[1129\.19px\] {
    left: 1129.19px;
  }

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

  .left-\[1154\.59px\] {
    left: 1154.59px;
  }

  .left-\[1156\.59px\] {
    left: 1156.59px;
  }

  .left-\[1168\.72px\] {
    left: 1168.72px;
  }

  .left-\[1170\.72px\] {
    left: 1170.72px;
  }

  .left-\[1172\.72px\] {
    left: 1172.72px;
  }

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

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

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

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

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

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

  .m-\[0_2px_0_2px\] {
    margin: 0 2px;
  }

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

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

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

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

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

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

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

  .-ml-\[100\%\] {
    margin-left: -100%;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .table {
    display: table;
  }

  .aspect-\[500\/340\.05\] {
    aspect-ratio: 500 / 340.05;
  }

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

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

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

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

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

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

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

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

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

  .size-\[151\.646px\] {
    width: 151.646px;
    height: 151.646px;
  }

  .size-\[156\.013px\] {
    width: 156.013px;
    height: 156.013px;
  }

  .size-\[189\.031px\] {
    width: 189.031px;
    height: 189.031px;
  }

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

  .size-\[360\.66px\] {
    width: 360.66px;
    height: 360.66px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[7\.981px\] {
    height: 7.981px;
  }

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

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

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

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

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

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

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

  .h-\[54\.466px\] {
    height: 54.466px;
  }

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

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

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

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

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

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

  .h-\[90\.744px\] {
    height: 90.744px;
  }

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

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

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

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

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

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

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

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

  .h-\[126\.586px\] {
    height: 126.586px;
  }

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

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

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

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

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

  .h-\[146\.843px\] {
    height: 146.843px;
  }

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

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

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

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

  .h-\[159\.772px\] {
    height: 159.772px;
  }

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

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

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

  .h-\[164\.927px\] {
    height: 164.927px;
  }

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

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

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

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

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

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

  .h-\[179\.061px\] {
    height: 179.061px;
  }

  .h-\[179\.161px\] {
    height: 179.161px;
  }

  .h-\[179\.822px\] {
    height: 179.822px;
  }

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

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

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

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

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

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

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

  .h-\[189\.339px\] {
    height: 189.339px;
  }

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

  .h-\[191\.06px\] {
    height: 191.06px;
  }

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

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

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

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

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

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

  .h-\[235\.87px\] {
    height: 235.87px;
  }

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

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

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

  .h-\[244\.5px\] {
    height: 244.5px;
  }

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

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

  .h-\[266\.549px\] {
    height: 266.549px;
  }

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

  .h-\[275\.687px\] {
    height: 275.687px;
  }

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

  .h-\[276\.713px\] {
    height: 276.713px;
  }

  .h-\[276\.808px\] {
    height: 276.808px;
  }

  .h-\[288\.063px\] {
    height: 288.063px;
  }

  .h-\[292\.939px\] {
    height: 292.939px;
  }

  .h-\[299\.773px\] {
    height: 299.773px;
  }

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

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

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

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

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

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

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

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

  .h-\[321\.722px\] {
    height: 321.722px;
  }

  .h-\[321\.984px\] {
    height: 321.984px;
  }

  .h-\[322\.341px\] {
    height: 322.341px;
  }

  .h-\[325\.556px\] {
    height: 325.556px;
  }

  .h-\[339\.991px\] {
    height: 339.991px;
  }

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

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

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

  .h-\[341\.891px\] {
    height: 341.891px;
  }

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

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

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

  .h-\[386\.948px\] {
    height: 386.948px;
  }

  .h-\[393\.932px\] {
    height: 393.932px;
  }

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

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

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

  .h-\[408\.118px\] {
    height: 408.118px;
  }

  .h-\[408\.737px\] {
    height: 408.737px;
  }

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

  .h-\[420\.593px\] {
    height: 420.593px;
  }

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

  .h-\[435\.794px\] {
    height: 435.794px;
  }

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

  .h-\[446\.5px\] {
    height: 446.5px;
  }

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

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

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

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

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

  .h-\[518\.994px\] {
    height: 518.994px;
  }

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

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

  .h-\[536\.674px\] {
    height: 536.674px;
  }

  .h-\[538\.288px\] {
    height: 538.288px;
  }

  .h-\[576\.777px\] {
    height: 576.777px;
  }

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

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

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

  .h-\[624\.918px\] {
    height: 624.918px;
  }

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

  .h-\[625\.118px\] {
    height: 625.118px;
  }

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

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

  .h-\[678\.978px\] {
    height: 678.978px;
  }

  .h-\[686\.755px\] {
    height: 686.755px;
  }

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

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

  .h-\[723\.013px\] {
    height: 723.013px;
  }

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

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

  .h-\[753\.157px\] {
    height: 753.157px;
  }

  .h-\[784\.731px\] {
    height: 784.731px;
  }

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

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

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

  .h-\[913\.5px\] {
    height: 913.5px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[57\.068px\] {
    width: 57.068px;
  }

  .w-\[63\.212px\] {
    width: 63.212px;
  }

  .w-\[64\.827px\] {
    width: 64.827px;
  }

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

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

  .w-\[111\.807px\] {
    width: 111.807px;
  }

  .w-\[115\.677px\] {
    width: 115.677px;
  }

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

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

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

  .w-\[131\.519px\] {
    width: 131.519px;
  }

  .w-\[132\.172px\] {
    width: 132.172px;
  }

  .w-\[148\.542px\] {
    width: 148.542px;
  }

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

  .w-\[160\.545px\] {
    width: 160.545px;
  }

  .w-\[162\.933px\] {
    width: 162.933px;
  }

  .w-\[176\.585px\] {
    width: 176.585px;
  }

  .w-\[177\.721px\] {
    width: 177.721px;
  }

  .w-\[178\.275px\] {
    width: 178.275px;
  }

  .w-\[178\.541px\] {
    width: 178.541px;
  }

  .w-\[179\.037px\] {
    width: 179.037px;
  }

  .w-\[180\.366px\] {
    width: 180.366px;
  }

  .w-\[180\.874px\] {
    width: 180.874px;
  }

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

  .w-\[181\.072px\] {
    width: 181.072px;
  }

  .w-\[181\.795px\] {
    width: 181.795px;
  }

  .w-\[184\.86px\] {
    width: 184.86px;
  }

  .w-\[185\.15px\] {
    width: 185.15px;
  }

  .w-\[185\.794px\] {
    width: 185.794px;
  }

  .w-\[186\.889px\] {
    width: 186.889px;
  }

  .w-\[188\.162px\] {
    width: 188.162px;
  }

  .w-\[189\.339px\] {
    width: 189.339px;
  }

  .w-\[191\.06px\] {
    width: 191.06px;
  }

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

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

  .w-\[207\.381px\] {
    width: 207.381px;
  }

  .w-\[215\.316px\] {
    width: 215.316px;
  }

  .w-\[217\.113px\] {
    width: 217.113px;
  }

  .w-\[219\.285px\] {
    width: 219.285px;
  }

  .w-\[239\.659px\] {
    width: 239.659px;
  }

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

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

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

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

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

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

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

  .w-\[281\.962px\] {
    width: 281.962px;
  }

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

  .w-\[297\.061px\] {
    width: 297.061px;
  }

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

  .w-\[300\.513px\] {
    width: 300.513px;
  }

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

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

  .w-\[304\.126px\] {
    width: 304.126px;
  }

  .w-\[311\.183px\] {
    width: 311.183px;
  }

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

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

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

  .w-\[322\.341px\] {
    width: 322.341px;
  }

  .w-\[325\.912px\] {
    width: 325.912px;
  }

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

  .w-\[331\.814px\] {
    width: 331.814px;
  }

  .w-\[334\.237px\] {
    width: 334.237px;
  }

  .w-\[339\.837px\] {
    width: 339.837px;
  }

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

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

  .w-\[341\.793px\] {
    width: 341.793px;
  }

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

  .w-\[344\.027px\] {
    width: 344.027px;
  }

  .w-\[345\.095px\] {
    width: 345.095px;
  }

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

  .w-\[361\.273px\] {
    width: 361.273px;
  }

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

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

  .w-\[388\.687px\] {
    width: 388.687px;
  }

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

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

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

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

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

  .w-\[401\.21px\] {
    width: 401.21px;
  }

  .w-\[401\.99px\] {
    width: 401.99px;
  }

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

  .w-\[404\.536px\] {
    width: 404.536px;
  }

  .w-\[408\.964px\] {
    width: 408.964px;
  }

  .w-\[411\.971px\] {
    width: 411.971px;
  }

  .w-\[413\.729px\] {
    width: 413.729px;
  }

  .w-\[427\.764px\] {
    width: 427.764px;
  }

  .w-\[445\.092px\] {
    width: 445.092px;
  }

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

  .w-\[456\.837px\] {
    width: 456.837px;
  }

  .w-\[462\.17px\] {
    width: 462.17px;
  }

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

  .w-\[490\.588px\] {
    width: 490.588px;
  }

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

  .w-\[502\.001px\] {
    width: 502.001px;
  }

  .w-\[502\.2px\] {
    width: 502.2px;
  }

  .w-\[503\.41px\] {
    width: 503.41px;
  }

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

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

  .w-\[569\.837px\] {
    width: 569.837px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[657\.842px\] {
    width: 657.842px;
  }

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

  .w-\[700\.393px\] {
    width: 700.393px;
  }

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

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

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

  .w-\[876\.796px\] {
    width: 876.796px;
  }

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

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

  .w-\[1046\.31px\] {
    width: 1046.31px;
  }

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

  .w-\[1081\.09px\] {
    width: 1081.09px;
  }

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

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

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

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

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

  .w-\[calc\(100\%\+1px\)\] {
    width: calc(100% + 1px);
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .origin-center {
    transform-origin: center;
  }

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

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

  .scale-\[1\.05\] {
    scale: 1.05;
  }

  .rotate-\[0\.098deg\] {
    rotate: .098deg;
  }

  .rotate-\[4\.443deg\] {
    rotate: 4.443deg;
  }

  .rotate-\[4\.924deg\] {
    rotate: 4.924deg;
  }

  .rotate-\[7\.661deg\] {
    rotate: 7.661deg;
  }

  .rotate-\[12\.653deg\] {
    rotate: 12.653deg;
  }

  .rotate-\[36\.893deg\] {
    rotate: 36.893deg;
  }

  .rotate-\[37\.854deg\] {
    rotate: 37.854deg;
  }

  .rotate-\[75\.32deg\] {
    rotate: 75.32deg;
  }

  .rotate-\[79\.118deg\] {
    rotate: 79.118deg;
  }

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

  .rotate-\[104\.388deg\] {
    rotate: 104.388deg;
  }

  .rotate-\[105\.231deg\] {
    rotate: 105.231deg;
  }

  .rotate-\[142\.146deg\] {
    rotate: 142.146deg;
  }

  .rotate-\[143\.016deg\] {
    rotate: 143.016deg;
  }

  .rotate-\[167\.347deg\] {
    rotate: 167.347deg;
  }

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

  .rotate-\[196\.227deg\] {
    rotate: 196.227deg;
  }

  .rotate-\[216\.824deg\] {
    rotate: 216.824deg;
  }

  .rotate-\[217\.854deg\] {
    rotate: 217.854deg;
  }

  .rotate-\[255\.612deg\] {
    rotate: 255.612deg;
  }

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

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

  .rotate-\[280\.882deg\] {
    rotate: 280.882deg;
  }

  .rotate-\[284\.68deg\] {
    rotate: 284.68deg;
  }

  .rotate-\[322\.146deg\] {
    rotate: 322.146deg;
  }

  .rotate-\[323\.107deg\] {
    rotate: 323.107deg;
  }

  .rotate-\[343\.773deg\] {
    rotate: 343.773deg;
  }

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

  .rotate-\[355\.076deg\] {
    rotate: 355.076deg;
  }

  .rotate-\[358\.157deg\] {
    rotate: 358.157deg;
  }

  .rotate-\[359\.359deg\] {
    rotate: 359.359deg;
  }

  .rotate-\[359\.902deg\] {
    rotate: 359.902deg;
  }

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

  .cursor-text {
    cursor: text;
  }

  .resize {
    resize: both;
  }

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

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

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

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

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

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

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

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

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

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

  .gap-0\.5 {
    gap: calc(var(--spacing) * .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-6 {
    gap: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .self-start {
    align-self: flex-start;
  }

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[1px_1px_1px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 1px 1px 0;
  }

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

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

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

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

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

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

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

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

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

  .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-\[\#000000\] {
    border-color: #000;
  }

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

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

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

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

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

  .border-\[rgba\(210\,206\,202\,0\)\] {
    border-color: #d2ceca00;
  }

  .border-\[rgba\(213\,213\,213\,0\.5\)\] {
    border-color: #d5d5d580;
  }

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

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

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

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

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

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

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

  .bg-\[\#1C65FF\], .bg-\[\#1c65ff\] {
    background-color: #1c65ff;
  }

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

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

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

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

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

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

  .bg-\[rgba\(28\,101\,255\,0\.08\)\] {
    background-color: #1c65ff14;
  }

  .bg-\[rgba\(210\,217\,221\,0\)\] {
    background-color: #d2d9dd00;
  }

  .bg-\[rgba\(210\,217\,221\,1\)\] {
    background-color: #d2d9dd;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

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

  .bg-transparent {
    background-color: #0000;
  }

  .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-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#000e2d\] {
    --tw-gradient-from: #000e2d;
    --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-\[\#468bc9\] {
    --tw-gradient-from: #468bc9;
    --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-\[\#FCFBF8\], .from-\[\#fcfbf8\] {
    --tw-gradient-from: #fcfbf8;
    --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-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --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));
  }

  .via-\[\#8fc8d5\] {
    --tw-gradient-via: #8fc8d5;
    --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-\[\#1645ac\] {
    --tw-gradient-via: #1645ac;
    --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\.481\%\] {
    --tw-gradient-via-position: 50.481%;
  }

  .via-\[51\.923\%\] {
    --tw-gradient-via-position: 51.923%;
  }

  .to-\[\#478bc9\] {
    --tw-gradient-to: #478bc9;
    --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-\[\#fcfbf8\] {
    --tw-gradient-to: #fcfbf8;
    --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-\[\#ffffff\] {
    --tw-gradient-to: #fff;
    --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-blue-100 {
    --tw-gradient-to: var(--color-blue-100);
    --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-contain {
    background-size: contain;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-top {
    background-position: top;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

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

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

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

  .p-16 {
    padding: calc(var(--spacing) * 16);
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[64px\] {
    padding-inline: 64px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[22px\] {
    padding-block: 22px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .py-\[56px\] {
    padding-block: 56px;
  }

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

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

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

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }

  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }

  .pt-36 {
    padding-top: calc(var(--spacing) * 36);
  }

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

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

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

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

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

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

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

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

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

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

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

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

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pb-\[4px\] {
    padding-bottom: 4px;
  }

  .pb-\[10px\] {
    padding-bottom: 10px;
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .pb-\[64px\] {
    padding-bottom: 64px;
  }

  .pb-\[80px\] {
    padding-bottom: 80px;
  }

  .pb-\[96px\] {
    padding-bottom: 96px;
  }

  .pb-\[120px\] {
    padding-bottom: 120px;
  }

  .pb-\[200px\] {
    padding-bottom: 200px;
  }

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

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

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

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Instrument_Sans\:Regular\'\,_sans-serif\] {
    font-family: Instrument Sans\:Regular, sans-serif;
  }

  .font-\[\'Inter\'\,_sans-serif\] {
    font-family: Inter, sans-serif;
  }

  .font-\[\'Inter\'\] {
    font-family: Inter;
  }

  .font-\[\'Inter\:Bold\'\,_sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,_sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,_sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Inter\:Semi_Bold\'\,_sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .font-\[\'Noto_Serif\:Condensed_Medium\'\,_sans-serif\] {
    font-family: Noto Serif\:Condensed Medium, sans-serif;
  }

  .font-\[\'Noto_Serif\:Condensed_SemiBold\'\,_sans-serif\] {
    font-family: Noto Serif\:Condensed SemiBold, sans-serif;
  }

  .font-\[Inter\] {
    font-family: Inter;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

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

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[46px\] {
    font-size: 46px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[80px\] {
    font-size: 80px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.7px\] {
    --tw-tracking: -.7px;
    letter-spacing: -.7px;
  }

  .tracking-\[-0\.08px\] {
    --tw-tracking: -.08px;
    letter-spacing: -.08px;
  }

  .tracking-\[-0\.28px\] {
    --tw-tracking: -.28px;
    letter-spacing: -.28px;
  }

  .tracking-\[-0\.36px\] {
    --tw-tracking: -.36px;
    letter-spacing: -.36px;
  }

  .tracking-\[-0\.48px\] {
    --tw-tracking: -.48px;
    letter-spacing: -.48px;
  }

  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }

  .tracking-\[0\.1px\] {
    --tw-tracking: .1px;
    letter-spacing: .1px;
  }

  .tracking-\[0\.06px\] {
    --tw-tracking: .06px;
    letter-spacing: .06px;
  }

  .tracking-\[0\.07px\] {
    --tw-tracking: .07px;
    letter-spacing: .07px;
  }

  .tracking-\[0\.08px\] {
    --tw-tracking: .08px;
    letter-spacing: .08px;
  }

  .tracking-\[0\.12px\] {
    --tw-tracking: .12px;
    letter-spacing: .12px;
  }

  .tracking-\[0\.16px\] {
    --tw-tracking: .16px;
    letter-spacing: .16px;
  }

  .tracking-\[0\.18px\] {
    --tw-tracking: .18px;
    letter-spacing: .18px;
  }

  .tracking-\[0\.24px\] {
    --tw-tracking: .24px;
    letter-spacing: .24px;
  }

  .tracking-\[0\.28px\] {
    --tw-tracking: .28px;
    letter-spacing: .28px;
  }

  .tracking-\[0\.036px\] {
    --tw-tracking: .036px;
    letter-spacing: .036px;
  }

  .tracking-\[0\.075px\] {
    --tw-tracking: .075px;
    letter-spacing: .075px;
  }

  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#000000\] {
    color: #000;
  }

  .text-\[\#1a1918\] {
    color: #1a1918;
  }

  .text-\[\#1c65ff\] {
    color: #1c65ff;
  }

  .text-\[\#1e1e1e\] {
    color: #1e1e1e;
  }

  .text-\[\#5d5d5d\] {
    color: #5d5d5d;
  }

  .text-\[\#6B7280\] {
    color: #6b7280;
  }

  .text-\[\#6e6e6e\] {
    color: #6e6e6e;
  }

  .text-\[\#17181a\] {
    color: #17181a;
  }

  .text-\[\#374151\] {
    color: #374151;
  }

  .text-\[\#939394\] {
    color: #939394;
  }

  .text-\[\#D1D5DB\] {
    color: #d1d5db;
  }

  .text-\[\#ffffff\] {
    color: #fff;
  }

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

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0px_0px_0px_4px_rgba\(59\,130\,246\,0\.25\)\] {
    --tw-shadow: 0px 0px 0px 4px var(--tw-shadow-color, #3b82f640);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_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);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .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-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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-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-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .will-change-transform {
    will-change: transform;
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:1_\/_1_\/_span_2\] {
    grid-area: 1 / 1 / span 2;
  }

  .\[grid-area\:1_\/_2\] {
    grid-area: 1 / 2;
  }

  .\[grid-area\:1_\/_3\] {
    grid-area: 1 / 3;
  }

  .\[grid-area\:2_\/_1\] {
    grid-area: 2 / 1;
  }

  .\[grid-area\:2_\/_2\] {
    grid-area: 2 / 2;
  }

  .\[grid-area\:2_\/_3\] {
    grid-area: 2 / 3;
  }

  .\[grid-area\:3_\/_1\] {
    grid-area: 3 / 1;
  }

  .\[grid-area\:3_\/_2\] {
    grid-area: 3 / 2;
  }

  .\[grid-area\:3_\/_3\] {
    grid-area: 3 / 3;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .group-hover\:fill-\[\#1C65FF\]:is(:where(.group):hover *) {
      fill: #1c65ff;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[103\%\]:hover {
      scale: 103%;
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }
  }

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

:root {
  --font-size: 14px;
  --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-bold: 700;
  --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-bold: 700;
  --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);
  scroll-behavior: smooth;
}

.navbar-container {
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 9999 !important;
  transition: none !important;
}

.navbar-border-transition {
  transition: border-bottom-color .2s ease-out;
}

@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.marquee-scroll {
  animation: 40s linear infinite marquee;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  25% {
    opacity: .3;
    transform: scale(.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: .6;
    transform: scale(.9);
  }
}

@keyframes twinkle-subtle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .4;
    transform: scale(.85);
  }
}

.twinkle-star {
  animation: 3s ease-in-out infinite twinkle;
}

.twinkle-star-subtle {
  animation: 4s ease-in-out infinite twinkle-subtle;
}

.twinkle-delay-1 {
  animation-delay: .2s;
}

.twinkle-delay-2 {
  animation-delay: .4s;
}

.twinkle-delay-3 {
  animation-delay: .6s;
}

.twinkle-delay-4 {
  animation-delay: .8s;
}

.twinkle-delay-5 {
  animation-delay: 1s;
}

.twinkle-delay-6 {
  animation-delay: 1.2s;
}

.twinkle-delay-7 {
  animation-delay: 1.4s;
}

.twinkle-delay-8 {
  animation-delay: 1.6s;
}

.twinkle-delay-9 {
  animation-delay: 1.8s;
}

.twinkle-delay-10 {
  animation-delay: 2s;
}

.twinkle-delay-11 {
  animation-delay: 2.2s;
}

.twinkle-delay-12 {
  animation-delay: 2.4s;
}

.twinkle-delay-13 {
  animation-delay: 2.6s;
}

.twinkle-delay-14 {
  animation-delay: 2.8s;
}

.twinkle-delay-15 {
  animation-delay: 3s;
}

.twinkle-delay-16 {
  animation-delay: 3.2s;
}

.twinkle-delay-17 {
  animation-delay: 3.4s;
}

.twinkle-delay-18 {
  animation-delay: 3.6s;
}

.twinkle-delay-19 {
  animation-delay: 3.8s;
}

.twinkle-delay-20 {
  animation-delay: 4s;
}

.smooth-paths {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

.smooth-paths path {
  transition: stroke-dashoffset .1s ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .smooth-paths {
    will-change: transform;
    transform: translateZ(0);
  }

  .smooth-paths path {
    will-change: stroke-dashoffset;
    backface-visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .smooth-paths path {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
  }
}

@keyframes indicator-slide {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  2.5% {
    opacity: 1;
  }

  97.5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.indicator-animated {
  transform-origin: 0;
  animation: 3.3s ease-in-out infinite indicator-slide;
}

@keyframes arrow-pulse {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

.arrow-pulse-hover {
  animation: .8s ease-in-out infinite arrow-pulse;
}

@keyframes cinematic-blur {
  0% {
    filter: blur(8px);
  }

  100% {
    filter: blur();
  }
}

.cinematic-entrance {
  animation: .8s ease-out cinematic-blur;
}

.featured-card-hover {
  cursor: pointer;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.featured-card-hover:hover .featured-image-expand {
  transform: scale(1.03);
}

.featured-image-expand {
  transform-origin: center;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

@keyframes hand-wave {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(14deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(14deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.hand-waving {
  transform-origin: 70% 70%;
  animation: 2s ease-in-out infinite hand-wave;
}

@media (prefers-reduced-motion: reduce) {
  .hand-waving {
    animation: none;
  }
}

.animated-underline {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.animated-underline:after {
  content: "";
  transform-origin: 100%;
  background-color: #1c65ff;
  width: 100%;
  height: 2px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.animated-underline:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .animated-underline:after {
    transition: none;
    transform: scaleX(1);
  }
}

.nav-link-with-underline {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.nav-link-with-underline:after {
  content: "";
  transform-origin: 100%;
  background-color: #000;
  width: 100%;
  height: 2px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
}

.nav-link-with-underline:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.nav-link-active:after {
  transform-origin: 0 !important;
  transform: scaleX(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link-with-underline:after {
    transition: none;
    transform: scaleX(1);
  }
}

.hand-hi-five {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><text x='50%' y='50%' text-anchor='middle' dy='0.35em' font-size='36'>👋</text></svg>") 30 30, pointer;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.hand-hi-five:hover {
  transform: scale(1.1);
}

@keyframes hand-wave-excited {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(20deg);
  }

  20% {
    transform: rotate(-12deg);
  }

  30% {
    transform: rotate(20deg);
  }

  40% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(16deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  70% {
    transform: rotate(12deg);
  }

  80% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.hand-hi-five:hover .hand-waving {
  animation: 1.2s ease-in-out infinite hand-wave-excited;
}

.optimized-image-container {
  backface-visibility: hidden;
  will-change: opacity;
  contain: layout style paint;
  transform: translateZ(0);
}

.bg-image-optimized {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-attachment: local;
  transform: translate3d(0, 0, 0);
}

.image-loading-placeholder {
  background: linear-gradient(90deg, #edf3ff 25%, #dbe8ff 50%, #edf3ff 75%) 0 0 / 200% 100%;
  animation: 1.5s infinite skeleton-loading;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (width <= 768px) {
  .bg-image-optimized {
    image-rendering: auto;
  }
}

.critical-image {
  content-visibility: auto;
  contain-intrinsic-size: 343px 273px;
}

@media (width >= 768px) {
  .critical-image {
    contain-intrinsic-size: 1200px 339px;
  }
}

@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-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-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
}
