#home-page {
  padding-top: 54px;
}

#home-page .container {
  max-width: 1680px;
}

#home-page .section-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #313336;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin: 5px 0 0;
}

@media (min-width: 768px) {
  #home-page .section-title {
    font-size: 36px;
    line-height: 1.28;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  #home-page .section-title {
    font-size: 42px;
    line-height: normal;
  }
}

@media (min-width: 1680px) {
  #home-page .section-title {
    font-size: 60px;
  }
}

#home-page .hero {
  background-color: #ebe8d7;
  background-image: url(/wp-content/themes/americanwell/assets/images/2800x600_CoronavirusHero_SickManOnTablet.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 35px;
  position: relative;
}

@media (min-width: 768px) {
  #home-page .hero {
    height: 400px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  #home-page .hero {
    height: 500px;
  }
}

@media (min-width: 1680px) {
  #home-page .hero {
    height: 535px;
    margin-bottom: 60px;
  }
}

#home-page .hero:before, #home-page .hero:after {
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
}

#home-page .hero:before {
  border-bottom: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  left: 0;
}

#home-page .hero:after {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  left: 50%;
}

#home-page .hero .parent {
  height: 400px;
  text-align: center;
}

@media (min-width: 768px) {
  #home-page .hero .parent {
    height: 400px;
  }
}

@media (min-width: 768px) {
  #home-page .hero .parent {
    height: 500px;
  }
}

@media (min-width: 960px) {
  #home-page .hero .parent {
    height: 535px;
  }
}

#home-page .hero .parent .text-and-cta {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding: 0 20px;
}

#home-page .hero .parent .text-and-cta h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #home-page .hero .parent .text-and-cta h1 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #home-page .hero .parent .text-and-cta h1 {
    font-size: 32px;
  }
}

@media (min-width: 1680px) {
  #home-page .hero .parent .text-and-cta h1 {
    font-size: 60px;
  }
}

#home-page .hero .parent .text-and-cta .aw-btn {
  min-width: 165px;
}

@media (min-width: 768px) {
  #home-page .hero .parent .text-and-cta .aw-btn {
    min-width: 235px;
  }
}

#home-page .spotlight {
  margin: 0 auto 20px;
  max-width: 480px;
}

@media (min-width: 768px) {
  #home-page .spotlight {
    margin-bottom: 45px;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  #home-page .spotlight {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}

#home-page .spotlight .parent {
  margin: 0 auto;
  max-width: 1475px;
}

#home-page .spotlight .parent .child:last-child .news-card {
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-page .spotlight .parent {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#home-page .spotlight .parent .child {
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-page .spotlight .parent .child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 15px;
    width: 33%;
  }
  #home-page .spotlight .parent .child:nth-child(even) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #home-page .spotlight .parent .child:nth-child(even) .card-wrapper .news-card {
    margin: 0 auto;
    max-width: 390px;
  }
  #home-page .spotlight .parent .child:nth-child(even) .card-wrapper .news-card .image-top {
    display: none;
  }
  #home-page .spotlight .parent .child:nth-child(even) .card-wrapper .news-card .image-bottom {
    display: block;
    padding-top: 32px;
  }
  #home-page .spotlight .parent .child:nth-child(even) .card-wrapper .news-card .news-card--image {
    margin-bottom: 0;
  }
  #home-page .spotlight .parent .child:nth-child(even) .card-wrapper .news-card .news-card--read-more {
    margin-bottom: 4px;
  }
}

@media (min-width: 1680px) {
  #home-page .spotlight .parent .child {
    padding: 0 50px;
  }
}

#home-page .spotlight .parent .child .card-wrapper .news-card {
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card {
    margin: 0 auto;
  }
}

#home-page .spotlight .parent .child .card-wrapper .news-card a:hover {
  text-decoration: none;
}

#home-page .spotlight .parent .child .card-wrapper .news-card .image-bottom {
  display: none;
}

#home-page .spotlight .parent .child .card-wrapper .news-card .news-card--image {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card .news-card--image {
    margin-bottom: 12px;
  }
}

@media (min-width: 1680px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card .news-card--image {
    margin-bottom: 24px;
  }
}

#home-page .spotlight .parent .child .card-wrapper .news-card .news-card--image img {
  height: auto;
  width: 100%;
}

#home-page .spotlight .parent .child .card-wrapper .news-card .news-card--title {
  color: #313336;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card .news-card--title {
    font-size: 16px;
    line-height: 1.38;
  }
}

