@media (min-width: 0px) and (max-width: 767.98px) {
  .slider__container {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider__container {
    margin-top: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider__container {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .slider__container {
    margin-top: 40px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .swiper-wrapper {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-wrapper {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-wrapper {
    height: 192px;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-wrapper {
    height: 236px;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-wrapper {
    height: 264px;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-wrapper {
    height: 320px;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.swiper-slide:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide-active > .swiper__card {
    width: 446px !important;
    height: 180px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide-active > .swiper__card {
    width: 456px !important;
    height: 192px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-slide-active > .swiper__card {
    width: 562px !important;
    height: 236px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-slide-active > .swiper__card {
    width: 628px !important;
    height: 264px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-slide-active > .swiper__card {
    width: 762px !important;
    height: 320px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide-active {
    width: 446px !important;
    height: 180px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide-active {
    width: 456px !important;
    height: 192px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-slide-active {
    width: 562px !important;
    height: 236px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-slide-active {
    width: 628px !important;
    height: 264px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-slide-active {
    width: 762px !important;
    height: 320px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide-prev, .swiper-slide-next {
    width: 145px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide-prev, .swiper-slide-next {
    width: 244px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-slide-prev, .swiper-slide-next {
    width: 298px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-slide-prev, .swiper-slide-next {
    width: 378px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-slide-prev, .swiper-slide-next {
    width: 551px !important;
  }
}
.swiper-pagination-bullet {
  background: #F09221 !important;
  border-radius: 50px !important;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #1AC0F2 !important;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 40px !important;
    height: 8px !important;
  }
}
.swiper__card {
  background: linear-gradient(0deg, #9747FF, #9747FF);
  box-shadow: 0px 10px 10px rgba(33, 33, 33, 0.1);
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper__card {
    width: 100%;
    height: 126px;
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper__card {
    width: 400px;
    height: 136px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper__card {
    width: 496px;
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper__card {
    width: 145px;
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper__card {
    width: 244px;
    height: 158px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper__card {
    width: 298px;
    height: 195px;
  }
}
@media (min-width: 1440px) {
  .swiper__card {
    width: 378px;
    height: 218px;
  }
}
@media (min-width: 1920px) {
  .swiper__card {
    width: 551px;
    height: 264px;
  }
}
