body {
  background: white;
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

.swiper-navigation {
  position: absolute;
  bottom: 10px;
  right: 60px;
  display: flex;
  gap: 10px;
}
.swiper-wrapper {
  padding-bottom: 55px;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-footer {
  border-top: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background-color: #878787;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  font-size: 18px !important;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "prev";
  margin-right: 3px;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "next";
  margin-left: 3px;
}

.box-why {
  border: 3px solid #a83232;
  border-radius: 15px !important;
  padding: 5px;
  max-width: 420px;
  height: 210px;
  margin-right: 16px;
  background: #ffffff;
  @media screen and (max-width: 1440px) {
    height: 240px;
  }
  @media screen and (max-width: 768px) {
    width: 90%;
    font-size: 12px;
    padding: 0px;
  }
}

.title-why {
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
.linkWhy {
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.linkWhy::after {
  font-family: swiper-icons;
  font-weight: bold !important;
  content: "next";
  margin-left: 5px;
  color: #a83232;
}

.swiper-pagination {
  bottom: -30px;
}

.swiper-pagination-bullet {
  background-color: #878787;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: #a83232 !important;
  transform: scale(1.2) !important;
}

.playIcon {
  top: calc(50% - 20px);
  left: calc(55% - 20px);
  position: absolute;
  cursor: pointer;
  img {
    width: 65px;
  }
  transform: translate(-50%, -50%);
}

.video {
  width: 100%;
  height: 320px;
}

.text-danger-onb {
  color: #b20030;
}

.verified-fieldset {
  border: 2px solid green !important;
  border-radius: 6px;
}
.grecaptcha-badge { 
visibility: hidden;
} 