@media (min-width: 1024px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card .news-card--title {
    font-size: 18px;
    line-height: 1.33;
  }
}

@media (min-width: 1680px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card .news-card--title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

#home-page .spotlight .parent .child .card-wrapper .news-card .news-card--excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 16px;
}

#home-page .spotlight .parent .child .card-wrapper .news-card p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}

@media (min-width: 1680px) {
  #home-page .spotlight .parent .child .card-wrapper .news-card p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #home-page .case-studies .parent {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 768px) {
  #home-page .case-studies .parent .child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 50%;
  }
}

#home-page .case-studies .parent .child .grandchild.image {
  background-position: center center;
  background-size: cover;
  display: none;
  height: 100%;
  max-width: 840px;
  padding: 30px 25px 55px;
  width: 100%;
}

@media (min-width: 768px) {
  #home-page .case-studies .parent .child .grandchild.image {
    display: inline-block;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 480px;
  padding: 30px 15px 55px;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container {
    display: inline-block;
    max-width: 840px;
    padding: 30px 50px 70px;
  }
}

@media (min-width: 1024px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container {
    padding: 60px 60px 105px;
  }
}

@media (min-width: 1440px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container {
    padding: 60px 160px 105px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container {
    padding: 70px 130px 195px 152px;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container h2 {
    font-size: 42px;
    margin: 0 0 18px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container h2 {
    font-size: 60px;
    margin: 0 0 30px;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container p {
  font-size: 14px;
  line-height: 1.43;
  margin: 0 0 24px;
  padding: 0;
}

@media (min-width: 1024px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container p {
    font-size: 16px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container p {
    font-size: 24px;
    margin: 0 0 36px;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn {
  min-width: 165px;
}

@media (min-width: 1024px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn {
    min-width: 200px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn {
    min-width: 235px;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn.up-to-xl {
  display: inline-block;
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn.up-to-xl {
    display: none;
  }
}

#home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn.xl-and-wider {
  display: none;
}

@media (min-width: 1680px) {
  #home-page .case-studies .parent .child .grandchild .text-and-cta-container .aw-btn.xl-and-wider {
    display: inline-block;
  }
}

#home-page .case-studies .specialties {
  background-color: #25abfd;
}

#home-page .case-studies .specialties .parent .child .grandchild.image {
  background-image: url("/wp-content/themes/americanwell/assets/images/SpectrumHealth_BedsideOfferings_Img.jpg");
}

#home-page .case-studies .specialties .parent .child .grandchild.gradient-text-block {
  background: #59d559;
  background: linear-gradient(120deg, #59d559 0%, #25abfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  text-align: right;
}

#home-page .case-studies .behavioral-health {
  background-color: #fd6b6d;
}

#home-page .case-studies .behavioral-health .parent .child:first-child {
  text-align: right;
}

#home-page .case-studies .behavioral-health .parent .child .grandchild.image {
  background-image: url("/wp-content/themes/americanwell/assets/images/img_casestudy_therapistOnTablet_1381x778.jpg");
}

#home-page .case-studies .behavioral-health .parent .child .grandchild.gradient-text-block {
  background: #fd6b6d;
  background: linear-gradient(120deg, #fd6b6d 0%, #7a68e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  text-align: left;
}

#home-page .case-studies .neurologists {
  background-color: #59d559;
}

#home-page .case-studies .neurologists .parent .child:first-child {
  text-align: right;
}

#home-page .case-studies .neurologists .parent .child .grandchild.image {
  background-image: url("/wp-content/themes/americanwell/assets/images/TelehealthStroke_BedsideOfferings_Img.jpg");
}

#home-page .case-studies .neurologists .parent .child .grandchild.gradient-text-block {
  background: #59d559;
  background: linear-gradient(120deg, #59d559 0%, #25abfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  text-align: left;
}

#home-page .case-studies .intermountain {
  background: #25abfd;
  background: linear-gradient(120deg, #25abfd 0%, #7a68e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  background-color: #25abfd;
}

#home-page .case-studies .intermountain .parent {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #home-page .case-studies .intermountain .parent {
    max-width: 1024px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .intermountain .parent {
    max-width: 1680px;
  }
}

#home-page .case-studies .intermountain .parent .child:first-child {
  text-align: right;
}

#home-page .case-studies .intermountain .parent .child .grandchild.gradient-text-block {
  text-align: left;
}

#home-page .case-studies .intermountain .child {
  position: relative;
}

