.text-grey {
  color: #7d8089;
}

@media (max-width: 1599.98px) {
  .container {
    max-width: 1150px;
  }
}
@media (max-width: 1279.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #2d313e;
}

.ptb {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-no-b {
  padding-top: 60px;
}

.pb-no-t {
  padding-bottom: 60px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.btn-response {
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 8px;
}
@media (min-width: 1600px) {
  .btn-response {
    padding: 20px 40px;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-no-b {
    padding-top: 120px;
  }
  .pb-no-t {
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .ptb {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pt-no-b {
    padding-top: 140px;
  }
  .pb-no-t {
    padding-bottom: 140px;
  }
}
.swiper-pagination {
  width: -moz-max-content !important;
  width: max-content !important;
  left: 50% !important;
  bottom: 0 !important;
  top: 0 !important;
  transform: translate(-50%, 0) !important;
  padding: 4px 6px;
  border-radius: 999px;
  height: 16px;
  display: flex;
  align-items: center;
}

.swiper-pagination::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 999px;
  border: 1px solid rgba(107, 87, 255, 0.04);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 2px !important;
}

.swiper-pagination .swiper-pagination-bullet .progress {
  height: 4px;
  border-radius: 999px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 999px;
  background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active .progress span {
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff;
  animation: progressbar 5900ms linear forwards;
  z-index: 2;
}

@media (min-width: 1280px) {
  .swiper-pagination {
    height: 28px;
    bottom: 24px !important;
    padding: 8px 10px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
  .swiper-pagination .swiper-pagination-bullet .progress {
    height: 8px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .swiper-pagination {
    padding: 8px 10px;
    height: 24px;
    bottom: 40px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}
@keyframes progressbar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */