/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #F3F3F3;
    --color-gray80: #DDDDDD;
    --font-inter: 'Inter';
    --font-general-r: 'General Regular';
    --text-h1: clamp(1.875rem, 1.3rem + 2.875vw, 4.75rem);
    --text-h2: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    --text-16: clamp(0.25rem, 0.1rem + 0.75vw, 1rem);
    --text-20: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
    --text-24: clamp(0.9375rem, 0.825rem + 0.5625vw, 1.5rem);
    --text-30: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    --text-42: clamp(1rem, 0.675rem + 1.625vw, 2.625rem);
    --text-60: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    --text-12: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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, 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  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;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::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 utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[40px\] {
    top: 40px;
  }
  .right-\[-35px\] {
    right: -35px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-35px\] {
    left: -35px;
  }
  .left-\[45px\] {
    left: 45px;
  }
  .left-\[85px\] {
    left: 85px;
  }
  .left-\[130px\] {
    left: 130px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .\!mx-\[30px\] {
    margin-inline: 30px !important;
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[24px\] {
    margin-block: 24px;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-10\%\] {
    margin-top: -10%;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[71px\] {
    margin-top: 71px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[33\.99px\] {
    margin-bottom: 33.99px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[77px\] {
    margin-bottom: 77px;
  }
  .-ml-\[120px\] {
    margin-left: calc(120px * -1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[332px\] {
    height: 332px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[360px\] {
    max-height: 360px;
  }
  .max-h-\[397px\] {
    max-height: 397px;
  }
  .max-h-\[776px\] {
    max-height: 776px;
  }
  .w-\[49\%\] {
    width: 49%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .\!max-w-\[30vw\] {
    max-width: 30vw !important;
  }
  .\!max-w-\[220px\] {
    max-width: 220px !important;
  }
  .max-w-\[85\%\] {
    max-width: 85%;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[188px\] {
    max-width: 188px;
  }
  .max-w-\[192px\] {
    max-width: 192px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[468px\] {
    max-width: 468px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[537px\] {
    max-width: 537px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[737px\] {
    max-width: 737px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[807px\] {
    max-width: 807px;
  }
  .max-w-\[813px\] {
    max-width: 813px;
  }
  .max-w-\[872px\] {
    max-width: 872px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[1330px\] {
    max-width: 1330px;
  }
  .max-w-\[1340px\] {
    max-width: 1340px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1422px\] {
    max-width: 1422px;
  }
  .max-w-\[1425px\] {
    max-width: 1425px;
  }
  .max-w-\[1428px\] {
    max-width: 1428px;
  }
  .max-w-\[1429px\] {
    max-width: 1429px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1450px\] {
    max-width: 1450px;
  }
  .max-w-\[1470px\] {
    max-width: 1470px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-\[1850px\] {
    max-width: 1850px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[37px\] {
    gap: 37px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[86px\] {
    gap: 86px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .divide-y {
    :where(& > :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(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .\!rounded-\[20px\] {
    border-radius: 20px !important;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-full {
    border-bottom-right-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#B7B7B7\] {
    border-color: #B7B7B7;
  }
  .border-\[\#B9B9B9\] {
    border-color: #B9B9B9;
  }
  .border-\[\#BDBDBD\] {
    border-color: #BDBDBD;
  }
  .border-\[\#D5E2BC\] {
    border-color: #D5E2BC;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray80 {
    border-color: var(--color-gray80);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-\[\#B7B7B7\] {
    border-bottom-color: #B7B7B7;
  }
  .bg-\[\#5F0FFF\] {
    background-color: #5F0FFF;
  }
  .bg-\[\#01162B\] {
    background-color: #01162B;
  }
  .bg-\[\#4600D1\] {
    background-color: #4600D1;
  }
  .bg-\[\#33374E\] {
    background-color: #33374E;
  }
  .bg-\[\#E0DFFF\] {
    background-color: #E0DFFF;
  }
  .bg-\[\#F3F3F3\] {
    background-color: #F3F3F3;
  }
  .bg-\[\#f2f2ff\] {
    background-color: #f2f2ff;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-radial {
    --tw-gradient-position: in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .bg-radial-\[at_25\%_0\%\] {
    --tw-gradient-position: at 25% 0%;
    background-image: radial-gradient(var(--tw-gradient-stops,at 25% 0%));
  }
  .\[background-image\:linear-gradient\(96deg\,\#5F43EE_0\%\,\#0B0E1F_55\%\)\] {
    background-image: linear-gradient(96deg,#5F43EE 0%,#0B0E1F 55%);
  }
  .\[background-image\:linear-gradient\(96deg\,\#5F43EE_30\%\,\#0B0E1F_55\%\)\] {
    background-image: linear-gradient(96deg,#5F43EE 30%,#0B0E1F 55%);
  }
  .\[background-image\:linear-gradient\(105deg\,\#5F43EE_0\%\,\#000_82\%\)\] {
    background-image: linear-gradient(105deg,#5F43EE 0%,#000 82%);
  }
  .bg-\[linear-gradient\(101deg\,_\#000_0\%\,_\#5F0FFF_0\%\,_\#000\)\] {
    background-image: linear-gradient(101deg, #000 0%, #5F0FFF 0%, #000);
  }
  .from-\[\#5F43EE\] {
    --tw-gradient-from: #5F43EE;
    --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-\[\#ffffff59\] {
    --tw-gradient-from: #ffffff59;
    --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-black {
    --tw-gradient-from: var(--color-black);
    --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-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --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-0\% {
    --tw-gradient-from-position: 0%;
  }
  .via-black {
    --tw-gradient-via: var(--color-black);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/40 {
    --tw-gradient-via: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#000\] {
    --tw-gradient-to: #000;
    --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-\[\#ffffff59\] {
    --tw-gradient-to: #ffffff59;
    --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-black {
    --tw-gradient-to: var(--color-black);
    --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-transparent {
    --tw-gradient-to: transparent;
    --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-30\% {
    --tw-gradient-to-position: 30%;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .stroke-gray-700 {
    stroke: var(--color-gray-700);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[13px\] {
    padding: 13px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-13 {
    padding-inline: calc(var(--spacing) * 13);
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[41px\] {
    padding-top: 41px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[29px\] {
    padding-bottom: 29px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[39px\] {
    padding-left: 39px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .font-general-r {
    font-family: var(--font-general-r);
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[13px\] {
    font-size: 13px !important;
  }
  .text-16 {
    font-size: var(--text-16);
  }
  .text-20 {
    font-size: var(--text-20);
  }
  .text-24 {
    font-size: var(--text-24);
  }
  .text-30 {
    font-size: var(--text-30);
  }
  .text-42 {
    font-size: var(--text-42);
  }
  .text-60 {
    font-size: var(--text-60);
  }
  .text-\[14\.25px\] {
    font-size: 14.25px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.13px\] {
    font-size: 15.13px;
  }
  .text-\[15\.35px\] {
    font-size: 15.35px;
  }
  .text-\[16\.21px\] {
    font-size: 16.21px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17\.50px\] {
    font-size: 17.50px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-h1 {
    font-size: var(--text-h1);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .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);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0B0E1F\] {
    color: #0B0E1F;
  }
  .text-\[\#0b0e1f\] {
    color: #0b0e1f;
  }
  .text-\[\#5F43EE\] {
    color: #5F43EE;
  }
  .text-\[\#33374E\] {
    color: #33374E;
  }
  .text-\[\#064429\] {
    color: #064429;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_0_100px_100px_rgba\(0\,0\,0\,0\)\] {
    --tw-shadow: inset 0 0 100px 100px var(--tw-shadow-color, rgba(0,0,0,0));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    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-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: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-open\:block {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: block;
    }
  }
  .group-open\:hidden {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: none;
    }
  }
  .group-open\:animate-pulse {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      animation: var(--animate-pulse);
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        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,);
      }
    }
  }
  .group-\[\.active\]\:text-white {
    &:is(:where(.group):is(.active) *) {
      color: var(--color-white);
    }
  }
  .group-\[\.active\]\:invert {
    &:is(:where(.group):is(.active) *) {
      --tw-invert: invert(100%);
      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,);
    }
  }
  .placeholder\:font-sans {
    &::placeholder {
      font-family: var(--font-sans);
    }
  }
  .placeholder\:font-medium {
    &::placeholder {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .placeholder\:text-\[\#0B0E1F\] {
    &::placeholder {
      color: #0B0E1F;
    }
  }
  .hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .hover\:bg-\[\#4600d1\] {
    &:hover {
      @media (hover: hover) {
        background-color: #4600d1;
      }
    }
  }
  .hover\:bg-\[\#33374e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #33374e;
      }
    }
  }
  .hover\:bg-\[linear-gradient\(101deg\,_\#000_0\%\,_\#5F0FFF_0\%\,_\#000\)\] {
    &:hover {
      @media (hover: hover) {
        background-image: linear-gradient(101deg, #000 0%, #5F0FFF 0%, #000);
      }
    }
  }
  .hover\:shadow-inner {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#4600D1\] {
    &:focus {
      --tw-ring-color: #4600D1;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-\[1279px\]\:right-\[-22px\] {
    @media (width < 1279px) {
      right: -22px;
    }
  }
  .max-\[1279px\]\:left-\[-22px\] {
    @media (width < 1279px) {
      left: -22px;
    }
  }
  .max-\[1279px\]\:\!max-w-\[39vw\] {
    @media (width < 1279px) {
      max-width: 39vw !important;
    }
  }
  .max-\[1144px\]\:mb-5 {
    @media (width < 1144px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[1144px\]\:mb-\[10px\] {
    @media (width < 1144px) {
      margin-bottom: 10px;
    }
  }
  .max-\[1144px\]\:mb-\[28px\] {
    @media (width < 1144px) {
      margin-bottom: 28px;
    }
  }
  .max-\[1144px\]\:flex-wrap-reverse {
    @media (width < 1144px) {
      flex-wrap: wrap-reverse;
    }
  }
  .max-\[1144px\]\:gap-4 {
    @media (width < 1144px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-\[980px\]\:flex-col {
    @media (width < 980px) {
      flex-direction: column;
    }
  }
  .max-\[820px\]\:gap-5 {
    @media (width < 820px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-\[770px\]\:mt-5 {
    @media (width < 770px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-\[770px\]\:mb-5 {
    @media (width < 770px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[770px\]\:gap-\[20px\] {
    @media (width < 770px) {
      gap: 20px;
    }
  }
  .max-\[770px\]\:text-center {
    @media (width < 770px) {
      text-align: center;
    }
  }
  .max-\[768px\]\:\!right-0 {
    @media (width < 768px) {
      right: calc(var(--spacing) * 0) !important;
    }
  }
  .max-\[600px\]\:\!top-0 {
    @media (width < 600px) {
      top: calc(var(--spacing) * 0) !important;
    }
  }
  .max-\[455px\]\:\!top-\[50px\] {
    @media (width < 455px) {
      top: 50px !important;
    }
  }
  .max-\[455px\]\:\!max-w-\[98vw\] {
    @media (width < 455px) {
      max-width: 98vw !important;
    }
  }
  .max-\[455px\]\:p-\[7px\] {
    @media (width < 455px) {
      padding: 7px;
    }
  }
  .max-\[389px\]\:text-12 {
    @media (width < 389px) {
      font-size: var(--text-12);
    }
  }
  .max-xl\:hidden {
    @media (width < 80rem) {
      display: none;
    }
  }
  .max-xl\:flex-col {
    @media (width < 80rem) {
      flex-direction: column;
    }
  }
  .max-lg\:top-\[-60px\] {
    @media (width < 64rem) {
      top: -60px;
    }
  }
  .max-lg\:top-\[0px\] {
    @media (width < 64rem) {
      top: 0px;
    }
  }
  .max-lg\:top-\[100px\] {
    @media (width < 64rem) {
      top: 100px;
    }
  }
  .max-lg\:-right-10 {
    @media (width < 64rem) {
      right: calc(var(--spacing) * -10);
    }
  }
  .max-lg\:right-0 {
    @media (width < 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:left-0 {
    @media (width < 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mx-auto {
    @media (width < 64rem) {
      margin-inline: auto;
    }
  }
  .max-lg\:mb-5 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:\!max-w-\[40vw\] {
    @media (width < 64rem) {
      max-width: 40vw !important;
    }
  }
  .max-lg\:\!max-w-\[60vw\] {
    @media (width < 64rem) {
      max-width: 60vw !important;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:px-\[50px\] {
    @media (width < 64rem) {
      padding-inline: 50px;
    }
  }
  .max-lg\:pt-\[4px\] {
    @media (width < 64rem) {
      padding-top: 4px;
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-lg\:text-\[13px\] {
    @media (width < 64rem) {
      font-size: 13px;
    }
  }
  .max-md\:mt-5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mt-\[-14\%\] {
    @media (width < 48rem) {
      margin-top: -14%;
    }
  }
  .max-md\:mt-\[30px\] {
    @media (width < 48rem) {
      margin-top: 30px;
    }
  }
  .max-md\:block {
    @media (width < 48rem) {
      display: block;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:w-\[90\%\] {
    @media (width < 48rem) {
      width: 90%;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:\!max-w-\[80vw\] {
    @media (width < 48rem) {
      max-width: 80vw !important;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-col-reverse {
    @media (width < 48rem) {
      flex-direction: column-reverse;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:\!gap-5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 5) !important;
    }
  }
  .max-md\:gap-5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-md\:gap-\[50px\] {
    @media (width < 48rem) {
      gap: 50px;
    }
  }
  .max-md\:gap-\[100px\] {
    @media (width < 48rem) {
      gap: 100px;
    }
  }
  .max-md\:px-5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-md\:px-\[20px\] {
    @media (width < 48rem) {
      padding-inline: 20px;
    }
  }
  .max-md\:py-\[25px\] {
    @media (width < 48rem) {
      padding-block: 25px;
    }
  }
  .max-md\:pt-\[120px\] {
    @media (width < 48rem) {
      padding-top: 120px;
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:gap-\[7px\] {
    @media (width < 40rem) {
      gap: 7px;
    }
  }
  .min-\[340px\]\:gap-5 {
    @media (width >= 340px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .min-\[347px\]\:mt-\[20\%\] {
    @media (width >= 347px) {
      margin-top: 20%;
    }
  }
  .min-\[352px\]\:text-30 {
    @media (width >= 352px) {
      font-size: var(--text-30);
    }
  }
  .min-\[425px\]\:text-\[18px\] {
    @media (width >= 425px) {
      font-size: 18px;
    }
  }
  .min-\[455px\]\:text-20 {
    @media (width >= 455px) {
      font-size: var(--text-20);
    }
  }
  .min-\[455px\]\:text-h2 {
    @media (width >= 455px) {
      font-size: var(--text-h2);
    }
  }
  .min-\[531px\]\:mt-\[150px\] {
    @media (width >= 531px) {
      margin-top: 150px;
    }
  }
  .min-\[810px\]\:\!top-\[5px\] {
    @media (width >= 810px) {
      top: 5px !important;
    }
  }
  .min-\[820px\]\:\!gap-\[100px\] {
    @media (width >= 820px) {
      gap: 100px !important;
    }
  }
  .min-\[980px\]\:sticky {
    @media (width >= 980px) {
      position: sticky;
    }
  }
  .min-\[980px\]\:max-w-\[330px\] {
    @media (width >= 980px) {
      max-width: 330px;
    }
  }
  .min-\[1142px\]\:block {
    @media (width >= 1142px) {
      display: block;
    }
  }
  .min-\[1142px\]\:hidden {
    @media (width >= 1142px) {
      display: none;
    }
  }
  .min-\[1200px\]\:flex-nowrap {
    @media (width >= 1200px) {
      flex-wrap: nowrap;
    }
  }
  .min-\[1206px\]\:\!right-0 {
    @media (width >= 1206px) {
      right: calc(var(--spacing) * 0) !important;
    }
  }
  .min-\[1906px\]\:\!gap-\[80px\] {
    @media (width >= 1906px) {
      gap: 80px !important;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:py-1 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .md\:-top-\[8px\] {
    @media (width >= 48rem) {
      top: calc(8px * -1);
    }
  }
  .md\:right-10 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[52px\] {
    @media (width >= 48rem) {
      margin-top: 52px;
    }
  }
  .md\:mt-\[71px\] {
    @media (width >= 48rem) {
      margin-top: 71px;
    }
  }
  .md\:mt-\[95px\] {
    @media (width >= 48rem) {
      margin-top: 95px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mr-\[20px\] {
    @media (width >= 48rem) {
      margin-right: 20px;
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-\[30px\] {
    @media (width >= 48rem) {
      margin-bottom: 30px;
    }
  }
  .md\:mb-\[77px\] {
    @media (width >= 48rem) {
      margin-bottom: 77px;
    }
  }
  .md\:ml-\[20px\] {
    @media (width >= 48rem) {
      margin-left: 20px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .min-md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-\[332px\] {
    @media (width >= 48rem) {
      height: 332px;
    }
  }
  .md\:h-\[397px\] {
    @media (width >= 48rem) {
      height: 397px;
    }
  }
  .md\:h-\[416px\] {
    @media (width >= 48rem) {
      height: 416px;
    }
  }
  .md\:h-\[467px\] {
    @media (width >= 48rem) {
      height: 467px;
    }
  }
  .md\:max-h-\[508px\] {
    @media (width >= 48rem) {
      max-height: 508px;
    }
  }
  .md\:min-h-\[300px\] {
    @media (width >= 48rem) {
      min-height: 300px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[227px\] {
    @media (width >= 48rem) {
      width: 227px;
    }
  }
  .md\:w-\[327px\] {
    @media (width >= 48rem) {
      width: 327px;
    }
  }
  .md\:w-\[447px\] {
    @media (width >= 48rem) {
      width: 447px;
    }
  }
  .md\:w-\[461px\] {
    @media (width >= 48rem) {
      width: 461px;
    }
  }
  .md\:max-w-\[192px\] {
    @media (width >= 48rem) {
      max-width: 192px;
    }
  }
  .md\:max-w-\[397px\] {
    @media (width >= 48rem) {
      max-width: 397px;
    }
  }
  .md\:max-w-\[496px\] {
    @media (width >= 48rem) {
      max-width: 496px;
    }
  }
  .md\:max-w-\[579px\] {
    @media (width >= 48rem) {
      max-width: 579px;
    }
  }
  .md\:max-w-\[650px\] {
    @media (width >= 48rem) {
      max-width: 650px;
    }
  }
  .md\:max-w-\[750px\] {
    @media (width >= 48rem) {
      max-width: 750px;
    }
  }
  .md\:max-w-\[813px\] {
    @media (width >= 48rem) {
      max-width: 813px;
    }
  }
  .md\:max-w-\[1076px\] {
    @media (width >= 48rem) {
      max-width: 1076px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:\!gap-\[10px\] {
    @media (width >= 48rem) {
      gap: 10px !important;
    }
  }
  .md\:gap-36 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 36);
    }
  }
  .md\:gap-\[430px\] {
    @media (width >= 48rem) {
      gap: 430px;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-\[45px\] {
    @media (width >= 48rem) {
      padding-inline: 45px;
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px;
    }
  }
  .md\:\!py-1 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 1) !important;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 48rem) {
      padding-block: 50px;
    }
  }
  .md\:py-\[62px\] {
    @media (width >= 48rem) {
      padding-block: 62px;
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pt-\[150px\] {
    @media (width >= 48rem) {
      padding-top: 150px;
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 48rem) {
      padding-bottom: 50px;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-12 {
    @media (width >= 48rem) {
      font-size: var(--text-12);
    }
  }
  .md\:text-42 {
    @media (width >= 48rem) {
      font-size: var(--text-42);
    }
  }
  .lg\:mx-40 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 40);
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:ml-60 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 60);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[467px\] {
    @media (width >= 64rem) {
      height: 467px;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 64rem) {
      width: 90%;
    }
  }
  .lg\:max-w-\[34vw\] {
    @media (width >= 64rem) {
      max-width: 34vw;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:\!gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px !important;
    }
  }
  .lg\:gap-25 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .lg\:gap-\[37px\] {
    @media (width >= 64rem) {
      gap: 37px;
    }
  }
  .lg\:gap-\[45px\] {
    @media (width >= 64rem) {
      gap: 45px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-9 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 9);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-\[35px\] {
    @media (width >= 64rem) {
      padding-inline: 35px;
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[72px\] {
    @media (width >= 64rem) {
      padding-block: 72px;
    }
  }
  .lg\:pt-13 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 13);
    }
  }
  .lg\:pt-15 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .lg\:pt-30 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 64rem) {
      padding-top: 150px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 64rem) {
      padding-top: 200px;
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-18 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:pb-25 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:leading-\[36px\] {
    @media (width >= 64rem) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .lg\:font-medium {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:ml-60 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 60);
    }
  }
  .xl\:h-\[360px\] {
    @media (width >= 80rem) {
      height: 360px;
    }
  }
  .xl\:h-\[397px\] {
    @media (width >= 80rem) {
      height: 397px;
    }
  }
  .xl\:h-\[776px\] {
    @media (width >= 80rem) {
      height: 776px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:flex-nowrap {
    @media (width >= 80rem) {
      flex-wrap: nowrap;
    }
  }
  .xl\:justify-evenly {
    @media (width >= 80rem) {
      justify-content: space-evenly;
    }
  }
  .\[\&\>div\]\:flex {
    &>div {
      display: flex;
    }
  }
  .\[\&\>div\]\:h-25 {
    &>div {
      height: calc(var(--spacing) * 25);
    }
  }
  .\[\&\>div\]\:w-\[184px\] {
    &>div {
      width: 184px;
    }
  }
  .\[\&\>div\]\:items-center {
    &>div {
      align-items: center;
    }
  }
  .\[\&\>div\]\:justify-center {
    &>div {
      justify-content: center;
    }
  }
  .\[\&\>div\]\:border-l {
    &>div {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .\[\&\>div\]\:border-gray80 {
    &>div {
      border-color: var(--color-gray80);
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'General Medium';
  src: url('./font/GeneralSans-Medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'General Regular';
  src: url('./font/GeneralSans-Regular.otf');
  font-weight: 400;
}
.text-accordion {
  color: #064429;
  font-weight: 400;
  font-size: var(--text-20);
}
.swiper-pagination-bullet-active {
  background-color: #222 !important;
}
.swiper-pagination-bullet {
  background-color: #2226 !important;
  width: 12px !important;
  height: 12px !important;
}
.heading {
  font-size: var(--text-60);
  font-weight: 500;
}
.questions {
  font-weight: 500;
  font-size: var(--text-24);
}
.header-font {
  font-size: 18px;
  font-weight: 500;
}
.active {
  background: linear-gradient(101deg, #000 0%, #5F0FFF 0%, #000);
  color: white !important;
}
@media (max-width: 600px) {
  .upgrade_left {
    top: -10% !important;
    position: relative;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-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-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-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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
