html {
    height: auto;
  }
  
  .w-webflow-badge {
    display: none !important;
  }
  
  @media (min-width: 990px) {
    :root {
      --size: 1500;
    }
  
    html {
      height: auto !important;
      -ms-overflow-style: none;
      scrollbar-width: none;
      font-size: calc(13.85 * 100vw / var(--size));
      -webkit-text-size-adjust: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  
    .footer_background-shape {
      margin-right: 6rem;
    }
  }
  
  :root {
    --all-transitions: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    --fast-transitions: 250ms cubic-bezier(0.77, 0, 0.175, 1);
    --transform-transitions: transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
    --transform-bounce: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-transitions: all 200ms ease;
    --parallax-strength: 10%;
    --parallax-height: 4%;
    --text-indent-large: 12.5rem;
    --text-indent-small: 9.25rem;
    --radius--button: 5rem;
    --elastic-global-ease-out: linear(
      0,
      0.5737 7.6%,
      0.8382 11.87%,
      0.9463 14.19%,
      1.0292 16.54%,
      1.0886 18.97%,
      1.1258 21.53%,
      1.137 22.97%,
      1.1424 24.48%,
      1.1423 26.1%,
      1.1366 27.86%,
      1.1165 31.01%,
      1.0507 38.62%,
      1.0219 42.57%,
      0.9995 46.99%,
      0.9872 51.63%,
      0.9842 58.77%,
      1.0011 81.26%,
      1
    );
  }
  
  /* -- Media -- */
  
  @media only screen and (max-width: 1900px) {
  }
  
  @media only screen and (max-width: 1440px) {
  }
  
  @media only screen and (max-width: 991px) {
    [data-nav-menu="on-hover"] [data-nav-trigger-number] {
      display: none !important;
    }
  
    [data-video-player="unactive"]::before {
      content: "";
      width: 4.25rem !important;
      height: 4.25rem !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
  }
  
  @media only screen and (max-width: 479px) {
  }
  
  /* -- Keyframe Animations -- */
  
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marqueeY {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes marqueeRev {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }

  /* -- Marquee Lines -- */
  
  .marquee-line.is--hero {
    animation: marquee 30s linear infinite !important;
  }
  
  /* -- KMTA Logo Shake -- */

  @keyframes wiggle {
    0% {
      transform: rotate(2deg);
    }
    100% {
      transform: rotate(-2deg);
    }
  }

  /* -- Swiper Pagination -- */
  
  @media only screen and (max-width: 991px) {
  }
  
  .swiper-pagination-bullet {
    cursor: pointer;
    transition: var(--all-transitions);
  }
  
  .swiper-pagination-bullet-active {

  }
  
  /* -- Card Hover On Animations -- */
  
  /* -- Scrollbar Styling -- */
  
  html::-webkit-scrollbar,
  .class::-webkit-scrollbar {
    display: none;
  }
  
  .class::-webkit-scrollbar {
    display: none;
  }
  
  /* -- Marquee Pseudo Elements -- */
  
  .marmarquee-wrapperquee.is--hero::before {
    content: "";
    /* left: 50%;
    transform: translateX(-50%); */
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    top: auto;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0rem;
    fill: linear-gradient(90deg, #FFFEFB 6.73%, rgba(249, 249, 248, 0.00) 25%, rgba(249, 249, 248, 0.00) 75%, #FFFEFB 94.23%);
  }
  
  /* .marquee.is--partners::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 6.125rem;
    top: auto;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0rem;
    background: linear-gradient(90deg, rgba(16, 16, 20, 0) 0%, #101014 100%);
  } */
  
  
  /* -- Nav Items -- */
  
  .footer_nav-item {
    position: relative;
    transition: var(--all-transitions);
  }
          
  .footer_nav-item::before {
    content: "";
    position: absolute;
    bottom: -0.075em;
    left: 0;
    width: 100%;
    height: 0.0675em;
    background-color: currentColor;
    transition: var(--all-transitions);
    transform-origin: center;
    transform: scaleX(0) rotate(0.001deg);
  }

  .footer_nav-item:hover::before {
    transform-origin: center;
    transform: scaleX(1) rotate(0.001deg);
  }
  
  /* -- Parallax Animations -- */
  
@media (min-width: 990px) {
    [data-parallax-strength] [data-parallax-target] {
        position: relative;
        height: calc(100% + (var(--parallax-height)));
        max-height: calc(100% + (var(--parallax-height)));
        top: calc(var(--parallax-height) * -1);
        will-change: transform;
        -webkit-transform: translate3d(0, 0, 0);
        z-index: 0;
        rotate: 0.001deg;
    }

    [data-parallax] {
        overflow: hidden;
    }

    [data-parallax] img {
        max-height: none;
    }
    
    [data-parallax-target] {
        width: 100%;
        height: calc(100% + var(--parallax-offset, 50%)); /* extra height = room to travel */
        object-fit: cover;
    }
}
  
  /* -- Split Lines Styling -- */
  
  [text-indent][data-split-full="is-split"] > .single-line:first-child {
    /* text-indent: var(--text-indent-large); */
    margin-left: var(--text-indent-large);
  }
  
  [text-indent-small][data-split-full="is-split"] > .single-line:first-child {
    /* text-indent: var(--text-indent-large); */
    margin-left: var(--text-indent-small);
  }
  
  .single-line {
    overflow: hidden;
  }
  
  /* -- Header Theme -- */
  
  /* -- Swiper Animations -- */
  
  /* -- Swiper Arrow Active State -- */
  
  .is--arrow,
  .is--arrowx {
    cursor: pointer;
    transition: all var(--fast-transitions);
  }
  
  .is--arrow:hover,
  .is--arrowx:hover {
    scale: 1.05;
  }
  
  .is--disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
  /* -- Split Type Animation --  */
  
  .line-wrapper {
    overflow: hidden;
  }
  
  /* -- Drop Webflow's Native --  */

  .w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M11.8307 1L6.41537 8L1.00005 1' stroke='%23171E2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 0.825rem 0.6rem;
  }

  .w-dyn-empty {
    display: none !important;
  }
  
  /* -- Accordions -- */
  
  [fs-accordion-element="accordion"] svg {
    transition: var(--transform-bounce);
  }
  
  [fs-accordion-element="accordion"].is-active-accordion svg {
    /* transform: rotate(-180deg); */
  }
  
  /* -- Safari Target -- */
  
  .marquee-item img,
  .partner-logo img {
    width: unset !important;
  }
  
  /*  -- Tabs -- */
  
  [tabs="content"] {
  }
  
  [tabs="content"] [tab-pane] {
    display: none;
  }
  
  [tabs="content"] [tab-pane].is--active {
    display: block;
  }
  
  /* -- -- */
  
  [data-controller-close] {
    display: none;
  }
  
  [data-controller-open] {
    display: block;
  }
  
  [data-header-controller].active [data-controller-close] {
    display: block;
  }
  
  [data-header-controller].active [data-controller-open] {
    display: none !important;
  }
  
  [data-header-controller].active [data-controller-logo] {
    display: none !important;
  }
  
  /* -- -- */
  
  [data-button-fill="from-right"] {
    position: relative;
    transition: transform 0.45s var(--elastic-global-ease-out),
      color 0.35s ease 0.15s !important;
    overflow: hidden;
  }
  
  [data-button-fill="from-right"] [data-nav-menu-dot],
  .footer_nav-dot {
    transition: all 0.35s ease 0.15s !important;
  }
  
  [data-button-fill="from-right"]::after {
    content: "";
    z-index: 0;
    border-bottom-left-radius: var(--radius--button);
    border-top-left-radius: var(--radius--button);
    background-color: var(--300);
    transform-origin: 100% 50%; /* Changed from 50% 100% to right center */
    height: 100%;
    transition: transform 0.375s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    inset: auto 0% 0%;
    transform: scale(0, 1);
    right: -0.125rem;
  }
  
  [data-button-fill="from-right"]:hover::after {
    transform: scale(1.2, 1.4);
  }
  
  [data-button-fill="from-right"] [data-nav-menu-text],
  [data-button-fill="from-right"] [data-nav-menu-dot],
  [data-button-fill="from-right"] [data-button-name],
  .footer_nav-dot {
    z-index: 2;
  }
  
  [data-button-fill="from-right"]:hover {
    color: var(--100) !important;
  }
  
  [data-button-fill="from-right"]:hover [data-nav-menu-dot] {
    background-color: var(--100) !important;
  }
  
  [data-footer-nav-style="blue"][data-button-fill="from-right"]::after {
    content: "";
    z-index: 0;
    border-bottom-left-radius: var(--radius--button);
    border-top-left-radius: var(--radius--button);
    background-color: var(--100) !important;
    transform-origin: 100% 50%; /* Changed from 50% 100% to right center */
    height: 100%;
    transition: transform 0.375s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    inset: auto 0% 0%;
    transform: scale(0, 1);
    right: -0.125rem;
  }
  
  [data-footer-nav-style="blue"][data-button-fill="from-right"]:hover {
    color: var(--300) !important;
  }
  
  [data-button-fill="from-right"]:hover .footer_nav-dot {
    background-color: var(--100) !important;
  }
  
  [data-footer-nav-style="blue"][data-button-fill="from-right"]:hover::after {
    transform: scale(1.2, 1.4) !important;
  }
  
  /* -- -- */
  
  [data-nav-target] {
    transition: all 0.45s;
  }
  
  /* -- Button's Theme & Behaviour -- */
  
    /* -- Hover -- */
  
    /* -- Pressed -- */
  
  /* -- Custom Curor Functionality -- */
  
  .custom-cursor {
    --tw-translate-y: -50%;
    z-index: 50;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    font: inherit;
    vertical-align: baseline;
  }
  
  .js-cursor-inner {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    border-radius: 9999px;
    text-transform: lowercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    width: 100%;
    height: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
  }
  
  .ll-balloon {
    --tw-bg-opacity: 1;
    background-color: var(--400);
    color: var(--200);
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
    left: -0.5rem;
    flex-shrink: 0;
    border-radius: 9999px;
    position: absolute;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    display: inline-block;
    padding: 0rem;
    top: -8px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .ll-balloon__text-container {
    display: block;
    white-space: nowrap;
    position: relative; 
    z-index: 1;
  }
  
  .ll-balloon__spacer {
    display: inline-block;
    transition: width 0.3s ease-out;
    width: 0px;
    height: 0px; 
    position: absolute;
    visibility: hidden;
  }
  
  .ll-balloon__letter {
    display: inline-block;
    white-space: pre;
  }
  
  /* -- Sticky Element For Desktop -- */

  @media (min-width: 990px) {
    [data-process-sticky] {
      position: sticky;
      top: 6.25rem;
    }
  }
  
  
  /* -- Floating Swiper Slides & Custo Swipe Thing For Stacking -- */
  
  [data-swiper-wrapper],
  [data-swiper-container] {
    position: relative;
  }
  
  [data-swiper-slide] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 0;
    display: block;
  
    transition: transform 1000ms cubic-bezier(0.6, 0, 0.2, 1),
      opacity 1000ms cubic-bezier(0.6, 0, 0.2, 1);
    will-change: transform, opacity;
  }
  
  [data-swiper-slide]:nth-last-child(1) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    z-index: 10;
  }
  

  [data-swiper-slide]:nth-last-child(2) {
    opacity: 0.9; 
    transform: rotate(4deg) scale(0.95);
    z-index: 9;
  }
  
  [data-swiper-slide]:nth-last-child(3) {
    opacity: 0.8;
    transform: rotate(8deg) scale(0.9);
    z-index: 8;
  }
  
  [data-swiper-slide]:nth-last-child(4) {
    opacity: 0.7;
    transform: rotate(12deg) scale(0.85);
    z-index: 7;
  }
  
  [data-swiper-slide]:nth-last-child(n + 5) {
    opacity: 0;
    transform: rotate(12deg) scale(0.85);
    z-index: 1;
  }
  
  [data-swiper-slide][data-status="drop"] {
    animation: drop-vertical 800ms forwards;
    transition: opacity 300ms 500ms linear,
      transform 1000ms cubic-bezier(0.6, 0, 0.2, 1);
  }
  
  [data-swiper-slide][data-status="appear"] {
    animation: appear-vertical 800ms forwards;
  }
  
  @keyframes drop-vertical {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      z-index: 20;
    }
  
    40% {
      opacity: 1;
      transform: translate3d(0, 110%, 0) rotate(-5deg) scale(0.95);
      z-index: 20;
    }
  
    100% {
      opacity: 0;
      transform: translate3d(0, 0, 0) rotate(12deg) scale(0.85);
      z-index: 1;
    }
  }
  
  @keyframes appear-vertical {
    0% {
      opacity: 0;
      transform: translate3d(0, 110%, 0) rotate(-5deg) scale(0.95);
      z-index: 20;
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      z-index: 20;
    }
  }
  
  /* -- -- */
  
  [data-testimonials-wrapper].is--active .testimonials-controller {
    opacity: 0;
    pointer-events: none;
  }
  
  /* -- Pseudo Elements -- */
  
  .class::before {
    content: "";
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
      90deg,
      #101014 7.52%,
      rgba(16, 16, 20, 0) 38.24%,
      rgba(11, 11, 15, 0) 100%
    );
  }
  
  .class::after {
    content: "";
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
      0deg,
      #101014 0%,
      rgba(11, 1, 1, 0) 32.64%,
      rgba(16, 16, 20, 0) 78.05%,
      #101014 94.93%
    );
  }
  
  /* -- Button Glass Behaviour Through Pseudo -- */

  /* .button {
    position: relative;
    overflow: hidden;
  }
  
  .button::before {
    content: "";
    position: absolute;
    inset: 0;
  
    background-image: url("https://cdn.prod.website-files.com/697a990826073f725f924b5b/698bc4bb9ad264410d564a2b_border-gradient.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  
    animation: slide 4s linear infinite;
  }
  
  @keyframes slide {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  } */

  /* -- Video Poster Default Styling -- */
  
  video[poster] {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }