/**
 * 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
***************************/
.stats-hero-banner-content {
  overflow: hidden;
}
.stats-hero-banner-content__title {
  color: #1D2023;
  margin-bottom: 1.25rem;
}
.stats-hero-banner-content__subtitle {
  margin-bottom: 2.5rem;
}
.stats-hero-banner-content__image-wrapper {
  text-align: right;
  position: relative;
}
.stats-hero-banner-content__window {
  position: relative;
  z-index: 2;
  margin-right: -6.25rem;
}
.stats-hero-banner-content__browser-logo {
  position: absolute;
  top: 8.1875rem;
  left: 0;
}
.stats-hero-banner-content__cta {
  display: inline-block;
}
.stats-hero-banner-content .feature-row {
  justify-content: center;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .stats-hero-banner-content .feature-row {
    width: 100%;
  }
  .stats-hero-banner-content__subtitle {
    padding-right: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .stats-hero-banner-content {
    padding: 0 3.125rem;
  }
  .stats-hero-banner-content .stats-hero-banner-content__window {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .stats-hero-banner-content {
    text-align: center;
  }
  .stats-hero-banner-content__title {
    margin: 0 0 1.5625rem 0;
    font-weight: 400;
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 3.4375rem;
    text-align: center;
  }
  .stats-hero-banner-content__subtitle {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
  }
  .stats-hero-banner-content__browser-logo {
    top: auto;
    bottom: 1.5625rem;
    width: 8.125rem;
  }
  .stats-hero-banner-content .feature-row {
    margin-bottom: 5.625rem;
  }
}