.video-hero {
  position: relative;
}
.video-hero:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: rgba(27, 27, 27, 0.4);
  z-index: 1;
}
.video-hero .video-background {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  min-height: calc(100vh - 97px);
  object-fit: cover;
}
.video-hero__content {
  top: 0;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  height: calc(100% - 92px);
  padding-top: 60px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
.video-hero__content .top-content {
  text-align: center;
}
.video-hero__content .top-content h2 {
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .video-hero__content .top-content h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .video-hero__content .top-content h2 {
    font-size: 64px;
  }
}
.video-hero__content .bottom-content {
  display: flex;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8%;
}
@media only screen and (min-width: 992px) {
  .video-hero__content .bottom-content > * {
    flex: 1;
  }
}
@media only screen and (max-width: 991px) {
  .video-hero__content .bottom-content {
    flex-direction: column;
    gap: 40px;
  }
}
.video-hero__content .bottom-content .description {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.video-hero .swipe-text__wrapper {
  position: relative;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  border-radius: 12px;
}
.video-hero .swipe-text__wrapper > span {
  position: absolute;
}
.video-hero .swipe-text__wrapper > span.top-bg {
  left: -20%;
  top: -20px;
}
.video-hero .swipe-text__wrapper > span.bottom-bg {
  right: -10%;
  bottom: -20px;
}
.video-hero .swipe-text {
  height: 20px;
  padding: 21px 31px;
  width: 0;
  transition: all 0.3s linear;
  opacity: 0;
  position: relative;
  margin: 0;
}
.video-hero .swipe-text span.swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1B1B;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .video-hero .swipe-text span.swiper-slide {
    font-size: 24px;
  }
}
.video-hero .insights__slider__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-hero .insights__slider__wrapper .insights__pagination {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.video-hero .insights__slider__wrapper .insights__pagination span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  background-color: #fff;
  backdrop-filter: blur(40px);
  position: relative;
  transition: opacity 2s linear, border 2s linear 2s;
}
.video-hero .insights__slider__wrapper .insights__pagination span.swiper-pagination-bullet:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid;
  border-radius: 100%;
  z-index: -1;
  border: 0;
}
.video-hero .insights__slider__wrapper .insights__pagination span.swiper-pagination-bullet.active::before {
  border: 1px solid;
}
.video-hero .insights__slider {
  height: 144px;
  border-radius: 12px;
  background: rgba(27, 27, 27, 0.4);
  padding: 8px;
  width: calc(100% - 20px);
  transition: all 0.3s linear;
}
.video-hero .insights__slider:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-hero .insights__slider:hover .swiper-slide .read-more::after {
  height: 100%;
  scale: 1;
}
.video-hero .insights__slider .swiper-slide {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #fff;
  scale: 0.9;
  transition: scale 0.8s linear;
}
.video-hero .insights__slider .swiper-slide.swiper-slide-active {
  scale: 1;
}
.video-hero .insights__slider .swiper-slide > * {
  flex: 1;
}
.video-hero .insights__slider .swiper-slide .insights__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  justify-content: space-between;
}
.video-hero .insights__slider .swiper-slide figure {
  max-width: 120px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.video-hero .insights__slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 120/144;
  object-fit: cover;
}
.video-hero .insights__slider .swiper-slide h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 16px;
}
.video-hero .insights__slider .swiper-slide p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .video-hero .insights__slider .swiper-slide p {
    padding-bottom: 20px;
  }
}
.video-hero .insights__slider .swiper-slide .read-more {
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(27, 27, 27, 0.4);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: all 0.3s linear;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.video-hero .insights__slider .swiper-slide .read-more:after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 1440px;
  height: 0;
  scale: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s linear;
}
.video-hero .insights__slider .swiper-slide .read-more svg {
  width: 14px;
  height: 14px;
}
.video-hero .autoplay-progress {
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 10;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.video-hero .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/*# sourceMappingURL=style.css.map */
