.l-header-carousel--single {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.l-destinies-header{width: 100%;}
.l-header-carousel--single .l-header-carousel__slider {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: none;
  width: 58%;
  height: 100%;
  padding: 0 30px 0 0;
  max-width: none;
  z-index: 0;
  pointer-events: none;
}
.l-header-carousel--single .swiper-button-next,
.l-header-carousel--single .swiper-button-prev,
.l-header-carousel--single .swiper-pagination {
  pointer-events: auto;
}
@media (max-width: 1250px) {
  .l-header-carousel--single .l-header-carousel__slider {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel--single .l-header-carousel__slider {
    position: relative;
    width: 100%;
    height: 280px;
    padding: 0;
  }
  .l-header-carousel--single .l-header-carousel__container {
    background: #1f1f1f;
    border-radius: 0 0 20px 20px;
  }
}
.l-header-carousel__slider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  max-width: 1920px;
}
@media (max-width: 1250px) {
  .l-header-carousel__slider {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel__slider {
    padding: 0;
  }
}
.l-header-carousel .swiper {
  height: 100%;
}
.l-header-carousel .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-header-carousel .swiper-slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 20px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .l-header-carousel .swiper-slide span {
    border-radius: 0;
  }
}
.l-header-carousel .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
}
.l-header-carousel .swiper-slide picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.l-header-carousel .swiper-slide picture img {
  border-radius: 20px;
}
.l-header-carousel--single .swiper-slide img {
  object-position: center center;
}
@media (max-width: 991.98px) {
  .l-header-carousel .swiper-slide img {
    border-radius: 0;
  }
}
.l-header-carousel .swiper-pagination {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 44px !important;
}
@media (max-width: 1599.98px) {
  .l-header-carousel .swiper-pagination {
    bottom: 35.2px;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel .swiper-pagination {
    bottom: 38px;
  }
}
.l-header-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #dadada;
}
@media (max-width: 991.98px) {
  .l-header-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 700.98px) {
  .l-header-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
  .l-header-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px;
    height: 27px;
  }
}
.l-header-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .l-header-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
  }
}
.l-header-carousel .swiper-button-next,
.l-header-carousel .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1599.98px) {
  .l-header-carousel .swiper-button-next,
  .l-header-carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1400px) {
  .l-header-carousel .swiper-button-next,
  .l-header-carousel .swiper-button-prev {
    display: none;
  }
}
.l-header-carousel .swiper-button-next:after,
.l-header-carousel .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header-carousel .swiper-button-prev {
  left: 64px;
}
@media (max-width: 1599.98px) {
  .l-header-carousel .swiper-button-prev {
    left: 30px;
  }
}
.l-header-carousel .swiper-button-prev:after {
  background: url("../../images/arrow_prev.svg") center center no-repeat;
  background-size: contain;
}
.l-header-carousel .swiper-button-next {
  right: 64px;
}
@media (max-width: 1599.98px) {
  .l-header-carousel .swiper-button-next {
    right: 30px;
  }
}
.l-header-carousel .swiper-button-next:after {
  background: url("../../images/arrow_next.svg") center center no-repeat;
  background-size: contain;
}
.l-header-carousel--single .l-header-carousel__container {
  position: relative;
  z-index: 2;
  min-height: 400px;
  display: flex;
  justify-content: center;
  padding: 48px 24px 56px 30px;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 1599.98px) {
  .l-header-carousel--single .l-header-carousel__container {
    min-height: 360px;
    padding: 40px 20px 48px 24px;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel--single .l-header-carousel__container {
    padding: 32px 15px 40px 15px;
    min-height: 0;
  }
}
.l-header-carousel--single .l-header-carousel__text {
  min-height: 0;
  margin-top: 12px;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (max-width: 991.98px) {
  .l-header-carousel--single .l-header-carousel__text {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
.l-header-carousel--single .l-header-carousel__container::before {
  content: "";
  position: absolute;
  inset: 0;
  right: -40%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .l-header-carousel--single .l-header-carousel__container::before {
    display: none;
  }
}
.l-header-carousel--single h1,
.l-header-carousel--single .l-header-carousel__location,
.l-header-carousel--single .l-header-carousel__text,
.l-header-carousel--single .l-header-carousel__back {
  position: relative;
  z-index: 1;
}
.l-header-carousel__back {
  background: url("../../images/back.svg") left center no-repeat;
  background-size: 6px 12px;
  padding-left: 16px;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.l-header-carousel__back:hover, .l-header-carousel__back:active, .l-header-carousel__back:focus, .l-header-carousel__back:visited {
  color: #fff;
}
@media (max-width: 1599.98px) {
  .l-header-carousel__back {
    background-size: 6px 12px;
    padding-left: 16px;
    font-size: 0.875em;
  }
}
.l-header-carousel h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.75em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1599.98px) {
  .l-header-carousel h1 {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel h1 {
    font-size: 1.75em;
  }
}
.l-header-carousel__location {
  background: url("../../images/marker.svg") left center no-repeat;
  background-size: 14px 20px;
  padding-left: 24px;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  margin: 30px 0 0 0;
}
@media (max-width: 1599.98px) {
  .l-header-carousel__location {
    background-size: 14px 20px;
    padding-left: 24px;
    font-size: 0.875em;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel__location {
    background-size: 14px 20px;
    padding-left: 24px;
    font-size: 1em;
    margin: 20px 0 0 0;
  }
}
.l-header-carousel__location span {
  text-decoration: underline;
}
.l-header-carousel__text {
  font-size: 1.125em;
  line-height: 1.67;
  color: #fff;
  margin: 15px 0 0 0;
  font-weight: bold;
}
@media (max-width: 1599.98px) {
  .l-header-carousel__text {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .l-header-carousel__text {
    font-size: 1em;
  }
}