.hero-container .play-icon {
  text-align: center;
}

.hero-container .ctas{
  margin-bottom: 15px;
}

.hero-container .play-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hero-container .special-hero-section h2{
  font-family: 'GT Alpina Trial-Thin';
  font-style: normal;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
}

.hero-container .special-hero-section p{
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.hero-container .special-hero-section{
  padding-bottom: 112px;
}

.hero-container .main-hero-section{
  position: relative;
  z-index: 2;
}

.hero-container .move{
  position: absolute;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: calc(150vw);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}


.hero-container .move-1{
  top: 45vh;  
}

.hero-container .move-2{
  top: 10vh;

}


{#
.move {

}

@keyframes move-horizontal-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-200%);
  }
}

#}


.to-animate{
  display: none;
}

.to-animate.animate__animated{
  display: block;

}

.hero-container .italic{
  position: relative;
}

.hero-container h1 .italic{
  opacity:0.3;
  transition: opacity 3s;
}

.hero-container h1{
  opacity:0.1;
  transition: opacity 3s;
}

.hero-container h1.animation-opacity .italic,
.hero-container h1.animation-opacity{
  opacity:1;
}


.light .play,
.play-light {
  display: none;
}

.light .play-light {
  display: block;
}


@media(max-width: 768px){
  .hero-container .title, .hero-container .title * {
    overflow-wrap: anywhere;
  }



  .special-hero-section .span4 {
    padding-bottom: 32px;
  }
}

@media(max-width:1440px){
  .hero-container .special-hero-section h2{
    font-size: 32px;
  }
  .hero-container .special-hero-section p{
    font-size: 16px;
  }
}

@media(max-width:768px){
  
  
  
  .hero-container .special-hero-section h2{
    font-size: 28px;
  }
  .hero-container .special-hero-section p{
    font-size: 15px;
  }
}


@media(max-width:425px){
  .hero-container .special-hero-section h2{
    font-size: 24px;
  }
  .hero-container .special-hero-section p{
    font-size: 15px;
  }
}

.light .button-icon-hover,
.link .button-icon-special-dark{
  display: none;
}

.light .button-icon-special-dark{
  display: block;
}


.light .hero-container .button-icon .button-icon,
.light  .hero-container .ctas a.link:hover span.button-icon-hover,
.light .hero-container  .ctas span.button-icon-hover{
  display: none !important;
}

.yellow-banner{
  color: #2F4051;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  background: #FDE5A7;
  padding: 8px 24px;
}

@media(max-width:1440px){
  .yellow-banner{
    font-size: 12px;
  }
}


@media(max-width: 425px){
  .hero-container .main-hero-section{
    padding-top: 150px;
  }
}

