h1,
h2,
h3,
h4 {
  color: #0C0B26;
}

h3 {
  font-weight: 600;
}

p {
  color: #A7A7AC;
  font-weight: 400;
}

span {
  color: #FFF;
}

li {
  list-style: none;
}

a {
  color: #A7A7AC;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

hr {
  margin: 1.5rem 0;
  opacity: .1;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.footer-spacer {
  margin-bottom: 1.6rem;
  line-height: 2rem;
}

@media (max-width: 1200px) {
  .wrapper {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 700px;
  }
}

@media (max-width: 425px) {
  .wrapper {
    max-width: 350px;
  }
}

@media (max-width: 320px) {
  .wrapper {
    max-width: 300px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  font-family: 'Asap', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-synthesis: always !important;
}

.header {
  height: 600px;
  background-color: #19191F;
  background-image: url("../img/img_headerMockup.png");
  background-repeat: no-repeat;
  background-position: right 7rem;
  padding-top: 7rem;
}

.header__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  color: #A6A6A6;
}

.header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7rem;
}

.header__heading-img {
  background-color: #3d3d3d;
  border-radius: .8rem;
  padding: 1rem;
  margin-right: 1.5rem;
}

.header__heading-title {
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 600;
}

.header__heading-title--light {
  font-weight: 400;
}

.header__desc {
  width: 60%;
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 3rem 0;
}

.header__desc--brands {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header__btn {
  color: #FFF;
  background-color: #0FB36C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.7rem 3.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.header__brands {
  margin-top: 10rem;
  width: 100%;
}

.header__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  padding-top: 3rem;
}

.customs {
  color: #8E97A8;
  margin-top: 13rem;
}

@media (max-width: 1200px) {
  .customs {
    margin-top: 11rem;
  }
}

@media (max-width: 768px) {
  .customs {
    margin-top: 5rem;
  }
}

@media (max-width: 425px) {
  .customs {
    margin-top: 8rem;
  }
}

.customs__heading {
  font-size: 4rem;
  font-weight: 600;
}

.customs__desc {
  font-size: 1.8rem;
  padding-top: 2rem;
}

.customs__pros {
  margin-top: 8.5rem;
}

.customs__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customs__box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 6rem;
}

.customs__box-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3rem;
}

.customs__box-desc {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2.8rem;
}

.customs__graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 13rem;
}

@media (max-width: 1200px) {
  .customs__graphs {
    margin-top: 11rem;
  }
}

@media (max-width: 768px) {
  .customs__graphs {
    margin-top: 5rem;
  }
}

@media (max-width: 425px) {
  .customs__graphs {
    margin-top: 8rem;
  }
}

.customs__graphs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.customs__graphs-img {
  height: 100%;
}

.customs__graphs-text {
  text-align: center;
  margin-top: 5rem;
  width: 75%;
}

.customs__graphs-title {
  font-size: 3rem;
}

.customs__graphs-desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 1.5rem;
}

.alerts {
  height: 775px;
  background-color: #F4F5F7;
  background-image: url("../img/img_customAlerts.png");
  background-repeat: no-repeat;
  background-position: right 2.8rem;
  margin-top: 13rem;
}

@media (max-width: 1200px) {
  .alerts {
    margin-top: 11rem;
  }
}

@media (max-width: 768px) {
  .alerts {
    margin-top: 5rem;
  }
}

@media (max-width: 425px) {
  .alerts {
    margin-top: 8rem;
  }
}

.alerts__desc {
  padding-top: 23rem;
}

.alerts__img {
  background-color: #1C1C1F;
  border-radius: 1rem;
  padding: 1.3rem 1.1rem;
}

.alerts__title {
  font-size: 3rem;
  margin-top: 3rem;
}

.alerts__text {
  width: 38%;
  font-size: 1.8rem;
  color: #8E97A8;
  margin: 3.5rem 0;
  line-height: 3.2rem;
}

.alerts__btn {
  color: #FFF;
  background-color: #0FB36C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.7rem 3.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.about-us {
  position: relative;
  padding-top: 13rem;
  background-color: #1C1C1F;
}

.about-us__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60%;
}

.about-us__heading {
  width: 90%;
}

.about-us__heading-desc {
  color: #A7A7AC;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 4.5rem;
}

.about-us__experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.about-us__experience-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 6rem;
}

.about-us__experience-img {
  margin-right: 2.5rem;
}

.about-us__experience-text {
  letter-spacing: .5px;
}

.about-us__experience-title {
  color: #FFFFFF;
  font-size: 1.8rem;
}

.about-us__experience-desc {
  color: #A7A7AC;
  font-size: 1.5rem;
  margin-top: .3rem;
}

.about-us__quotes {
  position: absolute;
  right: 21rem;
  top: 14rem;
  height: 56rem;
  width: 51rem;
  background-color: #0F0F12;
  border-radius: 2rem;
  padding: 8.5rem;
}

.about-us__quotes-quote {
  color: #A7A7AC;
  font-size: 1.8rem;
  margin-top: 4.3rem;
  line-height: 3rem;
}

