@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  background-color: #FBFBFB;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.img-fluid {
  max-width: 100%;
}

.container {
  max-width: 1364px;
  margin: 0 auto;
}

.inner-container {
  max-width: 1300px;
  margin: 0 auto;
}

.cta {
  font-size: 18px;
  padding: 8px 28px;
  border-radius: 90px;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary {
  color: #FFF;
  background-color: #0082FA;
  border: 1px solid #0082FA;
}

.cta-primary:hover {
  background-color: transparent;
  color: #0082FA;
}

.suptitle {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: .5rem;
}

.title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.title span {
  font-weight: 600;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}

.logo-wrapper .vendor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.logo-wrapper .vendor-wrapper img {
  padding-left: 1rem;
}

@media screen and (max-width: 603px) {
  .logo-wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.top {
  background-color: #FFF;
  border-radius: 30px;
  padding: 3rem 0;
  margin-bottom: 4rem;
}

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 1rem;
}

.hero-wrapper .hero-img {
  margin: 1rem 0;
}

.hero-wrapper .intel {
  margin-top: 2rem;
  padding: 1rem .05rem;
}

@media screen and (max-width: 1269px) {
  .hero-wrapper {
    text-align: center;
  }
}

.s2 {
  text-align: center;
}

.s3 {
  margin-bottom: 2rem;
}

.s3 .section-title {
  margin-bottom: 1rem;
}

.s3 .s3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}

.s3 .reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.s3 .s3-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s3 .s3-text-inner .inner-block {
  margin: 1rem 0;
}

@media screen and (max-width: 1291px) {
  .s3 {
    text-align: center;
    margin: 1rem;
  }
  .s3 p {
    margin-bottom: 1rem;
  }
  .s3 .s3-text-inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s3 .s3-text-inner .inner-block {
    margin: 1rem;
  }
}

.s4 {
  text-align: center;
  margin: 0 .5rem 4rem;
}

.s4 .section-title {
  margin-bottom: 1rem;
}

.s4 .img-wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s5 {
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 30px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.s5 .section-title {
  margin-bottom: 1rem;
}

.s5 .inner-wrapper {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.s6 {
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}

.s6 .section-title {
  margin-bottom: 1rem;
}

.s6 p {
  margin-bottom: 1rem;
}

.s7 {
  border-radius: 30px;
  background-color: #FFF;
  margin-bottom: 2rem;
}

.s7 .s7-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s7 .s7-wrapper .s7-text {
  padding: 1rem;
}

.s7 .s7-wrapper .section-title {
  margin-bottom: 2rem;
}

.s7 .s7-wrapper img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.s7 .reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

@media screen and (max-width: 1292px) {
  .s7 {
    text-align: center;
  }
  .s7 .s7-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem;
  }
  .s7 .s7-wrapper img {
    border-radius: 30px;
  }
}

.s8 {
  text-align: center;
  margin-bottom: 4rem;
}

.s8 .section-title {
  margin-bottom: 1rem;
}

.s8 p {
  margin-bottom: 2rem;
}

.s9 {
  text-align: center;
  margin-bottom: 4rem;
}

.s9 .section-title {
  margin-bottom: 1rem;
}

.s9 .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s9 .card-wrapper .card {
  margin: 1rem 0;
}

.s10 {
  text-align: center;
  margin-bottom: 2rem;
}

.s10 .section-title {
  margin-bottom: 1rem;
}

.s10 p {
  margin-bottom: 2rem;
}

.s10 .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.s10 .icon-wrapper .icon {
  margin: 1rem 4rem;
  min-width: 285px;
}
