/*! tailwindcss v4.1.7 | 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-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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1aa175;
    --color-primary-hover: #00885c;
    --color-eaeaea: #eaeaea;
    --color-171717: #171717;
    --color-black-third: #333333;
    --color-black-second: #222222;
    --color-black-sixth: #666666;
    --color-gray-light1: #3d3d3d;
    --color-a3a3a3: #a3a3a3;
    --color-828282: #828282;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/8 {
    top: calc(1/8 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3\/5 {
    left: calc(3/5 * 100%);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .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;
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 3);
    @media (width >= 96rem) {
      max-width: 88rem;
    }
    @media (width >= 96rem) {
      padding-inline: 4rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[70px\] {
    margin-block: 70px;
  }
  .mt-\[47px\] {
    margin-top: 47px;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[269px\] {
    height: 269px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7\/12 {
    width: calc(7/12 * 100%);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[90vw\] {
    width: 90vw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[126px\] {
    max-width: 126px;
  }
  .max-w-\[127px\] {
    max-width: 127px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .-translate-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    --tw-translate-y: calc(calc(2/4 * 100%) * -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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#2B2F33\] {
    border-color: #2B2F33;
  }
  .border-black-third {
    border-color: var(--color-black-third);
  }
  .border-gray-light1\/50 {
    border-color: color-mix(in srgb, #3d3d3d 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gray-light1) 50%, transparent);
    }
  }
  .bg-171717 {
    background-color: var(--color-171717);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-size-\[60px\] {
    background-size: 60px;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[132px\] {
    padding-block: 132px;
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-\[86px\] {
    padding-top: 86px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[47px\] {
    padding-bottom: 47px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .before\:content-normal {
    &::before {
      content: var(--tw-content);
      align-content: normal;
    }
  }
  .before\:pt-\[100\%\] {
    &::before {
      content: var(--tw-content);
      padding-top: 100%;
    }
  }
  .hover\:brightness-0 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(0%);
        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,);
      }
    }
  }
  .hover\:invert-100 {
    &: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,);
      }
    }
  }
  .lg\:top-3 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 3);
    }
  }
  .lg\:left-4 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 4);
    }
  }
  .lg\:container {
    @media (width >= 64rem) {
      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;
      }
    }
  }
  .lg\:container {
    @media (width >= 64rem) {
      margin-inline: auto;
      padding-inline: calc(var(--spacing) * 3);
      @media (width >= 96rem) {
        max-width: 88rem;
      }
      @media (width >= 96rem) {
        padding-inline: 4rem;
      }
    }
  }
  .lg\:my-44 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 44);
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: 70px;
    }
  }
  .lg\:mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-10\/12 {
    @media (width >= 64rem) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-48 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .lg\:w-\[128px\] {
    @media (width >= 64rem) {
      width: 128px;
    }
  }
  .lg\:max-w-3\/7 {
    @media (width >= 64rem) {
      max-width: calc(3/7 * 100%);
    }
  }
  .lg\:max-w-5\/12 {
    @media (width >= 64rem) {
      max-width: calc(5/12 * 100%);
    }
  }
  .lg\:max-w-7\/12 {
    @media (width >= 64rem) {
      max-width: calc(7/12 * 100%);
    }
  }
  .lg\:grid-cols-10 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:bg-size-\[251px\] {
    @media (width >= 64rem) {
      background-size: 251px;
    }
  }
  .lg\:p-28 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 28);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-3 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:px-\[4rem\] {
    @media (width >= 64rem) {
      padding-inline: 4rem;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .xl\:order-0 {
    @media (width >= 80rem) {
      order: 0;
    }
  }
  .xl\:w-6\/12 {
    @media (width >= 80rem) {
      width: calc(6/12 * 100%);
    }
  }
  .xl\:w-7\/12 {
    @media (width >= 80rem) {
      width: calc(7/12 * 100%);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
i[class^="icon-"], i[class*="icon-"] {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-close {
  background-image: url("../images/icons/global/icon-close.svg");
}
.icon-user-1 {
  background-image: url("../images/icons/counters/icon-user.svg");
}
.icon-bursts {
  background-image: url("../images/icons/counters/icon-bursts.svg");
}
.icon-basket {
  background-image: url("../images/icons/counters/icon-basket.svg");
}
.icon-cash {
  background-image: url("../images/icons/counters/icon-cash.svg");
}
.icon-user-2 {
  background-image: url("../images/icons/services/icon-user.svg");
}
.icon-contract {
  background-image: url("../images/icons/services/icon-contract.svg");
}
.icon-validation {
  background-image: url("../images/icons/services/icon-validation.svg");
}
.icon-submition {
  background-image: url("../images/icons/services/icon-submition.svg");
}
.icon-bimeh {
  background-image: url("../images/icons/services/icon-bimeh.svg");
}
.icon-raise {
  background-image: url("../images/icons/services/icon-raise.svg");
}
.icon-basket-2 {
  background-image: url("../images/icons/services/icon-basket-2.svg");
}
.icon-analytics {
  background-image: url("../images/icons/services/icon-analytics.svg");
}
.icon-play {
  background-image: url("../images/icons/services/icon-play.svg");
}
.icon-linkedin {
  background-image: url("../images/icons/socials/icon-linkedin.svg");
}
.icon-telegram {
  background-image: url("../images/icons/socials/icon-telegram.svg");
}
.icon-instagram {
  background-image: url("../images/icons/socials/icon-instagram.svg");
}
.icon-eitaa {
  background-image: url("../images/icons/socials/icon-eitaa.svg");
}
@layer base {
  body {
    font-family: bakh-vf;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
  }
  p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    --tw-font-weight: 200;
    font-weight: 200;
    color: var(--color-eaeaea);
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  p strong {
    --tw-font-weight: 500;
    font-weight: 500;
    color: var(--color-white);
  }
  h1 {
    width: 100%;
    font-size: 28px;
    --tw-font-weight: 675;
    font-weight: 675;
    @media (width >= 64rem) {
      font-size: 52px;
    }
    @media (width >= 64rem) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  h2 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
    --tw-font-weight: 675;
    font-weight: 675;
    @media (width >= 64rem) {
      font-size: 40px;
    }
    @media (width >= 64rem) {
      --tw-leading: 62px;
      line-height: 62px;
    }
  }
  h3 {
    font-size: 22px;
    --tw-leading: 36px;
    line-height: 36px;
    --tw-font-weight: 500;
    font-weight: 500;
  }
  h4 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
    --tw-font-weight: 500;
    font-weight: 500;
  }
  h5 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: 325;
    font-weight: 325;
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 64rem) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  h6 {
    --tw-font-weight: 325;
    font-weight: 325;
  }
}
@layer components {
  .btn {
    display: inline-block;
    border-radius: var(--radius-xl);
    padding-inline: 38px;
    padding-block: 10px;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 32px;
    line-height: 32px;
    --tw-font-weight: 525;
    font-weight: 525;
    @media (width >= 64rem) {
      padding-inline: 44px;
    }
  }
  .btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-hover);
      }
    }
  }
  .btn-outline {
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-white);
    padding-block: 8px;
    color: var(--color-white);
  }
  .btn-outline-dark {
    border-color: var(--color-black);
    color: var(--color-black);
  }
  .star-28 {
    background-image: url("../images/global/stars-39.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .star-tr {
    background-position: top right;
  }
  #customers .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-black-third);
    padding-block: 5px;
    &:last-child {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  #customers .item img {
    height: auto;
    width: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .curve-parent {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 16px;
    border-color: transparent;
    --tw-shadow: 0px 0px 0px 2px var(--tw-shadow-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);
    --tw-shadow-color: color-mix(in srgb, #333333 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black-third) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 38px;
    }
    @media (width >= 64rem) {
      --tw-shadow: 0px 0px 0px 4px var(--tw-shadow-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);
    }
  }
  .curve {
    height: 100%;
    width: 100%;
    border-radius: calc(infinity * 1px);
    --tw-gradient-position: to bottom left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-black-third);
    --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));
    --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));
    --tw-gradient-to-position: 75%;
  }
  #experience {
    padding-top: 70px;
    padding-bottom: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      padding-block: 184px;
    }
    @media (width >= 64rem) {
      padding-bottom: 70px;
    }
  }
  .features {
    position: absolute;
    left: calc(1/2 * 100%);
    z-index: 30;
    margin: calc(var(--spacing) * 0) !important;
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 11);
    width: 100%;
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    padding-inline: calc(var(--spacing) * 3);
    padding-bottom: 70px;
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  footer #footer-seo-text {
    width: 100%;
  }
  footer #footer-seo-text h1, footer #footer-seo-text h2, footer #footer-seo-text h3, footer #footer-seo-text h4, footer #footer-seo-text h5, footer #footer-seo-text h6 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 32px;
    line-height: 32px;
    --tw-font-weight: 725;
    font-weight: 725;
    color: var(--color-a3a3a3);
  }
  footer #seo-content p {
    margin-bottom: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 24px;
    line-height: 24px;
    color: var(--color-828282);
  }
  footer #footer-seo-text ol, footer #footer-seo-text ul {
    list-style-type: persian;
    padding-right: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 3);
    color: var(--color-828282);
  }
  footer #footer-seo-text ul {
    list-style-type: disc;
  }
  .readmore-seo {
    position: relative;
    cursor: pointer;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    &::after {
      position: absolute;
      bottom: calc(var(--spacing) * 1);
      left: calc(var(--spacing) * 0);
      height: 1px;
      width: 100%;
      background-color: var(--color-828282);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .features .feature {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(1/2 * 100%);
    display: grid;
    width: 100%;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    gap: calc(var(--spacing) * 10);
    border-radius: var(--radius-3xl);
    background-color: var(--color-black-second);
    padding-inline: calc(var(--spacing) * 7);
    padding-block: calc(var(--spacing) * 9);
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 24);
    }
    transition: 0.1s filter ease-out;
    -webkit-transition: 0.1s -webkit-filter ease-out;
    -ms-transition: 0.1s -ms-filter ease-out;
    -moz-transition: 0.1s -moz-filter ease-out;
  }
  .features .feature-box {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
    border-color: var(--color-black-sixth);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .features .feature-box.active {
    border-color: var(--color-primary);
  }
  .features .feature-box h4 {
    padding-bottom: calc(var(--spacing) * 2);
    color: var(--color-black-sixth);
  }
  .features .feature-box.active h4 {
    color: var(--color-primary);
  }
  .title-desc {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    text-align: center;
  }
  .title-desc h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 36px;
    line-height: 36px;
    @media (width >= 64rem) {
      font-size: 40px;
    }
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 16);
      line-height: calc(var(--spacing) * 16);
    }
  }
  #counters .counter-parent {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  #counters .counter {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: var(--radius-2xl);
    background-color: var(--color-171717);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 10);
    @media (width >= 64rem) {
      gap: 56px;
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  #counters .counter::before {
    content: "";
    position: absolute;
    width: 83.05px;
    height: 83.05px;
    right: 0px;
    bottom: 0px;
    background: #1aa175;
    filter: blur(156px);
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    -webkit-filter: blur(156px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  #counters .counter .count {
    font-size: 28px;
    --tw-font-weight: 500;
    font-weight: 500;
    @media (width >= 64rem) {
      font-size: 52px;
    }
    @media (width >= 64rem) {
      --tw-leading: 62px;
      line-height: 62px;
    }
  }
  #counters .counter h5 {
    min-height: 55px;
    color: var(--color-eaeaea);
    opacity: 70%;
    @media (width >= 48rem) {
      min-height: 80px;
    }
    @media (width >= 64rem) {
      min-height: 100px;
    }
    @media (width >= 96rem) {
      min-height: auto;
    }
  }
  #counters .counter i {
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 14);
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 14);
    }
  }
  #video ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 0);
  }
  #video ul li {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    border-radius: var(--radius-2xl);
    background-color: var(--color-gray-light1);
    padding: calc(var(--spacing) * 4);
    font-size: 12px;
    --tw-font-weight: 325;
    font-weight: 325;
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  #video ul li i {
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  @keyframes bubble {
    0% {
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    50% {
      box-shadow: 0px 0px 0px 28px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
  }
  #video .play-button {
    position: absolute;
    top: calc(3/5 * 100%);
    left: calc(1/2 * 100%);
    display: flex;
    height: calc(var(--spacing) * 28);
    width: calc(var(--spacing) * 28);
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
    --tw-duration: 700ms;
    transition-duration: 700ms;
    animation: bubble 2s infinite;
  }
  #video .play-button i {
    height: calc(var(--spacing) * 11);
    width: calc(var(--spacing) * 11);
  }
  #partners .partners-parent {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  #partners .partners-parent .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: calc(var(--spacing) * 6);
    &::before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 2.5rem);
      background-color: var(--color-black-third);
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
    }
    &::after {
      content: "";
      position: absolute;
      width: calc(100% - 2rem);
      height: 1px;
      background-color: var(--color-black-third);
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
    }
  }
  #partners .partners-parent .item img {
    height: auto;
  }
  #cta {
    margin-inline: auto;
    width: 100%;
    border-radius: var(--radius-2xl);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      width: calc(10/12 * 100%);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  #cta img {
    --tw-font-weight: 325;
    font-weight: 325;
    @media (width >= 64rem) {
      padding-top: 124px;
    }
    @media (width >= 80rem) {
      padding-top: 76px;
    }
  }
  #cta p, #cta p > * {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 26px;
    line-height: 26px;
    color: var(--color-black-third);
    @media (width >= 64rem) {
      font-size: 20px;
    }
    @media (width >= 64rem) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  #video-features-container {
    overflow: hidden;
  }
}
#overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(50px);
}
#video-frame {
  position: fixed;
  width: calc(100% - 10rem);
  height: calc(100dvh - 10rem);
  margin: 5rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
}
#video-frame video {
  max-width: 70%;
  height: 100%;
}
#sticky-header {
  position: fixed;
  width: 100%;
  top: -8rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  z-index: 98;
  transition: 0.3s all ease-in;
  visibility: hidden;
}
#sticky-header.sticky-visible {
  visibility: visible;
  top: 0rem;
}
@font-face {
  font-family: "bakh-vf";
  src: url("../fonts/bakh/YekanBakh-VF.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  #customers .item:nth-child(n + 6) {
    margin-top: 1rem;
  }
  #customers .item:nth-child(5) {
    border-left-width: 0;
  }
  #video-frame {
    width: 100%;
    height: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0;
  }
  #video-frame video {
    height: auto;
  }
  #partners .partners-parent .item::before {
    height: calc(100% - 1.5rem);
  }
  #partners .partners-parent .item::after {
    width: calc(100% - 0.75rem);
  }
  #partners .partners-parent .item:nth-child(4n)::before {
    content: none;
  }
  #partners .partners-parent .item:nth-child(n + 9)::after {
    content: none;
  }
  #partners .partners-parent .item img {
    max-width: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #experience h2 {
    font-size: 32px;
    line-height: 56px;
  }
}
@media screen and (min-width: 769px) {
  #partners .partners-parent .item:nth-child(6n)::before {
    content: none;
  }
  #partners .partners-parent .item:nth-child(n + 7)::after {
    content: none;
  }
  #lendtech .star-tr {
    background-position: calc(100% - 1.5rem) 0%;
  }
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  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-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%;
}
@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-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-duration: initial;
      --tw-content: "";
      --tw-font-weight: initial;
      --tw-leading: 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-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%;
    }
  }
}
