.hero-slider .hero-swiper {
  overflow-y: hidden;
  position: relative;
  min-height: 588px;
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-swiper {
    min-height: 528px !important;
  }
}
.hero-slider .hero-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.hero-slider .hero-swiper-button-next,
.hero-slider .hero-swiper-button-prev {
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.hero-slider .hero-swiper-button-next img,
.hero-slider .hero-swiper-button-prev img {
  width: initial;
  height: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-slider .hero-swiper-button-next:after,
.hero-slider .hero-swiper-button-prev:after {
  display: none;
}
.hero-slider .hero-swiper-button-prev {
  left: 10px;
  right: unset;
}
.hero-slider .hero-swiper-button-next {
  right: 30px;
  left: unset;
}
.hero-slider .swiper-controls {
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-slider .swiper-controls .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  bottom: unset;
  top: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.hero-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .swiper-controls {
    bottom: 0;
  }
}
.hero-slider .hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 588px;
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-slide {
    min-height: 528px;
  }
}
.hero-slider .hero-slide .hero-top {
  min-height: 588px;
  max-height: 588px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-slide .hero-top {
    min-height: 528px !important;
    max-height: 528px;
  }
}
.hero-slider .hero-slide .text-container-wrapper {
  flex: 1;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 33px;
  background: var(--bg-colour);
}
.hero-slider .hero-slide .text-container-wrapper .text-container {
  position: relative;
  color: var(--text-alternate-color);
  width: 100%;
  text-align: center;
}
.hero-slider .hero-slide .text-container-wrapper .text-container div.heading {
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-slide .text-container-wrapper .text-container div.heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.hero-slider .hero-slide .text-container-wrapper .text-container div.heading em,
.hero-slider .hero-slide .text-container-wrapper .text-container div.heading strong {
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-slide .text-container-wrapper .text-container div.heading em,
  .hero-slider .hero-slide .text-container-wrapper .text-container div.heading strong {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-slide .text-container-wrapper {
    padding-top: 283px;
    padding-bottom: 0;
  }
  .hero-slider .hero-slide .text-container-wrapper.pagi {
    padding-bottom: 20px;
  }
}
.hero-slider .hero-slide .text-container-wrapper.--bottom {
  height: 65%;
}
.hero-slider .hero-slide img,
.hero-slider .hero-slide svg,
.hero-slider .hero-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .hero-bottom-content {
  position: relative;
  color: var(--text-alternate-color);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.hero-slider .hero-bottom-content.slider {
  margin-bottom: 30px;
}
.hero-slider .hero-bottom-content div.text {
  font-size: 16px;
  line-height: 24px;
}
.hero-slider .hero-bottom-content div.text em,
.hero-slider .hero-bottom-content div.text strong {
  font-size: 16px;
  line-height: 24px;
}
.hero-slider .hero-bottom-content div.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
}
.hero-slider .hero-bottom-content div.links a {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 17px;
}
@media only screen and (max-width: 767.98px) {
  .hero-slider .hero-bottom-content {
    gap: 26px;
    padding-top: 33px;
  }
  .hero-slider .hero-bottom-content div.links {
    gap: 20px;
  }
}
