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

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-neutral-50: oklch(.985 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-semibold: 600;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

  .inset-\[-1\.19\%_-0\.48\%\] {
    inset: -1.19% -.48%;
  }

  .inset-\[0\.52\%_0\.16\%_1\.92\%_0\.37\%\] {
    inset: .52% .16% 1.92% .37%;
  }

  .inset-\[1\.22\%_0\.41\%_1\.22\%_0\.28\%\] {
    inset: 1.22% .41% 1.22% .28%;
  }

  .inset-\[13\.07\%_6\.46\%_11\.47\%_5\.82\%\] {
    inset: 13.07% 6.46% 11.47% 5.82%;
  }

  .inset-\[16\.23\%_0\.41\%_14\.99\%_0\.28\%\] {
    inset: 16.23% .41% 14.99% .28%;
  }

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

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

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

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

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

  .top-\[-6\.06\%\] {
    top: -6.06%;
  }

  .top-\[-33\.09\%\] {
    top: -33.09%;
  }

  .top-\[1\.22\%\] {
    top: 1.22%;
  }

  .top-\[1\.92\%\] {
    top: 1.92%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bottom-\[-100\%\] {
    bottom: -100%;
  }

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

  .bottom-\[1\.22\%\] {
    bottom: 1.22%;
  }

  .bottom-\[3\.48\%\] {
    bottom: 3.48%;
  }

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

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

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

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

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

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

  .left-\[-51\.6px\] {
    left: -51.6px;
  }

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

  .mb-0 {
    margin-bottom: 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;
  }

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

  .aspect-\[80\/22\.01\] {
    aspect-ratio: 80 / 22.01;
  }

  .aspect-\[91\/19\.94\] {
    aspect-ratio: 91 / 19.94;
  }

  .aspect-\[91\/20\.06\] {
    aspect-ratio: 91 / 20.06;
  }

  .aspect-\[108\/29\.92\] {
    aspect-ratio: 108 / 29.92;
  }

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

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

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

  .size-\[22\.627px\] {
    width: 22.627px;
    height: 22.627px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[26\.409px\] {
    height: 26.409px;
  }

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

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

  .h-\[35\.897px\] {
    height: 35.897px;
  }

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

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

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

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

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

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

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

  .h-\[112\.12\%\] {
    height: 112.12%;
  }

  .h-\[115vh\] {
    height: 115vh;
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[536\.69px\] {
    height: 536.69px;
  }

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

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

  .h-\[calc\(115vh\+40px\)\] {
    height: calc(115vh + 40px);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

  .w-\[95\.99px\] {
    width: 95.99px;
  }

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

  .w-\[99\.003px\] {
    width: 99.003px;
  }

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

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

  .w-\[109\.2px\] {
    width: 109.2px;
  }

  .w-\[109\.171px\] {
    width: 109.171px;
  }

  .w-\[109\.229px\] {
    width: 109.229px;
  }

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

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

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

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

  .w-\[129\.6px\] {
    width: 129.6px;
  }

  .w-\[129\.574px\] {
    width: 129.574px;
  }

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

  .w-\[134\.4px\] {
    width: 134.4px;
  }

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

  .w-\[142\.5px\] {
    width: 142.5px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[434\.67px\] {
    width: 434.67px;
  }

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

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

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

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

  .w-\[565\.71px\] {
    width: 565.71px;
  }

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

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

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

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

  .w-\[867\.573px\] {
    width: 867.573px;
  }

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

  .scale-\[1\.3\] {
    scale: 1.3;
  }

  .-rotate-45 {
    rotate: -45deg;
  }

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }

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

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .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-\[8px\] {
    gap: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

  .rounded-\[2\.09715e\+07px\] {
    border-radius: 20971500px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

  .border-\[rgba\(156\,243\,91\,0\.1\)\] {
    border-color: #9cf35b1a;
  }

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

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

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

  .bg-\[\#00cccc\] {
    background-color: #0cc;
  }

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgb\(250\,250\,250\)\] {
    background-color: #fafafa;
  }

  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
  }

  .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-neutral-50 {
    background-color: var(--color-neutral-50);
  }

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

  .from-\[rgba\(0\,0\,0\,0\.5\)\] {
    --tw-gradient-from: #00000080;
    --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-\[13\.665\%\] {
    --tw-gradient-from-position: 13.665%;
  }

  .from-\[61\.386\%\] {
    --tw-gradient-from-position: 61.386%;
  }

  .to-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-to: #0000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-100\% {
    --tw-gradient-to-position: 100%;
  }

  .to-\[87\.779\%\] {
    --tw-gradient-to-position: 87.779%;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

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

  .\[mask-mode\:alpha\,_luminance\] {
    mask-mode: alpha, luminance;
  }

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

  .mask-size-\[95\.99px_25\.766px\,_95\.329px_25\.766px\] {
    mask-size: 95.99px 25.766px, 95.329px 25.766px;
  }

  .mask-size-\[109\.171px_24\.066px\] {
    mask-size: 109.171px 24.066px;
  }

  .mask-size-\[109\.229px_23\.351px\] {
    mask-size: 109.229px 23.351px;
  }

  .mask-size-\[867\.573px_460px\] {
    mask-size: 867.573px 460px;
  }

  .mask-size-\[1120px_593\.84px\] {
    mask-size: 1120px 593.84px;
  }

  .mask-size-\[1344px_100\%\] {
    mask-size: 1344px 100%;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

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

  .mask-position-\[-0\.265px\,_0px_-3\.964px\,_-3\.964px\] {
    mask-position: -.265px, 0 -3.964px, -3.964px;
  }

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

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

  .mask-position-\[0px_152\.206px\] {
    mask-position: 0 152.206px;
  }

  .mask-position-\[0px_196\.491px\] {
    mask-position: 0 196.491px;
  }

  .mask-position-\[51\.6px_0\%\] {
    mask-position: 51.6px 0;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

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

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

  .object-\[center_right\] {
    object-position: center right;
  }

  .object-bottom {
    object-position: bottom;
  }

  .object-right {
    object-position: right;
  }

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

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

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

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

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

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

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

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

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

  .px-\[19\.2px\] {
    padding-inline: 19.2px;
  }

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

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

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

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

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

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

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

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

  .py-\[8\.686px\] {
    padding-block: 8.686px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-\[28\.8px\] {
    padding-right: 28.8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[\'Open_Sans\:Semi_Bold\'\,sans-serif\] {
    font-family: Open Sans\:Semi Bold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[22\.4px\] {
    --tw-leading: 22.4px;
    line-height: 22.4px;
  }

  .leading-\[25\.6px\] {
    --tw-leading: 25.6px;
    line-height: 25.6px;
  }

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

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

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

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

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

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

  .font-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\.4px\] {
    --tw-tracking: -.4px;
    letter-spacing: -.4px;
  }

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

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

  .tracking-\[-1\.4px\] {
    --tw-tracking: -1.4px;
    letter-spacing: -1.4px;
  }

  .tracking-\[-3\.6px\] {
    --tw-tracking: -3.6px;
    letter-spacing: -3.6px;
  }

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

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

  .tracking-\[1\.6px\] {
    --tw-tracking: 1.6px;
    letter-spacing: 1.6px;
  }

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

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-100 {
    opacity: 1;
  }

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

  .shadow-\[4px_4px_20px_0px_rgba\(219\,255\,255\,0\.1\)\] {
    --tw-shadow: 4px 4px 20px 0px var(--tw-shadow-color, #dbffff1a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

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

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

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

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

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

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .group-hover\:rotate-0:is(:where(.group):hover *) {
      rotate: none;
    }
  }

  @media (hover: hover) {
    .group-hover\:font-\[\'Roboto_Mono\:Bold\'\,sans-serif\]:is(:where(.group):hover *) {
      font-family: Roboto Mono\:Bold, sans-serif;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }

  .group-active\:font-\[\'Roboto_Mono\:Bold\'\,sans-serif\]:is(:where(.group):active *) {
    font-family: Roboto Mono\:Bold, sans-serif;
  }

  .group-active\:text-white:is(:where(.group):active *) {
    color: var(--color-white);
  }

  .group-active\:opacity-100:is(:where(.group):active *) {
    opacity: 1;
  }

  @media (hover: hover) {
    .hover\:translate-y-\[84px\]:hover {
      --tw-translate-y: 84px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#00e5e5\]:hover {
      background-color: #00e5e5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#D2EB95\]:hover {
      background-color: #d2eb95;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#EAEAEA\]:hover {
      background-color: #eaeaea;
    }
  }

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

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

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  animation: 40s linear infinite scroll-left;
}

.animate-scroll:hover {
  animation-play-state: paused;
}

.group:hover .arrow-rotation {
  transition: transform .3s;
  transform: rotate(0) !important;
}

.arrow-rotation {
  transition: transform .3s;
}

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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