<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/videoherobanner.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/** font family **/
.video-hero-banner {
  overflow: hidden;
  position: relative;
}
.video-hero-banner__slider.no-controls .video-hero-banner__prev-btn,
.video-hero-banner__slider.no-controls .video-hero-banner__next-btn,
.video-hero-banner__slider.no-controls .video-hero-banner__pagination,
.video-hero-banner__slider.no-controls .video-hero-banner__icon-pause {
  display: none;
}
.video-hero-banner__main-title {
  clip: rect(1px, 1px, 1px, 1px);
  display: inline-block;
  font-size: 0;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.video-hero-banner__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 100px;
  width: 49%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__text {
    text-align: center;
    padding: 0 20px;
  }
}
.video-hero-banner__text .main-title.black,
.video-hero-banner__text .title-opposite.black,
.video-hero-banner__text .paragraph.black {
  color: #313136;
  -webkit-text-stroke: 1px #313136;
}
.video-hero-banner__text .main-title.white,
.video-hero-banner__text .title-opposite.white,
.video-hero-banner__text .paragraph.white {
  color: #fff;
  -webkit-text-stroke: 2px transparent;
}
.video-hero-banner__text .main-title.transparent,
.video-hero-banner__text .title-opposite.transparent,
.video-hero-banner__text .paragraph.transparent {
  color: transparent;
}
.video-hero-banner__text .main-title,
.video-hero-banner__text .title-opposite {
  -webkit-text-stroke: 2px #fff;
  text-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__text .main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__text .main-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .video-hero-banner__text .main-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .video-hero-banner__text .main-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1599px) {
  .video-hero-banner__text .paragraph {
    font-size: 16px;
  }
}
.video-hero-banner__text-link {
  color: #fff;
  display: block;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__text-link {
    margin-top: 10px;
  }
}
.video-hero-banner__text-link:hover {
  color: #fff;
}
.video-hero-banner__image-content, .video-hero-banner__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-hero-banner__image-content--gradient, .video-hero-banner__video--gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 7.75%, hsla(0deg, 0%, 77%, 0) 117.4%);
}
.video-hero-banner__image-content::after, .video-hero-banner__video::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media only screen and (max-width: 1599px) {
  .video-hero-banner__image-content::after, .video-hero-banner__video::after {
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 1366px) {
  .video-hero-banner__image-content::after, .video-hero-banner__video::after {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__image-content::after, .video-hero-banner__video::after {
    padding-bottom: 720px;
  }
}
.video-hero-banner__image-content--desktop, .video-hero-banner__image-content--mobile,
.video-hero-banner__image-content video, .video-hero-banner__video--desktop, .video-hero-banner__video--mobile,
.video-hero-banner__video video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-hero-banner__image-content--desktop, .video-hero-banner__image-content--desktop-video, .video-hero-banner__video--desktop, .video-hero-banner__video--desktop-video {
  display: block;
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__image-content--desktop, .video-hero-banner__image-content--desktop-video, .video-hero-banner__video--desktop, .video-hero-banner__video--desktop-video {
    display: none;
  }
}
.video-hero-banner__image-content--mobile, .video-hero-banner__image-content--mobile-video, .video-hero-banner__video--mobile, .video-hero-banner__video--mobile-video {
  display: none;
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__image-content--mobile, .video-hero-banner__image-content--mobile-video, .video-hero-banner__video--mobile, .video-hero-banner__video--mobile-video {
    display: block;
  }
}
.video-hero-banner__icon-play {
  display: none;
  background: url("../../../img/svg/play-button.svg") no-repeat;
}
.video-hero-banner__icon-play.show {
  display: block;
}
.video-hero-banner__icon-pause {
  display: block;
  background: url("../../../img/svg/pause-button.svg") no-repeat;
}
.video-hero-banner__icon-pause.hide {
  display: none;
}
.video-hero-banner__icon-pause, .video-hero-banner__icon-play {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 34px;
  height: 34px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .video-hero-banner__icon-pause, .video-hero-banner__icon-play {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__prev-btn, .video-hero-banner__next-btn {
    display: none;
    top: 180px;
  }
}
.video-hero-banner__pagination {
  left: 50% !important;
  transform: translateX(-50%);
  width: 65% !important;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__pagination {
    top: 660px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  .video-hero-banner__pagination {
    position: relative;
    bottom: 35px !important;
  }
}
.video-hero-banner__pagination span {
  background-color: #d8d8d8;
  border-radius: 50px;
  width: 70px;
  height: 5px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__pagination span {
    width: 50px;
  }
}
.video-hero-banner__pagination .swiper-pagination-bullet-active .swiper-pagination-element {
  content: "";
  display: block;
  background-color: #fe7000;
  border-radius: 50px;
  padding-right: 70px;
  width: 0;
  height: 5px;
  animation: animateDuration 5s ease-in;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner__pagination .swiper-pagination-bullet-active .swiper-pagination-element {
    padding-right: 50px;
    animation: animateDurationMobile 5s ease-in;
  }
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner .asset-search-block .search-input::placeholder {
    font-size: 13px;
  }
}

.video-hero-banner-promo__right {
  right: 40px;
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner-promo__right {
    right: 50px;
    padding: 0 25px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  .video-hero-banner-promo__right {
    right: 75px;
  }
}
@media only screen and (min-width: 1400px) {
  .video-hero-banner-promo__right {
    width: 500px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .video-hero-banner-promo__right {
    width: 330px;
  }
}
@media only screen and (max-width: 1024px) {
  .video-hero-banner-promo__badge {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .video-hero-banner-promo__badge {
    top: -120px;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  .video-hero-banner-promo__badge {
    top: -100px;
    width: 150px;
    height: 150px;
  }
}

@keyframes animateDurationMobile {
  0% {
    padding-right: 0;
  }
  50% {
    padding-right: 25px;
  }
  100% {
    padding-right: 50px;
  }
}
@keyframes animateDuration {
  0% {
    padding-right: 0;
  }
  50% {
    padding-right: 35px;
  }
  100% {
    padding-right: 70px;
  }
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-container {
  position: relative;
  z-index: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/*# sourceMappingURL=videoherobanner.css.map*/</pre></body></html>