:root {
  --gainsboro: #e8e3dd;
  --black-red: #020d20;
  --white-smoke: #f8f8f8;
  --red: #ab2500;
  --dark-slate-grey: #008c99;
  --dark-orange: #ea8c22;
  --white: #fff;
  --steel-blue: #177baa;
  --black: #000;
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dark-grey: #9b9b9b;
}

body {
  background-color: var(--gainsboro);
  color: #020d20cc;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #020d20cc;
  transition: all .4s;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 3px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: var(--gainsboro);
  color: #020d20;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.motorhome-data {
  background-color: var(--gainsboro);
  padding-top: 0;
}

.section.auto-guide {
  z-index: 999;
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.season-pop-up {
  z-index: 500;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f8f8f8d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section.offers {
  padding-top: 0;
}

.section.sign {
  z-index: 100;
  background-color: var(--black-red);
  padding-top: 50px;
  padding-bottom: 0;
}

.section.hero {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section.faqs {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/63d3bce99f84a1f7c000d1a1_cover-compass.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.superindex {
  background-color: var(--white-smoke);
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.reviews {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/63d2ac7cb5f98678f33bd984_cover-route.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.highlights {
  background-color: var(--red);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.availability {
  padding-top: 25px;
}

.container {
  max-width: 2000px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: block;
}

.container.sign {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hero {
  z-index: 7;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.black {
  font-weight: 900;
}

.button {
  text-align: center;
  letter-spacing: .3px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  transition: all .4s;
  display: inline-block;
  box-shadow: 0 0 5px #020d2080;
}

.button:hover {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.button:active {
  box-shadow: inset 0 0 5px #020d2080;
}

.button.h6 {
  color: var(--black-red);
  background-color: #020d2040;
  font-family: Titan One, sans-serif;
  font-weight: 400;
}

.button.h4 {
  border: 3px solid var(--black-red);
  background-color: var(--white-smoke);
  color: var(--black-red);
  font-family: Titan One, sans-serif;
  font-weight: 400;
}

.button.h4.icon {
  flex: 1;
  padding: 7.5px 15px;
  line-height: 25px;
}

.button.h4.icon.support {
  flex: none;
}

.button.h3 {
  color: var(--red);
  background-color: #cf4a2740;
  border-color: #0000;
  font-family: Titan One, sans-serif;
  font-weight: 400;
}

.button.wapp {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  background-color: #00bb2d;
  justify-content: center;
  align-items: center;
  font-family: Titan One, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.wapp:hover {
  text-decoration: none;
}

.button.h5 {
  background-color: var(--white-smoke);
  color: var(--black-red);
  font-family: Titan One, sans-serif;
  font-weight: 400;
}

.button.h1 {
  border: 3px solid var(--red);
  background-color: var(--white);
  color: var(--red);
  font-family: Titan One, sans-serif;
  font-weight: 400;
}

.button.h1.book {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

.button.h2 {
  z-index: 10;
  background-color: var(--white);
  color: var(--red);
  font-family: Titan One, sans-serif;
  font-weight: 400;
  position: relative;
}

.button.h2.subscribe {
  float: right;
  float: right;
  position: relative;
}

.t2 {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 5px #020d2099;
  font-family: Titan One, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.t2.motorhome-model {
  margin-top: 0;
  margin-bottom: 0;
}

.t5 {
  color: var(--black-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
}

.t5.black {
  color: var(--black-red);
}

.t5.slate-grey {
  color: var(--dark-slate-grey);
}

.t5.unmargin.white {
  color: var(--white);
}

.t5.unmargin.offer {
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  align-self: center;
  padding: 0 5px;
}

.t5.unmargin.offer.invert {
  background-color: var(--red);
  color: var(--white);
}

.t1 {
  letter-spacing: 2px;
  font-family: Titan One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.t1.motorhome-name {
  margin-top: 10px;
}

.t1.center.red {
  color: var(--red);
}

.t6 {
  color: #050209;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.t6.red {
  color: var(--red);
}

.t6.white {
  color: var(--white-smoke);
}

.t6.nick {
  background-color: var(--black-red);
  color: var(--white-smoke);
  border-radius: 5px;
  padding: 2px 4px;
  line-height: 14px;
}

.p5 {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.p5.center.white {
  color: #fff;
}

.p3 {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.p3.white {
  color: var(--white);
}

.p6 {
  color: #050209;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.p6.unmargin.center.white {
  color: #fff;
}

.p1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

.p1.white {
  color: var(--white-smoke);
}

.p1.black {
  font-weight: 900;
}

.legalbar {
  z-index: 100;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.copyright {
  float: left;
  color: var(--white-smoke);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.mvea-sign {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .3px;
  font-family: Titan One, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---btn-circle-accordion-btn {
  background-color: var(--white-smoke);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--red);
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65521cd89352f44615cee372_icon-cross.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: all .4s;
  display: flex;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #020d2080;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: #eff0f6;
  transform: rotate(-45deg);
  box-shadow: 0 0 #020d2080;
}

.wrapper-card-faq {
  border: 3px solid var(--white-smoke);
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 5px #020d2080;
}

.wrapper-card-faq:hover {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.brix---accordion-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-card-review {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 5px #020d2080;
}

.wrapper-card-review.offer {
  background-color: var(--red);
  color: var(--white);
}

.wrapper-valuation {
  margin-top: 5px;
  margin-bottom: 5px;
}

.value-review {
  z-index: 1;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.star {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65552a4aa3f94077d4ba36fe_icon-star-off.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.quarter-value {
  float: left;
  background-color: var(--dark-orange);
  width: 100%;
  height: 100%;
}

.form-subscriber {
  margin-bottom: 32px;
}

.wrapper-community {
  align-items: center;
  display: flex;
}

.wrapper-input-subscriber {
  padding-right: 16px;
  transition: all .4s;
  position: relative;
}

.input-subscriber {
  border: 3px solid var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 10px;
  min-height: 60px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: all .4s;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 5px #020d2080;
}

.input-subscriber:hover {
  border-color: var(--red);
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.input-subscriber:focus {
  border-color: var(--red);
  color: #211f54;
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.input-subscriber::placeholder {
  color: #020d20cc;
}

.grid-heading-sections {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-content: stretch;
  align-items: start;
  margin-left: 8vw;
  margin-right: 8vw;
}

.grid-heading-sections.middle {
  align-items: center;
}

.isologo-mvea {
  flex: none;
  width: 200px;
  display: block;
}

.faqs-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-heading-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-apps {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: start center;
  display: grid;
}

.app-link {
  background-color: var(--white-smoke);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px #020d2080;
}

.app-link:hover {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.app-link:active {
  box-shadow: inset 0 0 5px #020d2080;
}

.wrapper-app {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map {
  border: 3px solid var(--white-smoke);
  background-color: #0000;
  border-radius: 10px;
  height: 600px;
  margin-top: 30px;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e8e3dd80;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  inset: 0% 0% auto;
}

.icon-button {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
}

.icon-button.share {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65552a4a201ac0a0b53adb19_icon-share.svg");
  background-position: 0 0;
  background-size: auto;
}

.icon-button.guide {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65552a4a646d15a7a6108c4f_icon-guide.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.error-message {
  color: #f7f7f7;
  background-color: #3b3b3b99;
  border-radius: 10px;
  font-style: italic;
  font-weight: 300;
}

.success-message {
  background-color: var(--white-smoke);
  color: var(--red);
  border-radius: 10px;
}

.unmargin {
  margin: 0;
}

.icon-equipment {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 25px;
  margin-right: 5px;
}

.wrapper-card-motorhome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-card-motorhome.app {
  background-color: #ffffff80;
  flex-direction: row;
  padding: 10px;
}

.wrapper-card-motorhome.availability {
  padding-top: 1rem;
}

.grid-stock-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.motorhome-image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.motorhome-image.availability {
  min-width: 150px;
  max-width: 300px;
}

.wrapper-data-motorhome {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  display: flex;
}

.wrapper-featured-equipment {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.item-equipment {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.grid-featured-equipment-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-featured-equipment-list.on-page {
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-spaces {
  background-color: var(--white-smoke);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
}

.wrapper-spaces.booqable {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60px;
  margin-top: 15px;
  padding: 10px;
}

.wrapper-spaces.seasons {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
}

.wrapper-model-name {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.places {
  margin-left: 5px;
}

.grid-highlights-motorhome {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-highlight {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.wrapper-highlight.home {
  flex-direction: row;
  justify-content: center;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.empty-message {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
}

.wrapper-wapp-link {
  z-index: 700;
  background-color: #00bb2d;
  border-radius: 32.5px;
  width: 64px;
  height: 64px;
  padding: 15px;
  position: fixed;
  inset: auto 24px 32px auto;
  overflow: hidden;
  box-shadow: 0 0 5px #020d2080;
}

.wrapper-wapp-link:hover {
  box-shadow: 0 0 #020d2000;
}

.image-post {
  border: 3px solid var(--white-smoke);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.image-post.thumbnail {
  border-style: none;
  border-radius: 0;
  height: 200px;
}

.wrapper-data-post {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

.icon-data-post {
  margin-right: 5px;
}

.icon-data-post.invert {
  filter: invert();
}

.wrapper-info-data {
  color: var(--black-red);
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.wrapper-info-data:hover {
  text-decoration: underline;
}

.link-post {
  border: 3px solid var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 10px;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px #020d2080;
}

.link-post:hover {
  text-decoration: none;
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.link-post.w--current {
  text-decoration: none;
}

.wrapper-info-post {
  padding: 5px 15px 15px;
}

.wrapper-info-post.on-page {
  background-color: #ffffff80;
  border-radius: 10px;
}

.nav-link {
  border: 3px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--black-red);
  border-radius: 10px;
  padding: 0 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.nav-link:hover {
  border-color: var(--red);
  background-color: var(--white-smoke);
  color: var(--red);
  box-shadow: 0 0 5px #020d2080;
}

.nav-link:active {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.nav-link.w--current {
  background-color: var(--white-smoke);
  opacity: .5;
  color: var(--black-red);
}

.nav-link.w--current:hover {
  border-color: var(--white-smoke);
  box-shadow: none;
}

.wrapper-menu {
  justify-content: space-between;
  display: flex;
}

.white-line {
  z-index: 5;
  background-color: var(--white-smoke);
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.video-home {
  border: 3px solid var(--red);
  outline-color: var(--white-smoke);
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 10px;
  outline-width: 6px;
  outline-style: solid;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.date-picker {
  min-height: 44px;
}

.wrapper-book {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper-content-hero {
  align-self: center;
  margin-right: 25px;
}

.collection-list-featured-equipment {
  flex: 1;
  margin-bottom: 15px;
}

.wrapper-nick {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-think {
  margin-left: 5px;
}

.nick-image {
  height: 30px;
}

.image-highlight.home {
  margin-right: 5px;
}

.info-book-message {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #00c7c080;
  border-radius: 8px;
  padding: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.grid-hero {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: center stretch;
  width: 100%;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--black-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--black-red);
  text-align: left;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.check_avaiable.t5 {
  color: var(--red);
}

.logo_baseline {
  color: var(--white);
}

.subscribe_text.t2 {
  color: var(--black-red);
  text-shadow: none;
}

.g_clickable_wrap {
  z-index: 5;
  color: var(--white);
  position: absolute;
  inset: 0%;
}

.sign-pixelker {
  float: left;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-top-right-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
  padding: .3rem .4rem .3rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-developer {
  color: #1f1f1f;
  text-align: center;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .75rem;
}

.logo-developer {
  height: .75rem;
  margin-bottom: .2rem;
}

.clickable_text {
  width: 1px;
  height: 1px;
  color: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preview-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.new_wrap {
  background-color: var(--red);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding: 6px 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new_text {
  color: var(--white);
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .review-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs-content {
    background-color: var(--white-smoke);
  }

  .item-day {
    width: 35px;
    height: 30px;
  }

  .motorhome-image.availability {
    max-width: 400px;
  }

  .nav-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .g6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button.h4.icon {
    padding-left: 30px;
    padding-right: 30px;
  }

  .t5.black.unmargin.app {
    font-weight: 800;
  }

  .form-subscriber {
    margin-bottom: 24px;
  }

  .grid-heading-sections {
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
  }

  .isologo-mvea {
    z-index: 10;
    position: relative;
  }

  .gallery-item {
    width: 125px;
    height: 80px;
  }

  .tabs {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tabs-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-link {
    padding: .25rem;
  }

  .equipment-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-day {
    width: 30px;
    height: 30px;
  }

  .grid-year {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-legend {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-card-motorhome.availability {
    flex-direction: column;
  }

  .grid-stock-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-stock-list.in-post {
    grid-template-columns: 1fr;
  }

  .motorhome-image {
    max-width: 250px;
  }

  .motorhome-image.availability {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-data-motorhome {
    align-self: stretch;
  }

  .grid-highlights-motorhome {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu {
    z-index: 9;
    background-color: #f8f8f8d9;
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 107px 50px;
    position: fixed;
    top: 0;
  }

  .wrapper-go-to-link {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper-heading-auto-guide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .icon-app {
    width: 100px;
    height: 100px;
  }

  .nav-link {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
  }

  .button-menu {
    border: 3px solid var(--red);
    background-color: var(--white-smoke);
    outline-color: var(--white-smoke);
    outline-offset: 0px;
    background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/6552109c055ef570584df984_icon-menu.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border-radius: 10px;
    outline-width: 2px;
    outline-style: solid;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .4s;
    display: flex;
    box-shadow: 0 0 5px #020d2080;
  }

  .button-menu:hover {
    transform: scale(.98);
    box-shadow: 0 0 #020d2080;
  }

  .button-menu:active {
    box-shadow: inset 0 0 5px #020d2080;
  }

  .button-menu.w--open {
    z-index: 10;
    background-color: var(--white-smoke);
    background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65521cd89352f44615cee372_icon-cross.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
  }

  .wrapper-menu {
    align-items: center;
    display: flex;
  }

  .wrapper-image-book {
    flex-flow: column;
  }

  .collection-list-featured-equipment {
    flex: 1;
  }

  .wrapper-motorhome-data-price {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pop-up {
    margin-left: 50px;
    margin-right: 50px;
  }

  .wrapper-seasons-pup-up {
    height: 60vh;
    overflow: auto;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .hide-tablet {
    display: none;
  }

  .grid-hero, .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .sign-pixelker {
    margin-top: 1.8rem;
    padding-left: 2rem;
  }

  .tab_title.t3.unmargin {
    font-size: 16px;
    line-height: 26px;
  }

  .t4-2 {
    font-size: 1.5rem;
  }

  .t5-2 {
    font-size: 1.2rem;
  }

  .link-offer {
    grid-template-columns: 1fr;
  }

  .image-offer {
    height: 200px;
  }

  .offer-list.single {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.highlights {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.hero {
    flex-direction: column-reverse;
  }

  .button {
    font-size: 15px;
  }

  .g3 {
    grid-template-columns: 1fr 1fr;
  }

  .t2 {
    font-size: 18px;
    line-height: 28px;
  }

  .t5 {
    font-size: 16px;
    line-height: 26px;
  }

  .t5.black.unmargin.app {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .t1 {
    font-size: 24px;
    line-height: 34px;
  }

  .t3, .t4 {
    font-size: 18px;
    line-height: 28px;
  }

  .p1 {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .value-review {
    width: 18px;
    height: 18px;
  }

  .input-subscriber {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-heading-sections {
    margin-left: 25px;
    margin-right: 25px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .isologo-mvea {
    width: 150px;
  }

  .grid-apps {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-list {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .gallery-item {
    width: 80px;
    height: 50px;
    margin-right: 10px;
  }

  .slider {
    height: 300px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-link.app {
    padding: 5px 10px;
  }

  .equipment-list {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrapper-inputs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .wrapper-input-icon {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .columns-cookies.unshow {
    display: none;
  }

  .item-day {
    width: 28px;
    height: 28px;
  }

  .day-season {
    font-size: 10px;
    line-height: 15px;
  }

  .grid-year {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-card-motorhome {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px 15px 5px;
  }

  .wrapper-card-motorhome.availability {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .wrapper-card-motorhome.app {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-stock-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .motorhome-image {
    flex: 1;
    width: 150px;
  }

  .motorhome-image.availability {
    max-width: 250px;
  }

  .grid-featured-equipment-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-featured-equipment-list.on-page {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-highlight.home {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-menu {
    padding: 77px 25px;
  }

  .wrapper-go-to-link {
    padding-top: 70px;
  }

  .wrapper-heading-auto-guide {
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper-wapp-link {
    border-radius: 27.5px;
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .wrapper-body-post {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon-app {
    border-radius: 18.75px;
    width: 75px;
    height: 75px;
  }

  .go-to-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .wrapper-image-book {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-content-hero {
    margin-right: 0;
  }

  .wrapper-content-contact {
    flex-direction: column-reverse;
  }

  .wrapper-contact-form {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .wrapper-image-contact {
    flex: 0 auto;
    height: 300px;
  }

  .wrapper-motorhome-data-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .wrap_ext-data-motorhome {
    grid-template-columns: 1fr 1fr;
  }

  .pop-up {
    margin-left: 25px;
    margin-right: 25px;
  }

  .grid-highlights-home {
    grid-template-columns: 1fr 1fr;
  }

  .image-highlight.home {
    margin-right: 0;
  }

  .fs-toc_example {
    grid-template-columns: 1fr;
  }

  .fs-toc_sidebar {
    position: relative;
    top: 0;
  }

  .grid-hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .sign-pixelker {
    margin-top: 2rem;
  }

  .cta_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .preview-list {
    grid-template-columns: 1fr;
  }

  .t4-2 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .t5-2 {
    letter-spacing: .005em;
    font-size: 1.1rem;
  }

  .link-offer {
    grid-template-columns: 1fr 1fr;
  }

  .image-offer {
    height: 100%;
  }

  .offer-list {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .g6 {
    grid-template-columns: 1fr 1fr;
  }

  .button.h2.subscribe {
    float: none;
    float: none;
    float: none;
  }

  .g3 {
    grid-template-columns: 1fr;
  }

  .t2.motorhome-model {
    max-width: 200px;
    line-height: 28px;
  }

  .t5.black.unmargin.app {
    font-size: 11px;
    line-height: 20px;
  }

  .p1 {
    direction: ltr;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .wrapper-input-subscriber {
    flex-direction: column;
    height: 120px;
    padding-right: 0;
    display: flex;
  }

  .input-subscriber {
    font-size: 16px;
    line-height: 18px;
    position: relative;
  }

  .input-subscriber::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .isologo-mvea {
    width: 125px;
  }

  .grid-apps {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 275px;
  }

  .tab-link.app {
    padding-left: 5px;
    padding-right: 5px;
  }

  .equipment-list {
    grid-template-columns: 1fr;
  }

  .item-day {
    width: 35px;
    height: 35px;
  }

  .grid-year, .wrapper-legend {
    grid-template-columns: 1fr;
  }

  .wrapper-card-motorhome {
    flex-direction: column;
    width: auto;
    padding: 1.5rem 1.5rem 1rem;
  }

  .grid-stock-list {
    grid-template-columns: 1fr;
  }

  .motorhome-image {
    width: 100%;
  }

  .motorhome-image.availability {
    max-width: 100%;
  }

  .grid-featured-equipment-list, .grid-featured-equipment-list.on-page, .grid-featured-equipment-list.on-page {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-spaces.booqable {
    justify-content: flex-start;
  }

  .grid-highlights-motorhome {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-go-to-link.faqs {
    justify-content: flex-start;
  }

  .wrapper-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .fs-prevnext_row {
    grid-template-columns: 1fr;
  }

  .icon-app {
    border-radius: 25px;
    width: 100px;
    height: 100px;
  }

  .go-to-link {
    flex: none;
    width: 100px;
  }

  .wrapper-image-book {
    flex-direction: column;
  }

  .pop-up {
    margin-left: 30px;
    margin-right: 30px;
  }

  .wrap_slider-arrows {
    display: none;
  }

  .footer-content, .link-offer {
    grid-template-columns: 1fr;
  }

  .wrapper-buttons-v {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .offer-list, .offer-list.single, .offer-list.single {
    grid-template-columns: 1fr;
  }
}

#w-node-_9bd87c9e-0c4f-ff28-7a63-7b1b871d5d6d-159071c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bd87c9e-0c4f-ff28-7a63-7b1b871d5d6f-159071c1 {
  place-self: stretch stretch;
}

#w-node-_1d925ccb-f511-5e9b-d468-3fc67c71598c-159071c1, #w-node-_1d925ccb-f511-5e9b-d468-3fc67c715992-159071c1, #w-node-b2736e4f-300f-e2c3-5a32-e228d17c7aeb-159071c1, #w-node-d16c719e-d549-3dbb-4b2e-c28f1ba5cdd4-159071c1, #w-node-_1d925ccb-f511-5e9b-d468-3fc67c715998-159071c1, #w-node-_1d925ccb-f511-5e9b-d468-3fc67c7159a9-159071c1, #w-node-_136d47e6-3d1e-32fb-6945-b9115aa84bc8-159071c1, #w-node-_37050a0f-a6b8-c931-eb11-94123f4d7d9f-159071c1, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795e2-fc63ff8b, #w-node-b80c213b-876b-b000-863f-e5383f233adb-fc63ff8b, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795eb-fc63ff8b, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795f6-fc63ff8b, #w-node-_7604fc74-85f5-8d80-2187-507af84365ef-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365f2-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436617-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436618-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436612-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436613-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436608-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436609-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af843660d-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af843660e-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365f4-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365f5-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365f9-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365fa-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365fe-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af84365ff-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436603-f84365ed, #w-node-_7604fc74-85f5-8d80-2187-507af8436604-f84365ed, #w-node-_12002969-c347-9d74-0f63-372d30873922-30873920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b80c213b-876b-b000-863f-e5383f233adb-fc63ff8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
