/*! tailwindcss v4.2.1 | 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-amber-300: oklch(87.9% 0.169 91.605);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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);
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[-40px\] {
    top: -40px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .-mb-\[150px\] {
    margin-bottom: calc(150px * -1);
  }
  .-mb-\[350px\] {
    margin-bottom: calc(350px * -1);
  }
  .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-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[330px\] {
    height: 330px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-auto {
    height: auto;
  }
  .h-px {
    height: 1px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[47px\] {
    width: 47px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-\[44px\] {
    --tw-translate-y: calc(44px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .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-\[15px\] {
    gap: 15px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#EFEEEC15\] {
    border-color: #EFEEEC15;
  }
  .border-\[\#c1c1c1\] {
    border-color: #c1c1c1;
  }
  .border-\[\#d9d9d933\] {
    border-color: #d9d9d933;
  }
  .bg-\[\#06070b80\] {
    background-color: #06070b80;
  }
  .bg-\[\#06070b\] {
    background-color: #06070b;
  }
  .bg-\[\#545454\] {
    background-color: #545454;
  }
  .bg-\[\#EFEEEC05\] {
    background-color: #EFEEEC05;
  }
  .bg-\[\#efeeec\] {
    background-color: #efeeec;
  }
  .bg-amber-300 {
    background-color: var(--color-amber-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\/assets\/about-banner\.webp\'\)\] {
    background-image: url('./assets/about-banner.webp');
  }
  .bg-\[url\(\'\.\/assets\/axis\.webp\'\)\] {
    background-image: url('./assets/axis.webp');
  }
  .bg-\[url\(\'\.\/assets\/bannerimage2\.webp\'\)\] {
    background-image: url('./assets/bannerimage2.webp');
  }
  .bg-\[url\(\'\.\/assets\/connections\.webp\'\)\] {
    background-image: url('./assets/connections.webp');
  }
  .bg-\[url\(\'\.\/assets\/contact-banner\.avif\'\)\] {
    background-image: url('./assets/contact-banner.avif');
  }
  .bg-\[url\(\'\.\/assets\/cs-banner\.avif\'\)\] {
    background-image: url('./assets/cs-banner.avif');
  }
  .bg-\[url\(\'\.\/assets\/diana\.webp\'\)\] {
    background-image: url('./assets/diana.webp');
  }
  .bg-\[url\(\'\.\/assets\/ethan\.webp\'\)\] {
    background-image: url('./assets/ethan.webp');
  }
  .bg-\[url\(\'\.\/assets\/harvest\.webp\'\)\] {
    background-image: url('./assets/harvest.webp');
  }
  .bg-\[url\(\'\.\/assets\/imagee\.avif\'\)\] {
    background-image: url('./assets/imagee.avif');
  }
  .bg-\[url\(\'\.\/assets\/imagee2\.avif\'\)\] {
    background-image: url('./assets/imagee2.avif');
  }
  .bg-\[url\(\'\.\/assets\/imagee3\.webp\'\)\] {
    background-image: url('./assets/imagee3.webp');
  }
  .bg-\[url\(\'\.\/assets\/imagee4\.avif\'\)\] {
    background-image: url('./assets/imagee4.avif');
  }
  .bg-\[url\(\'\.\/assets\/james\.webp\'\)\] {
    background-image: url('./assets/james.webp');
  }
  .bg-\[url\(\'\.\/assets\/liam\.webp\'\)\] {
    background-image: url('./assets/liam.webp');
  }
  .bg-\[url\(\'\.\/assets\/noah\.webp\'\)\] {
    background-image: url('./assets/noah.webp');
  }
  .bg-\[url\(\'\.\/assets\/sophia\.webp\'\)\] {
    background-image: url('./assets/sophia.webp');
  }
  .bg-\[url\(\'\.\/assets\/wealth\.webp\'\)\] {
    background-image: url('./assets/wealth.webp');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .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-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[250px\] {
    padding-bottom: 250px;
  }
  .pl-1\.5 {
    padding-left: calc(var(--spacing) * 1.5);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[5px\] {
    padding-left: 5px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .leading-\[1\.7em\] {
    --tw-leading: 1.7em;
    line-height: 1.7em;
  }
  .leading-\[1\.15em\] {
    --tw-leading: 1.15em;
    line-height: 1.15em;
  }
  .leading-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.32px\] {
    --tw-tracking: -0.32px;
    letter-spacing: -0.32px;
  }
  .tracking-\[0\.2px\] {
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .tracking-\[0px\] {
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#06070B\] {
    color: #06070B;
  }
  .text-\[\#06070b66\] {
    color: #06070b66;
  }
  .text-\[\#06070b99\] {
    color: #06070b99;
  }
  .text-\[\#06070b\] {
    color: #06070b;
  }
  .text-\[\#06070bcc\] {
    color: #06070bcc;
  }
  .text-\[\#545454\] {
    color: #545454;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#969696\] {
    color: #969696;
  }
  .text-\[\#EFEEEC60\] {
    color: #EFEEEC60;
  }
  .text-\[\#EFEEEC\] {
    color: #EFEEEC;
  }
  .text-\[\#c1c1c1\] {
    color: #c1c1c1;
  }
  .text-\[\#eceeeccc\] {
    color: #eceeeccc;
  }
  .text-\[\#efeeec99\] {
    color: #efeeec99;
  }
  .text-\[\#efeeec\] {
    color: #efeeec;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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, 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-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;
  }
  .hover\:rotate-\[1\.5deg\] {
    &:hover {
      @media (hover: hover) {
        rotate: 1.5deg;
      }
    }
  }
  .hover\:text-\[\#06070b\] {
    &:hover {
      @media (hover: hover) {
        color: #06070b;
      }
    }
  }
  .hover\:text-\[\#C6FF3A\] {
    &:hover {
      @media (hover: hover) {
        color: #C6FF3A;
      }
    }
  }
  .active\:text-\[\#06070b\] {
    &:active {
      color: #06070b;
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:top-\[230px\] {
    @media (width >= 48rem) {
      top: 230px;
    }
  }
  .md\:mt-\[200px\] {
    @media (width >= 48rem) {
      margin-top: 200px;
    }
  }
  .md\:mt-\[250px\] {
    @media (width >= 48rem) {
      margin-top: 250px;
    }
  }
  .md\:mr-0 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 48rem) {
      margin-bottom: 80px;
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-\[245px\] {
    @media (width >= 48rem) {
      height: 245px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-\[620px\] {
    @media (width >= 48rem) {
      height: 620px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[140px\] {
    @media (width >= 48rem) {
      width: 140px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 48rem) {
      width: 240px;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 48rem) {
      width: 250px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 48rem) {
      gap: 60px;
    }
  }
  .md\:object-center {
    @media (width >= 48rem) {
      object-position: center;
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .md\:pt-\[140px\] {
    @media (width >= 48rem) {
      padding-top: 140px;
    }
  }
  .md\:pt-\[160px\] {
    @media (width >= 48rem) {
      padding-top: 160px;
    }
  }
  .md\:pt-\[200px\] {
    @media (width >= 48rem) {
      padding-top: 200px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-\[30px\] {
    @media (width >= 48rem) {
      padding-bottom: 30px;
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 48rem) {
      padding-bottom: 50px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px;
    }
  }
  .md\:text-\[45px\] {
    @media (width >= 48rem) {
      font-size: 45px;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-10 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:top-\[-5px\] {
    @media (width >= 64rem) {
      top: -5px;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:-mt-\[82px\] {
    @media (width >= 64rem) {
      margin-top: calc(82px * -1);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-3 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[50px\] {
    @media (width >= 64rem) {
      margin-bottom: 50px;
    }
  }
  .lg\:mb-\[70px\] {
    @media (width >= 64rem) {
      margin-bottom: 70px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[98vh\] {
    @media (width >= 64rem) {
      height: 98vh;
    }
  }
  .lg\:h-\[110px\] {
    @media (width >= 64rem) {
      height: 110px;
    }
  }
  .lg\:h-\[580px\] {
    @media (width >= 64rem) {
      height: 580px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:h-\[660px\] {
    @media (width >= 64rem) {
      height: 660px;
    }
  }
  .lg\:h-\[800px\] {
    @media (width >= 64rem) {
      height: 800px;
    }
  }
  .lg\:h-\[820px\] {
    @media (width >= 64rem) {
      height: 820px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2 / 5 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3 / 5 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 64rem) {
      width: calc(4 / 5 * 100%);
    }
  }
  .lg\:w-\[8\%\] {
    @media (width >= 64rem) {
      width: 8%;
    }
  }
  .lg\:w-\[10\%\] {
    @media (width >= 64rem) {
      width: 10%;
    }
  }
  .lg\:w-\[18\%\] {
    @media (width >= 64rem) {
      width: 18%;
    }
  }
  .lg\:w-\[22\%\] {
    @media (width >= 64rem) {
      width: 22%;
    }
  }
  .lg\:w-\[27\%\] {
    @media (width >= 64rem) {
      width: 27%;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[32\%\] {
    @media (width >= 64rem) {
      width: 32%;
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 64rem) {
      width: 35%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 64rem) {
      width: 65%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 64rem) {
      width: 75%;
    }
  }
  .lg\:w-\[78\%\] {
    @media (width >= 64rem) {
      width: 78%;
    }
  }
  .lg\:w-\[92\%\] {
    @media (width >= 64rem) {
      width: 92%;
    }
  }
  .lg\:w-\[110px\] {
    @media (width >= 64rem) {
      width: 110px;
    }
  }
  .lg\:w-\[145px\] {
    @media (width >= 64rem) {
      width: 145px;
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 64rem) {
      width: 150px;
    }
  }
  .lg\:w-\[370px\] {
    @media (width >= 64rem) {
      width: 370px;
    }
  }
  .lg\:w-\[750px\] {
    @media (width >= 64rem) {
      width: 750px;
    }
  }
  .lg\:w-\[850px\] {
    @media (width >= 64rem) {
      width: 850px;
    }
  }
  .lg\:w-\[900px\] {
    @media (width >= 64rem) {
      width: 900px;
    }
  }
  .lg\:w-\[950px\] {
    @media (width >= 64rem) {
      width: 950px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .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\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-24 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-\[70px\] {
    @media (width >= 64rem) {
      gap: 70px;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 64rem) {
      gap: 80px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:rounded-t-none {
    @media (width >= 64rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .lg\:rounded-b-none {
    @media (width >= 64rem) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .lg\:border-t-0 {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 64rem) {
      padding: 30px;
    }
  }
  .lg\:p-\[46px\] {
    @media (width >= 64rem) {
      padding: 46px;
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-2\.5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 64rem) {
      padding-top: 150px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 64rem) {
      padding-top: 200px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-4 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-7 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 64rem) {
      padding-bottom: 70px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 64rem) {
      padding-bottom: 120px;
    }
  }
  .lg\:pb-\[140px\] {
    @media (width >= 64rem) {
      padding-bottom: 140px;
    }
  }
  .lg\:pb-\[350px\] {
    @media (width >= 64rem) {
      padding-bottom: 350px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-12 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:leading-\[1\.2em\] {
    @media (width >= 64rem) {
      --tw-leading: 1.2em;
      line-height: 1.2em;
    }
  }
  .lg\:transition-all {
    @media (width >= 64rem) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .lg\:duration-300 {
    @media (width >= 64rem) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
}
@layer base {
  body {
    padding: 10px;
    background-color: #EFEEEC;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    width: 1560px !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .inter {
    font-family: "Inter", sans-serif;
  }
  .plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  h1 {
    font-size: 75px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.25em;
    letter-spacing: -4%;
  }
  h2 {
    font-size: 90px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.25em;
    letter-spacing: -4%;
  }
  h3 {
    font-size: 60px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.25em;
    letter-spacing: -4%;
  }
  h4 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3em;
    letter-spacing: -2%;
  }
  h5 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3em;
    letter-spacing: -4%;
  }
  h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.4em;
    letter-spacing: 12%;
  }
  p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    font-family: "Inter", sans-serif;
  }
  .extra-24 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3em;
    letter-spacing: -4%;
  }
  .extra-20 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 1.5em;
  }
  .extra-16 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5em;
  }
  .extra-60 {
    font-size: 60px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.25em;
    letter-spacing: -4%;
  }
  .extra-36 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3em;
    letter-spacing: -4%;
  }
  .extra-48 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.3em;
    letter-spacing: -2%;
  }
  .extra-14 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.4em;
    letter-spacing: 12%;
  }
  .ys-button {
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.4em;
    letter-spacing: -2%;
    padding: 14px 30px;
    position: relative;
    transition: 0.4s linear;
  }
  .ys-primary-btn {
    background-color: #EFEEEC;
    color: #06070B;
    border-radius: 50px;
    transition: 0.4s linear;
  }
  .ys-primary-btn:before, .ys-primary-btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #B8FF48;
    border-radius: 50px;
    transition: 0.4s linear;
    z-index: -1;
  }
  .ys-primary-btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
  }
  .ys-primary-btn:after {
    right: -20px;
    transform: translate(50%, -50%);
  }
  .ys-primary-btn:hover {
    color: #06070B;
    z-index: 1;
    border-radius: 14px;
    transition: 0.4s linear;
  }
  .ys-primary-btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-primary-btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  @-webkit-keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 100%;
      height: 375px;
    }
  }
  @keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 100%;
      height: 375px;
    }
  }
  @-webkit-keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 100%;
      height: 375px;
    }
  }
  @keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 100%;
      height: 375px;
    }
  }
  .ys-secondary-btn {
    background-color: #B8FF48;
    color: #06070B;
    border-radius: 50px;
    transition: 0.4s linear;
  }
  .ys-secondary-btn:before, .ys-secondary-btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #06070B;
    border-radius: 50px;
    transition: 0.4s linear;
    z-index: -1;
  }
  .ys-secondary-btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
  }
  .ys-secondary-btn:after {
    right: -20px;
    transform: translate(50%, -50%);
  }
  .ys-secondary-btn:hover {
    color: #fff;
    z-index: 1;
    border-radius: 14px;
    transition: 0.4s linear;
  }
  .ys-secondary-btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-secondary-btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-third-btn {
    background-color: #B8FF48;
    color: #06070B;
    border-radius: 50px;
    transition: 0.4s linear;
  }
  .ys-third-btn:before, .ys-third-btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #EFEEEC;
    border-radius: 50px;
    transition: 0.4s linear;
    z-index: -1;
  }
  .ys-third-btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
  }
  .ys-third-btn:after {
    right: -20px;
    transform: translate(50%, -50%);
  }
  .ys-third-btn:hover {
    color: #06070B;
    z-index: 1;
    border-radius: 14px;
    transition: 0.4s linear;
  }
  .ys-third-btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-third-btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .navbar {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .nav-links {
    list-style: none;
    display: flex;
    gap: 36px;
  }
  .nav-links li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    transition: 0.3s;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  .ys-roll-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1.2;
    text-decoration: none;
  }
  .ys-roll-link span {
    display: inline-block;
    position: relative;
    color: #EFEEEC;
    transition: transform 0.4s ease;
  }
  .ys-roll-link span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.4s ease;
  }
  .ys-roll-link:hover span {
    transform: translateY(-100%);
  }
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .hamburger span {
    width: 25px;
    height: 3px;
    background: #EFEEEC;
  }
  .ys-secondary-header .ys-roll-link span {
    color: #06070B;
    transition: transform 0.4s ease;
  }
  .ys-secondary-header .hamburger span {
    width: 25px;
    height: 3px;
    background: #06070B;
  }
  .ys-header-btn {
    background-color: #06070B;
    color: #EFEEEC;
    border-radius: 50px;
    transition: 0.4s linear;
  }
  .ys-header-btn:before, .ys-header-btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #B8FF48;
    border-radius: 50px;
    transition: 0.4s linear;
    z-index: -1;
  }
  .ys-header-btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
  }
  .ys-header-btn:after {
    right: -20px;
    transform: translate(50%, -50%);
  }
  .ys-header-btn:hover {
    color: #06070B;
    z-index: 1;
    border-radius: 14px;
    transition: 0.4s linear;
  }
  .ys-header-btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-header-btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .ys-admin {
    transition: 0.3s linear;
    cursor: pointer;
  }
  .ys-admin:hover {
    background-color: #EFEEEC !important;
    border-color: #EFEEEC !important;
  }
  .ys-admin:hover h5 {
    color: #06070B !important;
  }
  .ys-admin:hover p {
    color: #06070B !important;
  }
  .logo-slider {
    overflow: hidden;
    width: 100%;
  }
  .logo-track {
    display: flex;
  }
  .logo {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo img {
    width: 200px;
  }
  .ys-video-thumbnail:hover .ys-play-icon {
    opacity: 1;
  }
  .ys-video-thumbnail::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(180deg,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.6) 100%);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.4s linear;
  }
  .ys-video-thumbnail:hover::after {
    opacity: 1;
  }
  .ys-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 20px;
  }
  .ys-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: white;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
  }
  .ys-cat-overlay {
    position: relative;
  }
  .ys-cat-overlay::before, .ys-cat-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    transition: backdrop-filter .4s ease;
  }
  .ys-cat-overlay::before {
    background: linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    transform-origin: 50% 50% 0;
  }
  .ys-cat-overlay::after {
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    transform-origin: 50% 50% 0;
  }
  .ys-cat-overlay:hover::before, .ys-cat-overlay:hover::after {
    backdrop-filter: blur(2px);
  }
  .ys-cat-overlay {
    background-size: 110%;
    transition: 0.4s linear;
  }
  .ys-cat-overlay:hover {
    background-size: 114%;
  }
  .ys-accordion-item {
    opacity: 0.1;
    transition: opacity 0.4s linear;
    border-bottom: 1px solid #EFEEEC;
    padding: 30px 0;
  }
  .ys-accordion-item:hover {
    opacity: 1;
  }
  .ys-accordion-item.active {
    opacity: 1;
  }
  .ys-accordion-title {
    cursor: pointer;
    color: #EFEEEC;
  }
  .ys-accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    color: #EFEEEC;
  }
  .ys-accordion-item.active .ys-accordion-content {
    margin-top: 10px;
  }
  .ys-mindset-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 9%;
    box-sizing: border-box;
  }
  .ys-mindset-track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 24px;
  }
  .ys-mindset-slide {
    flex-shrink: 0;
    background: #eee;
    text-align: center;
    font-size: 30px;
    min-width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    background-image: url(./assets/sliderbg.png);
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
    flex: 0 0 85%;
  }
  .ys-faq-accordion {
    width: 100%;
    margin: auto;
  }
  .ys-faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
  }
  .ys-faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ys-faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  .ys-faq-item.ys-active .ys-faq-answer {
    margin-top: 15px;
  }
  .ys-minus {
    display: none;
  }
  .ys-faq-item.ys-active .ys-faq-question .ys-minus {
    display: block;
  }
  .ys-faq-item.ys-active .ys-faq-question .ys-plus {
    display: none;
  }
  .ys-marquee {
    width: 100%;
    overflow: hidden;
  }
  .ys-marquee-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: ys-marquee-scroll 120s linear infinite;
  }
  .ys-marquee-track span {
    font-size: 128px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15px;
    color: #06070B;
    font-family: "Plus Jakarta Sans", sans-serif;
    white-space: nowrap;
  }
  @keyframes ys-marquee-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .ys-card-cursor {
    position: fixed;
    width: 75px;
    height: 75px;
    background: #C6FF3A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    pointer-events: none;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
  }
  .ys-card-cursor img {
    width: 20px;
  }
  .ys-cat-card {
    cursor: none;
  }
  .ys-footer-links {
    list-style: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .ys-footer-links li a {
    font-size: 32px;
    font-weight: 600;
    color: #EFEEEC;
    line-height: 45px;
    transition: 0.4s linear;
  }
  .ys-footer-links li a:hover {
    color: #C6FF3A;
  }
  .ys-about-banner {
    position: relative;
    overflow: hidden;
  }
  .ys-about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #9ef0 0%, #06070b 100%);
    pointer-events: none;
    z-index: 1;
  }
  .ys-c-wrapper .ys-c-main {
    transition: 0.4s linear;
    z-index: 50;
  }
  .ys-c-wrapper:hover .ys-c-main {
    margin-bottom: 0 !important;
  }
  .ys-c-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .ys-c-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,7,11,0) 0%, rgba(6,7,11,0.25) 45%, rgba(6,7,11,0.85) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
  }
  .ys-c-wrapper:hover::before {
    opacity: 1;
  }
  .ys-t-wrapper .ys-t-image {
    transition: 0.5s linear;
  }
  .ys-t-wrapper:hover .ys-t-image {
    margin-bottom: 0 !important;
  }
  .ys-case-overlay {
    position: relative;
  }
  .ys-case-overlay::before, .ys-case-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    transition: backdrop-filter .4s ease;
  }
  .ys-case-overlay::before {
    background: linear-gradient(rgba(255, 255, 255, 0) 55.4054%, rgb(0, 0, 0) 100%);
  }
  .ys-case-overlay {
    background-size: 170%;
    transition: 0.4s linear;
  }
  .ys-case-overlay:hover {
    background-size: 185%;
  }
  .ys-details-overlay::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45.9459%, rgba(0, 0, 0, 1) 100%);
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    transition: backdrop-filter .4s ease;
  }
  .ys-white-logo .ys-contact img {
    filter: brightness(0) invert(1);
  }
  .ys-contact-banner {
    position: relative;
    overflow: hidden;
  }
  .ys-contact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0, 1) 100%);
    opacity: 0.35;
    pointer-events: none;
    z-index: 10;
  }
  .ys-contact-slider {
    overflow: hidden;
    width: 100%;
  }
  .ys-contact-track {
    display: flex;
  }
  .ys-contact {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ys-contact img {
    width: 200px;
  }
  .ys-form-group label {
    font-size: 14px;
    font-family: inherit;
    font-weight: 600;
    color: #efeeec;
    margin-bottom: 10px;
    display: block;
  }
  .ys-form-group input {
    padding: 20px;
    border: 1px solid #efeeec;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    color: #efeeec;
    margin-bottom: 20px;
  }
  .ys-form-group textarea {
    padding: 20px;
    border: 1px solid #efeeec;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: inherit;
    color: #efeeec;
  }
  .ys-form-group input:focus {
    border-color: #C6FF3A;
    box-shadow: none;
    outline: none;
  }
  .ys-form-group textarea:focus {
    border-color: #C6FF3A;
    box-shadow: none;
    outline: none;
  }
  .ys-location-item {
    opacity: 1;
    border-bottom: 1px solid rgb(217, 217, 217);
  }
  @media (max-width: 1560px) {
    .ys-mindset-slider {
      padding: 0;
    }
  }
  @media (min-width: 1024px) {
    .ys-strip-overlay {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background-image: url('./assets/sotd.avif');
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 0;
    }
    .ys-strip-overlay:hover {
      padding-left: 30px !important;
      background-size: 350px;
    }
    .ys-strip-overlay::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(184, 255, 72, 1) 80%, rgba(184, 255, 72, 0) 100%);
      opacity: 0;
      transition: 0.3s linear;
      z-index: 5;
    }
    .ys-strip-overlay:hover::after {
      opacity: 1;
    }
    .ys-strip-overlay2 {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background-image: url('./assets/aww.webp');
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 0;
    }
    .ys-strip-overlay2:hover {
      padding-left: 30px !important;
      background-size: 350px;
    }
    .ys-strip-overlay2::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(184, 255, 72, 1) 80%, rgba(184, 255, 72, 0) 100%);
      opacity: 0;
      transition: 0.3s linear;
      z-index: 5;
    }
    .ys-strip-overlay2:hover::after {
      opacity: 1;
    }
    .ys-strip-overlay3 {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background-image: url('./assets/css.avif');
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 0;
    }
    .ys-strip-overlay3:hover {
      padding-left: 30px !important;
      background-size: 350px;
    }
    .ys-strip-overlay3::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(184, 255, 72, 1) 80%, rgba(184, 255, 72, 0) 100%);
      opacity: 0;
      transition: 0.3s linear;
      z-index: 5;
    }
    .ys-strip-overlay3:hover::after {
      opacity: 1;
    }
  }
  @media (max-width: 1024px) {
    body {
      padding: 5px;
    }
    h1 {
      font-size: 58px;
    }
    h2 {
      font-size: 70px;
    }
    h3 {
      font-size: 45px;
    }
    h4 {
      font-size: 38px;
    }
    h5 {
      font-size: 32px;
    }
    p {
      font-size: 18px;
    }
    .extra-24 {
      font-size: 22px;
    }
    .extra-20 {
      font-size: 18px;
    }
    .nav-links {
      position: absolute;
      top: 75px;
      right: 0;
      flex-direction: column;
      width: 100%;
      display: none;
      gap: 0;
      padding: 0 10px;
      z-index: 99;
    }
    .nav-links li a {
      padding: 12px 24px;
      display: block;
      background-color: #06070B;
      width: 100%;
      text-align: center;
    }
    .nav-links li a span {
      color: #EFEEEC;
      text-align: center;
    }
    .nav-links li a:hover span {
      color: #B8FF48;
    }
    .nav-links li a.active span {
      color: #B8FF48;
    }
    .ys-roll-link:hover span {
      transform: translateY(0);
    }
    .nav-links.active {
      display: flex;
    }
    .hamburger {
      display: flex;
    }
    .ys-roll-link span::after {
      display: none;
    }
    .ys-secondary-header .nav-links li a span {
      color: #EFEEEC;
      text-align: center;
    }
    .ys-secondary-header .nav-links li a:hover span {
      color: #B8FF48;
    }
    .ys-secondary-header .nav-links li a.active span {
      color: #B8FF48;
    }
    .ys-mindset-slider {
      padding: 0;
    }
    .ys-mindset-track {
      gap: 0;
    }
    .ys-mindset-slide {
      flex: 0 0 100%;
    }
    .ys-accordion-item.active .ys-accordion-content {
      margin-top: 20px;
    }
    .ys-marquee-track span {
      font-size: 90px;
    }
    .ys-footer-links li a {
      font-size: 28px;
    }
  }
  @media (max-width: 990px) {
    .ys-footer-links {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    h1 {
      font-size: 38px;
    }
    h2 {
      font-size: 36px;
    }
    h3 {
      font-size: 34px;
    }
    h4 {
      font-size: 30px;
    }
    h5 {
      font-size: 28px;
    }
    p {
      font-size: 16px;
    }
    .extra-24 {
      font-size: 20px;
    }
    .ys-play-icon {
      font-size: 35px;
    }
    .ys-close-popup {
      top: -35px;
      font-size: 25px;
    }
    .ys-accordion-item {
      padding: 20px 0;
    }
    .ys-mindset-slide {
      padding: 15px;
    }
    .ys-marquee-track span {
      font-size: 70px;
    }
    .ys-footer-links {
      text-align: center;
      row-gap: 10px;
    }
    .ys-footer-links li a {
      font-size: 22px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