@media (min-width: 1024px) {
  #home-page .case-studies .intermountain .child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #home-page .case-studies .intermountain .child:first-child {
    max-width: 65%;
  }
  #home-page .case-studies .intermountain .child:last-child {
    max-width: 35%;
  }
}

#home-page .case-studies .intermountain .child .grandchild .text-and-cta-container {
  display: block;
  max-width: 480px;
  padding: 30px 15px 55px;
}

@media (min-width: 768px) {
  #home-page .case-studies .intermountain .child .grandchild .text-and-cta-container {
    display: inline-block;
    max-width: none;
    padding: 30px 25px 70px 50px;
  }
}

@media (min-width: 1024px) {
  #home-page .case-studies .intermountain .child .grandchild .text-and-cta-container {
    padding: 60px 20px 125px 60px;
  }
}

@media (min-width: 1440px) {
  #home-page .case-studies .intermountain .child .grandchild .text-and-cta-container {
    padding: 60px 20px 125px 25px;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .intermountain .child .grandchild .text-and-cta-container {
    padding: 60px 20px 125px 160px;
  }
}

#home-page .case-studies .intermountain .child .grandchild .text-and-cta-container .conditional-break {
  display: none;
}

@media (min-width: 1024px) {
  #home-page .case-studies .intermountain .child .grandchild .text-and-cta-container .conditional-break {
    display: block;
  }
}

#home-page .case-studies .intermountain .child .grandchild.image-8x {
  background-image: url("/wp-content/themes/americanwell/assets/images/Icon_8xGrowth.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 212px;
  left: 50%;
  margin-left: -106px;
  margin-top: -106px;
  max-width: 840px;
  position: absolute;
  top: 50%;
  width: 212px;
}

@media (min-width: 768px) {
  #home-page .case-studies .intermountain .child .grandchild.image-8x {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  #home-page .case-studies .intermountain .child .grandchild.image-8x {
    left: 0;
    margin-left: 0;
  }
}

@media (min-width: 1680px) {
  #home-page .case-studies .intermountain .child .grandchild.image-8x {
    height: 310px;
    margin-top: -155px;
    width: 310px;
  }
}

#home-page .products {
  margin: 0 auto;
  max-width: 480px;
}

@media (min-width: 768px) {
  #home-page .products {
    max-width: none;
  }
}

#home-page .products h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #313336;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 32px;
}

#home-page .products p, #home-page .products ul {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 14px;
}

#home-page .products ul {
  display: inline-block;
  list-style-position: inside;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
}

#home-page .products img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #home-page .products img {
    margin-bottom: 0;
  }
}

#home-page .products .parent-non-widget {
  padding: 32px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget {
    padding: 52px 0 0;
  }
}

#home-page .products .parent-non-widget .parent {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget .parent {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) {
  #home-page .products .parent-non-widget .parent {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget .parent:last-child .child {
    border-bottom: none;
  }
}

#home-page .products .parent-non-widget .parent:last-child .child:last-child {
  padding-bottom: 15px;
}

#home-page .products .parent-non-widget .parent .child {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget .parent .child {
    padding-bottom: 30px;
  }
}

#home-page .products .parent-non-widget .parent .child:last-child .content-wrapper {
  border-right: none;
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget .parent .child .content-wrapper {
    border-right: 1px solid #ccc;
    padding-left: 40px;
    padding-right: 40px;
  }
  #home-page .products .parent-non-widget .parent .child .content-wrapper a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  #home-page .products .parent-non-widget .parent .child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #home-page .products .parent-non-widget {
    display: none;
  }
}

#home-page .products .parent-widget {
  display: none;
}

@media (min-width: 1024px) {
  #home-page .products .parent-widget {
    display: block;
    margin: 0 auto;
    max-width: 970px;
    padding-top: 60px;
  }
}

@media (min-width: 1440px) {
  #home-page .products .parent-widget {
    padding-top: 80px;
  }
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget {
    max-width: 1375px;
  }
}

#home-page .products .parent-widget nav {
  margin-top: 20px;
  overflow: hidden;
}

#home-page .products .parent-widget nav ul {
  color: #313336;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget nav ul {
    font-size: 18px;
  }
}

#home-page .products .parent-widget nav ul:after {
  background-color: #f2f2f2;
  content: "";
  display: block;
  height: 8px;
  position: relative;
  top: -8px;
  z-index: 0;
}

#home-page .products .parent-widget nav ul li {
  display: inline-block;
  margin-right: 46px;
}

#home-page .products .parent-widget nav ul li:hover {
  cursor: pointer;
}

#home-page .products .parent-widget nav ul li.active {
  cursor: default;
}

