﻿.test {
  background: green;
}
@media only screen and (min-width: 992px) {
  .test {
    background: blue !important;
  }
}
@media (min-width: md) {
  .test {
    background: blue !important;
  }
}

#newHome #hero {
  position: initial;
  margin-bottom: 50px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  #newHome #hero {
    min-height: 850px;
    position: relative;
  }
}
@media (min-width: md) {
  #newHome #hero {
    min-height: 850px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  #newHome #hero {
    min-height: 750px;
    position: relative;
  }
}
@media (min-width: md) {
  #newHome #hero {
    min-height: 750px;
    position: relative;
  }
}
#newHome #hero .hero-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left {
    position: relative;
  }
  #newHome #hero .hero-left.webp {
    background-image: url("../../../Content/img/home/hero.webp");
  }
  #newHome #hero .hero-left.no-webp {
    background-image: url("../../../Content/img/home/hero.jpg");
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left {
    position: relative;
  }
  #newHome #hero .hero-left.webp {
    background-image: url("../../../Content/img/home/hero.webp");
  }
  #newHome #hero .hero-left.no-webp {
    background-image: url("../../../Content/img/home/hero.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-left {
    background-position: 50% 50%;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-left {
    background-position: 50% 50%;
  }
}
#newHome #hero .hero-left-holiday {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-holiday {
    position: relative;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-holiday {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-left-holiday {
    background-position: 50% 50%;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-left-holiday {
    background-position: 50% 50%;
  }
}
#newHome #hero #home-hero-desktop-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}
@media only screen and (min-width: 992px) {
  #newHome #hero #home-hero-desktop-banner {
    position: relative;
    padding: 40px 20px 72px 72px;
  }
  #newHome #hero #home-hero-desktop-banner.webp {
    background-image: url("https://cdn.affinitydev.com/webmedia/capus/banners/2025-cap-home-thanksgiving.webp");
  }
  #newHome #hero #home-hero-desktop-banner.no-webp {
    background-image: url("https://cdn.affinitydev.com/webmedia/capus/banners/2025-cap-home-thanksgiving.jpg");
  }
}
@media (min-width: md) {
  #newHome #hero #home-hero-desktop-banner {
    position: relative;
    padding: 40px 20px 72px 72px;
  }
  #newHome #hero #home-hero-desktop-banner.webp {
    background-image: url("https://cdn.affinitydev.com/webmedia/capus/banners/2025-cap-home-thanksgiving.webp");
  }
  #newHome #hero #home-hero-desktop-banner.no-webp {
    background-image: url("https://cdn.affinitydev.com/webmedia/capus/banners/2025-cap-home-thanksgiving.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #hero #home-hero-desktop-banner {
    background-position: 50% 50%;
  }
}
@media (min-width: lg) {
  #newHome #hero #home-hero-desktop-banner {
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 1800px) {
  #newHome #hero #home-hero-desktop-banner {
    padding: 40px 40px 72px 72px;
  }
}
#newHome #hero .hero-left-top-holiday-event-container {
  /*margin-right: 70px;*/
}
#newHome #hero .hero-left-top {
  position: relative;
  background-color: #0C3572;
  background-size: cover;
  background-position: 40% 50%;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-top {
    background-color: transparent;
    padding: 72px;
    height: 690px;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-top {
    background-color: transparent;
    padding: 72px;
    height: 690px;
  }
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-top .hero-left-top-content-container {
    float: right;
    width: 58%; /*added so the text doesn't go over the people in the background image*/
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-top .hero-left-top-content-container {
    float: right;
    width: 58%; /*added so the text doesn't go over the people in the background image*/
  }
}
#newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text {
  position: relative;
  padding: 15px;
  padding-bottom: inherit;
  padding-bottom: 20px;
  border-radius: 5px;
}
#newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text h1 {
  font-size: 25px;
  color: #fff;
}
#newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
  }
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text h1 {
    font-size: 35px;
    color: #202020;
  }
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text p {
    font-size: 16px;
    color: #202020;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
  }
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text h1 {
    font-size: 35px;
    color: #202020;
  }
  #newHome #hero .hero-left-top .hero-left-top-content-container .hero-left-top-content-container-text p {
    font-size: 16px;
    color: #202020;
  }
}
#newHome #hero .hero-left-top .hero-left-top-content-container .arrow-down {
  float: right;
  height: 300px;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-top .hero-left-top-content-container .arrow-down {
    height: 250px;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-top .hero-left-top-content-container .arrow-down {
    height: 250px;
  }
}
#newHome #hero .hero-left-bottom {
  padding: 50px 0 15px 0;
  background-color: #202020;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-bottom {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6.5px);
    padding: 50px 0 20px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-bottom {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6.5px);
    padding: 50px 0 20px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
