@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.hero-banners {
  position: relative;
}
.hero-banners .slick__arrow {
  top: 12.625rem;
}
.hero-banners .slick-arrow:before {
  color: white;
}
.hero-banners .slick .page-content {
  display: flex;
  align-items: center;
  min-height: 26.25rem;
  margin-top: 0;
}
.hero-banners .video .brightcove-player.background-video {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /* Hide the player control bar */
}
.hero-banners .video .brightcove-player.background-video .video-js .vjs-control-bar {
  display: none;
}
.hero-banners .image .contextual-region,
.hero-banners .image .media {
  z-index: -1;
  position: unset;
}
.hero-banners .image .media img {
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 5s ease;
  transform: scale3d(1, 1, 1);
}
.hero-banners .summary {
  color: white;
  min-height: 15.625rem;
  padding: 3rem;
  position: relative;
  text-align: center;
  z-index: 2;
  word-wrap: break-word;
}
.hero-banners .summary .inner {
  max-width: 33.5rem;
  padding: 0;
  position: unset;
}
.hero-banners .summary .button {
  border-color: white;
  background-color: white;
  color: #491e88;
  justify-content: space-between;
}
.hero-banners .summary .button:hover, .hero-banners .summary .button:focus-visible {
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero-banners .summary .button {
    min-width: 17.5rem;
  }
}
.hero-banners .summary .button:hover, .hero-banners .summary .button:focus-visible {
  background: transparent;
  color: white;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .hero-banners .summary .button:hover, html[native-dark-active] .hero-banners .summary .button:hover, [data-darkreader-scheme=dark] .hero-banners .summary .button:focus-visible, html[native-dark-active] .hero-banners .summary .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.hero-banners .summary .button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.hero-banners .summary .bp-title {
  text-align: center;
  color: white;
  font-size: 2.875rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.hero-banners .summary .body {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.hero-banners .fullscreen .summary {
  height: calc(100vh - 107px);
}
.user-logged-in .hero-banners .fullscreen .summary {
  height: calc(100vh - 185px);
}
.hero-banners .slick__slide {
  /*
  &:before {
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.9s ease;
    width: 100%;
    z-index: 1;
    background-color: $viavi-black;
  }
  */
}
.hero-banners .slick__slide:hover .image .media img {
  transform: scale3d(1.05, 1.05, 1);
}
.hero-banners .slick__slide:hover:before {
  opacity: 0.6;
}
.hero-banners .content-wrapper {
  background-color: #333333;
}
.hero-banners .content-wrapper:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  transition: all 0.9s ease;
  width: 100%;
  z-index: 1;
  background-color: #333333;
}
.hero-banners .content-wrapper .strokes .left,
.hero-banners .content-wrapper .strokes .right {
  background: rgba(255, 255, 255, 0.15);
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(30deg);
  width: 9.375rem;
  z-index: -1;
}
.hero-banners .content-wrapper .strokes .left {
  left: 0;
}
.hero-banners .content-wrapper .strokes .left:after {
  position: absolute;
  left: -6.875rem;
  width: 9.375rem;
  height: 100%;
  content: "";
  transform: skew(0deg);
  background: rgba(255, 255, 255, 0.15);
}
.hero-banners .content-wrapper .strokes .right {
  right: 1.125rem;
}
.hero-banners .content-wrapper .strokes .right:before {
  right: -4.375rem;
  width: 9.375rem;
}
.hero-banners .content-wrapper .strokes .right:after {
  right: -6.875rem;
  width: 9.375rem;
}
.hero-banners .content-wrapper .strokes .right:before, .hero-banners .content-wrapper .strokes .right:after {
  background: rgba(255, 255, 255, 0.15);
  content: "";
  height: 100%;
  position: absolute;
  transform: skew(0deg);
}
.hero-banners .break {
  flex-basis: 100%;
  height: 0;
}
/*# sourceMappingURL=field--banners.css.map */