#home-page .products .parent-widget nav ul li.active:after, #home-page .products .parent-widget nav ul li:hover:after {
  content: "";
  display: block;
  height: 8px;
  margin: 18px -23px 0;
  position: relative;
  z-index: 1;
}

#home-page .products .parent-widget nav ul li.active:after {
  background-color: #25abfd;
}

#home-page .products .parent-widget nav ul li:not(.active):hover:after {
  background-color: #ccc;
}

#home-page .products .parent-widget nav ul li:last-child {
  margin-right: 0;
}

#home-page .products .parent-widget .parent {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

#home-page .products .parent-widget .parent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-page .products .parent-widget .parent .child {
  width: 50%;
}

#home-page .products .parent-widget .parent .child.text-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-right: 90px;
  padding-top: 16px;
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget .parent .child.text-content {
    padding-right: 140px;
  }
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget .parent .child.text-content h4 {
    font-size: 26px;
    line-height: 1.46;
  }
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget .parent .child.text-content p {
    font-size: 20px;
    line-height: 1.6;
  }
}

#home-page .products .parent-widget .parent .child.text-content ul {
  display: block;
}

@media (min-width: 1680px) {
  #home-page .products .parent-widget .parent .child.text-content ul {
    font-size: 20px;
    line-height: 1.6;
  }
}

#home-page .products .parent-widget .parent .child.text-content .aw-btn {
  margin-top: 16px;
  min-width: 235px;
}

#home-page .statistics {
  padding-bottom: 32px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  #home-page .statistics {
    margin-bottom: 65px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  #home-page .statistics {
    margin: 0 auto 110px;
    max-width: 1030px;
  }
}

@media (min-width: 1680px) {
  #home-page .statistics {
    margin-bottom: 150px;
    max-width: 1434px;
  }
}

#home-page .statistics .container {
  padding: 0;
}

@media (min-width: 768px) {
  #home-page .statistics .container {
    padding: 15px;
  }
}

#home-page .statistics .container .card {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  #home-page .statistics .container .card {
    border-top: 1px solid #ccc;
  }
  #home-page .statistics .container .card:nth-child(even) .content-wrapper {
    border-right: none;
  }
  #home-page .statistics .container .card:nth-child(3), #home-page .statistics .container .card:last-child {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  #home-page .statistics .container .card .content-wrapper {
    border-right: 1px solid #ccc;
  }
  #home-page .statistics .container .card:nth-child(even) .content-wrapper {
    border-right: 1px solid #ccc;
  }
  #home-page .statistics .container .card:nth-child(3), #home-page .statistics .container .card:last-child {
    margin-top: 0;
  }
  #home-page .statistics .container .card:last-child .content-wrapper {
    border-right: none;
  }
}

@media (min-width: 768px) {
  #home-page .statistics .container .card .content-wrapper {
    border-right: 1px solid #ccc;
    height: 100%;
    margin-bottom: -30px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  #home-page .statistics .container .card .content-wrapper {
    margin-top: 55px;
  }
}

@media (min-width: 1680px) {
  #home-page .statistics .container .card .content-wrapper {
    margin-bottom: -70px;
    margin-top: 70px;
  }
}

#home-page .statistics .container .card .content-wrapper h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 70px;
  font-weight: 300;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  #home-page .statistics .container .card .content-wrapper h2 {
    font-size: 60px;
  }
}

@media (min-width: 1680px) {
  #home-page .statistics .container .card .content-wrapper h2 {
    font-size: 100px;
  }
}

#home-page .statistics .container .card .content-wrapper h2.title-blue {
  color: #007ac9;
}

#home-page .statistics .container .card .content-wrapper h2.title-green {
  color: #30a039;
}

#home-page .statistics .container .card .content-wrapper h2.title-orange {
  color: #ef9c23;
}

#home-page .statistics .container .card .content-wrapper h2.title-purple {
  color: #5d51a2;
}

#home-page .statistics .container .card .content-wrapper p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
  margin: 0;
}

@media (min-width: 768px) {
  #home-page .statistics .container .card .content-wrapper p {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  #home-page .statistics .container .card .content-wrapper p {
    font-size: 14px;
    line-height: 1.43;
    padding: 0 20px;
  }
}

@media (min-width: 1680px) {
  #home-page .statistics .container .card .content-wrapper p {
    font-size: 20px;
    line-height: 1.44;
  }
}

#home-page .statistics .parent-widget {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  #home-page .statistics .parent-widget {
    display: none;
  }
}

