@charset "UTF-8";
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #333;
}

.lightgray {
  background-color: #EDEDED;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.green {
  background-color: #1C955F;
}

.darkblue {
  background-color: #00B1F0;
}

.blue {
  background-color: #0091C3;
}

.gold {
  background-color: #DDA31D;
}

.yellow {
  background-color: #EEAF1F;
}

.purple {
  background-color: #7E104E;
}

.red {
  background-color: #EB2C3B;
}

.orange {
  background-color: #EB5524;
}

.hero-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .hero-headline {
    font-size: 2.25rem;
  }
}

@media (min-width: 64em) {
  .hero-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 100em) {
  .hero-headline {
    font-size: 2.75rem;
  }
}

.hero {
  background: #000;
  position: relative;
  color: #fff;
  z-index: 101;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hero-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
  }
}

.hero-slider {
  position: relative;
  height: 100%;
}

@media (min-width: 48em) {
  .hero-slider {
    height: 800px;
  }
}

.hero-slider-initiate {
  position: relative;
}

.hero-slide {
  height: 70vh;
  position: relative;
}

@media (min-width: 48em) {
  .hero-slide {
    height: 800px;
    min-height: 44em;
  }
}

.hero-action {
  background: #EDEDED;
  padding: 2rem;
  text-align: left;
  color: #000;
}

@media (max-width: 64em) {
  .hero-action {
    padding: 2rem 2rem 5rem;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .hero-action {
    flex: 1 1 35%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero-action iframe {
  width: 100% !important;
}

.hero-action-message {
  line-height: 1.35em;
}

.hero-action-message-button {
  margin-top: 1.5rem;
  text-align: center;
}

.hero-text {
  text-align: center;
  position: relative;
  z-index: 150;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  order: 1;
}

@media (min-width: 48em) {
  .hero-text {
    order: 0;
    width: 100%;
    text-align: center;
  }
}

.hero-overlay {
  height: auto;
  width: 100%;
  background: transparent;
  position: absolute;
  z-index: 100;
  top: 20%;
}

@media (min-width: 48em) {
  .hero-overlay {
    top: 50%;
  }
}

.hero-headline {
  color: #fff;
  font-weight: 300;
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: 0 0 35px #000000;
}

@media (min-width: 48em) {
  .hero-headline {
    width: 80%;
  }
}

.hero-headline strong {
  font-weight: 900;
}

.hero-teaser {
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 25px #000000;
  position: relative;
  top: -25px;
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .hero-teaser {
    font-size: 1.15rem;
    margin: 0 auto;
    top: -70px;
    text-shadow: 0 0 35px #000000;
    max-width: 80%;
  }
}

@media (min-width: 100em) {
  .hero-teaser {
    top: -70px;
    max-width: 60%;
  }
}

.hero-cta {
  margin-top: .5rem;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 150%;
  transform: scale(0.65);
}

@media (min-width: 48em) {
  .hero-cta {
    margin-top: 1.5rem;
    transform: scale(1);
  }
}

.hero-cta a.button {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.hero-cta .button-icon {
  fill: white;
  z-index: 100;
  position: relative;
}

.hero-embed {
  margin: 1rem auto 0;
  padding: 0 1.0rem;
  width: 100%;
  max-width: 360px;
}

@media (min-width: 48em) {
  .hero-embed {
    padding: 0 1.5rem;
    max-width: 600px;
  }
}

.hero-photo {
  width: 100%;
  z-index: 1;
  position: relative;
}

.hero-photo-grad {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 110;
}

.hero-photo-aspect {
  position: relative;
  height: 70vh;
  overflow: hidden;
  opacity: .5;
}

@media (min-width: 48em) {
  .hero-photo-aspect {
    padding-top: 58.3333333333%;
  }
}

.hero-photo-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 100;
  object-fit: cover;
}

@media (min-width: 48em) {
  .hero-photo-img {
    object-fit: cover;
  }
}

.hero-controls-btn {
  background: transparent;
  width: 1.5rem;
  height: 2rem;
  padding: .25rem;
  margin: .25rem;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 120;
}

@media (min-width: 48em) {
  .hero-controls-btn {
    margin: .5rem;
    width: 1.5rem;
    height: 2.15rem;
  }
}

.hero-controls-btn-svg {
  width: 100%;
  fill: #fff;
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.hero-controls-btn:hover .hero-controls-btn-svg {
  fill: #1C955F;
}

.hero-controls-next {
  left: .5rem;
}

@media (min-width: 64em) {
  .hero-controls-next {
    left: 1.5rem;
  }
}

.hero-controls-back {
  right: .5rem;
}

@media (min-width: 64em) {
  .hero-controls-back {
    right: 1.5rem;
  }
}

#fsHeaderImage {
  display: none !important;
}
