/* -- -- */

.contact_hero-box {
  overflow: hidden;
  border-radius: 0.5rem !important;
}

/* -- -- */

[data-carousel-video],
[data-carousel-title] {
  opacity: 0;
}

[data-carousel-video-wrapper]
  .swiper-slide:nth-child(1)
  [data-carousel-video-wrapper] {
  background: #000000;
}

.swiper-slide:nth-child(1) [data-carousel-video-wrapper] {
  background: #000000;
}

.swiper-slide:nth-child(2) [data-carousel-video-wrapper] {
  background: #f87a56;
}

.swiper-slide:nth-child(3) [data-carousel-video-wrapper] {
  background: var(--1600);
}

.swiper-slide:nth-child(4) [data-carousel-video-wrapper] {
  background: var(--300);
}

[data-carousel] .swiper-slide:nth-child(1) {
  z-index: 5;
}

[data-carousel] .swiper-slide:nth-child(2) {
  z-index: 4;
}

[data-carousel] .swiper-slide:nth-child(3) {
  z-index: 3;
}

[data-carousel] .swiper-slide:nth-child(4) {
  z-index: 2;
}

[data-carousel] .swiper-slide:nth-child(n + 5) {
  z-index: 1;
  opacity: 0;
}
