/*! 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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

@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-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4, :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 {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.09\%_-4\.26\%_-6\%_-4\.26\%\] {
    inset: -.09% -4.26% -6%;
  }

  .inset-\[-0\.12\%_-0\.07\%_-0\.14\%_-0\.07\%\] {
    inset: -.12% -.07% -.14%;
  }

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

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

  .inset-\[-1\.06\%_-0\.68\%\] {
    inset: -1.06% -.68%;
  }

  .inset-\[-5\.4\%_-5\.16\%_-19\.79\%_-5\.12\%\] {
    inset: -5.4% -5.16% -19.79% -5.12%;
  }

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

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

  .inset-\[0_-0\.99\%_-47\.06\%_-0\.99\%\] {
    inset: 0 -.99% -47.06%;
  }

  .inset-\[0_-1\.14px\] {
    inset: 0 -1.14px;
  }

  .inset-\[0_-1\.83\%_-11\.11\%_-1\.83\%\] {
    inset: 0 -1.83% -11.11%;
  }

  .inset-\[0_-1\.87\%_-5\.26\%_-1\.87\%\] {
    inset: 0 -1.87% -5.26%;
  }

  .inset-\[0_-2\.38\%_-4\.88\%_-2\.38\%\] {
    inset: 0 -2.38% -4.88%;
  }

  .inset-\[0_-2\.44\%_-5\.69\%_-2\.44\%\] {
    inset: 0 -2.44% -5.69%;
  }

  .inset-\[0_-2\.77\%_-3\.62\%_-2\.77\%\] {
    inset: 0 -2.77% -3.62%;
  }

  .inset-\[0_-2\.78\%_-5\.55\%_-2\.78\%\] {
    inset: 0 -2.78% -5.55%;
  }

  .inset-\[0_-3\.3\%_-7\.25\%_-3\.3\%\] {
    inset: 0 -3.3% -7.25%;
  }

  .inset-\[0_-3\.7\%_-11\.11\%_-3\.7\%\] {
    inset: 0 -3.7% -11.11%;
  }

  .inset-\[0_-3\.48\%_-5\.3\%_-3\.48\%\] {
    inset: 0 -3.48% -5.3%;
  }

  .inset-\[0_-3\.82\%_-9\.9\%_-3\.82\%\] {
    inset: 0 -3.82% -9.9%;
  }

  .inset-\[0_-3\.96\%_-4\.74\%_-3\.96\%\] {
    inset: 0 -3.96% -4.74%;
  }

  .inset-\[0_-4\.09\%_-9\.75\%_-4\.09\%\] {
    inset: 0 -4.09% -9.75%;
  }

  .inset-\[0_-4\.31\%_-6\.92\%_-4\.31\%\] {
    inset: 0 -4.31% -6.92%;
  }

  .inset-\[0_-5\.2\%_-19\.22\%_-5\.2\%\] {
    inset: 0 -5.2% -19.22%;
  }

  .inset-\[0_-5\.06\%_-13\.96\%_-5\.06\%\] {
    inset: 0 -5.06% -13.96%;
  }

  .inset-\[0_-5\.17\%_-26\.68\%_-5\.17\%\] {
    inset: 0 -5.17% -26.68%;
  }

  .inset-\[0_-5\.64\%_-15\.32\%_-4\.35\%\] {
    inset: 0 -5.64% -15.32% -4.35%;
  }

  .inset-\[0_-6\.12\%_-14\.89\%_-6\.12\%\] {
    inset: 0 -6.12% -14.89%;
  }

  .inset-\[0_-6\.85\%_-12\.67\%_-6\.85\%\] {
    inset: 0 -6.85% -12.67%;
  }

  .inset-\[0_-9\.75\%_-3\.93\%_-9\.75\%\] {
    inset: 0 -9.75% -3.93%;
  }

  .inset-\[0_-12\.67\%_-28\.16\%_-12\.67\%\] {
    inset: 0 -12.67% -28.16%;
  }

  .inset-\[0_-16\.9\%_-3\.87\%_-16\.9\%\] {
    inset: 0 -16.9% -3.87%;
  }

  .inset-\[0_0_-2\.44\%_-1\.6\%\] {
    inset: 0 0 -2.44% -1.6%;
  }

  .inset-\[0_0_-3\.08\%_-2\.61\%\] {
    inset: 0 0 -3.08% -2.61%;
  }

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

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

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

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

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

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

  .top-\[70\.66px\] {
    top: 70.66px;
  }

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

  .top-\[81\.09px\] {
    top: 81.09px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[192\.02px\] {
    top: 192.02px;
  }

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

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

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

  .top-\[206\.26px\] {
    top: 206.26px;
  }

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

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

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

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

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

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

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

  .top-\[232\.53px\] {
    top: 232.53px;
  }

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

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

  .top-\[242\.39px\] {
    top: 242.39px;
  }

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

  .top-\[250\.73px\] {
    top: 250.73px;
  }

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

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

  .top-\[254\.43px\] {
    top: 254.43px;
  }

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

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

  .top-\[274\.54px\] {
    top: 274.54px;
  }

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

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

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

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

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

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

  .top-\[287\.28px\] {
    top: 287.28px;
  }

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

  .top-\[288\.53px\] {
    top: 288.53px;
  }

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

  .top-\[297\.04px\] {
    top: 297.04px;
  }

  .top-\[299\.82px\] {
    top: 299.82px;
  }

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

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

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

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

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

  .top-\[317\.25px\] {
    top: 317.25px;
  }

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

  .top-\[319\.02px\] {
    top: 319.02px;
  }

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

  .top-\[321\.51px\] {
    top: 321.51px;
  }

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

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

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

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

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

  .top-\[353\.42px\] {
    top: 353.42px;
  }

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

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

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

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

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

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

  .top-\[376\.28px\] {
    top: 376.28px;
  }

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

  .top-\[377\.23px\] {
    top: 377.23px;
  }

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

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

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

  .top-\[383\.82px\] {
    top: 383.82px;
  }

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

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

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

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

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

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

  .top-\[403\.59px\] {
    top: 403.59px;
  }

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

  .top-\[406\.03px\] {
    top: 406.03px;
  }

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

  .top-\[408\.53px\] {
    top: 408.53px;
  }

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

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

  .top-\[421\.02px\] {
    top: 421.02px;
  }

  .top-\[433\.75px\] {
    top: 433.75px;
  }

  .top-\[435\.93px\] {
    top: 435.93px;
  }

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

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

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

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

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

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

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

  .top-\[463\.52px\] {
    top: 463.52px;
  }

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

  .top-\[466\.73px\] {
    top: 466.73px;
  }

  .top-\[467\.63px\] {
    top: 467.63px;
  }

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

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

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

  .top-\[476\.23px\] {
    top: 476.23px;
  }

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

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

  .top-\[479\.23px\] {
    top: 479.23px;
  }

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

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

  .top-\[496\.39px\] {
    top: 496.39px;
  }

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

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

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

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

  .top-\[512\.74px\] {
    top: 512.74px;
  }

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

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

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

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

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

  .top-\[529\.28px\] {
    top: 529.28px;
  }

  .top-\[531\.63px\] {
    top: 531.63px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[624\.41px\] {
    top: 624.41px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[-7\.52px\] {
    left: -7.52px;
  }

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

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

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

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

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

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

  .left-\[-11\.56px\] {
    left: -11.56px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[-49\.52px\] {
    left: -49.52px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[61\.89px\] {
    left: 61.89px;
  }

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

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

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

  .left-\[63\.61px\] {
    left: 63.61px;
  }

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

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

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

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

  .left-\[86\.6px\] {
    left: 86.6px;
  }

  .left-\[87\.98px\] {
    left: 87.98px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[120\.75px\] {
    left: 120.75px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[138\.81px\] {
    left: 138.81px;
  }

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

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

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

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

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

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

  .left-\[152\.59px\] {
    left: 152.59px;
  }

  .left-\[164\.87px\] {
    left: 164.87px;
  }

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

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

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

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

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

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

  .left-\[180\.04px\] {
    left: 180.04px;
  }

  .left-\[184\.66px\] {
    left: 184.66px;
  }

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

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

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

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

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

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

  .left-\[206\.89px\] {
    left: 206.89px;
  }

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

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

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

  .left-\[221\.72px\] {
    left: 221.72px;
  }

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

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

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

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

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

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

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

  .left-\[251\.75px\] {
    left: 251.75px;
  }

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

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

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

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

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

  .left-\[290\.35px\] {
    left: 290.35px;
  }

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

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

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

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

  .left-\[317\.21px\] {
    left: 317.21px;
  }

  .left-\[318\.53px\] {
    left: 318.53px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .mt-\[6\.68px\] {
    margin-top: 6.68px;
  }

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

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

  .ml-\[5\.8px\] {
    margin-left: 5.8px;
  }

  .ml-\[5\.62px\] {
    margin-left: 5.62px;
  }

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

  .ml-\[6\.99px\] {
    margin-left: 6.99px;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

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

  .size-\[33\.127px\] {
    width: 33.127px;
    height: 33.127px;
  }

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

  .size-\[46\.578px\] {
    width: 46.578px;
    height: 46.578px;
  }

  .size-\[46\.758px\] {
    width: 46.758px;
    height: 46.758px;
  }

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

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

  .size-\[81\.599px\] {
    width: 81.599px;
    height: 81.599px;
  }

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

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

  .h-\[3\.242px\] {
    height: 3.242px;
  }

  .h-\[5\.558px\] {
    height: 5.558px;
  }

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

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

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

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

  .h-\[17\.501px\] {
    height: 17.501px;
  }

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

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

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

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

  .h-\[19\.189px\] {
    height: 19.189px;
  }

  .h-\[19\.706px\] {
    height: 19.706px;
  }

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

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

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

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

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

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

  .h-\[25\.474px\] {
    height: 25.474px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[37\.112px\] {
    height: 37.112px;
  }

  .h-\[37\.979px\] {
    height: 37.979px;
  }

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

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

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

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

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

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

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

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

  .h-\[41\.043px\] {
    height: 41.043px;
  }

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

  .h-\[43\.7px\] {
    height: 43.7px;
  }

  .h-\[43\.537px\] {
    height: 43.537px;
  }

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

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

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

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

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

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

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

  .h-\[51\.096px\] {
    height: 51.096px;
  }

  .h-\[51\.816px\] {
    height: 51.816px;
  }

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

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

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

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

  .h-\[53\.263px\] {
    height: 53.263px;
  }

  .h-\[53\.726px\] {
    height: 53.726px;
  }

  .h-\[53\.731px\] {
    height: 53.731px;
  }

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

  .h-\[55\.579px\] {
    height: 55.579px;
  }

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

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

  .h-\[63\.154px\] {
    height: 63.154px;
  }

  .h-\[63\.196px\] {
    height: 63.196px;
  }

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

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

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

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

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

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

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

  .h-\[70\.938px\] {
    height: 70.938px;
  }

  .h-\[70\.941px\] {
    height: 70.941px;
  }

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

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

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

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

  .h-\[77\.253px\] {
    height: 77.253px;
  }

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

  .h-\[79\.345px\] {
    height: 79.345px;
  }

  .h-\[79\.463px\] {
    height: 79.463px;
  }

  .h-\[79\.509px\] {
    height: 79.509px;
  }

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

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

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

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

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

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

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

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

  .h-\[89\.126px\] {
    height: 89.126px;
  }

  .h-\[89\.375px\] {
    height: 89.375px;
  }

  .h-\[91\.463px\] {
    height: 91.463px;
  }

  .h-\[93\.571px\] {
    height: 93.571px;
  }

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

  .h-\[96\.344px\] {
    height: 96.344px;
  }

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

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

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

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

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

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

  .h-\[102\.358px\] {
    height: 102.358px;
  }

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

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

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

  .h-\[105\.196px\] {
    height: 105.196px;
  }

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

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

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

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

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

  .h-\[108\.343px\] {
    height: 108.343px;
  }

  .h-\[109\.284px\] {
    height: 109.284px;
  }

  .h-\[113\.053px\] {
    height: 113.053px;
  }

  .h-\[115\.557px\] {
    height: 115.557px;
  }

  .h-\[117\.96px\] {
    height: 117.96px;
  }

  .h-\[122\.238px\] {
    height: 122.238px;
  }

  .h-\[122\.246px\] {
    height: 122.246px;
  }

  .h-\[122\.505px\] {
    height: 122.505px;
  }

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

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

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

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

  .h-\[131\.057px\] {
    height: 131.057px;
  }

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

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

  .h-\[136\.717px\] {
    height: 136.717px;
  }

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

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

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

  .h-\[142\.442px\] {
    height: 142.442px;
  }

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

  .h-\[149\.795px\] {
    height: 149.795px;
  }

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

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

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

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

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

  .h-\[162\.5px\] {
    height: 162.5px;
  }

  .h-\[162\.239px\] {
    height: 162.239px;
  }

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

  .h-\[163\.548px\] {
    height: 163.548px;
  }

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

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

  .h-\[208\.205px\] {
    height: 208.205px;
  }

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

  .h-\[231\.612px\] {
    height: 231.612px;
  }

  .h-\[239\.234px\] {
    height: 239.234px;
  }

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

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

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

  .h-\[277\.635px\] {
    height: 277.635px;
  }

  .h-\[285\.893px\] {
    height: 285.893px;
  }

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

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

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

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

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

  .h-\[451\.136px\] {
    height: 451.136px;
  }

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

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

  .h-\[722\.355px\] {
    height: 722.355px;
  }

  .h-\[724\.455px\] {
    height: 724.455px;
  }

  .h-\[751\.501px\] {
    height: 751.501px;
  }

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

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

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

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

  .h-\[1064\.539px\] {
    height: 1064.54px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

  .w-\[8\.337px\] {
    width: 8.337px;
  }

  .w-\[9\.421px\] {
    width: 9.421px;
  }

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

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

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

  .w-\[15\.507px\] {
    width: 15.507px;
  }

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

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

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

  .w-\[19\.064px\] {
    width: 19.064px;
  }

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

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

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

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

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

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

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

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

  .w-\[24\.547px\] {
    width: 24.547px;
  }

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

  .w-\[25\.3px\] {
    width: 25.3px;
  }

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

  .w-\[25\.197px\] {
    width: 25.197px;
  }

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

  .w-\[26\.499px\] {
    width: 26.499px;
  }

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

  .w-\[27\.398px\] {
    width: 27.398px;
  }

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

  .w-\[29\.143px\] {
    width: 29.143px;
  }

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

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

  .w-\[31\.379px\] {
    width: 31.379px;
  }

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

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

  .w-\[34\.759px\] {
    width: 34.759px;
  }

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

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

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

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

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

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

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

  .w-\[41\.453px\] {
    width: 41.453px;
  }

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

  .w-\[45\.571px\] {
    width: 45.571px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[49\.073px\] {
    width: 49.073px;
  }

  .w-\[49\.932px\] {
    width: 49.932px;
  }

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

  .w-\[50\.062px\] {
    width: 50.062px;
  }

  .w-\[50\.395px\] {
    width: 50.395px;
  }

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

  .w-\[53\.847px\] {
    width: 53.847px;
  }

  .w-\[55\.104px\] {
    width: 55.104px;
  }

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

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

  .w-\[58\.616px\] {
    width: 58.616px;
  }

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

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

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

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

  .w-\[62\.201px\] {
    width: 62.201px;
  }

  .w-\[62\.626px\] {
    width: 62.626px;
  }

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

  .w-\[63\.84px\] {
    width: 63.84px;
  }

  .w-\[64\.414px\] {
    width: 64.414px;
  }

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

  .w-\[65\.239px\] {
    width: 65.239px;
  }

  .w-\[65\.382px\] {
    width: 65.382px;
  }

  .w-\[65\.768px\] {
    width: 65.768px;
  }

  .w-\[65\.947px\] {
    width: 65.947px;
  }

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

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

  .w-\[68\.707px\] {
    width: 68.707px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[76\.9px\] {
    width: 76.9px;
  }

  .w-\[76\.729px\] {
    width: 76.729px;
  }

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

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

  .w-\[86\.205px\] {
    width: 86.205px;
  }

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

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

  .w-\[91\.671px\] {
    width: 91.671px;
  }

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

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

  .w-\[93\.5px\] {
    width: 93.5px;
  }

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

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

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

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

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

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

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

  .w-\[103\.362px\] {
    width: 103.362px;
  }

  .w-\[104\.035px\] {
    width: 104.035px;
  }

  .w-\[104\.665px\] {
    width: 104.665px;
  }

  .w-\[106\.8px\] {
    width: 106.8px;
  }

  .w-\[106\.369px\] {
    width: 106.369px;
  }

  .w-\[106\.679px\] {
    width: 106.679px;
  }

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

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

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

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

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

  .w-\[123\.103px\] {
    width: 123.103px;
  }

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

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

  .w-\[132\.061px\] {
    width: 132.061px;
  }

  .w-\[132\.512px\] {
    width: 132.512px;
  }

  .w-\[133\.779px\] {
    width: 133.779px;
  }

  .w-\[134\.412px\] {
    width: 134.412px;
  }

  .w-\[135\.444px\] {
    width: 135.444px;
  }

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

  .w-\[137\.495px\] {
    width: 137.495px;
  }

  .w-\[137\.547px\] {
    width: 137.547px;
  }

  .w-\[140\.337px\] {
    width: 140.337px;
  }

  .w-\[141\.316px\] {
    width: 141.316px;
  }

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

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

  .w-\[149\.651px\] {
    width: 149.651px;
  }

  .w-\[155\.497px\] {
    width: 155.497px;
  }

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

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

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

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

  .w-\[168\.983px\] {
    width: 168.983px;
  }

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

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

  .w-\[193\.132px\] {
    width: 193.132px;
  }

  .w-\[203\.495px\] {
    width: 203.495px;
  }

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

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

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

  .w-\[262\.2px\] {
    width: 262.2px;
  }

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

  .w-\[285\.458px\] {
    width: 285.458px;
  }

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

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

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

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

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

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

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

  .w-\[354\.232px\] {
    width: 354.232px;
  }

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

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

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

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

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

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

  .w-\[424\.065px\] {
    width: 424.065px;
  }

  .w-\[439\.795px\] {
    width: 439.795px;
  }

  .w-\[440\.199px\] {
    width: 440.199px;
  }

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

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

  .w-\[523\.546px\] {
    width: 523.546px;
  }

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

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

  .w-\[546\.938px\] {
    width: 546.938px;
  }

  .w-\[590\.55px\] {
    width: 590.55px;
  }

  .w-\[820\.998px\] {
    width: 820.998px;
  }

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

  .w-\[1743\.117px\] {
    width: 1743.12px;
  }

  .w-full {
    width: 100%;
  }

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

  .flex-none {
    flex: none;
  }

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

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

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

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

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

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

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

  .rotate-\[1\.139deg\] {
    rotate: 1.139deg;
  }

  .rotate-\[2\.43deg\] {
    rotate: 2.43deg;
  }

  .rotate-\[5\.657deg\] {
    rotate: 5.657deg;
  }

  .rotate-\[6\.796deg\] {
    rotate: 6.796deg;
  }

  .rotate-\[8\.88deg\] {
    rotate: 8.88deg;
  }

  .rotate-\[171\.12deg\] {
    rotate: 171.12deg;
  }

  .rotate-\[175\.642deg\] {
    rotate: 175.642deg;
  }

  .rotate-\[179\.778deg\] {
    rotate: 179.778deg;
  }

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

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

  .rotate-\[356\.561deg\] {
    rotate: 356.561deg;
  }

  .rotate-\[358\.688deg\] {
    rotate: 358.688deg;
  }

  .rotate-\[358\.995deg\] {
    rotate: 358.995deg;
  }

  .rotate-\[359\.601deg\] {
    rotate: 359.601deg;
  }

  .rotate-\[359\.778deg\] {
    rotate: 359.778deg;
  }

  .skew-x-\[0\.079deg\] {
    --tw-skew-x: skewX(.079deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[0\.347deg\] {
    --tw-skew-x: skewX(.347deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[0\.445deg\] {
    --tw-skew-x: skewX(.445deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[0\.483deg\] {
    --tw-skew-x: skewX(.483deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[1\.422deg\] {
    --tw-skew-x: skewX(1.422deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.55deg\] {
    --tw-skew-x: skewX(359.55deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.77deg\] {
    --tw-skew-x: skewX(359.77deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-none {
    touch-action: none;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .place-items-start {
    place-items: start;
  }

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

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

  .items-start {
    align-items: flex-start;
  }

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

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

  .gap-\[5\.804px\] {
    gap: 5.804px;
  }

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[16\.081px\] {
    border-radius: 16.081px;
  }

  .rounded-\[18\.898px\] {
    border-radius: 18.898px;
  }

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

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

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

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

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

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

  .rounded-l-sm {
    border-top-left-radius: calc(var(--radius)  - 4px);
    border-bottom-left-radius: calc(var(--radius)  - 4px);
  }

  .rounded-r-sm {
    border-top-right-radius: calc(var(--radius)  - 4px);
    border-bottom-right-radius: calc(var(--radius)  - 4px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(2\,1\,1\,0\.5\)\] {
    background-color: #02010180;
  }

  .bg-\[rgba\(203\,211\,255\,0\.8\)\] {
    background-color: #cbd3ffcc;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }

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

  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#9d5083\] {
    --tw-gradient-from: #9d5083;
    --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-\[\#92a8f7\] {
    --tw-gradient-from: #92a8f7;
    --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-\[\#201c39\] {
    --tw-gradient-from: #201c39;
    --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-gray-800 {
    --tw-gradient-from: var(--color-gray-800);
    --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-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --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-white {
    --tw-gradient-from: var(--color-white);
    --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-\[\#0b0b0b\] {
    --tw-gradient-to: #0b0b0b;
    --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-\[\#4160f5\] {
    --tw-gradient-to: #4160f5;
    --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-\[\#af6bc0\] {
    --tw-gradient-to: #af6bc0;
    --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-\[\#cecece\] {
    --tw-gradient-to: #cecece;
    --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-black {
    --tw-gradient-to: var(--color-black);
    --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-gray-900 {
    --tw-gradient-to: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-clip-text {
    background-clip: text;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

  .p-\[2px\] {
    padding: 2px;
  }

  .p-\[5\.804px\] {
    padding: 5.804px;
  }

  .p-\[9\.504px\] {
    padding: 9.504px;
  }

  .p-\[10px\] {
    padding: 10px;
  }

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

  .text-center {
    text-align: center;
  }

  .font-\[\'Manrope\:Bold\'\,sans-serif\] {
    font-family: Manrope\:Bold, sans-serif;
  }

  .font-\[\'Manrope\:Medium\'\,sans-serif\] {
    font-family: Manrope\:Medium, sans-serif;
  }

  .font-\[\'Manrope\:SemiBold\'\,\'Noto_Sans\:SemiBold\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, Noto Sans\:SemiBold, sans-serif;
  }

  .font-\[\'Manrope\:SemiBold\'\,\'Noto_Sans_Symbols2\:Regular\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, Noto Sans Symbols2\:Regular, sans-serif;
  }

  .font-\[\'Manrope\:SemiBold\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, sans-serif;
  }

  .font-\[\'Marcellus_SC\:Regular\'\,sans-serif\] {
    font-family: Marcellus SC\:Regular, sans-serif;
  }

  .font-\[\'Qwigley\:Regular\'\,sans-serif\] {
    font-family: Qwigley\:Regular, sans-serif;
  }

  .text-\[11\.867px\] {
    font-size: 11.867px;
  }

  .text-\[13\.847px\] {
    font-size: 13.847px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[15\.271px\] {
    font-size: 15.271px;
  }

  .text-\[16\.311px\] {
    font-size: 16.311px;
  }

  .text-\[16\.456px\] {
    font-size: 16.456px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.09px\] {
    font-size: 17.09px;
  }

  .text-\[17\.045px\] {
    font-size: 17.045px;
  }

  .text-\[17\.086px\] {
    font-size: 17.086px;
  }

  .text-\[17\.271px\] {
    font-size: 17.271px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[18\.086px\] {
    font-size: 18.086px;
  }

  .text-\[18\.661px\] {
    font-size: 18.661px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[26\.435px\] {
    font-size: 26.435px;
  }

  .text-\[28\.661px\] {
    font-size: 28.661px;
  }

  .text-\[30\.373px\] {
    font-size: 30.373px;
  }

  .text-\[33\.643px\] {
    font-size: 33.643px;
  }

  .text-\[41\.075px\] {
    font-size: 41.075px;
  }

  .text-\[83\.55px\] {
    font-size: 83.55px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[17\.333px\] {
    --tw-leading: 17.333px;
    line-height: 17.333px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.8px\] {
    --tw-tracking: -.8px;
    letter-spacing: -.8px;
  }

  .tracking-\[-0\.65px\] {
    --tw-tracking: -.65px;
    letter-spacing: -.65px;
  }

  .tracking-\[-0\.85px\] {
    --tw-tracking: -.85px;
    letter-spacing: -.85px;
  }

  .tracking-\[-0\.5933px\] {
    --tw-tracking: -.5933px;
    letter-spacing: -.5933px;
  }

  .tracking-\[-0\.6924px\] {
    --tw-tracking: -.6924px;
    letter-spacing: -.6924px;
  }

  .tracking-\[-0\.7635px\] {
    --tw-tracking: -.7635px;
    letter-spacing: -.7635px;
  }

  .tracking-\[-0\.8156px\] {
    --tw-tracking: -.8156px;
    letter-spacing: -.8156px;
  }

  .tracking-\[-0\.8228px\] {
    --tw-tracking: -.8228px;
    letter-spacing: -.8228px;
  }

  .tracking-\[-0\.8522px\] {
    --tw-tracking: -.8522px;
    letter-spacing: -.8522px;
  }

  .tracking-\[-0\.8543px\] {
    --tw-tracking: -.8543px;
    letter-spacing: -.8543px;
  }

  .tracking-\[-0\.8545px\] {
    --tw-tracking: -.8545px;
    letter-spacing: -.8545px;
  }

  .tracking-\[-0\.8635px\] {
    --tw-tracking: -.8635px;
    letter-spacing: -.8635px;
  }

  .tracking-\[-0\.9043px\] {
    --tw-tracking: -.9043px;
    letter-spacing: -.9043px;
  }

  .tracking-\[-0\.9331px\] {
    --tw-tracking: -.9331px;
    letter-spacing: -.9331px;
  }

  .tracking-\[-1\.4331px\] {
    --tw-tracking: -1.4331px;
    letter-spacing: -1.4331px;
  }

  .tracking-\[-1\.5186px\] {
    --tw-tracking: -1.5186px;
    letter-spacing: -1.5186px;
  }

  .tracking-\[-1\.6822px\] {
    --tw-tracking: -1.6822px;
    letter-spacing: -1.6822px;
  }

  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }

  .tracking-\[-2\.1148px\] {
    --tw-tracking: -2.1148px;
    letter-spacing: -2.1148px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .text-\[\#0a0a0a\] {
    color: #0a0a0a;
  }

  .text-\[\#5b5b6e\] {
    color: #5b5b6e;
  }

  .text-\[\#423c68\] {
    color: #423c68;
  }

  .text-\[\#bababf\] {
    color: #bababf;
  }

  .text-\[\#c32727\] {
    color: #c32727;
  }

  .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: #ffffff80;
  }

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

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

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.1\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, #ffffff1a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_20px_80px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0 20px 80px var(--tw-shadow-color, #000c);
    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_2\.535px_2\.535px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 2.535px 2.535px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3\.78px_3\.78px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3.78px 3.78px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3\.216px_3\.216px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3.216px 3.216px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .text-shadow-\[0px_2\.535px_2\.535px_rgba\(0\,0\,0\,0\.5\)\] {
    text-shadow: 0px 2.535px 2.535px var(--tw-text-shadow-color, #00000080);
  }

  .text-shadow-\[0px_13\.692px_13\.692px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0px 13.692px 13.692px var(--tw-text-shadow-color, #00000040);
  }

  .text-shadow-\[0px_27\.85px_27\.85px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0px 27.85px 27.85px var(--tw-text-shadow-color, #00000040);
  }

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

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

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
