/**
 * 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
***************************/
.free-hero {
  color: #FFFFFF;
  margin: 0 0 1.875rem;
  padding-bottom: 4.6875rem;
  position: relative;
}
.free-hero__bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  z-index: -10;
}
.free-hero__title {
  margin-bottom: 1.875rem;
}
.free-hero__title h1 {
  margin: 0 0 1.5625rem 0;
  font-weight: 400;
  font-size: 3.4375rem;
  letter-spacing: -0.03438rem;
  color: #FFFFFF;
  text-align: center;
}
.free-hero__subtitle {
  margin-bottom: 1.875rem;
}
.free-hero__subtitle h6 {
  margin: 0 0 1.5625rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #fff;
}
.free-hero__header {
  padding-top: 0.625rem;
  padding-bottom: 4.6875rem;
}
.free-hero__header .logo {
  max-width: 12.5rem;
}
.free-hero__compatibility-text {
  text-align: center;
}
.free-hero__compatibility-text .feature-row {
  justify-content: center;
}
.free-hero__compatibility-text .feature-row__icon {
  color: white;
  font-size: 0.9375rem;
}
.free-hero__cta-wrapper {
  margin-bottom: 1.25rem;
  text-align: center;
}
.free-hero .feature-row__text {
  color: white;
}
.free-hero .trustpilot-logo {
  width: 8.125rem;
  margin-right: 1.25rem;
}
.free-hero .trustpilot-stars {
  width: 5.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .free-hero .trustpilot-logo {
    height: 2.5rem;
  }
  .free-hero .trustpilot-stars__holder {
    width: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .free-hero {
    color: white;
  }
  .free-hero__header {
    padding-left: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
  }
  .free-hero__header .logo {
    max-width: 10.3125rem;
  }
  .free-hero__content {
    padding-bottom: 2.5rem;
  }
  .free-hero__title {
    margin-right: auto;
    margin-left: auto;
  }
  .free-hero__compatibility-text .feature-row {
    justify-content: center;
  }
  .free-hero .free-hero__title h1 {
    margin: 0 0 1.5625rem 0;
    font-weight: 400;
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 2.8125rem;
  }
}