/*
 * Colors
 */
/*
 * Breakpoints
 */
.hero {
  padding-top: 0;
  background-image: url(../../img/placeholder-big.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #3e3f45;
}
@media (min-width: 992px) {
  .hero.has-video {
    height: 85vh;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 0;
    height: 60vh;
    display: flex;
    align-items: flex-end;
    min-height: 500px;
  }
}
.hero .swiper {
  height: 100%;
  min-width: 100%;
}
.hero .wrapper {
  max-width: 1280px;
  padding: 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .hero .wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .hero .swiper-wrapper {
    display: flex;
    align-items: flex-end;
  }
}
.hero .swiper-slide {
  padding: 105px 0 160px;
}
@media (min-width: 992px) {
  .hero .swiper-slide {
    padding: 0;
  }
}
.hero .bg-transparent {
  width: 100%;
  padding: 32px 28px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .hero .bg-transparent:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMFY4TTggMTZWOE04IDhIMEgxNiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    display: block;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .hero .bg-transparent {
    width: 52.6%;
    padding: 50px 40px 60px;
  }
}
.hero .bg-transparent strong {
  font-weight: 800;
}
.hero h2 {
  margin-bottom: 4px;
}
.hero p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero p {
    -webkit-line-clamp: 2;
  }
}
.hero img.absolute {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: inherit;
  bottom: 0;
  z-index: -1;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  bottom: 16px;
  top: auto;
  width: 40px;
  height: 40px;
  background: rgba(1, 11, 23, 0.6);
  -webkit-backdrop-filter: blur(3.7037036419px);
          backdrop-filter: blur(3.7037036419px);
  z-index: 11;
}
.hero .swiper-button-next:after,
.hero .swiper-button-prev:after {
  font-size: 12px;
}
@media (min-width: 992px) {
  .hero .swiper-button-next:after,
  .hero .swiper-button-prev:after {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
  }
}
.hero .swiper-button-next:after,
.hero .swiper-button-prev:after {
  font-size: 12px;
  color: #ffffff;
}
.hero .swiper-button-next:focus,
.hero .swiper-button-prev:focus {
  outline: none;
}
.hero .swiper-button-next.swiper-button-next,
.hero .swiper-button-prev.swiper-button-next {
  right: 16px;
}
@media (min-width: 992px) {
  .hero .swiper-button-next.swiper-button-next,
  .hero .swiper-button-prev.swiper-button-next {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper-button-next.swiper-button-next,
  .hero .swiper-button-prev.swiper-button-next {
    right: 60px;
  }
}
.hero .swiper-button-next.swiper-button-prev,
.hero .swiper-button-prev.swiper-button-prev {
  left: 16px;
}
@media (min-width: 992px) {
  .hero .swiper-button-next.swiper-button-prev,
  .hero .swiper-button-prev.swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper-button-next.swiper-button-prev,
  .hero .swiper-button-prev.swiper-button-prev {
    left: 60px;
  }
}
.hero .swiper-horizontal > .swiper-pagination-bullets,
.hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
  top: auto;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}
@media (min-width: 992px) {
  .hero .swiper-horizontal > .swiper-pagination-bullets,
  .hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
    justify-content: flex-end;
    right: 40px;
    left: auto;
  }
}
.hero .swiper-horizontal > .swiper-pagination-bullets span,
.hero .swiper-pagination-bullets.swiper-pagination-horizontal span {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  opacity: 1;
  transition: background-color 0.5s;
  display: inline-block;
  border-radius: 0;
}
.hero .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active,
.hero .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background-color: var(--accent);
}
