/*! tailwindcss v4.1.11 | 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;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-80 {
    margin-top: calc(var(--spacing) * 80);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .flex {
    display: flex;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-2xl {
    flex-basis: var(--container-2xl);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .basis-md {
    flex-basis: var(--container-md);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-6 {
    --tw-translate-y: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .flex-col {
    flex-direction: column;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .sm\:pb-4 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .xl\:container {
    @media (width >= 80rem) {
      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;
      }
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AASteticaLight-Italic.woff2') format('woff2'),
        url('../assets/fonts/AASteticaLight-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-Regular.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-Italic.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AASteticaMedium-Italic.woff2') format('woff2'),
        url('../assets/fonts/AASteticaMedium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStelica-Black.woff2') format('woff2'),
        url('../assets/fonts/AAStelica-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-Bold.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-BoldItalic.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-Light.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../assets/fonts/AAStetica-Medium.woff2') format('woff2'),
        url('../assets/fonts/AAStetica-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  background: #000000;
}
svg {
  overflow: visible;
}
.index-btn {
  padding: 15px 30px 15px 30px;
  border-radius: 1000px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
}
.index-btn svg path {
  transition: filter 0.2s;
}
.index-btn:hover svg path {
  filter: drop-shadow(3px 2px 5px rgba(255, 255, 255, 0.25));
}
.connect-btn {
  padding: 15px 30px 15px 30px;
  border-radius: 100px;
  font-family: "AA Stetica", sans-serif;
  background: rgb(236, 235, 235);
  color: rgb(44, 44, 44);
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
  transition: all 0.2s;
}
.connect-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(236, 235, 235);
  text-shadow: 3px 2px 5px rgba(255, 255, 255, 0.25);
}
.hero_section {
  background-image: url(../assets/img/hero_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 800px;
}
.hero_section__left__top_text,
.hero_section__left__top_text_span {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 56px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.hero_section__left__top_text_span {
  color: rgb(168, 168, 168);
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
.hero_section__left__bottom_text {
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
  color: rgb(168, 168, 168);
}
.hero_section__left__bottom_text span {
  color: rgb(236, 235, 235);
}
.hero_section__center {
  font-family: AA Stetica;
  font-size: 151px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.hero_section__center__item {
  transition: box-shadow 0.3s ease;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: brightness(1.2);
  mix-blend-mode: lighten;
}
.hero_section__center__item:first-child {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.25), -3px 5px 13px rgba(255, 255, 255, 0.25), -14px 20px 24px rgba(255, 255, 255, 0.23), -30px 45px 33px rgba(255, 255, 255, 0.18), -54px 80px 39px rgba(255, 255, 255, 0.12), -85px 125px 42px rgba(255, 255, 255, 0);
}
.hero_section__center__item:last-child {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.25), -3px 5px 13px rgba(255, 255, 255, 0.25), -14px 20px 24px rgba(255, 255, 255, 0.23), -30px 45px 33px rgba(255, 255, 255, 0.18), -54px 80px 39px rgba(255, 255, 255, 0.12), -85px 125px 42px rgba(255, 255, 255, 0);
}
.hero_section__right {
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.hero_section__right__top_text {
  color: rgb(168, 168, 168);
}
.hero_section__right__top_text span {
  color: rgb(236, 235, 235);
}
.hero_section__right__bottom_text {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 56px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.hero_section__right__bottom_text_span {
  color: rgb(168, 168, 168);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: right;
}
.why_section {
  background-image: url(../assets/img/why_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 800px;
}
.why_section h1 {
  color: rgba(255, 255, 255, 0.84);
  font-family: AA Stetica;
  font-size: 151px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.hero_section__center__item__kesef {
  height: 200px;
  clip-path: url(#svgTextPathKesef);
  background: rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.hero_section__center__item__pay {
  height: 1000px;
  clip-path: url(#svgTextPathPay);
  background: rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.why_section__head {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.why_section__par {
  color: rgb(168, 168, 168);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.why_section__item {
  flex-basis: 27%;
}
.towhom_section__head {
  color: rgba(255, 255, 255, 0.84);
  font-family: AA Stetica;
  font-size: 151px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: center;
}
.towhom_section__item {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid rgb(54, 53, 53);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  background: radial-gradient(231.37% 136.50% at 48% 64%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12) 100%);
}
.towhom_section__item h1 {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.towhom_section__item p {
  color: rgb(168, 168, 168);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.begin_section {
  background-image: url(../assets/img/begin_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 800px;
  margin-top: 600px;
  padding-top: 300px;
  margin-bottom: 700px;
}
.begin_section__head {
  color: rgba(255, 255, 255, 0.84);
  font-family: AA Stetica;
  font-size: 151px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 200px;
}
.begin_section__items {
  padding-inline: calc(var(--spacing) * 70);
}
.begin_section__items li:nth-child(1),
.begin_section__items li:nth-child(3) {
  align-self: flex-start;
}
.begin_section__items li:nth-child(2),
.begin_section__items li:nth-child(4) {
  align-self: flex-end;
}
.end_section_left_text {
  color: rgb(168, 168, 168);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.end_section_left_top_text {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.notfound_section {
  background-image: url(../assets/img/404.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 800px;
  padding-bottom: 100px;
}
.notfound_section__card {
  box-sizing: border-box;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  background: radial-gradient(448.19% 136.50% at 48% 64%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
  width: 55%;
}
.notfound_section__card p {
  color: rgb(236, 235, 235);
  font-family: AA Stetica;
  font-size: 16px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: center;
  padding: 40px;
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-space-x-reverse: 0;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}