.hero-wrapper {
  position: relative;
  max-height: 700px;
}

@media only screen and (max-width: 768px) {
  .hero-wrapper {
    max-height: 545px;
  }
}

.hero {
  height: 700px;
}

@media only screen and (max-width: 768px) {
  .hero {
    height: 545px;
  }
}

.hero__items {
  height: 700px !important;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .hero__items {
    height: 545px !important;
  }
}

.hero__items .hero-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero__items h2 {
  color: white;
  font-size: 62px;
  line-height: 60px;
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  .hero__items h2 {
    font-size: 32px;
    line-height: 30px;
    max-width: 100%;
  }
}

.hero__items p {
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 42px;
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  .hero__items p {
    line-height: 32px;
    max-width: 100%;
    font-weight: 400;
  }
}

.hero__items img {
  width: 100%;
  height: 700px;
  max-height: 700px;
  object-fit: cover;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .hero__items img {
    height: 545px;
  }
}

.hero__items .cta-wrapper {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 5;
}

@media (min-width: 48em) {
  .hero__items .cta-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

@media only screen and (max-width: 768px) {
  .hero__items .cta-wrapper {
    background-color: #4d4d4f;
    top: unset;
    bottom: 0;
    transform: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 30px 55px 74px 55px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .hero__items .cta-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hero__items .cta-wrapper h2, .hero__items .cta-wrapper p {
    max-width: 100%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 768px) {
  .controls {
    bottom: 20px;
  }
}

.controls .slick-dots {
  bottom: 0;
  position: relative;
}

.controls .slick-dots li {
  margin: 0;
}

.controls .slick-dots li button:before {
  font-size: 14px;
  color: white;
}

@media only screen and (max-width: 768px) {
  .controls .slick-dots li button:before {
    font-size: 10px;
  }
}

.controls .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: white;
}

@media only screen and (max-width: 768px) {
  .controls .slick-dots li.slick-active button:before {
    font-size: 10px;
  }
}

.controls .play-pause {
  background-color: white;
  border-radius: 999999px;
  height: 30px;
  width: 30px;
  z-index: 5;
  display: block;
  position: relative;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .controls .play-pause {
    height: 20px;
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
  .controls .play-pause .icon {
    height: 10px;
    width: 10px;
  }
}

.controls .play-pause.playing .icon-play-solid {
  display: none;
}

.controls .play-pause.playing .icon-pause-solid {
  display: block;
}

.controls .play-pause .icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #4d4d4f;
}

.controls .play-pause .icon-pause-solid {
  display: none;
}

.controls .play-pause .icon-play-solid {
  display: block;
  margin-left: 1px;
}

.slick-prev, .slick-next {
  z-index: 5;
  border: 1px solid white !important;
  border-radius: 9999999px;
  width: 60px !important;
  height: 60px !important;
}

@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 35px !important;
    height: 35px !important;
  }
}

.slick-prev {
  left: 25px !important;
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 10px !important;
  }
}

.slick-prev::before {
  content: '' !important;
  position: relative;
  top: 0;
  left: 3px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .slick-prev::before {
    left: 2px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
  }
}

.slick-next {
  right: 25px !important;
}

@media only screen and (max-width: 768px) {
  .slick-next {
    right: 10px !important;
  }
}

.slick-next::before {
  content: '' !important;
  position: relative;
  top: 0;
  left: -2px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .slick-next::before {
    left: -2px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
  }
}

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