#newHome #hero .hero-left-bottom .btn {
  border: none;
  background-color: #305FA3;
  padding: 6px 15px;
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-left-bottom .btn {
    padding: 8px 30px;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-left-bottom .btn {
    padding: 8px 30px;
  }
}
#newHome #hero .hero-left-bottom .switch-button {
  margin-top: -80px;
  outline: 1px solid #fff;
  background: #202020;
  border-radius: 80px;
  overflow: hidden;
  width: 250px;
  text-align: center;
  font-size: 18px;
  position: relative;
  padding-right: 120px;
  position: relative;
  color: #fff;
  line-height: 60px;
}
#newHome #hero .hero-left-bottom .switch-button:before {
  content: "Pre-Owned";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
#newHome #hero .hero-left-bottom .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
#newHome #hero .hero-left-bottom .switch-button-checkbox.clicked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}
#newHome #hero .hero-left-bottom .switch-button-checkbox + .switch-button-label {
  position: relative;
  display: block;
  user-select: none;
  pointer-events: none;
  margin-bottom: 0;
}
#newHome #hero .hero-left-bottom .switch-button-checkbox + .switch-button-label:before {
  border: 2px solid #fff;
  content: "";
  background: #305FA3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}
#newHome #hero .hero-left-bottom .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
#newHome #hero .hero-left-bottom-holiday {
  padding: 50px 0 15px 0;
  background-color: #202020;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-left-bottom-holiday {
    backdrop-filter: blur(6.5px);
    padding: 50px 0 20px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-left-bottom-holiday {
    backdrop-filter: blur(6.5px);
    padding: 50px 0 20px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
  }
}
#newHome #hero .hero-right {
  position: relative;
}
#newHome #hero .hero-right .hero-right-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61%;
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-right .hero-right-top {
    height: 71%;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-right .hero-right-top {
    height: 71%;
  }
}
#newHome #hero .hero-right .hero-right-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newHome #hero .hero-right .hero-right-bottom {
  position: absolute;
  bottom: 0;
  background-color: #0C3572;
  padding: 20px;
  height: 45%;
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-right .hero-right-bottom {
    height: 40%;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-right .hero-right-bottom {
    height: 40%;
  }
}
#newHome #hero .hero-right .hero-right-bottom h2 {
  text-align: left;
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  #newHome #hero .hero-right .hero-right-bottom h2 {
    font-size: 30px;
  }
}
@media (min-width: lg) {
  #newHome #hero .hero-right .hero-right-bottom h2 {
    font-size: 30px;
  }
}
#newHome #hero .hero-right .hero-right-bottom p {
  color: #fff;
  font-size: 18px;
}
#newHome #hero .hero-right .hero-right-bottom a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
#newHome #hero .hero-right .moi {
  background: rgb(64, 129, 186);
  background: -moz-linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  background: linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4081ba",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  color: #fff;
}
#newHome #hero .hero-right .moi h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: "Arial", Helvetica, Helvetica Neue, sans-serif;
  margin-top: 0px;
}
#newHome #hero .hero-right .moi h3 {
  margin-top: 0px;
  font-family: "Arial", Helvetica, Helvetica Neue, sans-serif;
  font-size: 64px;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
  text-shadow: 0px 0px 5px #E6DB5B;
  color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
