/*! 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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-green-500: oklch(.723 .219 149.579);
    --color-sky-100: oklch(.951 .026 236.824);
    --color-sky-300: oklch(.828 .111 230.318);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-purple-500: oklch(.627 .265 303.9);
    --color-pink-500: oklch(.656 .241 354.308);
    --color-slate-100: oklch(.968 .007 247.896);
    --color-slate-200: oklch(.929 .013 255.508);
    --color-neutral-50: oklch(.985 0 0);
    --color-neutral-100: oklch(.97 0 0);
    --color-neutral-200: oklch(.922 0 0);
    --color-neutral-500: oklch(.556 0 0);
    --color-neutral-900: oklch(.205 0 0);
    --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-bold: 700;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.03\%_-0\.42\%\] {
    inset: -.03% -.42%;
  }

  .inset-\[-0\.13\%_-0\.29\%\] {
    inset: -.13% -.29%;
  }

  .inset-\[-0\.44\%_-0\.22\%\] {
    inset: -.44% -.22%;
  }

  .inset-\[-0\.55\%_-0\.06\%\] {
    inset: -.55% -.06%;
  }

  .inset-\[-1\.67\%\] {
    inset: -1.67%;
  }

  .inset-\[-2\.56\%_-0\.13\%\] {
    inset: -2.56% -.13%;
  }

  .inset-\[-4\.167\%\] {
    inset: -4.167%;
  }

  .inset-\[-9\.091\%\] {
    inset: -9.091%;
  }

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

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

  .inset-\[2\.5px\] {
    inset: 2.5px;
  }

  .inset-px {
    inset: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[7\.14\%\] {
    top: 7.14%;
  }

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

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

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

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

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

  .top-\[68\.61px\] {
    top: 68.61px;
  }

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

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

  .top-\[124\.35px\] {
    top: 124.35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-1\.21\%\] {
    right: -1.21%;
  }

  .right-\[-2\.78\%\] {
    right: -2.78%;
  }

  .right-\[-3\.5\%\] {
    right: -3.5%;
  }

  .right-\[-5\.19\%\] {
    right: -5.19%;
  }

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

  .right-\[-12\.5px\] {
    right: -12.5px;
  }

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

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

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

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

  .right-\[6\.43px\] {
    right: 6.43px;
  }

  .right-\[7\.12\%\] {
    right: 7.12%;
  }

  .right-\[12\.03\%\] {
    right: 12.03%;
  }

  .right-\[18\.49px\] {
    right: 18.49px;
  }

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

  .right-\[19\.5px\] {
    right: 19.5px;
  }

  .right-\[32\.27\%\] {
    right: 32.27%;
  }

  .right-\[61\.1px\] {
    right: 61.1px;
  }

  .right-\[63\.41\%\] {
    right: 63.41%;
  }

  .right-\[103\.98px\] {
    right: 103.98px;
  }

  .right-\[373\.49px\] {
    right: 373.49px;
  }

  .right-\[calc\(10\%\+0\.643px\)\] {
    right: calc(10% + .643px);
  }

  .right-\[calc\(11\.111\%\+0\.714px\)\] {
    right: calc(11.111% + .714px);
  }

  .right-\[calc\(14\.286\%\+0\.919px\)\] {
    right: calc(14.286% + .919px);
  }

  .right-\[calc\(20\%\+1\.286px\)\] {
    right: calc(20% + 1.286px);
  }

  .right-\[calc\(22\.222\%\+1\.429px\)\] {
    right: calc(22.222% + 1.429px);
  }

  .right-\[calc\(28\.571\%\+1\.838px\)\] {
    right: calc(28.571% + 1.838px);
  }

  .right-\[calc\(30\%\+1\.929px\)\] {
    right: calc(30% + 1.929px);
  }

  .right-\[calc\(33\.333\%\+2\.144px\)\] {
    right: calc(33.333% + 2.144px);
  }

  .right-\[calc\(40\%\+2\.572px\)\] {
    right: calc(40% + 2.572px);
  }

  .right-\[calc\(42\.857\%\+2\.756px\)\] {
    right: calc(42.857% + 2.756px);
  }

  .right-\[calc\(44\.444\%\+2\.859px\)\] {
    right: calc(44.444% + 2.859px);
  }

  .right-\[calc\(50\%\+3\.216px\)\] {
    right: calc(50% + 3.216px);
  }

  .right-\[calc\(55\.556\%\+3\.574px\)\] {
    right: calc(55.556% + 3.574px);
  }

  .right-\[calc\(57\.143\%\+3\.675px\)\] {
    right: calc(57.143% + 3.675px);
  }

  .right-\[calc\(60\%\+3\.859px\)\] {
    right: calc(60% + 3.859px);
  }

  .right-\[calc\(66\.667\%\+4\.289px\)\] {
    right: calc(66.667% + 4.289px);
  }

  .right-\[calc\(70\%\+4\.502px\)\] {
    right: calc(70% + 4.502px);
  }

  .right-\[calc\(71\.429\%\+4\.594px\)\] {
    right: calc(71.429% + 4.594px);
  }

  .right-\[calc\(77\.778\%\+5\.002px\)\] {
    right: calc(77.778% + 5.002px);
  }

  .right-\[calc\(80\%\+5\.146px\)\] {
    right: calc(80% + 5.146px);
  }

  .right-\[calc\(85\.714\%\+5\.513px\)\] {
    right: calc(85.714% + 5.513px);
  }

  .right-\[calc\(88\.889\%\+5\.717px\)\] {
    right: calc(88.889% + 5.717px);
  }

  .right-\[calc\(90\%\+5\.789px\)\] {
    right: calc(90% + 5.789px);
  }

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

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

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

  .bottom-\[-2\.58\%\] {
    bottom: -2.58%;
  }

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

  .bottom-\[3\.57\%\] {
    bottom: 3.57%;
  }

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

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

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

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

  .left-\[-3\.51\%\] {
    left: -3.51%;
  }

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

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

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

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

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

  .left-\[-78\.05\%\] {
    left: -78.05%;
  }

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

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

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

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

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

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

  .left-\[6\.19px\] {
    left: 6.19px;
  }

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

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

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

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

  .left-\[19\.6px\] {
    left: 19.6px;
  }

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

  .left-\[32\.27\%\] {
    left: 32.27%;
  }

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

  .left-\[102\.91px\] {
    left: 102.91px;
  }

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

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

  .left-\[calc\(11\.111\%\+0\.715px\)\] {
    left: calc(11.111% + .715px);
  }

  .left-\[calc\(14\.286\%\+0\.919px\)\] {
    left: calc(14.286% + .919px);
  }

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

  .left-\[calc\(22\.222\%\+1\.428px\)\] {
    left: calc(22.222% + 1.428px);
  }

  .left-\[calc\(28\.571\%\+1\.838px\)\] {
    left: calc(28.571% + 1.838px);
  }

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

  .left-\[calc\(33\.333\%\+2\.143px\)\] {
    left: calc(33.333% + 2.143px);
  }

  .left-\[calc\(40\%\+2\.573px\)\] {
    left: calc(40% + 2.573px);
  }

  .left-\[calc\(42\.857\%\+2\.758px\)\] {
    left: calc(42.857% + 2.758px);
  }

  .left-\[calc\(44\.444\%\+2\.858px\)\] {
    left: calc(44.444% + 2.858px);
  }

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

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

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

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

  .left-\[calc\(55\.556\%\+3\.573px\)\] {
    left: calc(55.556% + 3.573px);
  }

  .left-\[calc\(57\.143\%\+3\.675px\)\] {
    left: calc(57.143% + 3.675px);
  }

  .left-\[calc\(60\%\+3\.86px\)\] {
    left: calc(60% + 3.86px);
  }

  .left-\[calc\(66\.667\%\+4\.288px\)\] {
    left: calc(66.667% + 4.288px);
  }

  .left-\[calc\(70\%\+4\.503px\)\] {
    left: calc(70% + 4.503px);
  }

  .left-\[calc\(71\.429\%\+4\.594px\)\] {
    left: calc(71.429% + 4.594px);
  }

  .left-\[calc\(77\.778\%\+5\.003px\)\] {
    left: calc(77.778% + 5.003px);
  }

  .left-\[calc\(80\%\+5\.146px\)\] {
    left: calc(80% + 5.146px);
  }

  .left-\[calc\(85\.714\%\+5\.513px\)\] {
    left: calc(85.714% + 5.513px);
  }

  .left-\[calc\(88\.889\%\+5\.716px\)\] {
    left: calc(88.889% + 5.716px);
  }

  .left-\[calc\(90\%\+5\.789px\)\] {
    left: calc(90% + 5.789px);
  }

  .left-px {
    left: 1px;
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

  .\!container {
    width: 100% !important;
  }

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .size-\[17\.756px\] {
    width: 17.756px;
    height: 17.756px;
  }

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

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

  .size-\[25\.067px\] {
    width: 25.067px;
    height: 25.067px;
  }

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

  .size-\[34\.304px\] {
    width: 34.304px;
    height: 34.304px;
  }

  .size-\[45\.024px\] {
    width: 45.024px;
    height: 45.024px;
  }

  .size-\[141\.067px\] {
    width: 141.067px;
    height: 141.067px;
  }

  .size-\[171\.568px\] {
    width: 171.568px;
    height: 171.568px;
  }

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

  .h-\[2\.089px\] {
    height: 2.089px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[62\.669px\] {
    height: 62.669px;
  }

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

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

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

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

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

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

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

  .h-\[163\.93\%\] {
    height: 163.93%;
  }

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

  .h-\[174\.427px\] {
    height: 174.427px;
  }

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

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

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

  .h-\[923\.5px\] {
    height: 923.5px;
  }

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[28\.201px\] {
    width: 28.201px;
  }

  .w-\[33\.423px\] {
    width: 33.423px;
  }

  .w-\[36\.557px\] {
    width: 36.557px;
  }

  .w-\[38\.646px\] {
    width: 38.646px;
  }

  .w-\[41\.78px\] {
    width: 41.78px;
  }

  .w-\[45\.024px\] {
    width: 45.024px;
  }

  .w-\[53\.271px\] {
    width: 53.271px;
  }

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

  .w-\[63\.716px\] {
    width: 63.716px;
  }

  .w-\[93\.264px\] {
    width: 93.264px;
  }

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

  .w-\[127\.426px\] {
    width: 127.426px;
  }

  .w-\[139\.96px\] {
    width: 139.96px;
  }

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

  .w-\[182\.529px\] {
    width: 182.529px;
  }

  .w-\[217\.251px\] {
    width: 217.251px;
  }

  .w-\[245\.77\%\] {
    width: 245.77%;
  }

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

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

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

  .w-\[369\.744px\] {
    width: 369.744px;
  }

  .w-\[380\.897px\] {
    width: 380.897px;
  }

  .w-\[386\.456px\] {
    width: 386.456px;
  }

  .w-\[419\.879px\] {
    width: 419.879px;
  }

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

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

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .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-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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);
  }

  .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-\[180deg\] {
    rotate: 180deg;
  }

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-grabbing {
    cursor: grabbing;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

  .flex-row {
    flex-direction: row;
  }

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

  .justify-end {
    justify-content: flex-end;
  }

  .gap-\[4\.178px\] {
    gap: 4.178px;
  }

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

  .gap-\[6\.267px\] {
    gap: 6.267px;
  }

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

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

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

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

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

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

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

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

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

  .gap-\[16\.712px\] {
    gap: 16.712px;
  }

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

  .gap-\[20\.89px\] {
    gap: 20.89px;
  }

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

  .gap-\[25\.067px\] {
    gap: 25.067px;
  }

  .gap-\[28\.5px\] {
    gap: 28.5px;
  }

  .gap-\[33\.423px\] {
    gap: 33.423px;
  }

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

  .gap-px {
    gap: 1px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[3\.216px\] {
    border-radius: 3.216px;
  }

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

  .rounded-\[5\.36px\] {
    border-radius: 5.36px;
  }

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

  .rounded-\[12\.534px\] {
    border-radius: 12.534px;
  }

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

  .rounded-\[16\.56px\] {
    border-radius: 16.56px;
  }

  .rounded-\[25\.067px\] {
    border-radius: 25.067px;
  }

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

  .rounded-\[33\.423px\] {
    border-radius: 33.423px;
  }

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

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

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

  .rounded-\[104\.447px\] {
    border-radius: 104.447px;
  }

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

  .rounded-\[1033\.97px\] {
    border-radius: 1033.97px;
  }

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-br-\[1\.044px\] {
    border-bottom-right-radius: 1.044px;
  }

  .rounded-bl-\[1\.044px\] {
    border-bottom-left-radius: 1.044px;
  }

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

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

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

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

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

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

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

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

  .border-\[rgba\(26\,26\,26\,0\.2\)\] {
    border-color: #1a1a1a33;
  }

  .border-neutral-50 {
    border-color: var(--color-neutral-50);
  }

  .border-neutral-100 {
    border-color: var(--color-neutral-100);
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .border-sky-100 {
    border-color: var(--color-sky-100);
  }

  .border-sky-300 {
    border-color: var(--color-sky-300);
  }

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

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

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

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

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

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

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

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

  .bg-\[rgba\(206\,210\,217\,0\.9\)\] {
    background-color: #ced2d9e6;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

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

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

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

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

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

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

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

  .to-\[rgba\(232\,232\,233\,0\)\] {
    --tw-gradient-to: #e8e8e900;
    --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-slate-200 {
    --tw-gradient-to: var(--color-slate-200);
    --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));
  }

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

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

  .mask-size-\[104\.03\%_944px\] {
    mask-size: 104.03% 944px;
  }

  .mask-size-\[118\.67\%_944px\] {
    mask-size: 118.67% 944px;
  }

  .mask-size-\[452px_102\.22\%\] {
    mask-size: 452px 102.22%;
  }

  .mask-size-\[452px_944px\] {
    mask-size: 452px 944px;
  }

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

  .mask-position-\[-2\.07\%_-1px\] {
    mask-position: -2.07% -1px;
  }

  .mask-position-\[-3\.512px_-1\.08\%\] {
    mask-position: -3.512px -1.08%;
  }

  .mask-position-\[-9\.35\%_-921\.5px\] {
    mask-position: -9.35% -921.5px;
  }

  .mask-position-\[-389\.5px_-1\.08\%\] {
    mask-position: -389.5px -1.08%;
  }

  .mask-position-\[-445px_-96px\] {
    mask-position: -445px -96px;
  }

  .mask-position-\[-445px_-842px\] {
    mask-position: -445px -842px;
  }

  .mask-position-\[0px_-96px\] {
    mask-position: 0 -96px;
  }

  .mask-position-\[0px_-842px\] {
    mask-position: 0 -842px;
  }

  .mask-position-\[1px_-186px\] {
    mask-position: 1px -186px;
  }

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

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

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

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

  .p-\[4\.178px\] {
    padding: 4.178px;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .p-\[8\.356px\] {
    padding: 8.356px;
  }

  .p-\[12\.534px\] {
    padding: 12.534px;
  }

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

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

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

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

  .px-\[16\.712px\] {
    padding-inline: 16.712px;
  }

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

  .px-\[29\.245px\] {
    padding-inline: 29.245px;
  }

  .px-\[43\.868px\] {
    padding-inline: 43.868px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-\[2\.089px\] {
    padding-block: 2.089px;
  }

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

  .py-\[8\.356px\] {
    padding-block: 8.356px;
  }

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

  .py-\[10\.445px\] {
    padding-block: 10.445px;
  }

  .py-\[12\.534px\] {
    padding-block: 12.534px;
  }

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

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

  .pt-\[55\.368px\] {
    padding-top: 55.368px;
  }

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

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pr-\[24px\] {
    padding-right: 24px;
  }

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

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

  .pb-\[16\.712px\] {
    padding-bottom: 16.712px;
  }

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

  .pl-\[4px\] {
    padding-left: 4px;
  }

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

  .pl-\[62\.68px\] {
    padding-left: 62.68px;
  }

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

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

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

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

  .font-\[\'SF_Pro\:Bold\'\,_sans-serif\] {
    font-family: SF Pro\:Bold, sans-serif;
  }

  .font-\[\'SF_Pro\:Semibold\'\,_sans-serif\] {
    font-family: SF Pro\:Semibold, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Light\'\,_sans-serif\] {
    font-family: SF Pro Text\:Light, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Regular\'\,_sans-serif\] {
    font-family: SF Pro Text\:Regular, sans-serif;
  }

  .text-\[10\.445px\] {
    font-size: 10.445px;
  }

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

  .text-\[11\.489px\] {
    font-size: 11.489px;
  }

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

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

  .text-\[14\.623px\] {
    font-size: 14.623px;
  }

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

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

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

  .text-\[18\.801px\] {
    font-size: 18.801px;
  }

  .text-\[25\.067px\] {
    font-size: 25.067px;
  }

  .text-\[25\.728px\] {
    font-size: 25.728px;
  }

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

  .leading-\[12\.534px\] {
    --tw-leading: 12.534px;
    line-height: 12.534px;
  }

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

  .leading-\[14\.623px\] {
    --tw-leading: 14.623px;
    line-height: 14.623px;
  }

  .leading-\[16\.712px\] {
    --tw-leading: 16.712px;
    line-height: 16.712px;
  }

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

  .leading-\[18\.801px\] {
    --tw-leading: 18.801px;
    line-height: 18.801px;
  }

  .leading-\[20\.89px\] {
    --tw-leading: 20.89px;
    line-height: 20.89px;
  }

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

  .leading-\[25\.067px\] {
    --tw-leading: 25.067px;
    line-height: 25.067px;
  }

  .leading-\[33\.423px\] {
    --tw-leading: 33.423px;
    line-height: 33.423px;
  }

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

  .font-\[590\] {
    --tw-font-weight: 590;
    font-weight: 590;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-pre {
    white-space: pre;
  }

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

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

  .text-\[rgba\(26\,26\,26\,0\.5\)\] {
    color: #1a1a1a80;
  }

  .text-\[rgba\(26\,26\,26\,0\.7\)\] {
    color: #1a1a1ab3;
  }

  .text-\[rgba\(26\,26\,26\,0\.9\)\] {
    color: #1a1a1ae6;
  }

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

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-neutral-500 {
    color: var(--color-neutral-500);
  }

  .text-neutral-900 {
    color: var(--color-neutral-900);
  }

  .text-pink-500 {
    color: var(--color-pink-500);
  }

  .text-purple-500 {
    color: var(--color-purple-500);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.35\] {
    opacity: .35;
  }

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

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

  .shadow-\[0px_0\.25px_0px_0\.5px_rgba\(255\,255\,255\,0\.03\)\,0px_0px_0px_0\.25px_rgba\(0\,0\,0\,0\.03\)\,0px_0px_1px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px .25px 0px .5px var(--tw-shadow-color, #ffffff08), 0px 0px 0px .25px var(--tw-shadow-color, #00000008), 0px 0px 1px 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_0px_1px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 1px 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_1\.044px_4\.178px_0px_\#99d4ff\] {
    --tw-shadow: 0px 1.044px 4.178px 0px var(--tw-shadow-color, #99d4ff);
    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_1\.072px_0px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 1.072px 0px 0px var(--tw-shadow-color, #0000004d);
    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\.089px_2\.089px_-3\.133px_rgba\(0\,0\,0\,0\.02\)\,0px_4\.178px_6\.267px_-2\.089px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0px 2.089px 2.089px -3.133px var(--tw-shadow-color, #00000005), 0px 4.178px 6.267px -2.089px var(--tw-shadow-color, #0000000a);
    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_4\.178px_2\.089px_-3\.133px_rgba\(4\,34\,83\,0\.4\)\,0px_6\.267px_6\.267px_-2\.089px_rgba\(2\,82\,212\,0\.16\)\] {
    --tw-shadow: 0px 4.178px 2.089px -3.133px var(--tw-shadow-color, #04225366), 0px 6.267px 6.267px -2.089px var(--tw-shadow-color, #0252d429);
    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_4\.178px_4\.178px_-3\.133px_rgba\(9\,9\,9\,0\.08\)\,0px_4\.178px_8\.356px_-2\.089px_rgba\(18\,18\,18\,0\.06\)\,0px_2\.089px_2\.089px_-2\.089px_rgba\(20\,20\,20\,0\.16\)\] {
    --tw-shadow: 0px 4.178px 4.178px -3.133px var(--tw-shadow-color, #09090914), 0px 4.178px 8.356px -2.089px var(--tw-shadow-color, #1212120f), 0px 2.089px 2.089px -2.089px var(--tw-shadow-color, #14141429);
    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_5\.222px_2\.609px_-3\.911px_rgba\(4\,34\,83\,0\.4\)\,0px_7\.831px_7\.831px_-2\.609px_rgba\(2\,82\,212\,0\.16\)\] {
    --tw-shadow: 0px 5.222px 2.609px -3.911px var(--tw-shadow-color, #04225366), 0px 7.831px 7.831px -2.609px var(--tw-shadow-color, #0252d429);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[3\.133px_3\.133px_3\.133px_-2\.089px_inset_rgba\(255\,255\,255\,0\.16\)\,-3\.133px_-3\.133px_3\.133px_-1\.044px_inset_rgba\(255\,255\,255\,0\.16\)\] {
    --tw-shadow: 3.133px 3.133px 3.133px -2.089px inset var(--tw-shadow-color, #ffffff29), -3.133px -3.133px 3.133px -1.044px inset var(--tw-shadow-color, #ffffff29);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[3\.911px_3\.911px_3\.911px_-2\.609px_inset_rgba\(255\,255\,255\,0\.16\)\,-3\.911px_-3\.911px_3\.911px_-1\.306px_inset_rgba\(255\,255\,255\,0\.16\)\] {
    --tw-shadow: 3.911px 3.911px 3.911px -2.609px inset var(--tw-shadow-color, #ffffff29), -3.911px -3.911px 3.911px -1.306px inset var(--tw-shadow-color, #ffffff29);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[1px\] {
    --tw-blur: blur(1px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[7\.286px\] {
    --tw-blur: blur(7.286px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[43\.845px\] {
    --tw-blur: blur(43.845px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[37\.52px\] {
    --tw-backdrop-blur: blur(37.52px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

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

  .fade-in {
    --tw-enter-opacity: 0;
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
