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

body {
  margin: 0;
  padding: 0;
}

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

.xlp-container {
  font-family: 'Nunito', sans-serif !important;
  max-width: 1156px;
  margin: auto;
}

.hero-mobile {
  display: none;
  margin: auto !important;
}

@media screen and (max-width: 1051px) {
  .hero-mobile {
    display: block;
  }
}

.xlp-container header .header__wrapper {
  background-color: #E57725;
  border-radius: 0 0 30px 30px;
  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;
}

.xlp-container header .header__wrapper .mobile-logo {
  display: none;
}

.xlp-container header .header__wrapper .hero-mobile {
  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;
}

.xlp-container header .header__wrapper .header__left {
  text-align: left;
}

.xlp-container header .header__wrapper .header__left .header__text {
  padding: 3rem 0 7.4rem 4.2rem;
  color: #FFF;
}

.xlp-container header .header__wrapper .header__left .header__text h1 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 1rem;
}

.xlp-container header .header__wrapper .header__left .header__text p {
  font-size: 14px;
}

.xlp-container header .header__wrapper .header__left .vendor-logo {
  position: relative;
  left: -52px;
}

.xlp-container header .header__wrapper .header__right {
  margin: 0;
  padding: 0;
  max-height: 400px;
}

@media screen and (max-width: 1051px) {
  .xlp-container header .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    max-width: 827px;
    margin: auto;
  }
  .xlp-container header .header__wrapper .vendor-logo {
    display: none;
  }
  .xlp-container header .header__wrapper .mobile-logo {
    display: block;
  }
  .xlp-container header .header__wrapper .logo__mobile {
    text-align: left;
  }
  .xlp-container header .header__wrapper .header__left .vendor-logo {
    display: none;
  }
  .xlp-container header .header__wrapper .header__left .header__text {
    padding: 2rem 0;
    text-align: center;
  }
  .xlp-container header .header__wrapper .header__left .header__text h1 {
    font-size: 28px;
  }
  .xlp-container header .header__wrapper .header__right {
    max-height: auto;
  }
  .xlp-container header .header__wrapper .header__right .hero-desktop {
    display: none;
  }
}

.xlp-container main .secondary {
  padding: 2rem 1rem;
  text-align: center;
  max-width: 665px;
  margin: auto;
}

.xlp-container main .secondary p {
  font-size: 16px;
}

.xlp-container main .secondary p span {
  font-size: 18px;
  font-weight: 600;
}

.xlp-container main .primary {
  max-width: 873px;
  margin: auto;
  padding-bottom: 2rem;
}

.xlp-container main .primary a {
  color: #0082FA;
}

.xlp-container main .primary h2 {
  text-align: center;
}

.xlp-container main .primary p {
  text-align: left;
  padding: 1rem;
}

.xlp-container main .main__products {
  text-align: center;
}

.xlp-container main .main__products .products__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;
}

.xlp-container main .main__products .products__wrapper .product {
  padding: 1.5rem 1rem;
}

.xlp-container main .main__products .products__wrapper .product .product__name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 1.5rem;
}

.xlp-container main .main__products .products__wrapper .product .cta {
  padding: 8px 28px;
  background-color: #0082FA;
  color: #FFF;
  border: 1px solid #0082FA;
  text-decoration: none;
  border-radius: 90px;
}

.xlp-container main .main__products .products__wrapper .product .cta:hover {
  background-color: transparent;
  color: #0082FA;
}

.xlp-container main .main__video {
  padding: 2rem 1rem 1rem;
}

.xlp-container main .main__video video {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px;
}

.xlp-container footer {
  text-align: center;
  margin: 2rem 1rem;
}

.xlp-container footer a {
  color: #0082FA;
}