#newHome #hero .hero-right .moi .disclaimer {
  text-align: center;
  margin-top: 10px;
}
#newHome #hero .hero-right .moi .logo {
  background: rgb(64, 129, 186);
  background: -moz-linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  background: linear-gradient(155deg, rgb(64, 129, 186) 82%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4081ba",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  height: 80px;
}
#newHome #hero .hero-right .moi .content {
  padding: 15px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #newHome #hero .hero-right .moi .content {
    padding: 20px 40px;
  }
}
@media (min-width: sm) {
  #newHome #hero .hero-right .moi .content {
    padding: 20px 40px;
  }
}
#newHome #hero .hero-right .moi .content p, #newHome #hero .hero-right .moi .content h2, #newHome #hero .hero-right .moi .content h3 {
  color: #FFFFFF;
  text-align: center;
}
#newHome #hero .hero-right .moi .content h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #newHome #hero .hero-right .moi .content h2 {
    font-size: 30px;
  }
}
@media (min-width: sm) {
  #newHome #hero .hero-right .moi .content h2 {
    font-size: 30px;
  }
}
#newHome #hero .hero-right .moi .content .moi-offer-amount {
  font-size: 40px;
  font-weight: bold;
}
#newHome #hero .hero-right .moi .content .details {
  font-size: 20px;
}
#newHome #hero .hero-right .moi .content .disclaimer {
  font-size: 12px;
}
#newHome #hero .hero-right .moi .content .btn-moi {
  background-color: #ffffff;
  color: #34516A;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 15px;
}
#newHome #hero .hero-right .moi .content-reverse {
  background-color: #CCCCCC;
}
#newHome #hero .hero-right .moi .content-reverse .btn-moi {
  background-color: #222222;
  color: #ffffff;
}
#newHome #hero .hero-right .moi .content-reverse p, #newHome #hero .hero-right .moi .content-reverse h2, #newHome #hero .hero-right .moi .content-reverse h3 {
  color: #222222;
}
#newHome #hero .hero-right .moi .zip-offer__header-container .zip-offer__title {
  text-transform: capitalize;
}
#newHome #hero .hero-right .moi .zip-offer__header-container .zip-offer__subtitle {
  font-family: "Arial Outline", Arial, Helvetica Neue, sans-serif;
  margin-top: 0px;
  font-size: 64px;
  -webkit-text-stroke: 1px #F6E351;
  color: transparent;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
}
#newHome #hero .hero-right .moi .zip-manufacturer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container {
    flex-direction: row;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container {
    flex-direction: row;
  }
}
#newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item {
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item {
    width: 45%;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item {
    width: 45%;
  }
}
#newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item a {
  padding: 0;
  border: none;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  width: 100%;
}
#newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item p {
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  background-color: #BA1200;
}
#newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item .zip-manufacturer-img {
  position: relative;
}
#newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item .zip-manufacturer-img .zip-manufacturer-logo {
  position: absolute;
  top: 0;
  margin-left: 75%;
  transform: translateX(-50%);
  margin-top: 20px;
  width: 35%;
}
@media only screen and (min-width: 992px) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item .zip-manufacturer-img .zip-manufacturer-logo {
    margin-left: 50%;
    width: 60%;
  }
}
@media (min-width: md) {
  #newHome #hero .hero-right .moi .zip-manufacturer-container .zip-manufactuer-item .zip-manufacturer-img .zip-manufacturer-logo {
    margin-left: 50%;
    width: 60%;
  }
}
#newHome .notificationBanner p {
  margin: 0px;
}
#newHome .notificationHeadline {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#newHome #easyAuto h2 {
  text-align: center;
  color: #202020;
  font-size: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  #newHome #easyAuto h2 {
    font-size: 60px;
  }
}
@media (min-width: lg) {
  #newHome #easyAuto h2 {
    font-size: 60px;
  }
}
#newHome #easyAuto .col-img img {
  margin-bottom: 20px;
}
#newHome #easyAuto .col-img p:first-of-type {
  font-size: 20px;
  font-weight: 600;
}
#newHome #easyAuto .col-img p:last-of-type {
  font-size: 18px;
  min-height: unset;
}
@media only screen and (min-width: 768px) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 190px;
  }
}
@media (min-width: sm) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 140px;
  }
}
@media (min-width: md) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 120px;
  }
}
@media (min-width: lg) {
  #newHome #easyAuto .col-img p:last-of-type {
    min-height: 120px;
  }
}
#newHome #easyAuto .col-img a {
  font-size: 20px;
  text-decoration: none;
  color: #3071A9;
  border: 1px solid #3071A9;
  padding: 20px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
