@charset "UTF-8";
/*! tailwindcss v4.1.10 | 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)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
@layer theme {
  :host,
  :root {
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}
@layer base {
  *,
  ::backdrop,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
   margin: 2px 0 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  :host,
  html {
    -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;
  }
  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;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  optgroup,
  select,
  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;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      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,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-second-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,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/3 {
    top: 33.3333%;
  }
  .top-2\/4 {
    top: 50%;
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .\!m-8 {
    margin: calc(var(--spacing) * 8) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .\!mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[300\%\] {
    max-width: 300%;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  :where(.space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 0) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 10) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  :where(.space-x-5 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 8) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  :where(.divide-y-2 > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#41435c\] {
    border-color: #41435c;
  }
  .bg-\[\#000427\] {
    background-color: #000427;
  }
  .bg-\[\#21232f\] {
    background-color: #21232f;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[15\%\] {
    padding-inline: 15%;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pr-\[25px\] {
    padding-right: 25px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .pl-\[150px\] {
    padding-left: 150px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-50 {
    opacity: 0.5;
  }
  .opacity-100 {
    opacity: 1;
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .text-shadow-\[2px_4px_\#000\] {
    text-shadow: 2px 4px var(--tw-text-shadow-color, #000);
  }
  @media (min-width: 40rem) {
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:h-fit {
      height: fit-content;
    }
    .md\:w-\[50px\] {
      width: 50px;
    }
    .md\:max-w-\[100\%\] {
      max-width: 100%;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .md\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .md\:text-\[20px\] {
      font-size: 20px;
    }
    .md\:text-\[24px\] {
      font-size: 24px;
    }
    .md\:text-\[26px\] {
      font-size: 26px;
    }
    .md\:text-\[44px\] {
      font-size: 44px;
    }
    .md\:text-\[56px\] {
      font-size: 56px;
    }
    .md\:leading-\[35px\] {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  @media (min-width: 80rem) {
    .xl\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .xl\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
    .xl\:block {
      display: block;
    }
    .xl\:grid {
      display: grid;
    }
    .xl\:min-h-\[70px\] {
      min-height: 70px;
    }
    .xl\:w-1\/2 {
      width: 50%;
    }
    .xl\:max-w-\[75\%\] {
      max-width: 75%;
    }
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-rows-1 {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    :where(.xl\:space-y-6 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
      );
    }
    :where(.xl\:space-y-10 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 10) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))
      );
    }
    :where(.xl\:space-x-10 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 10) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse))
      );
    }
    :where(.xl\:space-x-reverse > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
    .xl\:p-0 {
      padding: calc(var(--spacing) * 0);
    }
    .xl\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
    .xl\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .xl\:px-\[calc\(15vw_-_2\.5rem\)\] {
      padding-inline: calc(15vw - 2.5rem);
    }
    .xl\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .xl\:pr-20 {
      padding-right: calc(var(--spacing) * 20);
    }
    .xl\:pr-\[5\%\] {
      padding-right: 5%;
    }
    .xl\:pr-\[8\%\] {
      padding-right: 8%;
    }
    .xl\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .xl\:pl-20 {
      padding-left: calc(var(--spacing) * 20);
    }
    .xl\:pl-\[5\%\] {
      padding-left: 5%;
    }
    .xl\:pl-\[8\%\] {
      padding-left: 8%;
    }
    .xl\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .xl\:text-\[20px\] {
      font-size: 20px;
    }
    .xl\:text-\[24px\] {
      font-size: 24px;
    }
    .xl\:text-\[26px\] {
      font-size: 26px;
    }
    .xl\:text-\[48px\] {
      font-size: 48px;
    }
  }
}
.slick-dots {
  bottom: -35px !important;
}
.carousel-dots li,
.carousel-dots li button {
  background-color: #5d617c;
  width: 70px !important;
  height: 6px !important;
}
.carousel-dots li button,
.carousel-dots li.slick-active {
  background-color: #88a5f0;
}
.carousel-dots-on-images {
  bottom: 30px !important;
}
.carousel-dots-on-images li,
.carousel-dots-on-images li button {
  background-color: var(--color-white);
}
.carousel-container > div > div {
  overflow: visible !important;
}
.slick-dots li button:before {
  opacity: 0 !important;
}
.carousel-container {
  position: relative;
  overflow: hidden;
}
.carousel-item {
  outline: none;
  position: relative;
}
.carousel-item .item-img {
  transition: all 0.2s linear;
}
.carousel-item.hover-glow .item-links:hover + .item-img {
  filter: brightness(22%) drop-shadow(0 0 8px #9417ff);
}
.item-links {
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  position: absolute;
}
.carousel-item.hover-glow .item-links:hover {
  opacity: 1;
}
.reflection {
  width: 100%;
  height: 100%;
  bottom: -100%;
  transform: scaleY(-1);
  -webkit-mask-image: linear-gradient(#0000 50%, #0000004d);
  opacity: 0.6 !important;
  position: absolute !important;
}
.slick-arrow {
  z-index: 1;
  transition: all 1s;
  width: auto !important;
  height: auto !important;
}
.slick-next:before,
.slick-prev:before {
  content: "" !important;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  display: none !important;
}
.fade-edges .slick-slide {
  opacity: 0.3;
  transition: all 0.3s linear;
}
.fade-edges .slick-active.slick-slide {
  transition: all 0.2s linear;
  -webkit-mask-image: none;
  mask-image: none;
}
.fade-edges .slick-slide.slick-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.not-active-down .slick-slide {
  transform: translateY(10px);
}
.mobile-click,
.slots-with-filter-container .carousel-item:after {
  display: none;
}
@media (max-width: 1279px) {
  .carousel-dots li,
  .carousel-dots li button {
    width: 30px !important;
    height: 3px !important;
  }
  .slick-arrow.slick-prev {
    left: 0 !important;
  }
  .slick-arrow.slick-next {
    right: 0 !important;
  }
  .not-active-down .slick-slide {
    transform: translateY(0) !important;
  }
  .slick-arrow {
    width: 30px !important;
  }
  .carousel-item.hover-glow .item-links {
    display: none;
  }
  .carousel-item.hover-glow .item-links:hover {
    opacity: 0;
  }
  .mobile-click {
    z-index: 10;
    -webkit-user-drag: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.play-demo-button {
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 2px #000;
  cursor: pointer;
  background-color: #9426ff;
  border-radius: 30px;
  padding: 8px 11px;
  font-size: 18px;
  font-weight: 400;
}
.play-demo-button:hover {
  background-color: #7b12e5;
}
.social-proof-container .slick-dots {
  height: 40px;
  position: relative;
  margin-top: 50px !important;
}
.social-proof-container .slick-dots ul {
  height: 100%;
}
.social-proof-container .slick-track {
  display: flex;
}
.social-proof-container .slick-slide {
  height: inherit !important;
}
.social-proof-container .slick-slide > div {
  height: 100%;
}
:root {
  --background: #0a0a0a;
  --foreground: #171717;
  font-family: Montserrat, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: Montserrat, sans-serif;
}
nav {
  z-index: 50;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #fbccff1a;
  flex-direction: column;
  align-self: baseline;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-size: 18px;
  display: flex;
  position: fixed;
  overflow-y: scroll;
}
@media (min-width: 950px) {
  nav {
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    font-size: 15px;
    position: relative;
    overflow-y: visible;
  }
}
.header-container {
  height: 60px;
}
.hoverd-store:hover {
  filter: drop-shadow(1px 1px #022f63) drop-shadow(-1px -1px #022f63)
    drop-shadow(0 0 20px #022f63);
}
.slots-types-section {
  background: linear-gradient(#000 30%, #000);
}
@keyframes pulseGlow {
  0% {
    filter: drop-shadow(0 0 10px #6ade50);
  }
  50% {
    filter: drop-shadow(0 0 15px #6ade50);
  }
}
.glow-animation {
  animation: pulseGlow 1s infinite;
}
.hero-cta-btn {
  min-width: max-content;
  font-size: 19px;
}
@media (min-width: 48rem) {
  .hero-cta-btn {
    min-width: 340px;
    font-size: 25px;
  }
}
.hero-cta-btn {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(#02dc01 0 50%, #0bc405 51% 100%);
  border: 3px solid #20aa13;
  border-radius: 30px;
  margin-top: 10px;
  padding: 14px 20px 12px;
  font-weight: 700;
  display: block;
}
.hero-cta-btn:hover {
  background: #021201;
  border: 3px solid #20aa13;
  animation: none;
}

.hero-cta-btn1 {
  min-width: max-content;
  font-size: 19px;
}
@media (min-width: 48rem) {
  .hero-cta-btn1 {
    /* min-width: 340px;
    font-size: 25px; */
  }
}
.hero-cta-btn1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(#02dc01 0 50%, #0bc405 51% 100%);
  border: 3px solid #20aa13;
  border-radius: 30px;
  margin-top: 10px;
  padding: 14px 20px 12px;
  font-weight: 700;
  display: block;
}
.hero-cta-btn1:hover {
  background: #021201;
  border: 3px solid #20aa13;
  animation: none;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50%
    no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/_next/static/media/slick.25572f22.eot);
  src: url(/_next/static/media/slick.25572f22.eot?#iefix)
      format("embedded-opentype"),
    url(/_next/static/media/slick.653a4cbb.woff) format("woff"),
    url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),
    url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.header-menu {
  height: 64px;
}
.menu-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
@media (min-width: 1280px) {
  .menu-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-open-item {
  display: block;
}
@media (min-width: 1280px) {
  .menu-open-item {
    display: flex;
    column-gap: 0.5rem;
  }
}
.menu-open-item:hover .open-menu {
  display: block;
}
@media (min-width: 1280px) {
  .menu-open-item:hover .open-menu {
    display: flex;
  }
}
.blog-container .open-menu {
  width: 122% !important;
}
.open-menu {
  display: block;
  color: #fbccff;
  margin: 0 !important;
  position: absolute;
  top: 68px;
  left: 0;
  width: 130%;
  padding: 25px 50px;
  background: linear-gradient(
    0deg,
    rgba(66, 4, 91, 1),
    rgba(66, 3, 91, 1) 9%,
    rgba(30, 0, 41, 1)
  );
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
@media (min-width: 1280px) {
  .open-menu {
    display: none;
  }
}
.open-menu a {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  color: #fbccff;
}
.open-menu a:hover {
  border-bottom: 3px solid #88a5f0;
  color: #fff;
}
.open-menu-slots-icon img {
  -webkit-box-reflect: below;
}
.nav .logos img {
  width: 140px;
}
nav .sciplay-games {
  gap: 2.5rem;
}
@media (min-width: 1280px) {
  nav .sciplay-games {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .bookmark-cta-top {
    max-width: 400px;
  }
}
@media (min-width: 950px) {
  .menu-item:hover {
    border-bottom: 3px solid #88a5f0;
    color: #88a5f0;
  }
}
@media (max-width: 950px) {
  .menu-item {
    flex-direction: column;
    gap: 1rem;
    align-items: baseline;
    height: 70px;
  }
  .menu-item.open {
    height: auto;
    padding: 0;
    border-bottom: 0;
  }
  .menu-item.inline-links {
    font-size: 26px;
  }
  .open-menu {
    background-color: #000;
    position: static;
    padding: 0;
    width: 100%;
  }
  .menu-item.open h2 {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    color: #fbccff !important;
  }
  .menu-item,
  .menu-item:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
    color: #ffffff;
  }
  .mobile-nav {
    overflow-y: scroll;
  }
  .menu-arrow.arrow-up {
    transform: rotate(180deg);
  }
  .mobile-close .open-menu {
    height: 0;
    overflow: hidden;
  }
  .open-menu a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
  }
  .open-menu a:hover {
    color: #88a5f0;
  }
}
.blog-container .logo-wrapper .blog-link {
  display: block;
  padding-right: 17px;
}
