/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.main-hero {
  color: white;
  margin: 8.75rem 0 9.75rem;
}
.main-hero__content {
  text-align: center;
}
.main-hero__content__text-container {
  padding-right: 0;
}
.main-hero__title {
  margin: 0 0 1.25rem;
  margin-top: 1.875rem;
}
.main-hero__subtitle {
  padding: 0 0 2.5rem;
}
.main-hero__subtitle * {
  color: white;
}
.main-hero__awards {
  vertical-align: top;
}
.main-hero__awards img {
  height: 3.4375rem;
  margin-left: 1.5625rem;
  vertical-align: top;
}
.main-hero__img-group {
  position: relative;
  width: 25.4375rem;
  height: 33.75rem;
  margin-right: 0;
  margin-left: auto;
}
.main-hero__img-group .main-hero__bg-vector {
  position: absolute;
  top: 9.8125rem;
  left: -40.1875rem;
  width: 125rem;
  height: 62.5rem;
  max-width: none;
  max-height: none;
  background-size: cover;
  transform: translate(-43%, -50%);
  z-index: -1;
}
.main-hero__img-group .main-hero__logo-shape {
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  transform: translate(-43%, -50%);
  z-index: -1;
}
.main-hero__img-group .main-hero__notification {
  position: absolute;
  bottom: 1.5625rem;
  left: 4.6875rem;
  transform: translate(-50%, 0);
}
.main-hero__img-group .main-hero__notification .main-hero__text-holder {
  position: absolute;
  top: 2.375rem;
  left: 6.5625rem;
  text-align: left;
}
.main-hero__img-group .main-hero__notification .main-hero__text-holder .main-hero__line-one {
  display: block;
  font-size: 1.25rem;
}
.main-hero__img-group .main-hero__notification .main-hero__text-holder .main-hero__line-two {
  display: block;
  color: #0BC86D;
}
.main-hero__img-group .main-hero__notification .main-hero__inner {
  position: relative;
}
.main-hero__img-group .main-hero__main {
  box-shadow: 0 0.125rem 2.5rem 0 rgba(0, 0, 0, 0.5);
  height: 100%;
}
.main-hero__btn-link-holder {
  display: inline-block;
}
.main-hero__btn-link-holder .main-hero__btn-holder .btn {
  width: 100%;
  text-align: center;
}
.main-hero__btn-link-holder .main-hero__link-holder {
  margin-top: 1.25rem;
}
.main-hero__btn-link-holder .main-hero__link-holder * {
  justify-content: center;
}
.main-hero__btn-link-holder .main-hero__link-holder .feature-row {
  color: white;
}
.main-hero__btn-link-holder .main-hero__link-holder .feature-row__text {
  margin: 0 0 0.625rem 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #5A636D;
  margin-bottom: 0;
  color: white;
}
.main-hero .scroll-to-element {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2.5rem;
}
@media print, screen and (min-width: 64em) {
  .main-hero__content {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  .main-hero__awards img {
    margin-left: 0.9375rem;
  }
  .main-hero__bg-vector {
    top: 12.1875rem !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .main-hero__content {
    text-align: left;
  }
  .main-hero .feature-card__title {
    font-size: 1rem;
  }
  .main-hero .feature-card__description {
    font-size: 0.75rem;
  }
}