#newHome #benefits {
  background-color: #0C3572;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  #newHome #benefits {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    padding: 12rem 0;
  }
}
@media (min-width: md) {
  #newHome #benefits {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    padding: 12rem 0;
  }
}
#newHome #benefits h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #newHome #benefits h2 {
    font-size: 60px;
  }
}
@media (min-width: md) {
  #newHome #benefits h2 {
    font-size: 60px;
  }
}
#newHome #benefits p {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  #newHome #benefits p {
    font-size: 28px;
  }
}
@media (min-width: md) {
  #newHome #benefits p {
    font-size: 28px;
  }
}
#newHome #benefits .tag {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  background-color: #E1AC00;
  padding: 15px;
  text-decoration: none;
  color: #000000;
  margin: -53px auto 20px auto;
  font-weight: 600;
  max-width: 250px;
}
#newHome #benefits .swiper-button-next::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 18px;
}
#newHome #benefits .swiper-button-prev::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
}
#newHome #benefits .swiper-button-prev {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #benefits .swiper-button-next {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #benefits .swiper {
  position: relative;
  width: 600px;
  min-height: 220px;
  padding-bottom: 50px;
}
#newHome #benefits .swiper-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
#newHome #benefits .swiper-slide {
  padding: 0 50px !important;
}
#newHome #shop {
  padding: 50px 0;
}
#newHome #shop h2 {
  text-align: center;
  color: #202020;
  font-size: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  #newHome #shop h2 {
    font-size: 60px;
  }
}
@media (min-width: lg) {
  #newHome #shop h2 {
    font-size: 60px;
  }
}
#newHome #shop h3 {
  text-align: center;
}
#newHome #shop a {
  text-decoration: none;
  text-align: center;
  color: #202020;
  font-size: 20px;
}
#newHome #shop .switch-button-type {
  outline: 1px solid #fff;
  background: #202020;
  border-radius: 30px;
  overflow: hidden;
  width: 350px;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding-right: 160px;
  color: #fff;
  line-height: 50px;
}
@media only screen and (min-width: 992px) {
  #newHome #shop .switch-button-type {
    font-size: 18px;
  }
}
@media (min-width: md) {
  #newHome #shop .switch-button-type {
    font-size: 18px;
  }
}
#newHome #shop .switch-button-type:before {
  content: "Search by Brand";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #newHome #shop .switch-button-type:before {
    right: 0;
  }
}
@media (min-width: sm) {
  #newHome #shop .switch-button-type:before {
    right: 0;
  }
}
#newHome #shop .switch-button-type .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
#newHome #shop .switch-button-type .switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(160px);
  transition: transform 300ms linear;
}
#newHome #shop .switch-button-type .switch-button-checkbox + .switch-button-label {
  position: relative;
  display: block;
  user-select: none;
  pointer-events: none;
  margin-bottom: 0;
}
#newHome #shop .switch-button-type .switch-button-checkbox + .switch-button-label:before {
  border: 2px solid #fff;
  content: "";
  background: #305FA3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}
