/** Shopify CDN: Minification failed

Line 457:0 Expected "}" to go with "{"

**/
.image-text-slider-section {
  background-image: url("/cdn/shop/files/slider-bg-mobile.png?v=1774416934");
}
@media (min-width: 990px) {
  .image-text-slider-section {
    background-image: url("/cdn/shop/files/reviews_7816aadd-dbe0-4423-a132-9216ba0a3d77.png?v=1774418540");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0D0E31;
    min-height: 700px;
  }
}

.image-text-slider-section {
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.image-text-slider-section.has-texture::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0, transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.16) 0, transparent 38%);
}

.image-text-slider-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.image-text-slider-left {
  width: 43%;
  position: relative;
  z-index: 1;
  padding-left: 108px;
}

.image-text-slider-right {
  width: 50%;
  min-width: 0;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-right: 44px;
  box-sizing: border-box;
  max-width: 750px;
  padding-left: 30px;
}

.image-text-slider-left-title {
  margin: 0 0 52px;
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 520px;
}

.image-text-items {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.image-text-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 0.65;
  transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.image-text-step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex: 0 0 32px;
  margin-top: 2px;
  border: 2px solid transparent;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.image-text-item.active .image-text-step-number {
  background: #6e69ff;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.image-text-step-content {
  flex: 1;
}

.image-text-item-title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  color: #cfd2ff;
  letter-spacing: 0.63px;
}

.image-text-item-description {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.63px;
  color: #cfd2ff;
  font-family: 'degular-text';
}

.image-text-item.active {
  opacity: 1;
  /* transform: translateX(4px); */
}

.image-text-item.active .image-text-item-title,
.image-text-item.active .image-text-item-description {
  color: #ffffff;
  font-weight: 500;
}

.image-text-slider-right-description {
  margin: 0 0 66px 65px;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 600;
}

.bk-slider {
  position: relative;
  width: 100%;
  /* padding: 0 12px 66px; */
}

.image-text-swiper {
  overflow: hidden;
  padding: 85px 0;
  width: 100%;
  height: auto;
}

.image-text-swiper .swiper-wrapper {
  align-items: center;
}

.image-text-slide {
  opacity: 0.35;
  /* scale: 1.16; */
  transition: scale 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
              opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: scale, opacity;
}

.image-text-swiper .swiper-slide-active {
  opacity: 1;
  scale: 1.75;
  z-index: 2;
}

.image-text-slide-media {
  border-radius: 8px;
}

.image-text-slide-image {
  width: 100%;
  height: auto;
  display: block;
  /* object-fit: cover; */
}

.image-text-slide-placeholder {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.image-text-slider-button {
  margin-top: 28px;
  padding: 16px 0;
  text-align: center;
  color: #1A1B39;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.63px;
  text-transform: uppercase;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.image-text-mobile-step {
  display: none;
}

.image-text-slider-button--mobile {
  display: none;
}

/* .image-text-slider-right .swiper-button-prev,
.image-text-slider-right .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #2a2d93;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  z-index: 30;
  display: flex !important;
} */

.bk-slider .swiper-button-prev,
.bk-slider .swiper-button-next {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 36px;
  height: 36px;
  z-index: 10;
  cursor: pointer;
  margin-top: 0;
}

.bk-slider .swiper-button-prev {
  left: -15px;
}

.bk-slider .swiper-button-next {
  right: -15px;
}

.bk-slider .swiper-button-lock {
  display: flex !important;
}

.bk-slider .swiper-button-prev:after,
.bk-slider .swiper-button-next:after {
  content: "";
  display: none;
}

.bk-slider .swiper-button-disabled {
  opacity: 0.55 !important;
  pointer-events: auto;
}

.image-text-slider-right .swiper-pagination {
  position: relative;
  bottom: auto;
  width: 100%;
  padding: 10px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.image-text-slider-right .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  text-align: center;
  font-size: 0;
  color: transparent;
  opacity: 1;
  background: rgba(255, 255, 255, 0.45);
  margin: 0 !important;
  flex-shrink: 0;
}

.image-text-slider-right .swiper-pagination-bullet-active {
  width: 32px;
  height: 32px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  background: #7C77FB;
  font-family: gira-sans, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 989px) {
  .image-text-slider-right .swiper-pagination {
    gap: 10px;
    padding: 0 0 24px;
    margin-top: 10px;
  }
  .image-text-slider-right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .image-text-slider-right .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
  }
  .image-text-slider-container {
    flex-direction: column;
    gap: 0;
  }

  .image-text-slider-left {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    order: 1;
  }

  .image-text-slider-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
    order: 2;
    overflow: hidden;
  }

  .image-text-items {
    display: none;
  }

  .image-text-slider-button--desktop {
    display: none;
  }

  .image-text-mobile-step {
    display: block;
    order: 3;
    width: 100%;
    text-align: center;
    padding: 0 24px;
  }

  .image-text-mobile-step-title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.63px;
  }

  .image-text-mobile-step-description {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.3px;
    font-weight: 500;
  }

  .image-text-slider-button--mobile {
    display: inline-block;
    margin-top: 24px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    height: 52px;
    letter-spacing: 0;
    font-weight: 600;
    color: #111111 !important;
    border: 0;
  }

  .image-text-slider-left-title {
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
    margin: auto;
  }

  .image-text-slider-right-description {
    margin: 0 0 30px;
    font-size: 15px;
    text-align: center;
    padding: 0 20px;
  }

  .image-text-swiper {
    padding: 60px 0;
  }

  .image-text-slide {
    width: 70%;
    max-width: none;
  }
}

@media (max-width: 749px) {
  .image-text-slider-section {
    padding: 40px 16px;
  }

  .image-text-slider-left-title {
    font-size: 24px;
  }

  .image-text-slider-right-description {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 120%;
  }

  .image-text-slide {
    width: 86%;
    opacity: 0.55;
  }

  .image-text-swiper {
    padding: 50px 0;
  }

  .bk-slider .swiper-button-prev,
  .bk-slider .swiper-button-next {
   display: none;
}
