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

@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-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;
    --font-weight-extrabold: 800;
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.66px_-0\.18\%\] {
    inset: -.66px -.18%;
  }

  .inset-\[-0\.66px_-0\.76\%\] {
    inset: -.66px -.76%;
  }

  .inset-\[-0\.66px_-0\.89\%\] {
    inset: -.66px -.89%;
  }

  .inset-\[-3\.25\%_-109\.2\%_-15\.21\%_-109\.2\%\] {
    inset: -3.25% -109.2% -15.21%;
  }

  .inset-\[-4\.88px_-0\.31\%\] {
    inset: -4.88px -.31%;
  }

  .inset-\[-4\.88px_-0\.37\%\] {
    inset: -4.88px -.37%;
  }

  .inset-\[-4\.88px_-0\.67\%\] {
    inset: -4.88px -.67%;
  }

  .inset-\[-4\.88px_-0\.79\%\] {
    inset: -4.88px -.79%;
  }

  .inset-\[-5\.55\%_-4\.38\%\] {
    inset: -5.55% -4.38%;
  }

  .inset-\[-11\.61\%_-0\.47\%_0_-0\.47\%\] {
    inset: -11.61% -.47% 0;
  }

  .inset-\[-11\.94\%_-5\.4\%_0_-5\.4\%\] {
    inset: -11.94% -5.4% 0;
  }

  .inset-\[-39\.45\%_-43\.52\%\] {
    inset: -39.45% -43.52%;
  }

  .inset-\[-43\.82\%_-94\.6\%\] {
    inset: -43.82% -94.6%;
  }

  .inset-\[-54\.17\%_-101\.36\%\] {
    inset: -54.17% -101.36%;
  }

  .inset-\[-100\.75\%_-10\.37\%\] {
    inset: -100.75% -10.37%;
  }

  .inset-\[-125\%_-156\.25\%\] {
    inset: -125% -156.25%;
  }

  .inset-\[-263\.16\%_-35\.34\%\] {
    inset: -263.16% -35.34%;
  }

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

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

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

  .top-\[-73\.28\%\] {
    top: -73.28%;
  }

  .top-\[-119\.1\%\] {
    top: -119.1%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[119\.02px\] {
    top: 119.02px;
  }

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

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

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

  .top-\[193\.74px\] {
    top: 193.74px;
  }

  .top-\[203\.25px\] {
    top: 203.25px;
  }

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

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

  .top-\[229\.96px\] {
    top: 229.96px;
  }

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

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

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

  .top-\[247\.63px\] {
    top: 247.63px;
  }

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

  .top-\[285\.23px\] {
    top: 285.23px;
  }

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

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

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

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

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

  .top-\[373\.07px\] {
    top: 373.07px;
  }

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

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

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

  .right-\[35\.69px\] {
    right: 35.69px;
  }

  .bottom-\[442\.17px\] {
    bottom: 442.17px;
  }

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

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

  .left-\[-8\.96\%\] {
    left: -8.96%;
  }

  .left-\[-9\.43\%\] {
    left: -9.43%;
  }

  .left-\[-9\.68\%\] {
    left: -9.68%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[483\.49px\] {
    left: 483.49px;
  }

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

  .left-\[529\.56px\] {
    left: 529.56px;
  }

  .left-\[673\.05px\] {
    left: 673.05px;
  }

  .left-\[724\.59px\] {
    left: 724.59px;
  }

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

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

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

  .left-\[997\.47px\] {
    left: 997.47px;
  }

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

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

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

  .left-\[calc\(8\.33\%\+103px\)\] {
    left: calc(8.33% + 103px);
  }

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

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

  .ms-\[13\.658999999999999px\] {
    margin-inline-start: 13.659px;
  }

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

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

  .mt-\[-18\.58px\] {
    margin-top: -18.58px;
  }

  .mt-\[-23\.86px\] {
    margin-top: -23.86px;
  }

  .mt-\[17\.6px\] {
    margin-top: 17.6px;
  }

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

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

  .ml-\[-2\.81px\] {
    margin-left: -2.81px;
  }

  .ml-\[-3\.61px\] {
    margin-left: -3.61px;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

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

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

  .size-\[39\.823px\] {
    width: 39.823px;
    height: 39.823px;
  }

  .size-\[44\.62px\] {
    width: 44.62px;
    height: 44.62px;
  }

  .size-\[51\.001px\] {
    width: 51.001px;
    height: 51.001px;
  }

  .size-\[64\.336px\] {
    width: 64.336px;
    height: 64.336px;
  }

  .size-\[109\.563px\] {
    width: 109.563px;
    height: 109.563px;
  }

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

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

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

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

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

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

  .h-\[13\.498px\] {
    height: 13.498px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[41\.578px\] {
    height: 41.578px;
  }

  .h-\[43\.118px\] {
    height: 43.118px;
  }

  .h-\[43\.825px\] {
    height: 43.825px;
  }

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

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

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

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

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

  .h-\[74\.205px\] {
    height: 74.205px;
  }

  .h-\[74\.253px\] {
    height: 74.253px;
  }

  .h-\[76\.492px\] {
    height: 76.492px;
  }

  .h-\[76\.733px\] {
    height: 76.733px;
  }

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

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

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

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

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

  .h-\[87\.456px\] {
    height: 87.456px;
  }

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

  .h-\[100\.75\%\] {
    height: 100.75%;
  }

  .h-\[105\.124px\] {
    height: 105.124px;
  }

  .h-\[110\.844px\] {
    height: 110.844px;
  }

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

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

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

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

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

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

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

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

  .h-\[237\.548px\] {
    height: 237.548px;
  }

  .h-\[257\.431px\] {
    height: 257.431px;
  }

  .h-\[297\.77\%\] {
    height: 297.77%;
  }

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

  .h-\[337\.821px\] {
    height: 337.821px;
  }

  .h-\[363\.25px\] {
    height: 363.25px;
  }

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

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

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

  .h-\[408\.45\%\] {
    height: 408.45%;
  }

  .h-\[456\.412px\] {
    height: 456.412px;
  }

  .h-\[463\.079px\] {
    height: 463.079px;
  }

  .h-\[477\.851px\] {
    height: 477.851px;
  }

  .h-\[506\.991px\] {
    height: 506.991px;
  }

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

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

  .h-\[662\.905px\] {
    height: 662.905px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-\[41\.029px\] {
    width: 41.029px;
  }

  .w-\[41\.86px\] {
    width: 41.86px;
  }

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

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

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

  .w-\[81\.282px\] {
    width: 81.282px;
  }

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

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

  .w-\[98\.941px\] {
    width: 98.941px;
  }

  .w-\[111\.155px\] {
    width: 111.155px;
  }

  .w-\[119\.42\%\] {
    width: 119.42%;
  }

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

  .w-\[123\.38\%\] {
    width: 123.38%;
  }

  .w-\[127\.487px\] {
    width: 127.487px;
  }

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

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

  .w-\[133\.013px\] {
    width: 133.013px;
  }

  .w-\[135\.028px\] {
    width: 135.028px;
  }

  .w-\[139\.559px\] {
    width: 139.559px;
  }

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

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

  .w-\[149\.951px\] {
    width: 149.951px;
  }

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

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

  .w-\[151\.683px\] {
    width: 151.683px;
  }

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

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

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

  .w-\[163\.021px\] {
    width: 163.021px;
  }

  .w-\[168\.793px\] {
    width: 168.793px;
  }

  .w-\[175\.977px\] {
    width: 175.977px;
  }

  .w-\[177\.572px\] {
    width: 177.572px;
  }

  .w-\[182\.606px\] {
    width: 182.606px;
  }

  .w-\[187\.232px\] {
    width: 187.232px;
  }

  .w-\[197\.318px\] {
    width: 197.318px;
  }

  .w-\[207\.141px\] {
    width: 207.141px;
  }

  .w-\[207\.374px\] {
    width: 207.374px;
  }

  .w-\[207\.807px\] {
    width: 207.807px;
  }

  .w-\[211\.416px\] {
    width: 211.416px;
  }

  .w-\[212\.9px\] {
    width: 212.9px;
  }

  .w-\[214\.348px\] {
    width: 214.348px;
  }

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

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

  .w-\[226\.223px\] {
    width: 226.223px;
  }

  .w-\[231\.919px\] {
    width: 231.919px;
  }

  .w-\[260\.272px\] {
    width: 260.272px;
  }

  .w-\[290\.695px\] {
    width: 290.695px;
  }

  .w-\[297\.926px\] {
    width: 297.926px;
  }

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

  .w-\[321\.386px\] {
    width: 321.386px;
  }

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

  .w-\[355\.168px\] {
    width: 355.168px;
  }

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

  .w-\[361\.551px\] {
    width: 361.551px;
  }

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

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

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

  .w-\[367\.037px\] {
    width: 367.037px;
  }

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

  .w-\[382\.211px\] {
    width: 382.211px;
  }

  .w-\[397\.414px\] {
    width: 397.414px;
  }

  .w-\[419\.657px\] {
    width: 419.657px;
  }

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

  .w-\[444\.089px\] {
    width: 444.089px;
  }

  .w-\[459\.523px\] {
    width: 459.523px;
  }

  .w-\[488\.141px\] {
    width: 488.141px;
  }

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

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

  .w-\[522\.958px\] {
    width: 522.958px;
  }

  .w-\[643\.099px\] {
    width: 643.099px;
  }

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

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

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

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

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

  .w-\[1148\.498px\] {
    width: 1148.5px;
  }

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

  .w-\[1381\.141px\] {
    width: 1381.14px;
  }

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .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-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[1\.572deg\] {
    rotate: 1.572deg;
  }

  .rotate-\[27\.839deg\] {
    rotate: 27.839deg;
  }

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

  .rotate-\[152\.161deg\] {
    rotate: 152.161deg;
  }

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

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

  .rotate-\[358\.127deg\] {
    rotate: 358.127deg;
  }

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

  .list-inside {
    list-style-position: inside;
  }

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

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .flex-col {
    flex-direction: column;
  }

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

  .gap-\[5\.464px\] {
    gap: 5.464px;
  }

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

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

  .gap-\[9\.343px\] {
    gap: 9.343px;
  }

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

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

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

  .gap-\[11\.924px\] {
    gap: 11.924px;
  }

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

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

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

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

  .gap-\[15\.495px\] {
    gap: 15.495px;
  }

  .gap-\[17\.896px\] {
    gap: 17.896px;
  }

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

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

  .gap-\[21\.913px\] {
    gap: 21.913px;
  }

  .gap-\[21\.951px\] {
    gap: 21.951px;
  }

  .gap-\[33\.804px\] {
    gap: 33.804px;
  }

  .gap-\[35\.792px\] {
    gap: 35.792px;
  }

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

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

  .gap-\[41\.43px\] {
    gap: 41.43px;
  }

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

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

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

  .gap-\[47\.723px\] {
    gap: 47.723px;
  }

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[13\.597px\] {
    border-radius: 13.597px;
  }

  .rounded-\[16\.939px\] {
    border-radius: 16.939px;
  }

  .rounded-\[21\.078px\] {
    border-radius: 21.078px;
  }

  .rounded-\[21\.913px\] {
    border-radius: 21.913px;
  }

  .rounded-\[33\.41px\] {
    border-radius: 33.41px;
  }

  .rounded-\[33\.517px\] {
    border-radius: 33.517px;
  }

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

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

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

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

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

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

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

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

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

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

  .border-\[4\.455px\] {
    border-style: var(--tw-border-style);
    border-width: 4.455px;
  }

  .border-\[4\.469px\] {
    border-style: var(--tw-border-style);
    border-width: 4.469px;
  }

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

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

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

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

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

  .border-\[rgba\(191\,68\,255\,0\.3\)\] {
    border-color: #bf44ff4d;
  }

  .border-\[rgba\(197\,34\,34\,0\.54\)\] {
    border-color: #c522228a;
  }

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

  .border-\[rgba\(255\,255\,255\,0\.09\)\] {
    border-color: #ffffff17;
  }

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

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

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

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

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

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

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

  .bg-\[rgba\(26\,6\,6\,0\.83\)\] {
    background-color: #1a0606d4;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#1a0a2e\] {
    --tw-gradient-from: #1a0a2e;
    --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-\[\#e91938\] {
    --tw-gradient-from: #e91938;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#fc9c84\] {
    --tw-gradient-via: #fc9c84;
    --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-\[\#0f0017\] {
    --tw-gradient-to: #0f0017;
    --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-\[\#f472b6\] {
    --tw-gradient-to: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-text {
    background-clip: text;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[226\.289px_200\.395px\] {
    mask-size: 226.289px 200.395px;
  }

  .mask-size-\[290\.695px_257\.43px\] {
    mask-size: 290.695px 257.43px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[2\.814px_18\.578px\] {
    mask-position: 2.814px 18.578px;
  }

  .mask-position-\[3\.615px_23\.863px\] {
    mask-position: 3.615px 23.863px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[18\.479px\] {
    padding-inline: 18.479px;
  }

  .px-\[30\.13px\] {
    padding-inline: 30.13px;
  }

  .px-\[122px\] {
    padding-inline: 122px;
  }

  .py-\[6\.16px\] {
    padding-block: 6.16px;
  }

  .py-\[48px\] {
    padding-block: 48px;
  }

  .py-\[74px\] {
    padding-block: 74px;
  }

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

  .pt-\[30\.13px\] {
    padding-top: 30.13px;
  }

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

  .pb-\[0\.913px\] {
    padding-bottom: .913px;
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Extra_Bold\'\,sans-serif\] {
    font-family: Inter\:Extra 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-\[\'Microsoft_Sans_Serif\:Regular\'\,sans-serif\] {
    font-family: Microsoft Sans Serif\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .font-\[\'Poppins\:Medium\'\,sans-serif\] {
    font-family: Poppins\:Medium, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
    font-family: Poppins\:SemiBold, sans-serif;
  }

  .text-\[8\.834px\] {
    font-size: 8.834px;
  }

  .text-\[9\.35px\] {
    font-size: 9.35px;
  }

  .text-\[9\.106px\] {
    font-size: 9.106px;
  }

  .text-\[9\.107px\] {
    font-size: 9.107px;
  }

  .text-\[9\.576px\] {
    font-size: 9.576px;
  }

  .text-\[9\.663px\] {
    font-size: 9.663px;
  }

  .text-\[9\.713px\] {
    font-size: 9.713px;
  }

  .text-\[9\.898px\] {
    font-size: 9.898px;
  }

  .text-\[11\.428px\] {
    font-size: 11.428px;
  }

  .text-\[11\.509px\] {
    font-size: 11.509px;
  }

  .text-\[11\.511px\] {
    font-size: 11.511px;
  }

  .text-\[12\.51px\] {
    font-size: 12.51px;
  }

  .text-\[12\.104px\] {
    font-size: 12.104px;
  }

  .text-\[12\.276px\] {
    font-size: 12.276px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14\.608px\] {
    font-size: 14.608px;
  }

  .text-\[15\.7px\] {
    font-size: 15.7px;
  }

  .text-\[15\.399px\] {
    font-size: 15.399px;
  }

  .text-\[15\.495px\] {
    font-size: 15.495px;
  }

  .text-\[16\.807px\] {
    font-size: 16.807px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[18\.078px\] {
    font-size: 18.078px;
  }

  .text-\[19\.884px\] {
    font-size: 19.884px;
  }

  .text-\[20\.66px\] {
    font-size: 20.66px;
  }

  .text-\[23\.343px\] {
    font-size: 23.343px;
  }

  .text-\[23\.861px\] {
    font-size: 23.861px;
  }

  .text-\[25\.401px\] {
    font-size: 25.401px;
  }

  .text-\[29\.217px\] {
    font-size: 29.217px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[33\.942px\] {
    font-size: 33.942px;
  }

  .text-\[38\.498px\] {
    font-size: 38.498px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.105\] {
    --tw-leading: 1.105;
    line-height: 1.105;
  }

  .leading-\[1\.565\] {
    --tw-leading: 1.565;
    line-height: 1.565;
  }

  .leading-\[11\.84px\] {
    --tw-leading: 11.84px;
    line-height: 11.84px;
  }

  .leading-\[11\.332px\] {
    --tw-leading: 11.332px;
    line-height: 11.332px;
  }

  .leading-\[11\.682px\] {
    --tw-leading: 11.682px;
    line-height: 11.682px;
  }

  .leading-\[11\.683px\] {
    --tw-leading: 11.683px;
    line-height: 11.683px;
  }

  .leading-\[11\.838px\] {
    --tw-leading: 11.838px;
    line-height: 11.838px;
  }

  .leading-\[12\.46px\] {
    --tw-leading: 12.46px;
    line-height: 12.46px;
  }

  .leading-\[12\.285px\] {
    --tw-leading: 12.285px;
    line-height: 12.285px;
  }

  .leading-\[12\.449px\] {
    --tw-leading: 12.449px;
    line-height: 12.449px;
  }

  .leading-\[12\.627px\] {
    --tw-leading: 12.627px;
    line-height: 12.627px;
  }

  .leading-\[12\.697px\] {
    --tw-leading: 12.697px;
    line-height: 12.697px;
  }

  .leading-\[12\.867px\] {
    --tw-leading: 12.867px;
    line-height: 12.867px;
  }

  .leading-\[16\.829px\] {
    --tw-leading: 16.829px;
    line-height: 16.829px;
  }

  .leading-\[17\.393px\] {
    --tw-leading: 17.393px;
    line-height: 17.393px;
  }

  .leading-\[21\.913px\] {
    --tw-leading: 21.913px;
    line-height: 21.913px;
  }

  .leading-\[23\.358px\] {
    --tw-leading: 23.358px;
    line-height: 23.358px;
  }

  .leading-\[43\.825px\] {
    --tw-leading: 43.825px;
    line-height: 43.825px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.48px\] {
    --tw-tracking: -.48px;
    letter-spacing: -.48px;
  }

  .tracking-\[-0\.96px\] {
    --tw-tracking: -.96px;
    letter-spacing: -.96px;
  }

  .tracking-\[-2\.0365px\] {
    --tw-tracking: -2.0365px;
    letter-spacing: -2.0365px;
  }

  .tracking-\[0\.1395px\] {
    --tw-tracking: .1395px;
    letter-spacing: .1395px;
  }

  .tracking-\[0\.1808px\] {
    --tw-tracking: .1808px;
    letter-spacing: .1808px;
  }

  .tracking-\[0\.2479px\] {
    --tw-tracking: .2479px;
    letter-spacing: .2479px;
  }

  .tracking-\[0\.2863px\] {
    --tw-tracking: .2863px;
    letter-spacing: .2863px;
  }

  .tracking-\[0\.3436px\] {
    --tw-tracking: .3436px;
    letter-spacing: .3436px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .text-\[\#34e0a1\] {
    color: #34e0a1;
  }

  .text-\[\#d0d0d0\] {
    color: #d0d0d0;
  }

  .text-\[rgba\(173\,173\,173\,0\.9\)\] {
    color: #adadade6;
  }

  .text-\[rgba\(255\,255\,255\,0\.7\)\] {
    color: #ffffffb3;
  }

  .text-\[rgba\(255\,255\,255\,0\.8\)\] {
    color: #fffc;
  }

  .text-\[rgba\(255\,255\,255\,0\.9\)\] {
    color: #ffffffe6;
  }

  .text-\[rgba\(255\,255\,255\,0\.53\)\] {
    color: #ffffff87;
  }

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

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-70 {
    opacity: .7;
  }

  .mix-blend-color {
    mix-blend-mode: color;
  }

  .mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .shadow-\[inset_0px_0\.351px_1\.005px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: inset 0px .351px 1.005px 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, );
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }
}

:root {
  --font-size: 16px;
  --background: #050b09;
  --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-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
}