#newHome #shop .switch-button-type .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
#newHome #shop .vehicle-container {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #newHome #shop .vehicle-container {
    border: none;
    display: block;
  }
}
@media (min-width: sm) {
  #newHome #shop .vehicle-container {
    border: none;
    display: block;
  }
}
#newHome #shop .vehicle-container .vehicle-img {
  flex: 1;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  #newHome #shop .vehicle-container .vehicle-img {
    padding: initial;
    display: inherit;
  }
}
@media (min-width: sm) {
  #newHome #shop .vehicle-container .vehicle-img {
    padding: initial;
    display: inherit;
  }
}
#newHome #shop .vehicle-container .vehicle-type {
  flex: 1;
  text-align: right;
  padding-right: 15px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #newHome #shop .vehicle-container .vehicle-type {
    font-size: 18px;
    display: inherit;
    text-align: center;
  }
}
@media (min-width: sm) {
  #newHome #shop .vehicle-container .vehicle-type {
    font-size: 18px;
    display: inherit;
    text-align: center;
  }
}
#newHome #members {
  background-color: #0C3572;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  #newHome #members {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    padding: 10rem 0;
  }
}
@media (min-width: md) {
  #newHome #members {
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    padding: 10rem 0;
  }
}
#newHome #members h2 {
  color: #fff;
  text-align: center;
}
#newHome #members p {
  color: #fff;
  text-align: center;
  padding: 0px 15px;
}
#newHome #members .stars {
  color: #F7D038;
  font-size: 35px;
}
#newHome #members .stars i {
  margin: 8px;
}
#newHome #members .swiper-button-next::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 18px;
}
#newHome #members .swiper-button-prev::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
}
#newHome #members .swiper-button-prev {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #members .swiper-button-next {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #members .swiper {
  position: relative;
  width: 600px;
  min-height: 220px;
  padding-bottom: 50px;
}
#newHome #members .swiper-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
#newHome #researchTools h2 {
  text-align: center;
  color: #202020;
  font-size: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  #newHome #researchTools h2 {
    font-size: 60px;
  }
}
@media (min-width: lg) {
  #newHome #researchTools h2 {
    font-size: 60px;
  }
}
#newHome #researchTools .col-img img {
  margin-bottom: 20px;
}
#newHome #researchTools .col-img p:first-of-type {
  font-size: 20px;
  font-weight: 600;
}
#newHome #researchTools .col-img p:last-of-type {
  font-size: 18px;
  min-height: unset;
}
@media only screen and (min-width: 768px) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 190px;
  }
}
@media (min-width: sm) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 140px;
  }
}
@media (min-width: md) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 120px;
  }
}
@media (min-width: lg) {
  #newHome #researchTools .col-img p:last-of-type {
    min-height: 120px;
  }
}
#newHome #researchTools .col-img a {
  font-size: 20px;
  text-decoration: none;
  color: #3071A9;
  border: 1px solid #3071A9;
  padding: 20px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
#newHome #articles {
  background-color: #0C3572;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  #newHome #articles {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    padding: 8rem 0 4rem;
  }
}
@media (min-width: md) {
  #newHome #articles {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    padding: 8rem 0 4rem;
  }
}
#newHome #articles .article-text-content {
  margin-top: 50px;
  padding: 10px;
  max-width: 620px;
}
@media only screen and (min-width: 992px) {
  #newHome #articles .article-text-content {
    padding: 15px;
  }
}
@media (min-width: md) {
  #newHome #articles .article-text-content {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #newHome #articles .article-text-content {
    padding: 50px;
  }
}
@media (min-width: lg) {
  #newHome #articles .article-text-content {
    padding: 50px;
  }
}
#newHome #articles .article-text-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  #newHome #articles .article-text-content h2 {
    text-align: left;
  }
}
@media (min-width: sm) {
  #newHome #articles .article-text-content h2 {
    text-align: left;
  }
}
#newHome #articles .article-text-content p {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #newHome #articles .article-text-content p {
    text-align: left;
  }
}
@media (min-width: sm) {
  #newHome #articles .article-text-content p {
    text-align: left;
  }
}
#newHome #articles .article-text-content a {
  display: none;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 35px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #newHome #articles .article-text-content a {
    display: inline;
  }
}
@media (min-width: sm) {
  #newHome #articles .article-text-content a {
    display: inline;
  }
}
@media only screen and (min-width: 992px) {
  #newHome #articles .article-text-content a {
    font-size: 20px;
    padding: 20px 50px;
  }
}
@media (min-width: md) {
  #newHome #articles .article-text-content a {
    font-size: 20px;
    padding: 20px 50px;
  }
}
#newHome #articles .swiper-button-next::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 18px;
}
#newHome #articles .swiper-button-prev::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
}
#newHome #articles .swiper-button-prev {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #articles .swiper-button-next {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#newHome #articles .swiper {
  position: relative;
}
#newHome #articles .swiper-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  #newHome #articles .swiper-nav {
    left: 50px;
  }
}
@media (min-width: sm) {
  #newHome #articles .swiper-nav {
    left: 50px;
  }
}
#newHome #articles .swiper-slide {
  width: 100% !important;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) {
  #newHome #articles .swiper-slide {
    width: 300px !important;
  }
}
#newHome #articles .article-card {
  background-color: #fff;
  padding: 5px 5px 15px 5px;
}
#newHome #articles .article-card p {
  padding: 0 5px;
  color: #000;
}
#newHome #articles .article-card p:first-of-type {
  font-weight: bold;
}
#newHome #articles .article-card a {
  padding: 0 5px;
  color: #305FA3;
}
#newHome #articles .article-card .article-content {
  height: 150px;
}
