#header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  width: 100vw;
  max-width: 100vw;
  padding: 50px 100px;
  background: url(../images/png/HOME__BG__IMAGE@2x.png) no-repeat;
  background-size: contain;
}

#header__right, #header__left {
  width: 50%;
  height: 100%;
}

#header__left #header__heading {
  color: #0087DD;
}

#header__left #header__heading .text-roller {
  font-size: 4rem;
}

#header__left #header__heading span {
  font-size: 1.3rem;
}

#header__left #header__text {
  font-weight: 600;
  color: #3D3D3D;
}

#header__left #header__text--cta {
  color: #0087DD;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0px 0px 20px 0px;
}

#header__left .row {
  justify-content: start;
}

#header__left #header__row__button--solid, #header__left #header__row__button--outline {
  margin: 20px 20px 30px 0px;
}

#header__left #header__row__button--outline {
  background: transparent;
  color: #0087DD;
  border: 2px solid #0087DD;
}

#header__left .heading {
  font-weight: 800;
}

#header .header__row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin: 0px 0px 30px 0px;
}

#header .header__row #header__row__help-text {
  margin: 0px 20px 0px 0px;
}

main #features {
  background: url(../images/png/HOME__FEATURES__SECTION__BG__IMAGE@2x.png) no-repeat;
  background-size: cover;
}

main #features .feature {
  min-height: 200px;
  background: #F7F7F7;
  max-width: 300px;
  margin: 20px;
  padding: 20px;
}

main #clients-say {
  background: url(../images/png/HOME__CLIENTS__SAY__SECTION__BG__IMAGE@2x.png) no-repeat;
  background-size: cover;
  padding: 50px 0px 100px 0px;
}

main #clients-say .row {
  margin: auto 5vw;
}

main #clients-say .row .testimonial {
  min-height: 250px;
  padding: 20px;
  margin: auto 50px;
  background: #ffffff;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 1px 21px 37px rgba(0, 0, 0, 0.16);
}

main #clients-say .row .testimonial__text {
  font-weight: 100;
  font-style: italic;
}

main #clients-say .row .testimonial__by {
  width: 100%;
}

main #clients-say .row .testimonial__by__name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

main #clients-say .row .testimonial__by__company {
  font-weight: 100;
}

main #clients-partners .client-carousel {
  width: 90vw;
  margin: 0px 5vw;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  background: #F7F7F7;
}

main #clients-partners .client-carousel .client {
  height: 100%;
  width: 100%;
  margin: auto 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main #become-agent {
  text-align: center;
}

main #become-agent #get-started {
  width: 150px;
  margin: 20px auto;
  flex-direction: row;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  #header__left #header__heading {
    font-size: 2rem;
  }
  #clients-say .scroller {
    overflow: auto;
    white-space: nowrap;
  }
  #clients-say .scroller .row {
    transform: translateX(150px);
    height: 400px;
  }
  #clients-say .scroller .row .testimonial {
    min-width: 30vw;
  }
  #become-agent p {
    margin: auto 50px;
  }
  #footer #footer__links .footer__column {
    width: 35% !important;
  }
  #footer #footer__links:nth-child(3) {
    margin-top: 40px;
  }
  #footer__bottom {
    margin: 20px;
  }
}

@media only screen and (max-width: 425px) {
  #header {
    padding: 100px 0px;
    background-size: contain;
  }
  #header__left {
    width: 100%;
    margin: auto 20px;
  }
  #header__left .row {
    flex-direction: column;
  }
  #header__left .row #header__row__button--solid, #header__left .row #header__row__button--outline {
    margin: 10px 0px;
  }
  #header__right {
    display: none;
  }
  main #features .row {
    flex-direction: column;
  }
  main #features .row .button {
    margin: 10px 10px 10px 0px;
  }
  main #clients-say .scroller .row {
    transform: translateX(300px);
    flex-direction: row;
  }
  main #clients-say .scroller .row .testimonial {
    min-width: 50vw;
  }
  main #clients-partners .client-carousel {
    width: 100vw;
    margin: 0;
  }
}

@media only screen and (max-width: 425px) {
  #header__left #header__heading .text-roller {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 320px) {
  main #clients-say .scroller .row {
    transform: translateX(300px);
    flex-direction: row;
  }
  main #clients-say .scroller .row .testimonial {
    min-width: 70vw;
    width: 70vw;
    margin: 20px;
  }
}
/*# sourceMappingURL=home-page.css.map */