/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-800: oklch(.278 .033 256.848);
    --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-in-out: cubic-bezier(.4, 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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

  .top-\[-7\.3\%\] {
    top: -7.3%;
  }

  .top-\[-10\.61\%\] {
    top: -10.61%;
  }

  .top-\[-11\.47\%\] {
    top: -11.47%;
  }

  .top-\[-12\.89\%\] {
    top: -12.89%;
  }

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

  .top-\[-55\.92\%\] {
    top: -55.92%;
  }

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

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

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

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

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

  .top-\[23\.86\%\] {
    top: 23.86%;
  }

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

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

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

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

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

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

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

  .left-\[-4\.54\%\] {
    left: -4.54%;
  }

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

  .left-\[-9\.6\%\] {
    left: -9.6%;
  }

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

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

  .left-\[-16\.05\%\] {
    left: -16.05%;
  }

  .left-\[-22\.15\%\] {
    left: -22.15%;
  }

  .left-\[-25\.01\%\] {
    left: -25.01%;
  }

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

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

  .left-\[1\.24\%\] {
    left: 1.24%;
  }

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

  .left-\[2\.3\%\] {
    left: 2.3%;
  }

  .left-\[2\.42\%\] {
    left: 2.42%;
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

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

  .mt-auto {
    margin-top: auto;
  }

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .aspect-\[638\/440\] {
    aspect-ratio: 638 / 440;
  }

  .aspect-\[3072\/4080\] {
    aspect-ratio: 3072 / 4080;
  }

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

  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

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

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

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

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

  .h-\[35\.97\%\] {
    height: 35.97%;
  }

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

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

  .h-\[101\.17\%\] {
    height: 101.17%;
  }

  .h-\[105\.91\%\] {
    height: 105.91%;
  }

  .h-\[113\.73\%\] {
    height: 113.73%;
  }

  .h-\[118\.01\%\] {
    height: 118.01%;
  }

  .h-\[119\.77\%\] {
    height: 119.77%;
  }

  .h-\[120\.56\%\] {
    height: 120.56%;
  }

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

  .h-\[122\.29\%\] {
    height: 122.29%;
  }

  .h-\[123\.28\%\] {
    height: 123.28%;
  }

  .h-\[129\.33\%\] {
    height: 129.33%;
  }

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

  .h-\[140\.3\%\] {
    height: 140.3%;
  }

  .h-\[151\.69\%\] {
    height: 151.69%;
  }

  .h-\[159\.55\%\] {
    height: 159.55%;
  }

  .h-\[170\.37\%\] {
    height: 170.37%;
  }

  .h-\[175\.49\%\] {
    height: 175.49%;
  }

  .h-\[196\.54\%\] {
    height: 196.54%;
  }

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

  .h-\[270\.83\%\] {
    height: 270.83%;
  }

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

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

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

  .h-\[426\.98\%\] {
    height: 426.98%;
  }

  .h-\[586\.24\%\] {
    height: 586.24%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[441\.3793029785156px\] {
    max-height: 441.379px;
  }

  .max-h-\[690\.625px\] {
    max-height: 690.625px;
  }

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

  .min-h-\[248\.27584838867188px\] {
    min-height: 248.276px;
  }

  .min-h-\[478\.125px\] {
    min-height: 478.125px;
  }

  .min-h-full {
    min-height: 100%;
  }

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

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

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

  .w-\[97\.7\%\] {
    width: 97.7%;
  }

  .w-\[97\.68\%\] {
    width: 97.68%;
  }

  .w-\[98\.28\%\] {
    width: 98.28%;
  }

  .w-\[99\.45\%\] {
    width: 99.45%;
  }

  .w-\[99\.71\%\] {
    width: 99.71%;
  }

  .w-\[100\.7\%\] {
    width: 100.7%;
  }

  .w-\[101\.53\%\] {
    width: 101.53%;
  }

  .w-\[101\.98\%\] {
    width: 101.98%;
  }

  .w-\[120\.97\%\] {
    width: 120.97%;
  }

  .w-\[127\.38\%\] {
    width: 127.38%;
  }

  .w-\[129\.96\%\] {
    width: 129.96%;
  }

  .w-\[134\.7\%\] {
    width: 134.7%;
  }

  .w-\[147\.85\%\] {
    width: 147.85%;
  }

  .w-\[152\.23\%\] {
    width: 152.23%;
  }

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

  .flex-grow {
    flex-grow: 1;
  }

  .-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-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

  .content-start {
    align-content: flex-start;
  }

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

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

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

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

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

  .rounded-lg {
    border-radius: var(--radius);
  }

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

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

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

  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

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

  .delay-100 {
    transition-delay: .1s;
  }

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

  .delay-100 {
    animation-delay: .1s;
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
  }

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

  @media (width >= 501px) {
    .min-\[501px\]\:flex {
      display: flex;
    }
  }

  @media (width >= 501px) {
    .min-\[501px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 501px) {
    .min-\[501px\]\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 501px) {
    .min-\[501px\]\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .sm\:relative {
      position: relative;
    }
  }

  @media (width >= 40rem) {
    .sm\:inset-auto {
      inset: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:top-\[25px\] {
      top: 25px;
    }
  }

  @media (width >= 40rem) {
    .sm\:top-\[75px\] {
      top: 75px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[48px\] {
      height: 48px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[60px\] {
      height: 60px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[180px\] {
      height: 180px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[200px\] {
      height: 200px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[350px\] {
      height: 350px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[400px\] {
      height: 400px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[500px\] {
      height: 500px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[550px\] {
      height: 550px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[750px\] {
      height: 750px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-auto {
      height: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-h-\[400px\] {
      max-height: 400px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-full {
      width: 100%;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[16px\] {
      gap: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[60px\] {
      gap: 60px;
    }
  }

  @media (width >= 40rem) {
    .sm\:object-contain {
      object-fit: contain;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[16px\] {
      padding: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[24px\] {
      padding: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[16px\] {
      padding-inline: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[24px\] {
      padding-block: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[12px\] {
      font-size: 12px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[50px\] {
      font-size: 50px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[20px\] {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[22px\] {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[40px\] {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:relative {
      position: relative;
    }
  }

  @media (width >= 48rem) {
    .md\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[35px\] {
      top: 35px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[85px\] {
      top: 85px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[56px\] {
      height: 56px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[80px\] {
      height: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[200px\] {
      height: 200px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[280px\] {
      height: 280px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[500px\] {
      height: 500px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[550px\] {
      height: 550px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[750px\] {
      height: 750px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[950px\] {
      height: 950px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[1050px\] {
      height: 1050px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-auto {
      height: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:h-full {
      height: 100%;
    }
  }

  @media (width >= 48rem) {
    .md\:max-h-\[600px\] {
      max-height: 600px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[220px\] {
      width: 220px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[464px\] {
      width: 464px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[465px\] {
      width: 465px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:w-full {
      width: 100%;
    }
  }

  @media (width >= 48rem) {
    .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[16px\] {
      gap: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:object-cover {
      object-fit: cover;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[24px\] {
      padding: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[32px\] {
      padding: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[32px\] {
      padding-inline: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[32px\] {
      padding-block: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[60px\] {
      font-size: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[22px\] {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[32px\] {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[52px\] {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[56px\] {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[100px\] {
      gap: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[48px\] {
      padding: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[48px\] {
      padding-inline: 48px;
    }
  }
}

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

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

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

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

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

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

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