#home-page .statistics .parent-widget .owl-carousel {
  position: relative;
}

@media (min-width: 768px) {
  #home-page .statistics .parent-widget .owl-carousel {
    position: static;
  }
}

#home-page .statistics .parent-widget .owl-carousel .owl-nav {
  display: none;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
  counter-reset: dots;
  display: inline-block;
  height: 44px;
  position: relative;
  text-align: center;
  z-index: 99999;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background: #d8d8d8;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 15px 9px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 12px;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot::after {
  display: none;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot.active::after {
  color: #6e8093;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot.active span {
  background: #6e8093;
}

#home-page .statistics .parent-widget .owl-carousel .owl-dots .owl-dot:hover span {
  background: #6e8093;
}

#home-page .statistics .parent-non-widget {
  display: none;
  text-align: center;
}

#home-page .statistics .parent-non-widget .parent {
  margin: 50px auto 0;
}

@media (min-width: 768px) {
  #home-page .statistics .parent-non-widget .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  #home-page .statistics .parent-non-widget .parent .child {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #home-page .statistics .parent-non-widget .parent .child {
    width: 25%;
  }
  #home-page .statistics .parent-non-widget .parent .child:last-child {
    border-right: none;
  }
}

@media (min-width: 1440px) {
  #home-page .statistics .parent-non-widget .parent .child .content-wrapper p {
    padding: 0 10px;
  }
}

@media (min-width: 1680px) {
  #home-page .statistics .parent-non-widget .parent .child .content-wrapper p {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  #home-page .statistics .parent-non-widget {
    display: block;
  }
}

#home-page .resources {
  margin: 0 auto;
  max-width: 480px;
  padding: 32px 0;
  text-align: center;
}

@media (min-width: 768px) {
  #home-page .resources {
    max-width: none;
    padding: 52px 0 22px;
  }
}

@media (min-width: 1024px) {
  #home-page .resources {
    margin: 0 auto;
    max-width: 970px;
    padding: 60px 0 82px;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  #home-page .resources {
    max-width: 1000px;
    padding: 80px 0 82px;
  }
}

@media (min-width: 1680px) {
  #home-page .resources {
    max-width: 1405px;
    padding: 80px 0;
  }
}

#home-page .resources .title-block {
  position: relative;
}

#home-page .resources .title-block h2 {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  #home-page .resources .title-block h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: left;
  }
}

#home-page .resources .title-block a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #237bd2;
  display: none;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 28px;
}

@media (min-width: 1024px) {
  #home-page .resources .title-block a {
    display: inline;
  }
}

@media (min-width: 1440px) {
  #home-page .resources .title-block a {
    top: 30px;
  }
}

@media (min-width: 1680px) {
  #home-page .resources .title-block a {
    top: 48px;
  }
}

#home-page .resources img {
  display: block;
  margin-bottom: 10px;
  padding-top: 8px;
  position: relative;
}

@media (min-width: 1024px) {
  #home-page .resources img {
    margin-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
  }
}

#home-page .resources p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size: 14px;
  line-height: 1.43;
  margin: 0 0 12px;
}

#home-page .resources p.desc {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #home-page .resources p.desc {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  #home-page .resources p.desc {
    display: none;
  }
}

@media (min-width: 1024px) {
  #home-page .resources .text-and-cta {
    padding-left: 20px;
  }
}

#home-page .resources .text-and-cta h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #313336;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  #home-page .resources .text-and-cta h3 {
    font-size: 21px;
    line-height: 1.24;
  }
}

@media (min-width: 1680px) {
  #home-page .resources .text-and-cta h3 {
    font-size: 36px;
    line-height: 1.33;
  }
}

#home-page .resources .text-and-cta .aw-btn {
  margin-top: 10px;
  min-width: 235px;
}

@media (min-width: 768px) {
  #home-page .resources .parent-non-widget {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  #home-page .resources .parent-non-widget {
    display: none;
  }
}

#home-page .resources .parent-non-widget .child {
  margin: 0 auto 40px;
  text-align: left;
}

#home-page .resources .parent-non-widget .child:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #home-page .resources .parent-non-widget .child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 40px;
    max-width: none;
    padding: 0 12px;
    width: 33%;
  }
}

#home-page .resources .parent-non-widget .child:first-child img {
  background-color: #71df54;
  background-image: -webkit-gradient(linear, left top, right top, from(#71df54), to(#30a039));
  background-image: linear-gradient(to right, #71df54, #30a039);
}

#home-page .resources .parent-non-widget .child:nth-child(2) img {
  background-color: #fcd54e;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcd54e), to(#ef9c23));
  background-image: linear-gradient(to right, #fcd54e, #ef9c23);
}

#home-page .resources .parent-non-widget .child:last-child img {
  background-color: #9485ed;
  background-image: -webkit-gradient(linear, left top, right top, from(#9485ed), to(#5d51a2));
  background-image: linear-gradient(to right, #9485ed, #5d51a2);
}

#home-page .resources .parent-widget {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media (min-width: 1024px) {
  #home-page .resources .parent-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#home-page .resources .parent-widget .owl-carousel {
  margin-top: 20px;
  position: relative;
}

@media (min-width: 1680px) {
  #home-page .resources .parent-widget .owl-carousel {
    margin-bottom: 5px;
    margin-top: 35px;
  }
}

#home-page .resources .parent-widget .owl-carousel .owl-nav {
  display: none;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  counter-reset: dots;
  display: inline-block;
  height: 16px;
  left: 20px;
  position: absolute;
  text-align: center;
  z-index: 99999;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot:first-child span {
  margin: 0 9px 0 0;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot:last-child span {
  margin: 0 0 0 9px;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background: #d8d8d8;
  border-radius: 30px;
  display: block;
  height: 16px;
  margin: 0 9px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 16px;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot::after {
  display: none;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot.active::after {
  color: #6e8093;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot.active span {
  background: #6e8093;
}

#home-page .resources .parent-widget .owl-carousel .owl-dots .owl-dot:hover span {
  background: #6e8093;
}

#home-page .resources .parent-widget .owl-carousel .child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  width: 50%;
}

#home-page .resources .parent-widget .owl-carousel .child:first-child {
  padding-right: 10%;
}

#home-page .gray-fade {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background-image: linear-gradient(to bottom, #f2f2f2, #fff);
  height: 36px;
  margin-bottom: 12px;
}

#home-page .partners {
  margin: 0 auto;
  max-width: 480px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #home-page .partners {
    max-width: none;
    padding-bottom: 0;
  }
}

#home-page .partners p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size: 14px;
  margin: 0 0 38px;
  text-align: center;
}

@media (min-width: 1440px) {
  #home-page .partners p {
    font-size: 20px;
  }
}

@media (min-width: 1680px) {
  #home-page .partners p {
    margin-top: 35px;
  }
}

#home-page .partners .parent {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto 30px;
  max-width: 290px;
}

@media (min-width: 768px) {
  #home-page .partners .parent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1024px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #home-page .partners .parent {
    max-width: none;
  }
}

@media (min-width: 1440px) {
  #home-page .partners .parent {
    max-width: 1310px;
  }
}

@media (min-width: 1680px) {
  #home-page .partners .parent {
    max-width: 1455px;
  }
}

#home-page .partners .child {
  -ms-flex-item-align: auto;
      align-self: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 5px;
  text-align: center;
}

#home-page .partners .child img {
  width: 100%;
}

@media (min-width: 768px) {
  #home-page .partners .child {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 auto;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    padding: 0 2%;
  }
}

#home-page .partners .child:nth-child(1) {
  margin-bottom: 25px;
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
  width: 50%;
}

@media (min-width: 768px) {
  #home-page .partners .child:nth-child(1) {
    margin-bottom: 0;
    width: auto;
  }
}

#home-page .partners .child:nth-child(1) img {
  width: 75%;
}

#home-page .partners .child:nth-child(2) {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  width: 50%;
}

@media (min-width: 768px) {
  #home-page .partners .child:nth-child(2) {
    margin-bottom: 0;
    width: auto;
  }
}

#home-page .partners .child:nth-child(2) img {
  max-width: 190px;
  width: 90%;
}

@media (min-width: 768px) {
  #home-page .partners .child:nth-child(2) img {
    max-width: none;
    width: 100%;
  }
}

#home-page .partners .child:nth-child(3) {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: -3;
      -ms-flex-order: -4;
          order: -4;
  width: 50%;
}

@media (min-width: 768px) {
  #home-page .partners .child:nth-child(3) {
    margin-bottom: 0;
    width: auto;
  }
}

#home-page .partners .child:nth-child(4) {
  height: 50%;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 50%;
}

@media (min-width: 768px) {
  #home-page .partners .child:nth-child(4) {
    height: 100%;
    width: auto;
  }
}

#home-page .partners .child:nth-child(4) img {
  height: 100%;
  width: 100%;
}

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