.hero-enterprise {
    background: #000000;
    background: linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(45, 5, 72, 1) 100%);
    color: var(--color-white);
    padding-top: 190px;
    padding-bottom: 65px;

    /* Mobile */

    /* Header */

    /* Boxes */

    /* Top Box */

    /* Bottom Box (Left) */

    /* Bottom Box (Right) */
}
    @media (max-width: 768px) {.hero-enterprise {
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(45, 5, 72, 1) 100%);
        padding-top: 134px;
        padding-bottom: 20px
}
    }
    .hero-enterprise .hero-enterprise__header {
        text-align: center;
        max-width: 580px;
        margin: 0 auto;
    }
    .hero-enterprise .hero-enterprise__title {
        font-weight: var(--font-weight-light);
    }
    .hero-enterprise .hero-enterprise__subtitle {
        font-size: var(--font-size-xl);
        margin-top: 24px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__subtitle {
            font-size: var(--font-size-lg)
    }
        }
    .hero-enterprise .hero-enterprise__buttons-container {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 24px;
    }
    .hero-enterprise .hero-enterprise__boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 60px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__boxes {
            grid-template-columns: 1fr;
            gap: 16px;
            margin-top: 24px
    }
        }
    .hero-enterprise .hero-enterprise__top-box,
    .hero-enterprise .hero-enterprise__bottom-box-left,
    .hero-enterprise .hero-enterprise__bottom-box-right {
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-xl);
        padding: 60px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__top-box,
    .hero-enterprise .hero-enterprise__bottom-box-left,
    .hero-enterprise .hero-enterprise__bottom-box-right {
            padding: 32px
    }
        }
    .hero-enterprise .hero-enterprise__bottom-box-right-icon,
    .hero-enterprise .hero-enterprise__bottom-box-left-icon {
        margin-bottom: 24px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__bottom-box-right-icon,
    .hero-enterprise .hero-enterprise__bottom-box-left-icon {
            margin-bottom: 16px
    }
        }
    .hero-enterprise .hero-enterprise__bottom-box-left-title,
    .hero-enterprise .hero-enterprise__bottom-box-right-title {
        font-size: 28px;
        font-weight: var(--font-weight-light);
    }
    .hero-enterprise .hero-enterprise__top-box-copy,
    .hero-enterprise .hero-enterprise__bottom-box-left-copy,
    .hero-enterprise .hero-enterprise__bottom-box-right-copy {
        font-size: var(--font-size-lg);
        margin-top: 24px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__top-box-copy,
    .hero-enterprise .hero-enterprise__bottom-box-left-copy,
    .hero-enterprise .hero-enterprise__bottom-box-right-copy {
            margin-top: 16px
    }
        }
    .hero-enterprise .hero-enterprise__bottom-box-right-cta,
    .hero-enterprise .hero-enterprise__bottom-box-left-cta {
        margin-top: 45px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__bottom-box-right-cta,
    .hero-enterprise .hero-enterprise__bottom-box-left-cta {
            width: 100%
    }
        }
    .hero-enterprise .hero-enterprise__top-box-subtitle {
        font-size: var(--font-size-lg);
        width: max-content;
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-md);
        padding: 10px 16px;
        margin-bottom: 24px;
    }
    .hero-enterprise .hero-enterprise__top-box {
        grid-column: 1 / 3;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__top-box {
            grid-column: initial
    }
        }
    .hero-enterprise .hero-enterprise__top-box-subcontainer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 90px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__top-box-subcontainer {
            flex-wrap: wrap;
            gap: 24px
    }
        }
    .hero-enterprise .hero-enterprise__top-box-left {
        width: 100%;
        max-width: 540px;
    }
    .hero-enterprise .hero-enterprise__top-box-list {
        width: 100%;
    }
    .hero-enterprise .hero-enterprise__top-box-list ul li {
                font-weight: var(--font-weight-light);
            }
    .hero-enterprise .hero-enterprise__top-box-title {
        font-size: var(--font-size-3xl);
        font-weight: var(--font-weight-regular);
    }
    .hero-enterprise .hero-enterprise__top-box-copy {
        font-size: var(--font-size-lg);
        font-weight: var(--font-weight-light);
    }
    .hero-enterprise .hero-enterprise__bottom-box-left {
        grid-column: 1 / 2;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__bottom-box-left {
            grid-column: initial
    }
        }
    .hero-enterprise .hero-enterprise__bottom-box-left-list {
        margin-top: 45px;
    }
    .hero-enterprise .hero-enterprise__bottom-box-right {
        grid-column: 2 / 3;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__bottom-box-right {
            grid-column: initial
    }
        }
    .hero-enterprise .hero-enterprise__bottom-box-right-cta {
        width: max-content;
        margin-left: auto;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-enterprise .hero-enterprise__bottom-box-right-cta {
            width: 100%
    }
        }
.big-white-cards {
    position: relative;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 56px;

    /* Mobile */

    /* Features (for enterpise module version) */

    /* Tablet and below */

    /* Mobile */
}
    @media (max-width: 768px) {.big-white-cards {
        background-color: var(--color-purple-medium-05);
        padding-top: 20px;
        padding-bottom: 28px
}
    }
    .big-white-cards__title {
        text-align: center;
    }
    .heading + .big-white-cards__cards-container {
        margin-top: 32px;
    }
    .big-white-cards__cards-container {
        display: flex;
        flex-direction: row;
        gap: 24px;

        /*  Mobile */
    }
    @media (max-width: 768px) {
    .big-white-cards__cards-container {
            gap: 16px
    }
        }
    .big-white-cards__card {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-xl);
        background-color: var(--color-white);
        padding: 48px;
    }
    .big-white-cards__card-icon {
        display: inline-flex;
        margin-bottom: 24px;
    }
    .big-white-cards__card-title {
        font-size: 22px;
        font-weight: var(--font-weight-regular);
    }
    .big-white-cards__card-copy {
        font-size: var(--font-size-lg);
        color: rgba(0, 0, 0, 0.6);
        margin-top: 16px;
    }
    .big-white-cards__features-container {
        margin-top: 56px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .big-white-cards__features-container {
            margin-top: 40px
    }
        }
    .big-white-cards__features-title {
        font-size: var(--font-size-3xl);
        font-weight: var(--font-weight-light);
        text-align: center;
    }
    .big-white-cards__features-cards-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 32px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .big-white-cards__features-cards-container {
            gap: 16px
    }
        }
    .big-white-cards__feature-card {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 24px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-xl);
        background-color: var(--color-white);
    }
    .big-white-cards__feature-card-title {
        font-size: var(--font-size-lg);
        font-weight: var(--font-weight-regular);
    }
    .big-white-cards.gradient {
        background: var(--gradient-brand-dark-bg);
        color: var(--color-white);

    }
    .big-white-cards.gradient .big-white-cards__card {
                border-color: rgba(var(--color-white-rgb), 0.1);
                background: linear-gradient(126deg, rgba(20, 7, 41, 0.10) 17.88%, rgba(56, 9, 88, 0.50) 97.59%);
            }
    .big-white-cards.gradient .big-white-cards__card-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 60px;
                padding: 8px 15px;
                aspect-ratio: 1/1;
                background: var(--gradient-white-overlay);     
                border: 1px solid rgba(var(--color-white-rgb), 0.1);
                border-radius: var(--radius-md);
            }
    .big-white-cards.gradient .big-white-cards__card-icon img {
                    max-width: 30px;
                    max-height: 30px;
                    height: initial;
                }
    .big-white-cards.gradient .big-white-cards__card-copy {
                color: var(--color-white);
                opacity: .6;
            }
    .big-white-cards.gradient .big-white-cards__feature-card {
                border-color: rgba(var(--color-white-rgb), 0.1);
            }
    @media (max-width: 1023px) {
        .big-white-cards__features-cards-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 767px) {
        .big-white-cards__cards-container {
            flex-direction: column;
        }

        .big-white-cards__card {
            padding: 32px 24px;
        }

        .big-white-cards__features-cards-container {
            grid-template-columns: 1fr;
        }
    }