.about-us__quotes-quote--strong {
  font-weight: 600;
}

.about-us__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 7rem;
}

.about-us__user-img {
  margin-right: 2rem;
}

.about-us__user-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about-us__user-name {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
}

.about-us__user-position {
  color: #A7A7AC;
  font-size: 1.4rem;
}

.about-us__user-position--strong {
  font-weight: 500;
}

.about-us__graph {
  position: relative;
  top: 0;
  height: 40rem;
  width: 100%;
  margin-top: 10rem;
  background-image: url("../img/jenny.png"), url("../img/wednesday.png"), url("../img/brand24-2.png"), url("../img/dots-right.png"), url("../img/dots-left.png");
  background-repeat: no-repeat;
  background-position: 3rem 19rem, 82rem 7rem, center center, 79rem 13.5rem, 16rem 12.5rem;
}

.footer {
  background-color: #24242B;
  padding-bottom: 3rem;
}

.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.5rem;
}

.footer__heading {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 400;
}

.footer__heading--strong {
  font-weight: 500;
}

.footer__desc {
  color: #BABABF;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.footer__btn {
  color: #FFF;
  background-color: #0FB36C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.7rem 3.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 3.5rem;
}

.footer__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7rem;
}

.footer__content {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
}

.footer__title {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 3rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__image {
  width: 35%;
}

.footer__item {
  padding: .5rem 0;
}

.footer__link {
  font-size: 1.4rem;
}

.footer__link-image {
  width: 80%;
  margin-bottom: .5rem;
}

@media (max-width: 1760px) {
  .header {
    background-position: 88rem 7rem;
  }
}

@media (max-width: 1600px) {
  .header {
    background-position: 80rem 7rem;
  }
  .alerts {
    background-position: 80rem 2.8rem;
  }
  .about-us__quotes {
    right: 10rem;
  }
}

@media (max-width: 1440px) {
  .header {
    background-position: 70rem 7rem;
  }
  .alerts {
    background-position: 70rem 2.8rem;
  }
  .about-us__quotes {
    right: 6rem;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 50%;
  }
  .header {
    background-position: 75rem 7rem;
  }
  .alerts {
    background-position: 65rem 2.8rem;
  }
  .about-us__graph {
    height: 50rem;
    margin-top: 5rem;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 48%;
  }
  .header {
    height: 550px;
  }
  .customs__graphs-img {
    height: auto;
    width: 90%;
  }
  .about-us__experience {
    margin-top: 7rem;
  }
  .about-us__quotes {
    right: 2rem;
    padding: 6.5rem;
  }
  .about-us__graph {
    height: 52rem;
  }
  .footer__link {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 45%;
  }
  .header {
    height: 485px;
    background-position: 58rem 7rem;
    background-size: contain;
  }
  .header__images {
    width: 100%;
  }
  .customs__boxes {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .customs__box {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .customs__graphs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customs__graphs-img {
    width: auto;
  }
  .customs__graphs-text {
    margin-top: 2rem;
  }
  .customs__graphs-desc {
    margin-bottom: 7rem;
  }
  .alerts {
    position: relative;
    height: 700px;
    background-position: 48rem -1.2rem;
  }
  .alerts__desc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 0;
  }
  .about-us {
    padding-top: 11rem;
  }
  .about-us__heading {
    width: 80%;
  }
  .about-us__experience {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5rem;
  }
  .about-us__experience-img {
    height: 70%;
  }
  .about-us__quotes {
    top: 21rem;
    height: 48rem;
    width: 43rem;
    padding: 4rem;
  }
  .about-us__graph {
    height: 55rem;
  }
}

@media (max-width: 425px) {
  html {
    font-size: 55%;
  }
  .header {
    background-image: none;
  }
  .header__hero {
    width: 100%;
  }
  .header__heading {
    padding-top: 5rem;
  }
  .header__desc {
    width: 100%;
    margin: 4rem 0;
  }
  .header__brands {
    margin-top: 5rem;
  }
  .customs__title {
    line-height: 3rem;
  }
  .customs__pros {
    margin-top: 5rem;
  }
  .customs__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customs__graphs {
    display: none;
  }
  .alerts {
    height: auto;
    background-image: none;
    margin-top: 0;
    padding: 8rem 0;
  }
  .alerts__desc {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .alerts__text {
    width: 100%;
  }
  .about-us {
    padding: 8rem 0;
  }
  .about-us__brand {
    width: 100%;
  }
  .about-us__heading {
    width: 100%;
  }
  .about-us__experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us__quotes {
    position: static;
    width: 100%;
  }
  .about-us__quotes-img {
    width: 15px;
  }
  .about-us__graph {
    display: none;
  }
  .footer__elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__title {
    font-size: 2.5rem;
  }
  .footer__link {
    font-size: 1.8rem;
  }
  .footer__link-image {
    width: 50%;
  }
  .footer__content {
    margin-bottom: 3rem;
  }
  .footer__image {
    width: 24%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 320px) {
  .about-us__quotes {
    height: 54rem;
  }
  .footer__link {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */