#partners {
  overflow: hidden;
  padding: 15px 0;
  background-color: var(--color-gray-light);
}
#partners .ms-wrapper-section {
  width: 100%;
  padding: 0;
}
#partners .ms-wrapper-section:before, #partners .ms-wrapper-section:after {
  content: "";
  position: absolute;
  top: 0;
  width: 75px;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(transparent));
  background: linear-gradient(to bottom, #fafafa, transparent);
  z-index: 1;
  pointer-events: none !important;
}
#partners .ms-wrapper-section:before {
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#partners .ms-wrapper-section:after {
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#partners .ms-wrapper-section .ms-marquee {
  width: 100%;
  grid-column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list {
  min-width: 100%;
  grid-column-gap: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: marquee_scroll 40s linear infinite;
          animation: marquee_scroll 40s linear infinite;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  padding-right: 5px;
  padding-left: 5px;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture {
  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;
  width: 100%;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#partners .ms-wrapper-section .ms-marquee.-gray .ms-marquee-list .ms-item picture img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
@media screen and (min-width: 1024px) {
  #partners .ms-wrapper-section .ms-marquee .ms-marquee-list {
    -webkit-animation: marquee_scroll 60s linear infinite;
            animation: marquee_scroll 60s linear infinite;
    /*picture{
      max-width: 20em;
      padding-right: 30px;
      padding-left: 30px;
    }*/
  }
}
@media screen and (min-width: 1024px) {
  #partners {
    padding: 60px 0;
  }
}

@-webkit-keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
#partners .ms-wrapper-section .ms-marquee {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#partners.ms-loaded-animate .ms-wrapper-section .ms-marquee {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#cars {
  background-color: var(--color-gray-light);
}
#cars .ms-wrapper-section .ms-header-section {
  width: 100%;
  text-align: center;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon {
  width: 100%;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon picture {
  height: 60px;
  width: 100px;
  margin: 0 auto;
  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;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon picture img {
  width: 100%;
  height: auto;
}
#cars .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  font-weight: 500;
  font-size: 40px;
}
#cars .ms-wrapper-section .ms-header-section .ms-info p {
  font-size: 21px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.3;
}
#cars .ms-wrapper-section .ms-cars-collection {
  margin-top: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md {
  margin: 0 -15px;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-color: var(--color-gray);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-title {
  font-size: 20px;
  padding: 10px 0;
  color: var(--color-black);
  font-weight: 500;
  /*line-height: 1.2;
  span{
    display: block;
  }*/
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption {
  display: block;
  padding: 10px 0;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn p {
  padding-left: 15px;
  text-align: left;
  width: 100%;
  line-height: 1.4;
  color: var(--color-gray-text);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn .ms-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#cars .ms-wrapper-section .ms-wrapper-btn {
  padding-top: 20px;
  text-align: center;
}
#cars .ms-wrapper-section .ms-wrapper-btn .ms-btn.-white {
  min-width: 190px;
  font-size: 20px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item {
    width: 50%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn p {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #cars .ms-wrapper-section .ms-header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-info {
    text-align: left;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-info p {
    margin-left: 0;
    font-size: 19px;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-icon {
    width: 45%;
    border-bottom: 1px solid var(--color-black);
  }
  #cars .ms-wrapper-section .ms-header-section .ms-icon picture {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #cars .ms-wrapper-section .ms-cars-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md {
    width: 50%;
    margin: 0;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) {
    width: 45%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-title {
    font-size: 30px;
    padding: 20px 0;
    line-height: 1.1;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-title span {
    display: block;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-caption-btn p {
    width: 60%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) {
    width: 55%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-media:after {
    padding-bottom: 60%;
  }
  #cars .ms-wrapper-section .ms-wrapper-btn {
    padding-top: 50px;
  }
  #cars .ms-wrapper-section .ms-wrapper-btn .ms-btn.-white {
    min-width: 220px;
    font-size: 24px;
    height: 60px;
  }
}
@media screen and (min-width: 1330px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item {
    margin-bottom: 10px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-title {
    line-height: 1.1;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-title span {
    display: block;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn p {
    width: 63%;
    font-size: 14px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn {
    min-width: auto;
    height: 35px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn span {
    padding: 0 15px;
  }
}

#cars .ms-wrapper-section .ms-header-section .ms-icon {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#cars .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#cars .ms-wrapper-section .ms-header-section .ms-info p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#cars .ms-wrapper-section .ms-wrapper-btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-info p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-wrapper-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#faq {
  background-color: var(--color-gray-light);
}
#faq .ms-wrapper-section {
  /*@media screen and (min-width: 1330px){
    .ms-flex{
      .ms-item{
        .ms-info{
          .ms-header-section{
            .ms-title {
              font-size: 45px;
            }
            p {
              font-size: 19px;
              line-height: 1.4;
            }
          }
        }
      }
    }

    .ms-acordeon{
      .ms-acordeon-item{
        .ms-acordeon-title {
          padding-left: 60px;
          font-size: 25px;
          height: 80px;
          span{
            font-size: 28px;
          }
        }

        .ms-acordeon-content{
          padding-left: 60px;
          font-size: 19px;
          line-height: 1.4;
        }
      }
    }
  }*/
}
#faq .ms-wrapper-section .ms-info .ms-header-section .ms-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#faq .ms-wrapper-section .ms-info .ms-header-section p {
  font-size: 15px;
  padding: 0 30px;
}
#faq .ms-wrapper-section .ms-wrapper-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media {
  width: 49%;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media:last-child {
  margin-top: 40px;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media picture {
  width: 100%;
  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;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media picture img {
  width: 100%;
  height: auto;
}
#faq .ms-wrapper-section .ms-item:nth-child(2) .ms-info {
  display: none;
}
#faq .ms-wrapper-section .ms-acordeon {
  margin-top: 20px;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item {
  border-bottom: 1px solid var(--color-black);
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title span {
  top: 50%;
  left: 0;
  font-size: 18px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-moonwalker);
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title:after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  background-color: var(--color-black);
  position: absolute;
  right: 7px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title:before {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  background-color: var(--color-black);
  position: absolute;
  right: 0;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  max-height: 0;
  opacity: 0;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item.active .ms-acordeon-content {
  padding-bottom: 40px;
  max-height: 1500px;
  opacity: 1;
}
#faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item.active .ms-acordeon-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .ms-wrapper-section .ms-wrapper-btn {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #faq .ms-wrapper-section .ms-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item .ms-info .ms-header-section .ms-title {
    font-size: 35px;
    text-align: left;
    margin-bottom: 30px;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item .ms-info .ms-header-section p {
    font-size: 16px;
    padding: 0;
    text-align: left;
    line-height: 1.4;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item:nth-child(1) {
    width: 76%;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item:nth-child(1) .ms-info {
    display: none;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item:nth-child(1) .ms-wrapper-media .ms-media:last-child {
    margin-top: 60px;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item:nth-child(2) {
    width: 100%;
    padding-left: 60px;
  }
  #faq .ms-wrapper-section .ms-flex .ms-item:nth-child(2) .ms-info {
    display: block;
    margin-top: -10px;
  }
  #faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title {
    padding-left: 55px;
    font-size: 20px;
    height: 65px;
  }
  #faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-title span {
    font-size: 23px;
  }
  #faq .ms-wrapper-section .ms-acordeon .ms-acordeon-item .ms-acordeon-content {
    padding-left: 55px;
    font-size: 16px;
  }
  #faq .ms-wrapper-section .ms-wrapper-btn {
    text-align: left;
  }
  #faq .ms-wrapper-section .ms-wrapper-btn .ms-btn {
    min-width: 220px;
    font-size: 19px;
    height: 60px;
  }
}

#faq .ms-wrapper-section .ms-info .ms-header-section .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#faq .ms-wrapper-section .ms-info .ms-header-section p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#faq .ms-wrapper-section .ms-wrapper-media .ms-media:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#faq .ms-wrapper-section .ms-acordeon {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#faq .ms-wrapper-section .ms-wrapper-btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#faq.ms-loaded-animate .ms-wrapper-section .ms-info .ms-header-section .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#faq.ms-loaded-animate .ms-wrapper-section .ms-info .ms-header-section p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#faq.ms-loaded-animate .ms-wrapper-section .ms-wrapper-media .ms-media {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#faq.ms-loaded-animate .ms-wrapper-section .ms-acordeon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#faq.ms-loaded-animate .ms-wrapper-section .ms-wrapper-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#testimonials {
  overflow: hidden;
  background-color: var(--color-gray-light);
}
#testimonials .ms-wrapper-section .ms-header-section {
  padding-bottom: 40px;
}
#testimonials .ms-wrapper-section .ms-header-section .ms-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#testimonials .ms-wrapper-section .ms-testimonial-list {
  width: 100%;
  position: relative;
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-card {
  width: 280px;
  padding: 30px;
  margin: 0 auto;
  min-height: 230px;
  border-radius: 20px;
  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;
  border: 1px solid var(--color-gray);
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-card .ms-caption {
  width: 100%;
  text-align: center;
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-card .ms-caption .ms-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-card .ms-caption .ms-paragraph p {
  line-height: 1.3;
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav {
  position: relative;
  padding: 40px 0 20px 0;
  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;
}
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav .swiper-button-next,
#testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav .swiper-button-prev {
  top: 0;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #testimonials .ms-wrapper-section .ms-header-section .ms-title {
    font-size: 30px;
  }
  #testimonials .ms-wrapper-section .ms-testimonial-list {
    overflow: hidden;
    padding: 15px;
  }
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-card {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav {
    padding-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav .swiper-button-next,
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-wrapper-nav .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1330px) {
  #testimonials .ms-wrapper-section .ms-header-section .ms-title {
    font-size: 45px;
  }
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-card {
    padding: 30px 50px;
    min-height: 320px;
  }
  #testimonials .ms-wrapper-section .ms-testimonial-list .ms-card .ms-caption .ms-title {
    font-size: 25px;
  }
}

#testimonials .ms-wrapper-section .ms-header-section .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#testimonials .ms-wrapper-section .ms-testimonial-list {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#testimonials .ms-wrapper-section .ms-wrapper-nav {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#testimonials.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#testimonials.ms-loaded-animate .ms-wrapper-section .ms-testimonial-list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#testimonials.ms-loaded-animate .ms-wrapper-section .ms-wrapper-nav {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#connectivity {
  overflow: hidden;
  background-color: var(--color-gray-light);
}
#connectivity .ms-wrapper-section .ms-header-section {
  text-align: center;
  padding-bottom: 40px;
}
#connectivity .ms-wrapper-section .ms-header-section .ms-title {
  font-size: 22px;
}
#connectivity .ms-wrapper-section .ms-header-section .ms-title strong {
  display: block;
}
#connectivity .ms-wrapper-section .ms-flex {
  width: 285px;
  margin: 0 auto;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item {
  width: 100%;
  margin-bottom: 25px;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media {
  margin: 0 -10px;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media picture {
  width: 100%;
  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;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media picture img {
  height: auto;
  width: 100%;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-paragraph p {
  font-size: 16px;
  line-height: 1.2;
}
#connectivity .ms-wrapper-section .ms-social-link {
  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;
  padding-top: 40px;
}
#connectivity .ms-wrapper-section .ms-social-link li a {
  font-size: 32px;
  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;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-black);
}
#connectivity .ms-wrapper-section .ms-social-link li a:hover {
  color: var(--color-red);
}
@media screen and (min-width: 640px) {
  #connectivity .ms-wrapper-section .ms-flex {
    width: 100%;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media {
    width: 50%;
    margin-bottom: 10px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link li {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #connectivity .ms-wrapper-section .ms-header-section {
    text-align: left;
  }
  #connectivity .ms-wrapper-section .ms-header-section .ms-title {
    font-size: 35px;
  }
  #connectivity .ms-wrapper-section .ms-header-section .ms-title strong {
    display: inline-block;
  }
  #connectivity .ms-wrapper-section .ms-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item:nth-child(1) {
    width: 52%;
    margin-bottom: 0;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item:nth-child(2) {
    width: 100%;
    max-width: 446px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item:nth-child(2) .ms-paragraph p {
    font-size: 19px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link {
    position: absolute;
    bottom: 15px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link li a {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
}
@media screen and (min-width: 1330px) {
  #connectivity .ms-wrapper-section .ms-header-section .ms-title {
    font-size: 45px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item:nth-child(2) .ms-paragraph p {
    font-size: 21px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link li {
    padding-right: 60px;
  }
  #connectivity .ms-wrapper-section .ms-flex .ms-item .ms-social-link li a {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}

#connectivity .ms-wrapper-section .ms-header-section .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#connectivity .ms-wrapper-section .ms-flex .ms-item .ms-paragraph {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#connectivity .ms-wrapper-section .ms-social-link li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
#connectivity .ms-wrapper-section .ms-social-link li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#connectivity .ms-wrapper-section .ms-social-link li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#connectivity .ms-wrapper-section .ms-social-link li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#connectivity .ms-wrapper-section .ms-social-link li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#connectivity .ms-wrapper-section .ms-social-link li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#connectivity.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#connectivity.ms-loaded-animate .ms-wrapper-section .ms-flex .ms-item .ms-wrapper-media .ms-media {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#connectivity.ms-loaded-animate .ms-wrapper-section .ms-flex .ms-item .ms-paragraph {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#connectivity.ms-loaded-animate .ms-wrapper-section .ms-social-link li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ms-banner {
  padding: 70px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--color-black);
}
.ms-banner .ms-header-banner {
  margin: 0 auto 20px auto;
}
.ms-banner .ms-header-banner .ms-title {
  font-size: 39px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-white);
}
.ms-banner .ms-wrapper-media,
.ms-banner .ms-wrapper-info {
  width: 280px;
  margin: 0 auto;
}
.ms-banner .ms-wrapper-media {
  margin-top: 40px;
}
.ms-banner .ms-wrapper-media .ms-media {
  width: 100%;
}
.ms-banner .ms-wrapper-media .ms-media picture {
  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-banner .ms-wrapper-media .ms-media picture img {
  width: 100%;
  height: auto;
}
.ms-banner .ms-wrapper-info {
  padding-top: 40px;
}
.ms-banner .ms-wrapper-info .ms-paragraph p {
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
}
.ms-banner .ms-wrapper-info .ms-wrapper-btn {
  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;
  padding-top: 35px;
}
.ms-banner .ms-wrapper-info .ms-wrapper-btn .ms-btn {
  margin-top: 15px;
  min-width: 150px;
}
.ms-banner .ms-wrapper-info .ms-header-banner {
  display: none;
}
@media screen and (min-width: 640px) {
  .ms-banner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .ms-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ms-banner .ms-wrapper-media {
    width: 50%;
  }
  .ms-banner .ms-wrapper-media .ms-header-banner {
    display: none;
  }
  .ms-banner .ms-wrapper-info {
    margin: 0;
    width: 50%;
    padding-top: 0;
    padding-right: 30px;
  }
  .ms-banner .ms-wrapper-info .ms-wrapper-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ms-banner .ms-wrapper-info .ms-wrapper-btn .ms-btn {
    margin-top: 0;
    margin-right: 15px;
  }
  .ms-banner .ms-wrapper-info .ms-paragraph p {
    text-align: left;
  }
  .ms-banner .ms-wrapper-info .ms-header-banner {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1330px) {
  .ms-banner .ms-wrapper-info {
    padding-left: 20px;
  }
  .ms-banner .ms-wrapper-info .ms-paragraph p {
    font-size: 19px;
    line-height: 1.4;
  }
  .ms-banner .ms-wrapper-info .ms-header-banner .ms-title {
    font-size: 41px;
  }
}

.ms-banner .ms-header-banner .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ms-banner .ms-wrapper-media {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ms-banner .ms-wrapper-info .ms-paragraph {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ms-banner .ms-wrapper-info .ms-wrapper-btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#banner.ms-loaded-animate .ms-banner .ms-header-banner .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#banner.ms-loaded-animate .ms-banner .ms-wrapper-media {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#banner.ms-loaded-animate .ms-banner .ms-wrapper-info .ms-paragraph {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#banner.ms-loaded-animate .ms-banner .ms-wrapper-info .ms-wrapper-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#welcome {
  height: 510px;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
#welcome:before {
  content: "";
  width: 100%;
  display: block;
  background-color: var(--color-black);
  height: 290px;
  position: absolute;
  top: 0;
  right: 0;
}
#welcome .ms-wrapper-section {
  z-index: 1;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
#welcome .ms-wrapper-section .ms-cars-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 380px;
  margin: 0 auto;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 42px;
  line-height: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--color-white);
  font-family: var(--font-moonwalker);
  margin-bottom: -25px;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title:after {
  content: "";
  display: block;
  width: 57px;
  height: 34px;
  margin-left: 15px;
  margin-top: -5px;
  background-size: cover;
  background-image: url(../../../img/same/vip2sales_icon_white.png);
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-paragraph {
  width: 100%;
  font-size: 13px;
  color: var(--color-white);
  margin: 0 auto 30px auto;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-image {
  width: 100%;
  margin-top: 20px;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-image img {
  width: 100%;
  height: auto;
}
#welcome .ms-wrapper-section .ms-cars-list .ms-main-title {
  z-index: 2;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
}
#welcome .ms-wrapper-section .ms-wrapper-btn {
  padding: 0 40px;
  margin: 0 auto;
  height: 190px;
  text-align: center;
}
#welcome .ms-wrapper-section .ms-wrapper-btn .ms-btn {
  width: 100%;
  max-width: 290px;
  margin: 2px auto;
  font-size: 12px;
  text-transform: uppercase;
}
#welcome .ms-wrapper-section .ms-home-next,
#welcome .ms-wrapper-section .ms-home-prev {
  position: absolute;
  bottom: 70px;
  top: auto;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  #welcome {
    height: 640px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card {
    height: 480px;
    width: 460px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-paragraph {
    font-size: 16px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title {
    font-size: 50px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title:after {
    width: 65px;
    height: 39px;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn {
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  #welcome {
    height: 100vh;
  }
  #welcome:before {
    width: 29%;
    height: 100%;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-right: 20%;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn .ms-btn {
    min-width: 240px;
    margin: 0 10px;
  }
  #welcome .ms-wrapper-section .ms-cars-list {
    max-width: 75%;
    padding: 0;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card {
    width: 100%;
    padding-bottom: 0;
    padding: 0 50px;
    height: calc(100vh - 100px);
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption {
    top: 112px;
    width: 218px;
    right: -125px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title {
    opacity: 0;
    font-size: 62px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-paragraph {
    opacity: 0;
    font-size: 12px;
    line-height: 1.2;
    margin: 15px auto 0 5px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #welcome .ms-wrapper-section .ms-cars-list .swiper-slide.swiper-slide-active .ms-card .ms-paragraph,
  #welcome .ms-wrapper-section .ms-cars-list .swiper-slide.swiper-slide-active .ms-card .ms-title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-main-title {
    font-size: 35px;
    color: var(--color-black);
    top: 50%;
    margin-top: -160px;
    padding-top: 0;
    left: -46px;
    text-align: left;
  }
  #welcome .ms-wrapper-section .ms-home-next,
  #welcome .ms-wrapper-section .ms-home-prev {
    top: 50%;
    bottom: auto;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  #welcome .ms-wrapper-section .swiper .swiper-button-prev {
    left: -62px;
  }
  #welcome .ms-wrapper-section .swiper .swiper-button-next {
    right: -24px;
  }
}
@media screen and (min-width: 1330px) {
  #welcome:before {
    width: 31%;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card {
    height: calc(100vh - 120px);
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption {
    width: 300px;
    right: -168px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title {
    font-size: 89px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-title:after {
    width: 104px;
    height: 62px;
    margin-left: 13px;
    margin-top: -10px;
    margin-right: -10px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption .ms-paragraph {
    font-size: 14px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-main-title {
    left: 81px;
  }
  #welcome .ms-wrapper-section .ms-home-next,
  #welcome .ms-wrapper-section .ms-home-prev {
    width: 35px;
    height: 35px;
    font-size: 17px;
    margin-top: 23px;
  }
  #welcome .ms-wrapper-section .swiper .swiper-button-prev {
    left: -85px;
  }
  #welcome .ms-wrapper-section .swiper .swiper-button-next {
    right: -31px;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn {
    height: 120px;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn .ms-btn {
    margin: 0 35px;
  }
}
@media screen and (min-width: 1600px) {
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption {
    top: 145px;
  }
}
@media screen and (min-width: 1600px) {
  #welcome:before {
    width: 35.33%;
  }
}
@media screen and (min-width: 2200px) {
  #welcome:before {
    width: 37.6%;
  }
}
@media (max-height: 767px) and (min-width: 1300px) {
  #welcome .ms-wrapper-section .ms-cars-list {
    max-width: 60%;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card {
    height: calc(100vh - 120px);
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-caption {
    top: 100px;
    right: -250px;
  }
  #welcome .ms-wrapper-section .ms-cars-list .ms-card .ms-main-title {
    margin-top: -107px;
    left: 80px;
    font-size: 30px;
  }
  #welcome .ms-wrapper-section .ms-wrapper-btn {
    height: 110px;
  }
}

#banner {
  overflow: hidden;
  padding-bottom: 40px;
  background-color: var(--color-gray-light);
}
#banner .ms-banner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #banner {
    padding: 70px 0;
  }
}

@media screen and (min-width: 1024px) {
  #faq .ms-wrapper-section {
    padding: 100px 0;
  }
}