/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wwf-hero-slider {
  position: relative;
  padding: 100px 0;
}

.wwf-hero-slider--bg {
  display: block;
  position: absolute;
  overflow: hidden;
  background: pink;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wwf-hero-slider--bg > video {
  height: 100%;
  min-height: 700px;
  width: 100vw;
  max-width: 1920px;
  position: absolute;
  object-fit: cover;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.wwf-hero-slider--video,
.wwf-hero-slider--image,
.wwf-hero-slider--alt-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
}

.wwf-hero-slider--alt-image {
  display: none;
}

@media (prefers-reduced-motion) {
  .wwf-hero-slider--video {
    display: none;
  }
  .wwf-hero-slider--alt-image {
    display: block;
  }
}
.wwf-hero-slider--body {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .wwf-hero-slider--body {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wwf-hero-slider--body {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wwf-hero-slider--body {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .wwf-hero-slider--body {
    max-width: 1230px;
  }
}

.wwf-hero-slider.is-style-inverted-text {
  color: #fff;
}
.wwf-hero-slider.is-style-faded:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 120px;
}
.wwf-hero-slider.is-style-faded-inverted {
  color: #fff;
}
.wwf-hero-slider.is-style-faded-inverted:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 120px;
}

.wwf-hero-slide {
  height: 100vh;
}

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