@media (max-width: 480px) {
  .cms-index-index .homepage-banner .inner {
    padding: 0px 15px 140px 15px;
  }
}
@media (min-width: 481px) {
  .cms-index-index .homepage-banner .inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    padding: 0px 50px 140px 50px;
  }
}
.cms-index-index .page-wrapper .header-wrapper {
  min-height: unset;
}
.cms-index-index .page-wrapper #maincontent.content-wrapper {
  display: none;
  height: 0;
}
.cms-index-index .homepage-banner {
  background-color: #06c3de;
  position: relative;
}
.cms-index-index .homepage-banner .homepage-scroll-btn {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 14px);
}
.cms-index-index .homepage-banner .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 0px 50px 140px 50px;
}
.cms-index-index .homepage-banner .inner .banner-info {
  margin-left: 70px;
}
.cms-index-index .homepage-banner .inner .banner-info p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 38px;
  color: black;
}
.cms-index-index .homepage-banner .inner .banner-info p:nth-child(3) {
  margin-bottom: 40px;
}
.cms-index-index .homepage-banner .inner .banner-info .title {
  font-size: 40px;
  letter-spacing: 1.5px;
  color: white;
  margin-bottom: 35px;
  line-height: 32px;
  font-weight: 400;
}
.cms-index-index .homepage-banner .inner a {
  background: #4814a0;
  padding: 8px 28px;
  border: 2px solid #4814a0;
  color: white;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.cms-index-index .homepage-banner .inner a:hover {
  background: transparent;
  color: black;
}
.cms-index-index .aveo-contact {
  background: #f1f7f7;
  font-family: 'Montserrat', sans-serif;
}
.cms-index-index .aveo-contact .inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 0;
}
.cms-index-index .aveo-contact .inner * {
  text-align: center;
  padding: 0 30px;
}
.cms-index-index .aveo-contact .contact-img {
  height: 100px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  margin: 17px auto;
}
.cms-index-index .aveo-contact .contact-img img {
  object-fit: contain;
}
.cms-index-index .aveo-contact .contact-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #003f54;
}
.cms-index-index .aveo-contact .contact-description {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 110px;
}
.cms-index-index .aveo-contact .contact-info {
  position: relative;
}
.cms-index-index .aveo-contact .learn-more a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: underline;
  color: #00c4df;
  white-space: nowrap;
}
.cms-index-index .aveo-contact .learn-more a:hover {
  text-decoration: none;
}
.cms-index-index .homepage-promotion {
  background: #5100a6;
  color: white;
}
.cms-index-index .homepage-promotion .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 40px;
}
.cms-index-index .homepage-promotion .inner .img-container,
.cms-index-index .homepage-promotion .inner .info {
  flex-basis: 50%;
}
.cms-index-index .homepage-promotion .inner .img-container {
  background-size: 70%;
}
.cms-index-index .homepage-promotion .inner .info {
  padding: 40px 3vw 56px 15px;
}
.cms-index-index .homepage-promotion .inner .info .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cms-index-index .homepage-promotion .inner .info .large-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
.cms-index-index .homepage-promotion .inner .info .large-title span {
  text-transform: uppercase;
  letter-spacing: 0;
}
.cms-index-index .homepage-promotion .inner .info p {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.cms-index-index .homepage-promotion .inner .info .links {
  position: relative;
  top: 10px;
}
.cms-index-index .homepage-promotion .inner .info .links a:first-child {
  padding: 8px 23px;
  border: 2px solid white;
  color: #5100a6;
  background: white;
  border-radius: 50px;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 20px;
}
.cms-index-index .homepage-promotion .inner .info .links a:first-child:hover {
  color: white;
  background: transparent;
}
.cms-index-index .homepage-promotion .inner .info .links a:last-child {
  color: #5100a6;
  font-size: 14px;
  border: 2px solid white;
}
.cms-index-index .homepage-promotion .inner .info .links a:last-child:hover {
  color: white;
  background: transparent;
}
.cms-index-index .homepage-change-the-way {
  padding: 90px 0 170px 0;
}
.cms-index-index .homepage-change-the-way .inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.cms-index-index .homepage-change-the-way .inner .title {
  font-size: 32px;
  letter-spacing: 0.2px;
  margin-bottom: 85px;
  font-weight: 500;
  color: #003e52;
}
.cms-index-index .homepage-change-the-way .inner .ways {
  display: flex;
  margin-bottom: 65px;
}
.cms-index-index .homepage-change-the-way .inner .ways * {
  padding: 0 30px;
}
.cms-index-index .homepage-change-the-way .inner .ways .better-contacts,
.cms-index-index .homepage-change-the-way .inner .ways .affordable-price,
.cms-index-index .homepage-change-the-way .inner .ways .your-contacts {
  width: calc(33.33333333%);
  margin-bottom: 20px;
}
.cms-index-index .homepage-change-the-way .inner .ways .img-container {
  display: flex;
  justify-content: center;
}
.cms-index-index .homepage-change-the-way .inner .ways img {
  object-fit: contain;
}
.cms-index-index .homepage-change-the-way .inner .ways .way-title {
  font-size: 15px;
  color: #003e52;
  font-weight: 600;
}
.cms-index-index .homepage-change-the-way .inner .ways .way-info {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.cms-index-index .homepage-change-the-way .inner a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: 2px solid #06c3de;
  padding: 8px 23px;
  border-radius: 50px;
  background: #06c3de;
  color: white;
}
.cms-index-index .homepage-change-the-way .inner a:hover {
  background: transparent;
  color: black;
}
.cms-index-index .homepage-featured-products {
  padding: 0 0 70px 0;
}
.cms-index-index .homepage-featured-products .you-deserve {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  background: #eff4f6;
  padding-top: 90px;
  color: #2b2b2b;
  position: relative;
}
.cms-index-index .homepage-featured-products .you-deserve .title {
  font-size: 32px;
  font-weight: 500;
  color: #003e52;
  margin-bottom: 50px;
}
.cms-index-index .homepage-featured-products .you-deserve .subtitle {
  font-size: 16px;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto 35px auto;
}
.cms-index-index .homepage-featured-products .you-deserve .advantages {
  display: flex;
  padding: 0 55px;
  flex-wrap: wrap;
}
.cms-index-index .homepage-featured-products .you-deserve .advantages .ultra-hydrating,
.cms-index-index .homepage-featured-products .you-deserve .advantages .super-breathable,
.cms-index-index .homepage-featured-products .you-deserve .advantages .comfortable-fit,
.cms-index-index .homepage-featured-products .you-deserve .advantages .hd-vision {
  flex-basis: 50%;
  margin-bottom: 35px;
  display: flex;
  text-align: left;
}
.cms-index-index .homepage-featured-products .you-deserve .img-container {
  min-width: 55px;
  background-size: auto;
  background-position: top;
}
.cms-index-index .homepage-featured-products .you-deserve .info {
  padding-left: 30px;
  padding-top: 5px;
}
.cms-index-index .homepage-featured-products .you-deserve .info .advantage-title {
  font-size: 25px;
  font-weight: 500;
  color: #004258;
}
.cms-index-index .homepage-featured-products .you-deserve .info .advantage-subtitle {
  font-size: 16px;
  font-weight: 500;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider {
  width: 1290px;
  position: relative;
  left: calc(-90px);
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item {
  background: white;
  min-height: 560px;
  margin: 7px;
  -webkit-box-shadow: 0 6px 8px 0 #d1d1d1;
  -moz-box-shadow: 0 6px 8px 0 #d1d1d1;
  box-shadow: 0 6px 8px 0 #d1d1d1;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item img {
  width: 60%;
  min-height: 150px;
  margin: 75px auto 60px auto;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .product-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #003e52;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .product-contact {
  margin-bottom: 7px;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .you-save {
  color: red;
  font-weight: 700;
  font-size: 22px;
  min-height: 4px;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .old-price {
  color: #878787;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .old-price:after {
  width: 110%;
  content: "";
  height: 3px;
  background: #707070;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 40%;
  transform: rotate(-25deg);
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .old-price:before {
  width: 110%;
  content: "";
  height: 3px;
  background: #707070;
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 40%;
  transform: rotate(25deg);
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .final-price {
  color: #4814a0;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .final-price span {
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .learn-more {
  background: #00c4df;
  border: 2px solid #06c3de;
  padding: 13px 33px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .learn-more:hover {
  background: transparent;
  color: black;
}
.cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .free-shipping {
  color: #232323;
  font-size: 14px;
  font-style: italic;
  position: relative;
  top: 20px;
  margin-bottom: 20px !important;
}
.cms-index-index .homepage-featured-products .you-deserve .slick-prev {
  left: -45px;
}
.cms-index-index .homepage-featured-products .you-deserve .slick-prev:before {
  content: url('../images/homepage/slider-arrow-left.png');
  opacity: 1;
}
.cms-index-index .homepage-featured-products .you-deserve .slick-next {
  right: -40px;
}
.cms-index-index .homepage-featured-products .you-deserve .slick-next:before {
  content: url('../images/homepage/slider-arrow-right.png');
  opacity: 1;
}
.cms-index-index .homepage-featured-products .you-deserve .deal {
  margin-top: 45px;
  position: relative;
  padding-bottom: 105px;
}
.cms-index-index .homepage-featured-products .you-deserve .deal .title {
  color: #003e52;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.cms-index-index .homepage-featured-products .you-deserve .deal .subtitle {
  max-width: 400px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.cms-index-index .homepage-featured-products .you-deserve .deal img {
  position: absolute;
  right: 11%;
  top: -15px;
}
.cms-index-index .homepage-featured-products .you-deserve .get-started {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #4814a0;
  border: 2px solid #4814a0;
  padding: 13px 33px;
  border-radius: 50px;
}
.cms-index-index .homepage-featured-products .you-deserve .get-started:hover {
  background: transparent;
  color: black;
}
.cms-index-index .homepage-how-it-works {
  padding-top: 90px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.cms-index-index .homepage-how-it-works .work-step {
  max-width: 1100px;
  margin: 0 auto 70px auto;
  text-align: center;
  display: flex;
}
.cms-index-index .homepage-how-it-works .work-step .step {
  padding: 0 20px;
  flex-basis: calc(33.33333333%);
}
.cms-index-index .homepage-how-it-works .title {
  font-size: 32px;
  font-weight: 500;
  color: #003e52;
  margin-bottom: 30px;
}
.cms-index-index .homepage-how-it-works .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 30px;
}
.cms-index-index .homepage-how-it-works .step-img {
  margin-bottom: 20px;
}
.cms-index-index .homepage-how-it-works .step-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #003f54;
}
.cms-index-index .homepage-how-it-works .step-description {
  font-weight: 500;
  color: #232323;
  font-size: 16px;
}
.cms-index-index .homepage-how-it-works .sign-up-now {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 85px;
}
.cms-index-index .homepage-how-it-works .sign-up-now a {
  background: #00c6e2;
  padding: 8px 23px;
  border: 2px solid #06c3de;
  border-radius: 50px;
  color: white;
}
.cms-index-index .homepage-how-it-works .sign-up-now a:hover {
  background: transparent;
  color: black;
}
.cms-index-index .homepage-brands {
  text-align: center;
  background: #003e52;
  padding-top: 65px;
  padding-bottom: 145px;
}
.cms-index-index .homepage-brands p {
  font-weight: 700;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-index-index .homepage-brands .inner {
  max-width: 1300px;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  align-items: center;
}
.cms-index-index .homepage-reviews {
  background: #08c3de;
  color: white;
  text-align: center;
  padding: 85px 0 80px 0;
}
.cms-index-index .homepage-reviews .title {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 32px;
}
.cms-index-index .homepage-reviews .reviews {
  max-width: 1100px;
  margin: 0 auto;
}
.cms-index-index .homepage-reviews .reviews .review-item {
  margin: 0 40px;
}
.cms-index-index .homepage-reviews .reviews .review-item img {
  margin: 0 auto 20px auto;
}
.cms-index-index .homepage-reviews .reviews .review-item .review-message {
  margin-bottom: 15px;
  font-size: 16px;
}
.cms-index-index .homepage-reviews .reviews .review-item .author {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 60px;
}
.cms-index-index .homepage-reviews a {
  font-size: 16px;
  color: white;
  border-bottom: 2px solid white;
}
.cms-index-index .homepage-reviews a:hover {
  font-size: 16px;
  border-bottom: none;
}
.cms-index-index .homepage-reviews .slick-prev {
  top: 30%;
  cursor: pointer;
  left: -75px;
}
.cms-index-index .homepage-reviews .slick-prev:before {
  opacity: 1;
  font-size: 40px;
  font-family: FontAwesome;
  content: "\f104";
}
.cms-index-index .homepage-reviews .slick-next {
  top: 30%;
  cursor: pointer;
  right: -70px;
}
.cms-index-index .homepage-reviews .slick-next:before {
  opacity: 1;
  font-size: 40px;
  font-family: FontAwesome;
  content: "\f105";
}
.cms-index-index .block-as-seen-in {
  width: 100vw;
  margin-left: 50%;
  transform: translate(-50%);
  position: relative;
  background-color: #003e52;
  padding: 77px 0px;
}
.cms-index-index .block-as-seen-in .main-content {
  max-width: 1360px;
  margin: auto;
  padding: 0px 15px;
}
.cms-index-index .block-as-seen-in .heading-as-seen-in {
  text-align: center;
  font-size: 15px;
  line-height: 1.27;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.cms-index-index .block-content-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cms-index-index .block-content-img .sub-block-content-img {
  width: 16.6666666667%;
  opacity: 0.5;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-test-drive {
  background-image: url("../images/homepage/homepage-test-drive.png");
  background-position: 50%;
  height: 355px;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  padding: 82px 0 70px 0;
  color: white;
}
.homepage-test-drive .test-drive-container {
  max-width: 900px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.homepage-test-drive .test-drive-container .inner {
  max-width: 500px;
}
.homepage-test-drive .test-drive-container .inner .title {
  font-size: 24px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-bottom: 15px;
}
.homepage-test-drive .test-drive-container .inner p {
  letter-spacing: 0.1px;
  font-weight: 300;
  font-size: 16px;
}
.homepage-test-drive .test-drive-container .inner p:nth-child(2) {
  margin-bottom: 50px;
}
.homepage-test-drive .test-drive-container .inner a.try-them-now {
  background: white;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid white;
  padding: 8px 23px;
  font-weight: 700;
  border-radius: 50px;
  color: #4713A0;
  cursor: pointer;
}
.homepage-test-drive .test-drive-container .inner a.try-them-now:hover {
  color: black;
  background: transparent;
}
.hp-instagram-feed {
  width: 100vw;
  text-align: center;
  background: #f1f4f6;
  padding: 55px 35px;
}
.hp-instagram-feed h1 {
  display: none;
}
.hp-instagram-feed .mpinstagramfeed-container {
  margin: 50px auto 0;
}
.hp-instagram-feed .mpinstagramfeed-container .row {
  margin: 0 !important;
}
.hp-instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo img {
  height: 100% !important;
}
.hp-instagram-feed .mpinstagramfeed-header {
  display: none;
}
@media screen and (min-width: 992px) {
  .hp-instagram-feed .mpinstagramfeed-photo {
    margin: 0 18.75px;
    max-width: 300px;
    max-height: 300px;
    width: calc((100vw - 70px) / 5 - 30px) !important;
    height: calc((100vw - 70px) / 5 - 30px) !important;
  }
  .hp-instagram-feed .mpinstagramfeed-photo:first-child {
    margin-left: 0;
  }
  .hp-instagram-feed .mpinstagramfeed-photo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hp-instagram-feed .mpinstagramfeed-photo {
    margin: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .cms-index-index .homepage-banner .inner img {
    width: 50%;
    object-fit: contain;
  }
  .cms-index-index .homepage-featured-products .you-deserve .products-slider {
    width: 90%;
    position: static;
    margin: 0 auto;
  }
  .cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .old-price {
    font-size: 25px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item .price-box .final-price {
    font-size: 25px;
  }
  .cms-index-index .homepage-brands .inner {
    padding: 2vw;
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 1111px) {
  .cms-index-index .homepage-featured-products {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-index-index .homepage-banner .inner {
    flex-direction: column;
  }
  .cms-index-index .homepage-banner .inner .banner-info {
    margin-left: 0;
  }
  .cms-index-index .homepage-banner .inner img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .cms-index-index .homepage-banner .inner * {
    padding: 0 2vw;
  }
  .cms-index-index .homepage-promotion .inner {
    display: block;
  }
  .cms-index-index .homepage-promotion .inner .img-container {
    height: 100px;
    background-position: left;
    background-size: contain;
  }
  .cms-index-index .homepage-change-the-way {
    padding: 5vw;
  }
  .cms-index-index .homepage-change-the-way .inner .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .deal {
    display: flex;
    flex-direction: column;
    padding: 0 20px 40px 20px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .get-started {
    margin: 0 auto 50px auto;
    max-width: 230px;
  }
  .cms-index-index .homepage-how-it-works {
    padding: 10vw 2vw;
  }
  .cms-index-index .homepage-brands .inner {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
  .homepage-test-drive {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .block-content-img .sub-block-content-img {
    width: 50%;
    padding: 0px 15px;
  }
  .cms-index-index .block-as-seen-in .main-content {
    padding: 0px;
  }
  .cms-index-index .page-wrapper .header-wrapper {
    padding-top: 0;
  }
  .cms-index-index .aveo-contact .inner {
    flex-direction: column;
  }
  .cms-index-index .aveo-contact .contact-description {
    min-height: unset;
  }
  .cms-index-index .homepage-change-the-way .inner .ways {
    flex-direction: column;
  }
  .cms-index-index .homepage-change-the-way .inner .ways .better-contacts,
  .cms-index-index .homepage-change-the-way .inner .ways .affordable-price,
  .cms-index-index .homepage-change-the-way .inner .ways .your-contacts {
    width: 100%;
  }
  .cms-index-index .homepage-featured-products .you-deserve .advantages .ultra-hydrating,
  .cms-index-index .homepage-featured-products .you-deserve .advantages .super-breathable,
  .cms-index-index .homepage-featured-products .you-deserve .advantages .comfortable-fit,
  .cms-index-index .homepage-featured-products .you-deserve .advantages .hd-vision {
    flex-basis: 100%;
  }
  .cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item img {
    width: 50%;
    margin: 75px auto 30px auto;
  }
  .cms-index-index .homepage-banner .inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .cms-index-index .homepage-banner .inner .banner-info .title {
    font-size: 30px;
  }
  .cms-index-index .homepage-banner .inner .banner-info p {
    font-size: 20px;
  }
  .cms-index-index .homepage-how-it-works .work-step {
    flex-wrap: wrap;
  }
  .cms-index-index .homepage-how-it-works .work-step .step {
    flex-basis: 100%;
  }
  .cms-index-index .homepage-how-it-works .sign-up-now {
    margin-bottom: 0;
  }
  .cms-index-index .homepage-how-it-works .inner {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-test-drive {
    background-image: url("../images/homepage/homepage-test-drive-mb.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    background-color: #00c6e3;
  }
  .homepage-test-drive .test-drive-container {
    justify-items: center;
    height: 100%;
  }
  .homepage-test-drive .test-drive-container .inner {
    max-width: 100%;
    text-align: left;
    align-self: flex-end;
  }
  .homepage-banner .inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 160px;
  }
  .homepage-banner .inner .banner-info {
    padding: 0;
  }
  .homepage-banner .inner .banner-info .title {
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .homepage-banner .inner .banner-info p {
    padding: 0;
    line-height: 1.625;
  }
  .homepage-change-the-way .inner .title {
    font-size: 32px;
    line-height: 1.31;
    margin-bottom: 20px;
    color: #003e52;
    margin-top: 5px;
    padding: 0 15px;
  }
  .homepage-change-the-way .inner .ways .way-info {
    padding: 0 15px;
    font-weight: 500;
  }
  .homepage-featured-products .you-deserve .title {
    font-size: 32px;
    line-height: 1.31;
    color: #003e52;
    margin-top: 5px;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .homepage-featured-products .you-deserve .subtitle {
    max-width: 100%;
    padding: 0 15px;
    font-weight: 500;
  }
  .homepage-featured-products .you-deserve .advantages {
    padding: 0 15px;
  }
  .homepage-featured-products .you-deserve .info {
    padding: 0 15px;
  }
  .homepage-how-it-works .subtitle {
    font-weight: 500;
  }
  .homepage-brands {
    padding-bottom: 80px;
  }
  .homepage-brands .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
    padding: 0 15px;
  }
  .homepage-reviews .title {
    padding: 0 15px;
    line-height: 1.31;
  }
  .cms-index-index .homepage-banner .inner {
    padding: 140px 15px 80px;
  }
  .cms-index-index .homepage-banner .inner img {
    margin-bottom: 30px;
  }
  .cms-index-index .homepage-banner .inner .banner-info .title {
    margin-bottom: 20px;
  }
  body .nav-sections {
    top: 90px;
  }
  .homepage-reviews button.slick-prev.slick-arrow {
    left: 0;
    z-index: 1;
  }
  .homepage-reviews button.slick-next.slick-arrow {
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 549px) {
  .cms-index-index .homepage-brands .inner {
    grid-template-columns: 1fr;
  }
  .cms-index-index .homepage-promotion .inner {
    padding: 40px 10px;
  }
  .cms-index-index .homepage-promotion .inner .img-container {
    justify-self: center;
  }
  .cms-index-index .homepage-promotion .inner .info .links a:last-child {
    display: inline-block;
    margin-top: 20px;
  }
  .cms-index-index .homepage-promotion .inner .info .large-title {
    font-size: 20px;
  }
  .cms-index-index .homepage-change-the-way {
    padding: 40px 0;
  }
  .cms-index-index .homepage-change-the-way .inner .title {
    padding: 0 20px;
  }
  .cms-index-index .aveo-contact .contact-info {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .cms-index-index .homepage-featured-products .you-deserve {
    width: 83.3333333333%;
  }
  .cms-index-index .homepage-featured-products .you-deserve .products-slider {
    width: calc(116.5%);
    position: relative;
    left: -8%;
  }
}
.cms-index-index .homepage-featured-products .you-deserve .slick-prev {
  left: 0;
  z-index: 1;
}
.cms-index-index .homepage-featured-products .you-deserve .slick-next {
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-index-index .homepage-featured-products .you-deserve .products-slider .product-item {
    margin: 13px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .advantages {
    padding: 0 50px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .ultra-hydrating {
    grid-template-columns: none;
    padding: 0 18px;
    grid-template-rows: 55px auto;
  }
  .cms-index-index .homepage-featured-products .you-deserve .super-breathable {
    grid-template-columns: none;
    padding: 0 18px;
    grid-template-rows: 55px auto;
  }
  .cms-index-index .homepage-featured-products .you-deserve .comfortable-fit {
    grid-template-columns: none;
    padding: 0 18px;
    grid-template-rows: 55px auto;
  }
  .cms-index-index .homepage-featured-products .you-deserve .hd-vision {
    grid-template-columns: none;
    padding: 0 18px;
    grid-template-rows: 55px auto;
  }
  .cms-index-index .homepage-featured-products .you-deserve .info {
    padding-left: 0;
  }
  .cms-index-index .homepage-featured-products img {
    margin: auto;
  }
}
@media (min-width: 1350px) {
  .cms-index-index .homepage-featured-products .you-deserve .slick-prev {
    left: -45px;
  }
  .cms-index-index .homepage-featured-products .you-deserve .slick-next {
    right: -45px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .homepage-featured-products .you-deserve .products-slider {
    width: 100%;
    position: relative;
    padding: 0 15px;
    left: 0;
  }
  .cms-index-index .homepage-featured-products .you-deserve .slick-next {
    right: 0;
  }
  .cms-index-index .homepage-featured-products .you-deserve .slick-prev {
    left: 0;
  }
}
@media (max-width: 480px) {
  .cms-index-index .homepage-featured-products .you-deserve .deal img {
    position: static;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .cms-index-index .homepage-banner .inner .banner-info .title {
    max-width: 50vw;
  }
}
.cms-index-index .hp-instagram-feed .slick-prev:before,
.cms-index-index .hp-instagram-feed .slick-next:before {
  opacity: 1;
  font-size: 40px;
  font-family: FontAwesome;
  color: black;
}
.cms-index-index .hp-instagram-feed .slick-prev:before {
  content: "\f104";
}
.cms-index-index .hp-instagram-feed .slick-next:before {
  content: "\f105";
}
