html {
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #d1d5db !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #999999 !important;
  --swiper-navigation-size: 14px !important;
  --swiper-navigation-color: #999999 !important;
}

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

.wf-label {
  display: none !important;
}

#navbar.bg-alt {
  background-color: #000;
}

.grecaptcha-badge {
    visibility: hidden;
}
}
