/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.hero-slider {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 64em) {
  .hero-slider {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider {
    height: 34rem !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-slider {
    height: 49rem !important;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider {
    height: 75rem !important;
  }
}
.hero-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (min-width: 64em) {
  .hero-slider .swiper-pagination {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider .swiper-pagination {
    gap: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider .swiper-pagination {
    gap: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider .Masthead {
    height: 34rem !important;
    min-height: 34rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-slider .Masthead {
    height: 49rem !important;
    min-height: 49rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider .Masthead {
    height: 75rem !important;
    min-height: 75rem;
  }
}
.hero-slider .Masthead__image {
  height: 200%;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider .Masthead__image .hero-slider__pagination {
    bottom: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider .Masthead__image .hero-slider__pagination {
    bottom: 0;
    background: white;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider .Masthead__image .hero-slider__pagination {
    bottom: 0;
  }
}
.hero-slider .Masthead__image .hero-slider__slider {
  height: 50%;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider .hero-slider__pagination__inner {
    background-color: white;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider .hero-slider__pagination__inner {
    background-color: white;
    padding: 0 1rem;
  }
}
.hero-slider__slider {
  height: 100%;
}
.hero-slider .swiper-container {
  height: 100%;
}
.hero-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.hero-slider .swiper-slide {
  height: auto;
}
.hero-slider__pagination {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.hero-slider__pagination {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider__pagination {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider__pagination {
    background-color: white;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination {
    background-color: white;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider__pagination {
    bottom: 5rem;
  }
}
.hero-slider__pagination__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero-slider__pagination__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination__inner {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider__pagination__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-slider__pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  padding: 1rem 0;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 1;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination .swiper-pagination-bullet {
    margin-right: 1rem;
    padding: 2rem 0;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider__pagination .swiper-pagination-bullet {
    margin-right: 3rem;
  }
}
.hero-slider__pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 1.3s ease-in-out;
  transition: background-color 1.3s ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination .swiper-pagination-bullet::before {
    width: 100%;
    height: 0.3rem;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider__pagination .swiper-pagination-bullet::before {
    width: 7rem;
    height: 0.3rem;
  }
}
.hero-slider__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hero-slider__pagination .swiper-pagination-bullet:hover, .hero-slider__pagination .swiper-pagination-bullet:focus, .hero-slider__pagination .swiper-pagination-bullet:active, .hero-slider__pagination .swiper-pagination-bullet.is-active {
  outline: none;
}
.hero-slider__pagination .swiper-pagination-bullet:hover::before, .hero-slider__pagination .swiper-pagination-bullet:focus::before, .hero-slider__pagination .swiper-pagination-bullet:active::before, .hero-slider__pagination .swiper-pagination-bullet.is-active::before {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination .swiper-pagination-bullet:hover::before, .hero-slider__pagination .swiper-pagination-bullet:focus::before, .hero-slider__pagination .swiper-pagination-bullet:active::before, .hero-slider__pagination .swiper-pagination-bullet.is-active::before {
    background-color: #00aeef;
  }
}
.hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: white;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #00aeef;
  }
}
.hero-slider__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: opacity 50ms ease-in-out;
  transition: opacity 50ms ease-in-out;
}

/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.hero-slider-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: center/cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider-slide {
    height: 34rem !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-slider-slide {
    height: 49rem !important;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider-slide {
    height: 75rem !important;
  }
}
.hero-slider-slide__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.hero-slider-slide__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slider-slide__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
  background: center/cover;
}
.hero-slider-slide__wrapper {
  height: 100%;
}
.hero-slider-slide__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider-slide__wrapper {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider-slide__wrapper {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider-slide__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.hero-slider-slide__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider-slide__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-slider-slide__inner {
    max-width: 119.5rem;
  }
}
.hero-slider-slide__clip {
  overflow: hidden;
  max-width: 0;
  -webkit-transition: max-width 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-width 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.swiper-slide-active .hero-slider-slide__clip {
  max-width: 100%;
  -webkit-transition: max-width 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: max-width 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hero-slider-slide__content {
  width: 117rem;
}
.hero-slider-slide__title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider-slide__title {
    width: 33.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-slider-slide__title {
    width: calc(48em - 4rem);
  }
}
@media screen and (min-width: 64em) {
  .hero-slider-slide__title {
    width: 117rem;
  }
}
.hero-slider-slide__text {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-slider-slide__text {
    font-size: 1.5rem;
    width: 33.5rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 48em) {
  .hero-slider-slide__text {
    font-size: 2rem;
    max-width: 67rem;
  }
}
.hero-slider-slide__text a {
  color: #ffffff;
  padding-bottom: 0;
  -webkit-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
  border-bottom: 1px solid #ffffff;
}
.hero-slider-slide__text a .icon {
  font-size: 1.1rem;
  font-weight: 700;
}
.hero-slider-slide__text a:hover {
  padding-bottom: 0.5rem;
}
.hero-slider-slide__link {
  position: relative;
  z-index: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.swiper-slide-active .hero-slider-slide__link {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*# sourceMappingURL=the-hero-slider.css.map */