.testimonials {
    background: #000000;
    background: linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(45, 5, 72, 1) 100%);
    color: var(--color-white);
    max-width: 1920px;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 116px;

    /* Mobile */
}    
    @media (max-width: 768px) {.testimonials {
        padding-top: 45px;
        padding-bottom: 50px
}
    }    
    .testimonials .testimonials__title  {

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__title  {
            text-align: center
    }
        }    
    .testimonials .testimonials__testimonials-container {
        position: relative;
        overflow: visible;
        margin-top: 32px;

        /*  Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonials-container {
            margin-top: 92px
    }
        }    
    .testimonials .testimonials__testimonials-container .swiper-navigation {
            position: absolute;
            top: -48px;
            right: 0;
            display: flex;
            gap: 28px;
            transform: translateY(-50%);

            /* Mobile */
        }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonials-container .swiper-navigation {
                left: 50%;
                right: initial;
                transform: translate(-50%, -50%)
        }
            }    
    .testimonials .testimonials__testimonials-container .swiper-navigation .swiper-button-prev,
            .testimonials .testimonials__testimonials-container .swiper-navigation .swiper-button-next {
                background-color: rgba(213, 180, 235, 0.2);
                border-radius: 50%;
                padding: 14px;
                cursor: pointer;
            }    
    .testimonials .testimonials__testimonial {
        position: relative;
        display: flex;
        gap: 32px;
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-xl);
        height: auto;
        padding: 60px 60px 0 60px;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial {
            flex-wrap: wrap;
            padding: 24px 24px 0 24px
    }
        }    
    .testimonials .testimonials__testimonial-picture-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        max-width: 380px;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-picture-container {
            order: 2
    }
        }    
    .testimonials .testimonials__testimonial-picture {
        object-fit: contain;
    }    
    .testimonials .testimonials__testimonial-content {
        width: 100%;
        padding-bottom: 60px;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-content {
            padding-bottom: 0
    }
        }    
    .testimonials .testimonials__testimonial-body {
        font-size: var(--font-size-xl);
        line-height: 36px;
        font-weight: var(--font-weight-light);
        font-style: italic;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-body {
            font-size: var(--font-size-lg);
            line-height: 28px;
            text-align: center
    }
        }    
    .testimonials .testimonials__testimonial-name {
        background: var(--gradient-text);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: var(--font-size-xl);
        font-weight: var(--font-weight-medium);

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-name {
            text-align: center;
            width: 100%
    }
        }    
    .testimonials .testimonials__testimonial-position {
        font-size: var(--font-size-md);
        font-weight: var(--font-weight-light);   
        color: rgba(255, 255, 255, .7);

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-position {
            text-align: center;
            width: 100%
    }
        }    
    .testimonials .testimonials__testimonial-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-footer {
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 24px
    }
        }    
    .testimonials .testimonials__testimonial-footer-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-footer-left {
            gap: 8px
    }
        }    
    .testimonials .testimonials__testimonial-company-logo {

        /* Mobile */
    }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-company-logo {
            margin-top: 24px
    }
        }    
    .testimonials .testimonials__testimonial-link {
        position: absolute;
        bottom: 32px;
        right: 60px;
        display: flex;
        gap: 12px;
        font-size: var(--font-size-lg);
        color: var(--color-white);
        opacity: 1;
        transition: .2s linear;

        /* Mobile */
    }    
    .testimonials .testimonials__testimonial-link:hover {
            opacity: 0.6;
            transition: .2s linear;
        }    
    @media (max-width: 768px) {    
    .testimonials .testimonials__testimonial-link {
            position: initial;
            bottom: initial;
            right: initial;
            justify-content: center;
            margin-top: 24px
    }
        }
.industry-leaders-choose {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .industry-leaders-choose .industry-leaders-choose__title {
        text-align: center;

        /* Mobile */
    }

    .industry-leaders-choose .industry-leaders-choose__title strong {
            display: block;
        }

    @media (max-width: 768px) {

    .industry-leaders-choose .industry-leaders-choose__title {
            font-size: var(--font-size-4xl)
    }
        }

    .industry-leaders-choose .industry-leaders-choose__copy {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 720px;
        margin: 16px auto 0;
    }

    .industry-leaders-choose .industry-leaders-choose__cta {
        display: block;
        width: max-content;
        margin: 52px auto 0;
    }
/* Logo Carousel Module - Swiper Implementation */

.logo-carousel {
  padding: 4rem 2rem;
  overflow: hidden;

  /* Responsive adjustments */
}

.logo-carousel.spacing-none {
    padding-top: 0;
  }

.logo-carousel.gradient-background {
    background-color: var(--color-purple-dark);
  }

.logo-carousel.gradient-background .logo-carousel__wrapper::before {
        background: linear-gradient(to right, var(--color-purple-dark), transparent);
      }

.logo-carousel.gradient-background .logo-carousel__wrapper::after {
        background: linear-gradient(to left, var(--color-purple-dark), transparent);
      }

.logo-carousel.gradient-background .logo-carousel__image {
      filter: brightness(0) invert(1);
    }

.logo-carousel__heading {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 3rem;
    line-height: 1.6;
  }

.logo-carousel__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;

    /* Gradient fade overlays on sides */
  }

.logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 150px;
      z-index: 10;
      pointer-events: none;
    }

.logo-carousel__wrapper::before {
      left: 0;
      background: linear-gradient(to right, var(--color-white), transparent);
    }

.logo-carousel__wrapper::after {
      right: 0;
      background: linear-gradient(to left, var(--color-white), transparent);
    }

.logo-carousel__swiper {
    overflow: visible;
  }

.logo-carousel__swiper .swiper-wrapper {
      display: flex;
      align-items: center;
      gap: 64px;
      will-change: transform;
    }

.logo-carousel__slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
    max-width: 180px !important;
    width: auto !important;
    flex-shrink: 0;
  }

.logo-carousel__image {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0);
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: block;
    margin: 0 auto;
  }

.logo-carousel__image:hover {
      opacity: 1;
    }

@media (max-width: 768px) {

.logo-carousel {
    padding: 3rem 1rem
}

    .logo-carousel__heading {
      font-size: 1rem;
      margin: 0 0 2rem;
    }

    .logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      width: 100px;
    }

    .logo-carousel__slide {
      height: 70px !important;
      max-width: 150px !important;
    }

    .logo-carousel__image {
      max-height: 40px;
    }
  }

@media (max-width: 480px) {
    .logo-carousel__heading {
      font-size: 0.875rem;
      margin: 0 0 1.5rem;
    }

    .logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      width: 60px;
    }

    .logo-carousel__slide {
      height: 60px !important;
      max-width: 120px !important;
    }

    .logo-carousel__image {
      max-height: 35px;
    }
  }



/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

