/*! 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-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;
    }
  }
}

@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-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-3\.92\%_-5\.97\%_-5\.11\%_-5\.97\%\] {
    inset: -3.92% -5.97% -5.11%;
  }

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

  .inset-\[-4\.5\%_-8\.18\%\] {
    inset: -4.5% -8.18%;
  }

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

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

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

  .inset-\[-6\.7\%\] {
    inset: -6.7%;
  }

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

  .inset-\[-6\.92\%_-7\.5\%\] {
    inset: -6.92% -7.5%;
  }

  .inset-\[-9\.18\%\] {
    inset: -9.18%;
  }

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

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

  .inset-\[-13\.07\%_-15\.93\%\] {
    inset: -13.07% -15.93%;
  }

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

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

  .inset-\[-33\.78\%_-30\.49\%\] {
    inset: -33.78% -30.49%;
  }

  .inset-\[0_0\.23\%_0\.15\%_0\] {
    inset: 0 .23% .15% 0;
  }

  .inset-\[0_62\%_0\.15\%_23\.32\%\] {
    inset: 0 62% .15% 23.32%;
  }

  .inset-\[1\.47\%_76\.55\%_2\.11\%_15\.12\%\] {
    inset: 1.47% 76.55% 2.11% 15.12%;
  }

  .inset-\[1\.47\%_84\.25\%_2\.11\%_0\] {
    inset: 1.47% 84.25% 2.11% 0;
  }

  .inset-\[3\.13\%_-0\.02\%_3\.12\%_0\] {
    inset: 3.13% -.02% 3.12% 0;
  }

  .inset-\[3\.91\%_4\.93\%_4\.78\%_4\.93\%\] {
    inset: 3.91% 4.93% 4.78%;
  }

  .inset-\[6\.9\%_9\.98\%_56\.51\%_84\.98\%\] {
    inset: 6.9% 9.98% 56.51% 84.98%;
  }

  .inset-\[6\.9\%_21\.45\%_56\.51\%_73\.22\%\] {
    inset: 6.9% 21.45% 56.51% 73.22%;
  }

  .inset-\[6\.9\%_25\.73\%_56\.51\%_68\.6\%\] {
    inset: 6.9% 25.73% 56.51% 68.6%;
  }

  .inset-\[6\.9\%_42\.91\%_56\.51\%_51\.35\%\] {
    inset: 6.9% 42.91% 56.51% 51.35%;
  }

  .inset-\[6\.9\%_48\.36\%_56\.51\%_46\.6\%\] {
    inset: 6.9% 48.36% 56.51% 46.6%;
  }

  .inset-\[6\.9\%_54\.18\%_56\.51\%_40\.49\%\] {
    inset: 6.9% 54.18% 56.51% 40.49%;
  }

  .inset-\[6\.35\%_15\.11\%_55\.77\%_79\.49\%\] {
    inset: 6.35% 15.11% 55.77% 79.49%;
  }

  .inset-\[6\.35\%_37\.06\%_55\.77\%_57\.45\%\] {
    inset: 6.35% 37.06% 55.77% 57.45%;
  }

  .inset-\[6\.84\%_31\.49\%_56\.07\%_63\.11\%\] {
    inset: 6.84% 31.49% 56.07% 63.11%;
  }

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

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

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

  .inset-\[8\.37\%_0\.58\%_4\.2\%_0\.4\%\] {
    inset: 8.37% .58% 4.2% .4%;
  }

  .inset-\[8\.37\%_61\.89\%_4\.2\%_23\.54\%\] {
    inset: 8.37% 61.89% 4.2% 23.54%;
  }

  .inset-\[9\.66\%_76\.33\%_5\.92\%_15\.41\%\] {
    inset: 9.66% 76.33% 5.92% 15.41%;
  }

  .inset-\[9\.66\%_83\.97\%_5\.92\%_0\.4\%\] {
    inset: 9.66% 83.97% 5.92% .4%;
  }

  .inset-\[13\.93\%_15\.35\%_52\.9\%_79\.29\%\] {
    inset: 13.93% 15.35% 52.9% 79.29%;
  }

  .inset-\[13\.93\%_37\.13\%_52\.9\%_57\.42\%\] {
    inset: 13.93% 37.13% 52.9% 57.42%;
  }

  .inset-\[14\.36\%_31\.61\%_53\.17\%_63\.03\%\] {
    inset: 14.36% 31.61% 53.17% 63.03%;
  }

  .inset-\[14\.42\%_10\.26\%_53\.55\%_84\.74\%\] {
    inset: 14.42% 10.26% 53.55% 84.74%;
  }

  .inset-\[14\.42\%_21\.65\%_53\.55\%_73\.07\%\] {
    inset: 14.42% 21.65% 53.55% 73.07%;
  }

  .inset-\[14\.42\%_25\.89\%_53\.55\%_68\.49\%\] {
    inset: 14.42% 25.89% 53.55% 68.49%;
  }

  .inset-\[14\.42\%_42\.94\%_53\.55\%_51\.36\%\] {
    inset: 14.42% 42.94% 53.55% 51.36%;
  }

  .inset-\[14\.42\%_48\.35\%_53\.55\%_46\.65\%\] {
    inset: 14.42% 48.35% 53.55% 46.65%;
  }

  .inset-\[14\.42\%_54\.13\%_53\.55\%_40\.59\%\] {
    inset: 14.42% 54.13% 53.55% 40.59%;
  }

  .inset-\[16\.63\%_8\.33\%_12\.5\%_8\.33\%\] {
    inset: 16.63% 8.33% 12.5%;
  }

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

  .inset-\[20\.16\%_18\.94\%\] {
    inset: 20.16% 18.94%;
  }

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

  .inset-\[26\.74\%_33\.1\%_45\.87\%_33\.1\%\] {
    inset: 26.74% 33.1% 45.87%;
  }

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

  .inset-\[29\.17\%_37\.5\%_45\.83\%_37\.5\%\] {
    inset: 29.17% 37.5% 45.83%;
  }

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

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

  .inset-\[33\.33\%_25\.93\%_27\.78\%_29\.63\%\] {
    inset: 33.33% 25.93% 27.78% 29.63%;
  }

  .inset-\[34\.88\%_30\.25\%_30\.56\%_35\.19\%\] {
    inset: 34.88% 30.25% 30.56% 35.19%;
  }

  .inset-\[38\.79\%_16\.7\%_39\.58\%_16\.6\%\] {
    inset: 38.79% 16.7% 39.58% 16.6%;
  }

  .inset-\[53\.42\%_19\.03\%_8\.7\%_75\.48\%\] {
    inset: 53.42% 19.03% 8.7% 75.48%;
  }

  .inset-\[53\.42\%_29\.04\%_8\.7\%_65\.47\%\] {
    inset: 53.42% 29.04% 8.7% 65.47%;
  }

  .inset-\[53\.42\%_46\.44\%_8\.7\%_48\.16\%\] {
    inset: 53.42% 46.44% 8.7% 48.16%;
  }

  .inset-\[53\.54\%_13\.35\%_8\.76\%_81\.24\%\] {
    inset: 53.54% 13.35% 8.76% 81.24%;
  }

  .inset-\[53\.91\%_0\.22\%_9\.01\%_94\.37\%\] {
    inset: 53.91% .22% 9.01% 94.37%;
  }

  .inset-\[53\.97\%_5\.37\%_9\.44\%_89\.59\%\] {
    inset: 53.97% 5.37% 9.44% 89.59%;
  }

  .inset-\[53\.97\%_10\.42\%_9\.44\%_86\.75\%\] {
    inset: 53.97% 10.42% 9.44% 86.75%;
  }

  .inset-\[53\.97\%_25\.21\%_9\.44\%_71\.09\%\] {
    inset: 53.97% 25.21% 9.44% 71.09%;
  }

  .inset-\[53\.97\%_34\.69\%_9\.44\%_59\.5\%\] {
    inset: 53.97% 34.69% 9.44% 59.5%;
  }

  .inset-\[53\.97\%_40\.51\%_9\.44\%_53\.64\%\] {
    inset: 53.97% 40.51% 9.44% 53.64%;
  }

  .inset-\[53\.97\%_51\.7\%_9\.44\%_43\.26\%\] {
    inset: 53.97% 51.7% 9.44% 43.26%;
  }

  .inset-\[53\.97\%_56\.29\%_9\.44\%_39\.29\%\] {
    inset: 53.97% 56.29% 9.44% 39.29%;
  }

  .inset-\[55\.14\%_19\.24\%_11\.68\%_75\.31\%\] {
    inset: 55.14% 19.24% 11.68% 75.31%;
  }

  .inset-\[55\.14\%_29\.17\%_11\.68\%_65\.38\%\] {
    inset: 55.14% 29.17% 11.68% 65.38%;
  }

  .inset-\[55\.14\%_46\.45\%_11\.68\%_48\.19\%\] {
    inset: 55.14% 46.45% 11.68% 48.19%;
  }

  .inset-\[55\.25\%_13\.6\%_11\.74\%_81\.02\%\] {
    inset: 55.25% 13.6% 11.74% 81.02%;
  }

  .inset-\[55\.58\%_0\.58\%_11\.96\%_94\.06\%\] {
    inset: 55.58% .58% 11.96% 94.06%;
  }

  .inset-\[55\.63\%_5\.68\%_12\.33\%_89\.32\%\] {
    inset: 55.63% 5.68% 12.33% 89.32%;
  }

  .inset-\[55\.63\%_10\.7\%_12\.33\%_86\.49\%\] {
    inset: 55.63% 10.7% 12.33% 86.49%;
  }

  .inset-\[55\.63\%_25\.38\%_12\.33\%_70\.96\%\] {
    inset: 55.63% 25.38% 12.33% 70.96%;
  }

  .inset-\[55\.63\%_34\.78\%_12\.33\%_59\.45\%\] {
    inset: 55.63% 34.78% 12.33% 59.45%;
  }

  .inset-\[55\.63\%_40\.56\%_12\.33\%_53\.64\%\] {
    inset: 55.63% 40.56% 12.33% 53.64%;
  }

  .inset-\[55\.63\%_51\.67\%_12\.33\%_43\.33\%\] {
    inset: 55.63% 51.67% 12.33% 43.33%;
  }

  .inset-\[55\.63\%_56\.23\%_12\.33\%_39\.39\%\] {
    inset: 55.63% 56.23% 12.33% 39.39%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-37\.07px\] {
    top: -37.07px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[90\.63px\] {
    top: 90.63px;
  }

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

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

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

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

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

  .top-\[126\.88px\] {
    top: 126.88px;
  }

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

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

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

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

  .top-\[146\.53px\] {
    top: 146.53px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[279\.02px\] {
    top: 279.02px;
  }

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

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

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

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

  .top-\[322\.28px\] {
    top: 322.28px;
  }

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

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

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

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

  .top-\[363\.05px\] {
    top: 363.05px;
  }

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

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

  .top-\[491\.03px\] {
    top: 491.03px;
  }

  .top-\[506\.03px\] {
    top: 506.03px;
  }

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

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

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

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

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

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

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

  .top-\[641\.06px\] {
    top: 641.06px;
  }

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

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

  .top-\[683\.03px\] {
    top: 683.03px;
  }

  .top-\[764\.07px\] {
    top: 764.07px;
  }

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

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

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

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

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

  .top-\[844\.07px\] {
    top: 844.07px;
  }

  .top-\[902\.26px\] {
    top: 902.26px;
  }

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

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

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

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

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

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

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

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

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

  .top-full {
    top: 100%;
  }

  .top-px {
    top: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-13\.72px\] {
    left: -13.72px;
  }

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

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

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

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

  .left-\[-180\.81px\] {
    left: -180.81px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[59\.56px\] {
    left: 59.56px;
  }

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

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

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

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

  .left-\[67\.92px\] {
    left: 67.92px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[136\.06px\] {
    left: 136.06px;
  }

  .left-\[136\.08px\] {
    left: 136.08px;
  }

  .left-\[136\.09px\] {
    left: 136.09px;
  }

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

  .left-\[136\.28px\] {
    left: 136.28px;
  }

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

  .left-\[136\.38px\] {
    left: 136.38px;
  }

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

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

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

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

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

  .left-\[159\.01px\] {
    left: 159.01px;
  }

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

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

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

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

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

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

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

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

  .left-\[330\.93px\] {
    left: 330.93px;
  }

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

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

  .left-\[367\.88px\] {
    left: 367.88px;
  }

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

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

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

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

  .left-\[434\.33px\] {
    left: 434.33px;
  }

  .left-\[482\.67px\] {
    left: 482.67px;
  }

  .left-\[494\.83px\] {
    left: 494.83px;
  }

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

  .left-\[527\.76px\] {
    left: 527.76px;
  }

  .left-\[543\.63px\] {
    left: 543.63px;
  }

  .left-\[544\.89px\] {
    left: 544.89px;
  }

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

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

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

  .left-\[623\.09px\] {
    left: 623.09px;
  }

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

  .left-\[637\.61px\] {
    left: 637.61px;
  }

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

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

  .left-\[650\.81px\] {
    left: 650.81px;
  }

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

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

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

  .left-\[805\.81px\] {
    left: 805.81px;
  }

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

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

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

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

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

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

  .left-\[907\.77px\] {
    left: 907.77px;
  }

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

  .left-\[974\.89px\] {
    left: 974.89px;
  }

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

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

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

  .left-\[1020\.28px\] {
    left: 1020.28px;
  }

  .left-\[1020\.94px\] {
    left: 1020.94px;
  }

  .left-\[1063\.33px\] {
    left: 1063.33px;
  }

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

  .left-\[1085\.83px\] {
    left: 1085.83px;
  }

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

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

  .left-\[1121\.52px\] {
    left: 1121.52px;
  }

  .left-\[1121\.98px\] {
    left: 1121.98px;
  }

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

  .left-\[1193\.72px\] {
    left: 1193.72px;
  }

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

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

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

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

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

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

  .left-\[1253\.18px\] {
    left: 1253.18px;
  }

  .left-\[1267\.76px\] {
    left: 1267.76px;
  }

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

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

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

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

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

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

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

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

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

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .size-\[35\.792px\] {
    width: 35.792px;
    height: 35.792px;
  }

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

  .size-\[39\.696px\] {
    width: 39.696px;
    height: 39.696px;
  }

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

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

  .size-\[41\.645px\] {
    width: 41.645px;
    height: 41.645px;
  }

  .size-\[42\.267px\] {
    width: 42.267px;
    height: 42.267px;
  }

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

  .size-\[42\.856px\] {
    width: 42.856px;
    height: 42.856px;
  }

  .size-\[42\.952px\] {
    width: 42.952px;
    height: 42.952px;
  }

  .size-\[44\.374px\] {
    width: 44.374px;
    height: 44.374px;
  }

  .size-\[46\.564px\] {
    width: 46.564px;
    height: 46.564px;
  }

  .size-\[46\.716px\] {
    width: 46.716px;
    height: 46.716px;
  }

  .size-\[47\.645px\] {
    width: 47.645px;
    height: 47.645px;
  }

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

  .size-\[49\.17px\] {
    width: 49.17px;
    height: 49.17px;
  }

  .size-\[49\.053px\] {
    width: 49.053px;
    height: 49.053px;
  }

  .size-\[50\.517px\] {
    width: 50.517px;
    height: 50.517px;
  }

  .size-\[52\.532px\] {
    width: 52.532px;
    height: 52.532px;
  }

  .size-\[52\.621px\] {
    width: 52.621px;
    height: 52.621px;
  }

  .size-\[52\.724px\] {
    width: 52.724px;
    height: 52.724px;
  }

  .size-\[52\.937px\] {
    width: 52.937px;
    height: 52.937px;
  }

  .size-\[53\.475px\] {
    width: 53.475px;
    height: 53.475px;
  }

  .size-\[53\.918px\] {
    width: 53.918px;
    height: 53.918px;
  }

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

  .size-\[55\.917px\] {
    width: 55.917px;
    height: 55.917px;
  }

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

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

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

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

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

  .size-\[58\.494px\] {
    width: 58.494px;
    height: 58.494px;
  }

  .size-\[59\.073px\] {
    width: 59.073px;
    height: 59.073px;
  }

  .size-\[59\.388px\] {
    width: 59.388px;
    height: 59.388px;
  }

  .size-\[60\.095px\] {
    width: 60.095px;
    height: 60.095px;
  }

  .size-\[60\.492px\] {
    width: 60.492px;
    height: 60.492px;
  }

  .size-\[60\.505px\] {
    width: 60.505px;
    height: 60.505px;
  }

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

  .size-\[61\.101px\] {
    width: 61.101px;
    height: 61.101px;
  }

  .size-\[61\.228px\] {
    width: 61.228px;
    height: 61.228px;
  }

  .size-\[61\.528px\] {
    width: 61.528px;
    height: 61.528px;
  }

  .size-\[62\.239px\] {
    width: 62.239px;
    height: 62.239px;
  }

  .size-\[62\.272px\] {
    width: 62.272px;
    height: 62.272px;
  }

  .size-\[62\.742px\] {
    width: 62.742px;
    height: 62.742px;
  }

  .size-\[62\.978px\] {
    width: 62.978px;
    height: 62.978px;
  }

  .size-\[63\.083px\] {
    width: 63.083px;
    height: 63.083px;
  }

  .size-\[63\.347px\] {
    width: 63.347px;
    height: 63.347px;
  }

  .size-\[63\.854px\] {
    width: 63.854px;
    height: 63.854px;
  }

  .size-\[64\.006px\] {
    width: 64.006px;
    height: 64.006px;
  }

  .size-\[64\.112px\] {
    width: 64.112px;
    height: 64.112px;
  }

  .size-\[64\.604px\] {
    width: 64.604px;
    height: 64.604px;
  }

  .size-\[65\.295px\] {
    width: 65.295px;
    height: 65.295px;
  }

  .size-\[66\.96px\] {
    width: 66.96px;
    height: 66.96px;
  }

  .size-\[66\.372px\] {
    width: 66.372px;
    height: 66.372px;
  }

  .size-\[66\.441px\] {
    width: 66.441px;
    height: 66.441px;
  }

  .size-\[66\.828px\] {
    width: 66.828px;
    height: 66.828px;
  }

  .size-\[66\.935px\] {
    width: 66.935px;
    height: 66.935px;
  }

  .size-\[67\.63px\] {
    width: 67.63px;
    height: 67.63px;
  }

  .size-\[67\.96px\] {
    width: 67.96px;
    height: 67.96px;
  }

  .size-\[67\.318px\] {
    width: 67.318px;
    height: 67.318px;
  }

  .size-\[67\.743px\] {
    width: 67.743px;
    height: 67.743px;
  }

  .size-\[67\.934px\] {
    width: 67.934px;
    height: 67.934px;
  }

  .size-\[68\.17px\] {
    width: 68.17px;
    height: 68.17px;
  }

  .size-\[68\.467px\] {
    width: 68.467px;
    height: 68.467px;
  }

  .size-\[69\.402px\] {
    width: 69.402px;
    height: 69.402px;
  }

  .size-\[69\.991px\] {
    width: 69.991px;
    height: 69.991px;
  }

  .size-\[71\.228px\] {
    width: 71.228px;
    height: 71.228px;
  }

  .size-\[71\.527px\] {
    width: 71.527px;
    height: 71.527px;
  }

  .size-\[71\.775px\] {
    width: 71.775px;
    height: 71.775px;
  }

  .size-\[71\.804px\] {
    width: 71.804px;
    height: 71.804px;
  }

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

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

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

  .size-\[73\.509px\] {
    width: 73.509px;
    height: 73.509px;
  }

  .size-\[73\.556px\] {
    width: 73.556px;
    height: 73.556px;
  }

  .size-\[73\.587px\] {
    width: 73.587px;
    height: 73.587px;
  }

  .size-\[73\.623px\] {
    width: 73.623px;
    height: 73.623px;
  }

  .size-\[73\.885px\] {
    width: 73.885px;
    height: 73.885px;
  }

  .size-\[74\.267px\] {
    width: 74.267px;
    height: 74.267px;
  }

  .size-\[74\.859px\] {
    width: 74.859px;
    height: 74.859px;
  }

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

  .size-\[75\.5px\] {
    width: 75.5px;
    height: 75.5px;
  }

  .size-\[75\.965px\] {
    width: 75.965px;
    height: 75.965px;
  }

  .size-\[75\.972px\] {
    width: 75.972px;
    height: 75.972px;
  }

  .size-\[77\.236px\] {
    width: 77.236px;
    height: 77.236px;
  }

  .size-\[77\.612px\] {
    width: 77.612px;
    height: 77.612px;
  }

  .size-\[78\.285px\] {
    width: 78.285px;
    height: 78.285px;
  }

  .size-\[78\.516px\] {
    width: 78.516px;
    height: 78.516px;
  }

  .size-\[80\.166px\] {
    width: 80.166px;
    height: 80.166px;
  }

  .size-\[80\.348px\] {
    width: 80.348px;
    height: 80.348px;
  }

  .size-\[80\.383px\] {
    width: 80.383px;
    height: 80.383px;
  }

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

  .size-\[81\.17px\] {
    width: 81.17px;
    height: 81.17px;
  }

  .size-\[81\.251px\] {
    width: 81.251px;
    height: 81.251px;
  }

  .size-\[81\.337px\] {
    width: 81.337px;
    height: 81.337px;
  }

  .size-\[81\.414px\] {
    width: 81.414px;
    height: 81.414px;
  }

  .size-\[82\.633px\] {
    width: 82.633px;
    height: 82.633px;
  }

  .size-\[82\.782px\] {
    width: 82.782px;
    height: 82.782px;
  }

  .size-\[83\.095px\] {
    width: 83.095px;
    height: 83.095px;
  }

  .size-\[83\.097px\] {
    width: 83.097px;
    height: 83.097px;
  }

  .size-\[84\.399px\] {
    width: 84.399px;
    height: 84.399px;
  }

  .size-\[84\.536px\] {
    width: 84.536px;
    height: 84.536px;
  }

  .size-\[86\.09px\] {
    width: 86.09px;
    height: 86.09px;
  }

  .size-\[86\.318px\] {
    width: 86.318px;
    height: 86.318px;
  }

  .size-\[86\.609px\] {
    width: 86.609px;
    height: 86.609px;
  }

  .size-\[86\.793px\] {
    width: 86.793px;
    height: 86.793px;
  }

  .size-\[87\.02px\] {
    width: 87.02px;
    height: 87.02px;
  }

  .size-\[87\.803px\] {
    width: 87.803px;
    height: 87.803px;
  }

  .size-\[89\.339px\] {
    width: 89.339px;
    height: 89.339px;
  }

  .size-\[89\.859px\] {
    width: 89.859px;
    height: 89.859px;
  }

  .size-\[90\.516px\] {
    width: 90.516px;
    height: 90.516px;
  }

  .size-\[91\.05px\] {
    width: 91.05px;
    height: 91.05px;
  }

  .size-\[91\.479px\] {
    width: 91.479px;
    height: 91.479px;
  }

  .size-\[91\.516px\] {
    width: 91.516px;
    height: 91.516px;
  }

  .size-\[91\.877px\] {
    width: 91.877px;
    height: 91.877px;
  }

  .size-\[91\.962px\] {
    width: 91.962px;
    height: 91.962px;
  }

  .size-\[92\.98px\] {
    width: 92.98px;
    height: 92.98px;
  }

  .size-\[92\.341px\] {
    width: 92.341px;
    height: 92.341px;
  }

  .size-\[93\.263px\] {
    width: 93.263px;
    height: 93.263px;
  }

  .size-\[93\.344px\] {
    width: 93.344px;
    height: 93.344px;
  }

  .size-\[93\.418px\] {
    width: 93.418px;
    height: 93.418px;
  }

  .size-\[93\.831px\] {
    width: 93.831px;
    height: 93.831px;
  }

  .size-\[95\.461px\] {
    width: 95.461px;
    height: 95.461px;
  }

  .size-\[96\.675px\] {
    width: 96.675px;
    height: 96.675px;
  }

  .size-\[96\.937px\] {
    width: 96.937px;
    height: 96.937px;
  }

  .size-\[97\.444px\] {
    width: 97.444px;
    height: 97.444px;
  }

  .size-\[97\.471px\] {
    width: 97.471px;
    height: 97.471px;
  }

  .size-\[98\.825px\] {
    width: 98.825px;
    height: 98.825px;
  }

  .size-\[98\.871px\] {
    width: 98.871px;
    height: 98.871px;
  }

  .size-\[99\.497px\] {
    width: 99.497px;
    height: 99.497px;
  }

  .size-\[99\.892px\] {
    width: 99.892px;
    height: 99.892px;
  }

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

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

  .size-\[102\.736px\] {
    width: 102.736px;
    height: 102.736px;
  }

  .size-\[104\.077px\] {
    width: 104.077px;
    height: 104.077px;
  }

  .size-\[104\.898px\] {
    width: 104.898px;
    height: 104.898px;
  }

  .size-\[105\.253px\] {
    width: 105.253px;
    height: 105.253px;
  }

  .size-\[105\.348px\] {
    width: 105.348px;
    height: 105.348px;
  }

  .size-\[106\.484px\] {
    width: 106.484px;
    height: 106.484px;
  }

  .size-\[109\.961px\] {
    width: 109.961px;
    height: 109.961px;
  }

  .size-\[111\.424px\] {
    width: 111.424px;
    height: 111.424px;
  }

  .size-\[114\.646px\] {
    width: 114.646px;
    height: 114.646px;
  }

  .size-\[116\.393px\] {
    width: 116.393px;
    height: 116.393px;
  }

  .size-\[117\.502px\] {
    width: 117.502px;
    height: 117.502px;
  }

  .size-\[123\.717px\] {
    width: 123.717px;
    height: 123.717px;
  }

  .size-\[129\.078px\] {
    width: 129.078px;
    height: 129.078px;
  }

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

  .size-\[131\.425px\] {
    width: 131.425px;
    height: 131.425px;
  }

  .size-\[134\.122px\] {
    width: 134.122px;
    height: 134.122px;
  }

  .size-\[137\.286px\] {
    width: 137.286px;
    height: 137.286px;
  }

  .size-\[143\.023px\] {
    width: 143.023px;
    height: 143.023px;
  }

  .size-\[157\.156px\] {
    width: 157.156px;
    height: 157.156px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[7\.986px\] {
    height: 7.986px;
  }

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

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

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

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

  .h-\[15\.984px\] {
    height: 15.984px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[21\.594px\] {
    height: 21.594px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[35\.5px\] {
    height: 35.5px;
  }

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

  .h-\[37\.656px\] {
    height: 37.656px;
  }

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

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

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

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

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

  .h-\[47\.984px\] {
    height: 47.984px;
  }

  .h-\[47\.986px\] {
    height: 47.986px;
  }

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

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

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

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

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

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

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

  .h-\[61\.219px\] {
    height: 61.219px;
  }

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

  .h-\[63\.438px\] {
    height: 63.438px;
  }

  .h-\[63\.656px\] {
    height: 63.656px;
  }

  .h-\[64\.5px\] {
    height: 64.5px;
  }

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

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

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

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

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

  .h-\[77\.91px\] {
    height: 77.91px;
  }

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

  .h-\[77\.906px\] {
    height: 77.906px;
  }

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

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

  .h-\[81\.467px\] {
    height: 81.467px;
  }

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

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

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

  .h-\[85\.547px\] {
    height: 85.547px;
  }

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

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

  .h-\[91\.307px\] {
    height: 91.307px;
  }

  .h-\[91\.766px\] {
    height: 91.766px;
  }

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

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

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

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

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

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

  .h-\[102\.68\%\] {
    height: 102.68%;
  }

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

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

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

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

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

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

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

  .h-\[115\.188px\] {
    height: 115.188px;
  }

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

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

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

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

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

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

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

  .h-\[135\.734px\] {
    height: 135.734px;
  }

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

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

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

  .h-\[146\.5px\] {
    height: 146.5px;
  }

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

  .h-\[148\.5px\] {
    height: 148.5px;
  }

  .h-\[153\.23\%\] {
    height: 153.23%;
  }

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

  .h-\[155\.5px\] {
    height: 155.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[270\.953px\] {
    height: 270.953px;
  }

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

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

  .h-\[290\.719px\] {
    height: 290.719px;
  }

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

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

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

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

  .h-\[348\.976px\] {
    height: 348.976px;
  }

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

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

  .h-\[373\.572px\] {
    height: 373.572px;
  }

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

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

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

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

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

  .h-\[439\.172px\] {
    height: 439.172px;
  }

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

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

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

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

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

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

  .h-\[505\.609px\] {
    height: 505.609px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

  .max-h-full {
    max-height: 100%;
  }

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

  .min-h-\[860\.5px\] {
    min-height: 860.5px;
  }

  .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-10 {
    width: calc(var(--spacing) * 10);
  }

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

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

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

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

  .w-\[28\.016px\] {
    width: 28.016px;
  }

  .w-\[28\.031px\] {
    width: 28.031px;
  }

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

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

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

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

  .w-\[42\.813px\] {
    width: 42.813px;
  }

  .w-\[43\.673px\] {
    width: 43.673px;
  }

  .w-\[45\.141px\] {
    width: 45.141px;
  }

  .w-\[45\.776px\] {
    width: 45.776px;
  }

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

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

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

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

  .w-\[49\.047px\] {
    width: 49.047px;
  }

  .w-\[49\.055px\] {
    width: 49.055px;
  }

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

  .w-\[49\.547px\] {
    width: 49.547px;
  }

  .w-\[50\.813px\] {
    width: 50.813px;
  }

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

  .w-\[57\.535px\] {
    width: 57.535px;
  }

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

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

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

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

  .w-\[64\.828px\] {
    width: 64.828px;
  }

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

  .w-\[67\.055px\] {
    width: 67.055px;
  }

  .w-\[67\.406px\] {
    width: 67.406px;
  }

  .w-\[68\.055px\] {
    width: 68.055px;
  }

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

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

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

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

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

  .w-\[76\.313px\] {
    width: 76.313px;
  }

  .w-\[77\.047px\] {
    width: 77.047px;
  }

  .w-\[77\.301px\] {
    width: 77.301px;
  }

  .w-\[79\.625px\] {
    width: 79.625px;
  }

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

  .w-\[81\.466px\] {
    width: 81.466px;
  }

  .w-\[81\.531px\] {
    width: 81.531px;
  }

  .w-\[84\.828px\] {
    width: 84.828px;
  }

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

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

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

  .w-\[91\.308px\] {
    width: 91.308px;
  }

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

  .w-\[97\.188px\] {
    width: 97.188px;
  }

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

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

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

  .w-\[101\.188px\] {
    width: 101.188px;
  }

  .w-\[104\.25px\] {
    width: 104.25px;
  }

  .w-\[107\.045px\] {
    width: 107.045px;
  }

  .w-\[107\.172px\] {
    width: 107.172px;
  }

  .w-\[107\.266px\] {
    width: 107.266px;
  }

  .w-\[107\.406px\] {
    width: 107.406px;
  }

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

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

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

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

  .w-\[111\.53px\] {
    width: 111.53px;
  }

  .w-\[111\.516px\] {
    width: 111.516px;
  }

  .w-\[111\.528px\] {
    width: 111.528px;
  }

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

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

  .w-\[117\.031px\] {
    width: 117.031px;
  }

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

  .w-\[119\.938px\] {
    width: 119.938px;
  }

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

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

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

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

  .w-\[123\.719px\] {
    width: 123.719px;
  }

  .w-\[126\.688px\] {
    width: 126.688px;
  }

  .w-\[127\.25px\] {
    width: 127.25px;
  }

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

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

  .w-\[133\.953px\] {
    width: 133.953px;
  }

  .w-\[134\.859px\] {
    width: 134.859px;
  }

  .w-\[135\.219px\] {
    width: 135.219px;
  }

  .w-\[135\.828px\] {
    width: 135.828px;
  }

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

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

  .w-\[143\.297px\] {
    width: 143.297px;
  }

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

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

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

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

  .w-\[149\.703px\] {
    width: 149.703px;
  }

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

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

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

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

  .w-\[184\.992px\] {
    width: 184.992px;
  }

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

  .w-\[186\.406px\] {
    width: 186.406px;
  }

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

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

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

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

  .w-\[193\.172px\] {
    width: 193.172px;
  }

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

  .w-\[195\.25px\] {
    width: 195.25px;
  }

  .w-\[201\.953px\] {
    width: 201.953px;
  }

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

  .w-\[206\.438px\] {
    width: 206.438px;
  }

  .w-\[207\.609px\] {
    width: 207.609px;
  }

  .w-\[207\.641px\] {
    width: 207.641px;
  }

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

  .w-\[209\.328px\] {
    width: 209.328px;
  }

  .w-\[211\.594px\] {
    width: 211.594px;
  }

  .w-\[216\.406px\] {
    width: 216.406px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[270\.438px\] {
    width: 270.438px;
  }

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

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

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

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

  .w-\[279\.016px\] {
    width: 279.016px;
  }

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

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

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

  .w-\[297\.445px\] {
    width: 297.445px;
  }

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

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

  .w-\[309\.078px\] {
    width: 309.078px;
  }

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

  .w-\[326\.729px\] {
    width: 326.729px;
  }

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

  .w-\[335\.31px\] {
    width: 335.31px;
  }

  .w-\[335\.188px\] {
    width: 335.188px;
  }

  .w-\[335\.297px\] {
    width: 335.297px;
  }

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

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

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

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

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

  .w-\[353\.547px\] {
    width: 353.547px;
  }

  .w-\[353\.554px\] {
    width: 353.554px;
  }

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

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

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

  .w-\[355\.766px\] {
    width: 355.766px;
  }

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

  .w-\[371\.625px\] {
    width: 371.625px;
  }

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

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

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

  .w-\[408\.892px\] {
    width: 408.892px;
  }

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

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

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

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

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

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

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

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

  .w-\[491\.131px\] {
    width: 491.131px;
  }

  .w-\[503\.984px\] {
    width: 503.984px;
  }

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

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

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

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

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

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

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

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

  .w-\[533\.266px\] {
    width: 533.266px;
  }

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

  .w-\[536\.531px\] {
    width: 536.531px;
  }

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

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

  .w-\[616\.531px\] {
    width: 616.531px;
  }

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

  .w-\[635\.016px\] {
    width: 635.016px;
  }

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

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

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

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

  .w-\[727\.625px\] {
    width: 727.625px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .rotate-\[1\.077deg\] {
    rotate: 1.077deg;
  }

  .rotate-\[31\.404deg\] {
    rotate: 31.404deg;
  }

  .rotate-\[38\.534deg\] {
    rotate: 38.534deg;
  }

  .rotate-\[47\.719deg\] {
    rotate: 47.719deg;
  }

  .rotate-\[48\.292deg\] {
    rotate: 48.292deg;
  }

  .rotate-\[58\.281deg\] {
    rotate: 58.281deg;
  }

  .rotate-\[80\.759deg\] {
    rotate: 80.759deg;
  }

  .rotate-\[81\.282deg\] {
    rotate: 81.282deg;
  }

  .rotate-\[94\.818deg\] {
    rotate: 94.818deg;
  }

  .rotate-\[98\.712deg\] {
    rotate: 98.712deg;
  }

  .rotate-\[107\.699deg\] {
    rotate: 107.699deg;
  }

  .rotate-\[115\.754deg\] {
    rotate: 115.754deg;
  }

  .rotate-\[129\.315deg\] {
    rotate: 129.315deg;
  }

  .rotate-\[137\.886deg\] {
    rotate: 137.886deg;
  }

  .rotate-\[143\.84deg\] {
    rotate: 143.84deg;
  }

  .rotate-\[145\.068deg\] {
    rotate: 145.068deg;
  }

  .rotate-\[149\.29deg\] {
    rotate: 149.29deg;
  }

  .rotate-\[150\.83deg\] {
    rotate: 150.83deg;
  }

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

  .rotate-\[161\.697deg\] {
    rotate: 161.697deg;
  }

  .rotate-\[164\.142deg\] {
    rotate: 164.142deg;
  }

  .rotate-\[166\.365deg\] {
    rotate: 166.365deg;
  }

  .rotate-\[167\.755deg\] {
    rotate: 167.755deg;
  }

  .rotate-\[171\.903deg\] {
    rotate: 171.903deg;
  }

  .rotate-\[173\.247deg\] {
    rotate: 173.247deg;
  }

  .rotate-\[173\.505deg\] {
    rotate: 173.505deg;
  }

  .rotate-\[176\.136deg\] {
    rotate: 176.136deg;
  }

  .rotate-\[177\.228deg\] {
    rotate: 177.228deg;
  }

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

  .rotate-\[183\.113deg\] {
    rotate: 183.113deg;
  }

  .rotate-\[185\.652deg\] {
    rotate: 185.652deg;
  }

  .rotate-\[186\.053deg\] {
    rotate: 186.053deg;
  }

  .rotate-\[187\.342deg\] {
    rotate: 187.342deg;
  }

  .rotate-\[195\.384deg\] {
    rotate: 195.384deg;
  }

  .rotate-\[200\.547deg\] {
    rotate: 200.547deg;
  }

  .rotate-\[214\.864deg\] {
    rotate: 214.864deg;
  }

  .rotate-\[218\.321deg\] {
    rotate: 218.321deg;
  }

  .rotate-\[218\.696deg\] {
    rotate: 218.696deg;
  }

  .rotate-\[220\.808deg\] {
    rotate: 220.808deg;
  }

  .rotate-\[223\.145deg\] {
    rotate: 223.145deg;
  }

  .rotate-\[224\.091deg\] {
    rotate: 224.091deg;
  }

  .rotate-\[235\.551deg\] {
    rotate: 235.551deg;
  }

  .rotate-\[250\.023deg\] {
    rotate: 250.023deg;
  }

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

  .rotate-\[271\.939deg\] {
    rotate: 271.939deg;
  }

  .rotate-\[298\.87deg\] {
    rotate: 298.87deg;
  }

  .rotate-\[304\.556deg\] {
    rotate: 304.556deg;
  }

  .rotate-\[309\.839deg\] {
    rotate: 309.839deg;
  }

  .rotate-\[324\.654deg\] {
    rotate: 324.654deg;
  }

  .rotate-\[341\.027deg\] {
    rotate: 341.027deg;
  }

  .rotate-\[354\.431deg\] {
    rotate: 354.431deg;
  }

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

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

  .animate-in {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(4\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[7\.986px\] {
    gap: 7.986px;
  }

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

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

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

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

  .gap-\[11\.997px\] {
    gap: 11.997px;
  }

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

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

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

  .gap-\[15\.984px\] {
    gap: 15.984px;
  }

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

  .gap-\[17\.75px\] {
    gap: 17.75px;
  }

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

  .gap-\[18\.828px\] {
    gap: 18.828px;
  }

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

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

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

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

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

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

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

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

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

  .gap-\[31\.997px\] {
    gap: 31.997px;
  }

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

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

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

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

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

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

  .gap-\[41\.406px\] {
    gap: 41.406px;
  }

  .gap-\[41\.421px\] {
    gap: 41.421px;
  }

  .gap-\[45\.609px\] {
    gap: 45.609px;
  }

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

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

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

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

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

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

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

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

  :where(.space-y-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-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[16px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(16px * var(--tw-space-y-reverse));
    margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[20px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(20px * var(--tw-space-y-reverse));
    margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[24px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(24px * var(--tw-space-y-reverse));
    margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[30px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(30px * var(--tw-space-y-reverse));
    margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-end {
    align-self: flex-end;
  }

  .self-start {
    align-self: flex-start;
  }

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

  .rounded-\[3\.35544e\+07px\] {
    border-radius: 33554400px;
  }

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

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

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

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

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

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

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

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

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

  .rounded-\[25\.075px\] {
    border-radius: 25.075px;
  }

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

  .rounded-\[39\.448px\] {
    border-radius: 39.448px;
  }

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

  .rounded-\[41\.855px\] {
    border-radius: 41.855px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

  .border-\[rgba\(0\,0\,0\,0\.2\)\] {
    border-color: #0003;
  }

  .border-\[rgba\(0\,0\,0\,0\.5\)\] {
    border-color: #00000080;
  }

  .border-\[rgba\(0\,0\,0\,0\.08\)\] {
    border-color: #00000014;
  }

  .border-\[rgba\(0\,0\,0\,0\.12\)\] {
    border-color: #0000001f;
  }

  .border-\[rgba\(27\,45\,95\,0\.1\)\] {
    border-color: #1b2d5f1a;
  }

  .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: #ffffff1a;
  }

  .border-\[rgba\(255\,255\,255\,0\.25\)\] {
    border-color: #ffffff40;
  }

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

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

  .bg-\[\#1B2D5F\], .bg-\[\#1b2d5f\] {
    background-color: #1b2d5f;
  }

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

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

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

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

  .bg-\[\#f7f9ff\] {
    background-color: #f7f9ff;
  }

  .bg-\[\#f59321\] {
    background-color: #f59321;
  }

  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }

  .bg-\[\#fafafc\] {
    background-color: #fafafc;
  }

  .bg-\[\#fcfdff\] {
    background-color: #fcfdff;
  }

  .bg-\[rgba\(0\,0\,0\,0\.05\)\] {
    background-color: #0000000d;
  }

  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: #00000080;
  }

  .bg-\[rgba\(0\,0\,0\,0\.7\)\] {
    background-color: #000000b3;
  }

  .bg-\[rgba\(13\,13\,13\,0\.79\)\] {
    background-color: #0d0d0dc9;
  }

  .bg-\[rgba\(228\,228\,228\,0\.2\)\] {
    background-color: #e4e4e433;
  }

  .bg-\[rgba\(243\,243\,245\,0\.64\)\] {
    background-color: #f3f3f5a3;
  }

  .bg-\[rgba\(255\,237\,212\,0\.49\)\] {
    background-color: #ffedd47d;
  }

  .bg-\[rgba\(255\,255\,255\,0\)\] {
    background-color: #fff0;
  }

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

  .bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    background-color: #fff3;
  }

  .bg-\[rgba\(255\,255\,255\,0\.5\)\] {
    background-color: #ffffff80;
  }

  .bg-\[rgba\(255\,255\,255\,0\.7\)\] {
    background-color: #ffffffb3;
  }

  .bg-\[rgba\(255\,255\,255\,0\.36\)\] {
    background-color: #ffffff5c;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .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-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#1B2D5F\] {
    --tw-gradient-from: #1b2d5f;
    --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-\[\#f59321\] {
    --tw-gradient-from: #f59321;
    --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-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: #0000;
    --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-\[18\.55\%\] {
    --tw-gradient-from-position: 18.55%;
  }

  .via-\[\#1b2d5f\] {
    --tw-gradient-via: #1b2d5f;
    --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-\[\#2a4080\] {
    --tw-gradient-via: #2a4080;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .to-\[\#1B2D5F\], .to-\[\#1b2d5f\] {
    --tw-gradient-to: #1b2d5f;
    --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-\[\#002b67\] {
    --tw-gradient-to: #002b67;
    --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-\[91\.82\%\] {
    --tw-gradient-to-position: 91.82%;
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[15\.984px_15\.984px\] {
    mask-size: 15.984px 15.984px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-1\.332px_-1\.336px\] {
    mask-position: -1.332px -1.336px;
  }

  .mask-position-\[-1\.332px_-2\.664px\] {
    mask-position: -1.332px -2.664px;
  }

  .mask-position-\[-1\.332px_-4\.664px\] {
    mask-position: -1.332px -4.664px;
  }

  .mask-position-\[-2\.664px_-1\.336px\] {
    mask-position: -2.664px -1.336px;
  }

  .mask-position-\[-5\.992px_-4\.664px\] {
    mask-position: -5.992px -4.664px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-\[9\.862px\] {
    padding: 9.862px;
  }

  .p-\[10px\] {
    padding: 10px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[14px\] {
    padding: 14px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[25px\] {
    padding: 25px;
  }

  .p-\[30px\] {
    padding: 30px;
  }

  .p-\[40px\] {
    padding: 40px;
  }

  .p-\[56\.558px\] {
    padding: 56.558px;
  }

  .p-\[78px\] {
    padding: 78px;
  }

  .p-\[79px\] {
    padding: 79px;
  }

  .p-px {
    padding: 1px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[22px\] {
    padding-inline: 22px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[30px\] {
    padding-inline: 30px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .px-\[45px\] {
    padding-inline: 45px;
  }

  .px-\[60px\] {
    padding-inline: 60px;
  }

  .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-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[17px\] {
    padding-block: 17px;
  }

  .py-\[47\.986px\] {
    padding-block: 47.986px;
  }

  .py-px {
    padding-block: 1px;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .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-32 {
    padding-top: calc(var(--spacing) * 32);
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pt-\[28px\] {
    padding-top: 28px;
  }

  .pt-\[32px\] {
    padding-top: 32px;
  }

  .pt-\[33\.107px\] {
    padding-top: 33.107px;
  }

  .pt-\[38px\] {
    padding-top: 38px;
  }

  .pt-\[40px\] {
    padding-top: 40px;
  }

  .pt-\[45px\] {
    padding-top: 45px;
  }

  .pt-\[50px\] {
    padding-top: 50px;
  }

  .pt-\[60px\] {
    padding-top: 60px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

  .pt-\[104px\] {
    padding-top: 104px;
  }

  .pt-px {
    padding-top: 1px;
  }

  .pr-\[-0\.016px\] {
    padding-right: -.016px;
  }

  .pr-\[-1003px\] {
    padding-right: -1003px;
  }

  .pr-\[-1669px\] {
    padding-right: -1669px;
  }

  .pr-\[0\.016px\] {
    padding-right: .016px;
  }

  .pr-\[30\.016px\] {
    padding-right: 30.016px;
  }

  .pr-\[31px\] {
    padding-right: 31px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-\[2px\] {
    padding-bottom: 2px;
  }

  .pb-\[5px\] {
    padding-bottom: 5px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[50px\] {
    padding-bottom: 50px;
  }

  .pb-\[80px\] {
    padding-bottom: 80px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-\[30px\] {
    padding-left: 30px;
  }

  .pl-\[39px\] {
    padding-left: 39px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-\[\'Arimo\'\,sans-serif\] {
    font-family: Arimo, sans-serif;
  }

  .font-\[\'Arimo\:Bold\'\,sans-serif\] {
    font-family: Arimo\:Bold, sans-serif;
  }

  .font-\[\'Arimo\:Regular\'\,sans-serif\] {
    font-family: Arimo\:Regular, sans-serif;
  }

  .font-\[\'Inter\'\,sans-serif\] {
    font-family: Inter, sans-serif;
  }

  .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-\[\'Sora\'\,sans-serif\] {
    font-family: Sora, sans-serif;
  }

  .font-\[\'Sora\:Bold\'\,sans-serif\] {
    font-family: Sora\:Bold, sans-serif;
  }

  .font-\[\'Sora\:Light\'\,sans-serif\] {
    font-family: Sora\:Light, sans-serif;
  }

  .font-\[\'Sora\:Regular\'\,sans-serif\] {
    font-family: Sora\:Regular, sans-serif;
  }

  .font-\[\'Sora\:SemiBold\'\,sans-serif\] {
    font-family: Sora\:SemiBold, sans-serif;
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.552px\] {
    font-size: 17.552px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20\.399px\] {
    font-size: 20.399px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[21\.22px\] {
    font-size: 21.22px;
  }

  .text-\[21\.587px\] {
    font-size: 21.587px;
  }

  .text-\[21px\] {
    font-size: 21px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[23\.669px\] {
    font-size: 23.669px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[25\.113px\] {
    font-size: 25.113px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[27\.065px\] {
    font-size: 27.065px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[38px\] {
    font-size: 38px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[42\.295px\] {
    font-size: 42.295px;
  }

  .text-\[42px\] {
    font-size: 42px;
  }

  .text-\[43px\] {
    font-size: 43px;
  }

  .text-\[47px\] {
    font-size: 47px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[50\.929px\] {
    font-size: 50.929px;
  }

  .text-\[53\.215px\] {
    font-size: 53.215px;
  }

  .text-\[57px\] {
    font-size: 57px;
  }

  .text-\[58px\] {
    font-size: 58px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[70px\] {
    font-size: 70px;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .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-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21\.6px\] {
    --tw-leading: 21.6px;
    line-height: 21.6px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[22\.75px\] {
    --tw-leading: 22.75px;
    line-height: 22.75px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[26\.328px\] {
    --tw-leading: 26.328px;
    line-height: 26.328px;
  }

  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[30\.598px\] {
    --tw-leading: 30.598px;
    line-height: 30.598px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[31\.5px\] {
    --tw-leading: 31.5px;
    line-height: 31.5px;
  }

  .leading-\[31\.83px\] {
    --tw-leading: 31.83px;
    line-height: 31.83px;
  }

  .leading-\[32\.381px\] {
    --tw-leading: 32.381px;
    line-height: 32.381px;
  }

  .leading-\[32\.478px\] {
    --tw-leading: 32.478px;
    line-height: 32.478px;
  }

  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }

  .leading-\[35\.504px\] {
    --tw-leading: 35.504px;
    line-height: 35.504px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[37\.669px\] {
    --tw-leading: 37.669px;
    line-height: 37.669px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-\[57\.6px\] {
    --tw-leading: 57.6px;
    line-height: 57.6px;
  }

  .leading-\[57px\] {
    --tw-leading: 57px;
    line-height: 57px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .leading-\[61\.115px\] {
    --tw-leading: 61.115px;
    line-height: 61.115px;
  }

  .leading-\[63\.443px\] {
    --tw-leading: 63.443px;
    line-height: 63.443px;
  }

  .leading-\[63px\] {
    --tw-leading: 63px;
    line-height: 63px;
  }

  .leading-\[64\.5px\] {
    --tw-leading: 64.5px;
    line-height: 64.5px;
  }

  .leading-\[66\.519px\] {
    --tw-leading: 66.519px;
    line-height: 66.519px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .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);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#1b2d5f\] {
    color: #1b2d5f;
  }

  .text-\[\#2534b8\] {
    color: #2534b8;
  }

  .text-\[\#353536\] {
    color: #353536;
  }

  .text-\[\#616161\] {
    color: #616161;
  }

  .text-\[\#f2f9fc\] {
    color: #f2f9fc;
  }

  .text-\[\#f59321\] {
    color: #f59321;
  }

  .text-\[rgba\(0\,0\,0\,0\.7\)\] {
    color: #000000b3;
  }

  .text-\[rgba\(0\,0\,0\,0\.73\)\] {
    color: #000000ba;
  }

  .text-\[rgba\(0\,0\,0\,0\.77\)\] {
    color: #000000c4;
  }

  .text-\[rgba\(0\,0\,0\,0\.84\)\] {
    color: #000000d6;
  }

  .text-\[rgba\(0\,0\,0\,0\.85\)\] {
    color: #000000d9;
  }

  .text-\[rgba\(0\,0\,0\,0\.86\)\] {
    color: #000000db;
  }

  .text-\[rgba\(27\,31\,38\,0\.72\)\] {
    color: #1b1f26b8;
  }

  .text-\[rgba\(53\,53\,54\,0\.7\)\] {
    color: #353536b3;
  }

  .text-\[rgba\(159\,45\,0\,0\.92\)\] {
    color: #9f2d00eb;
  }

  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: #fff9;
  }

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .shadow-\[0px_3\.945px_3\.945px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 3.945px 3.945px 0px var(--tw-shadow-color, #00000026);
    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\.15\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000026);
    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\.16\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000029);
    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_16px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 4px 16px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_25px_50px_-12px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:1_\/_2\] {
    grid-area: 1 / 2;
  }

  .\[grid-area\:1_\/_3\] {
    grid-area: 1 / 3;
  }

  .\[grid-area\:1_\/_4\] {
    grid-area: 1 / 4;
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .zoom-in-95 {
    --tw-enter-scale: .95;
  }

  .placeholder\:text-\[\#9ca3af\]::placeholder {
    color: #9ca3af;
  }

  .placeholder\:text-\[\#717182\]::placeholder {
    color: #717182;
  }

  .placeholder\:text-\[rgba\(0\,0\,0\,0\.15\)\]::placeholder {
    color: #00000026;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#1b2d5f\]:hover {
      border-color: #1b2d5f;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2a3d6f\]:hover {
      background-color: #2a3d6f;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2a3d70\]:hover {
      background-color: #2a3d70;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(0\,0\,0\,0\.1\)\]:hover {
      background-color: #0000001a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,255\,255\,0\.2\)\]:hover {
      background-color: #fff3;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#1b2d5f\]:hover {
      color: #1b2d5f;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2a3d70\]:hover {
      color: #2a3d70;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2534b8\]:hover {
      color: #2534b8;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[rgba\(255\,255\,255\,0\.8\)\]:hover {
      color: #fffc;
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_6px_20px_rgba\(0\,0\,0\,0\.12\)\]:hover {
      --tw-shadow: 0px 6px 20px var(--tw-shadow-color, #0000001f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#1b2d5f\]:focus {
    --tw-ring-color: #1b2d5f;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[264px\] {
      width: 264px;
      height: 264px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[180px\] {
      height: 180px;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-center {
      justify-content: center;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[140px\] {
      gap: 140px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[65px_78px\] {
      padding: 65px 78px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[31\.997px\] {
      padding-inline: 31.997px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[374px\] {
      padding-inline: 374px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[50px\] {
      padding-block: 50px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[64px\] {
      font-size: 64px;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-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-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
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
