body {
  font-family: 'Source Sans Pro', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.header {
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
  background-color: #FFFFFF;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
}

.logo {
  width: 89px;
}

@media (min-width: 992px) {
  .logo {
    width: 137px;
  }
}

.footer {
  padding: 24px 0;
  background-color: #f8f8f8;
}

.footer p {
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
  color: #666666;
}

@media (min-width: 768px) {
  .footer p {
    margin: 0;
  }
}

.section-hero {
  padding: 36px 0 24px 0;
  background-image: url("../../assets/img/background-mobile.png?h=41e1e27158a52f3d46b9905a468f48d7");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 992px) {
  .section-hero {
    padding: 148px 0;
    background-image: url("../../assets/img/background-desktop.png?h=028a0cb3e9c0f847569e6f20e6cbb606");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%;
  }
}

@media (min-width: 1200px) {
  .section-hero {
    background-position: 45%;
  }
}

.section-hero .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 992px) {
  .section-hero .title {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
  }
}

.section-hero .title .highlighter {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.section-hero .title .highlighter:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 8px;
  background-color: #ffea52;
  top: 26px;
  z-index: -1;
}

@media (min-width: 992px) {
  .section-hero .title .highlighter:before {
    height: 8px;
    background-color: #FFEA52;
    top: 50px;
  }
}

.section-hero .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  text-align: center;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .section-hero .subtitle {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-top: 16px;
  }
}

.section-hero .disclaimer {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .section-hero .disclaimer {
    margin-top: 60px;
    max-width: 350px;
  }
}

.disclaimer img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.disclaimer p {
  font-size: 16px;
  line-height: 22px;
  color: #575757;
}

.section-hero .mobile-button {
  margin-top: 150px;
}

@media (min-width: 576px) {
  .section-hero .mobile-button {
    margin-top: 270px;
  }
}

@media (min-width: 768px) {
  .section-hero .mobile-button {
    margin-top: 360px;
  }
}

@media (min-width: 992px) {
  .section-hero .mobile-button {
    display: none;
  }
}

.action-button {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #195CA9;
  padding: 9px 24px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 60px;
  transition: background-color 0.3s ease;
}

.action-button img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.action-button:hover, .action-button:active {
  background-color: #009DED;
  color: #FFFFFF;
  text-decoration: none;
}

.section-hero .action-button {
  width: 100%;
}

@media (min-width: 576px) {
  .section-hero .action-button {
    width: initial;
  }
}

.section-how {
  padding: 12px 0 48px 0;
  background-color: #F8F8F8;
}

@media (min-width: 992px) {
  .section-how {
    padding: 24px 0 60px 0;
  }
}

.section-how .item {
  margin-top: 36px;
}

.section-how .item img {
  width: 72px;
  height: 72px;
}

@media (min-width: 992px) {
  .section-how .item img {
    width: 106px;
    height: 106px;
  }
}

.section-how .item p {
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .section-how .item p {
    margin-top: 36px;
  }
}

.section-how .item p strong {
  font-weight: 600;
  color: #000000;
}

.section-services {
  padding-bottom: 60px;
}

.section-services {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .section-services {
    padding-bottom: 148px;
  }
}

.section-services .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-services .title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 84px;
  }
}

.section-services .title .highlighter {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.section-services .title .highlighter:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 8px;
  background-color: #ffea52;
  top: 26px;
  z-index: -1;
}

@media (min-width: 992px) {
  .section-services .title .highlighter:before {
    height: 8px;
    background-color: #FFEA52;
    top: 34px;
  }
}

.service-card .image {
  width: 108px;
  height: 108px;
  background-size: cover;
  background-position: center;
  border-radius: 8px 0 0 8px;
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 0 1px 0 0;
}

@media (min-width: 1200px) {
  .service-card .image {
    width: 100%;
    padding-bottom: 100%;
    border-width: 0 0 1px 0;
    border-radius: 8px 8px 0 0;
  }
}

.service-card p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .service-card p {
    font-size: 20px;
    line-height: 26px;
  }
}

.white-button {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 11px 24px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 60px;
  transition: background-color 0.3s ease;
}

.white-button:hover, .white-button:active {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

.service-card .content {
  padding-left: 16px;
}

@media (min-width: 1200px) {
  .service-card .content {
    padding: 24px;
  }
}

.service-card {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  margin-top: 24px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}

@media (min-width: 1200px) {
  .service-card {
    display: block;
    margin-top: 48px;
  }
}

