.banner {
  color: var(--white-colour);
  border-radius: var(--small-radius);
  height: fit-content;
  margin-top: 1.875rem;
}
@media (min-width: 601px) {
  .banner {
    margin-top: 3.125rem;
  }
}

.banner.default {
  background: url(/assets/TheRoadIsYours-mobile@2x.webp) 50% / cover no-repeat;
}
@media (min-width: 601px) {
  .banner.default {
    background: url(/assets/TheRoadIsYours@2x.webp) 50% / cover no-repeat;
  }
}
@media (min-width: 1025px) {
  .banner.default {
    background: url(/assets/TheRoadIsYours@2x.webp) 50% / cover no-repeat;
  }
}
.banner.locations {
  background: url(/assets/locations-mobile.webp) 50% / cover no-repeat;
  margin: 0;
}
@media (min-width: 601px) {
  .banner.locations {
    background: url(/assets/locations-tablet.webp) 50% / cover no-repeat;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .banner.locations {
    background: url(/assets/locations-desk.webp) 50% / cover no-repeat;
    margin: 0;
  }
}
.banner.our-cars {
  height: 172px;
}
@media (min-width: 1025px) {
  .banner.our-cars {
    height: 186px;
  }
}
.banner.our-cars .banner-features.mobile {
  box-sizing: border-box;
  gap: 0.0625rem;
  line-height: 1.125rem;
}
.banner.our-cars .banner-features.mobile li {
  display: none;
}
.banner.our-cars .banner-features.mobile .menu-item-left li:nth-child(3),
.banner.our-cars .banner-features.mobile .menu-item-left li:nth-child(4),
.banner.our-cars .banner-features.mobile .menu-item-right li:nth-child(3),
.banner.our-cars .banner-features.mobile .menu-item-right li:nth-child(4) {
  display: block;
}
.banner-wrapper {
  padding: 20px 16px;
}
@media (min-width: 1025px) {
  .banner-wrapper {
    padding: 26px 40px;
  }
}
.banner-heading {
  flex-direction: column;
  gap: 0;
  margin-bottom: 26px;
  display: flex;
}
@media (min-width: 601px) {
  .banner-heading {
    gap: 6px;
  }
}
.banner-heading span {
  margin: 0;
  font-size: 1.5rem;
  line-height: 0.91667;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .banner-heading span {
    font-size: 2.5rem;
  }
}
.banner-heading p {
  font-weight: 600;
}
.banner-features.horizontal {
  display: none;
}
@media (min-width: 601px) {
  .banner-features.horizontal {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, auto);
    gap: 18px 10px;
    font-size: 1rem;
    line-height: 1.125;
    display: grid;
  }
}
@media (min-width: 772px) {
  .banner-features.horizontal {
    gap: 10px 48px;
  }
}
@media (min-width: 1025px) {
  .banner-features.horizontal {
    gap: 10px 48px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.banner-features.mobile {
  gap: 1.2rem;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
}
.banner-features.mobile .menu-item-left,
.banner-features.mobile .menu-item-right {
  flex-direction: column;
  flex: 1;
  gap: 0.675rem;
  display: flex;
}
@media (min-width: 364px) {
  .banner-features.mobile {
    gap: 2rem;
    font-size: 1rem;
  }
  .banner-features.mobile .menu-item-left,
  .banner-features.mobile .menu-item-right {
    gap: 0.675rem;
  }
}
@media (min-width: 601px) {
  .banner-features.mobile {
    display: none;
  }
}



.banner.included_extras{
  color: #1A1A1A;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px #0000001a;
  overflow: hidden;
}
.banner.included_extras .banner-wrapper,
.banner.included_extras .banner-wrapper *{
  box-sizing: border-box;
}
.banner.included_extras .banner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: relative;
  padding: 26px 20px;
}
@media (min-width: 601px) {
  .banner.included_extras .banner-wrapper {
    height: 250px;
    padding: 0 16px;
  }
}

@media (min-width: 840px) {
  .banner.included_extras .banner-wrapper {
    height: 190px;
  }
}

@media (min-width: 1025px) {
  .banner.included_extras .banner-wrapper {
      padding: 0 40px;
  }
}
.banner.included_extras .box-1{
  max-width: 75%;
}
@media (min-width: 601px) {
  .banner.included_extras .box-1 {
    max-width: 270px;
  }
}

.banner.included_extras .banner-wrapper .box.box-2 {
  flex: 1 1 calc(100% / 2);
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
}
@media (min-width: 601px) {
  .banner.included_extras .banner-wrapper .box.box-2 {
    position: static;
    width: auto;
  }
}
.banner.included_extras .banner-wrapper .box.box-3{
  display: none;
}
@media (min-width: 601px) {
  .banner.included_extras .banner-wrapper .box.box-3 {
    display: block;
  }
}
.banner.included_extras .banner-title{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(105deg, #0163E1 43.13%, #0190FD 93.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}
@media (min-width: 601px) {
  .banner.included_extras .banner-title {
    width: 105%;
  }
}
.banner.included_extras .banner-subtitle{
  text-wrap: balance;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
}

.banner.included_extras figure,
.banner.included_extras figure img{
  display: block;
}
.banner.included_extras .box-2{
  height: 100%;
}
.banner.included_extras .clipimage{
  position: relative;
  max-width: 560px;
  height: 100%;
  transition: transform .75s ease-in-out;
  transform: scale(1.15);
}
.banner.included_extras .animated .clipimage{
  transform: scale(1.15) translateX(-10px);
}
@media (min-width: 601px) {
  .banner.included_extras .clipimage{
    transform: scale(1.15) translateX(-10px);
  }
}
.banner.included_extras .clipimage img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 59%;
  clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 601px) {
  .banner.included_extras .clipimage img {
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
}

.banner.included_extras .reviews{
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
}
.banner.included_extras .banner-wrapper .box.box-2 .reviews {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 16px;
  width: 100%;
  justify-content: end;
}
@media (min-width: 601px) {
  .banner.included_extras .reviews {
    display: flex;
  }
  .banner.included_extras .banner-wrapper .box.box-2 .reviews {
    display: none;
  }
}

.banner.included_extras .reviews .photos{
  width: 90px;
  margin-right: 12px;
}
.banner.included_extras .reviews .reviews-text .reviews-title{
  font-size: .87rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 601px) {
  .banner.included_extras .reviews .reviews-text .reviews-title {
    background: linear-gradient(105deg, #0163E1 43.13%, #0190FD 93.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.banner.included_extras .reviews .reviews-text .stars{
  max-width: 77px;
}

.banner.included_extras .includes_mob{
  margin-top: 30px;
}
@media (min-width: 601px) {
  .banner.included_extras .includes_mob {
    display: none;
  }
}
.banner.included_extras .included{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 12px;
  margin-bottom: 17px;
}
.banner.included_extras .included:nth-child(1){max-width: 85%;}
.banner.included_extras .included:nth-child(2){max-width: 80%;}
.banner.included_extras .included:nth-child(3){
  max-width: 75%;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .banner.included_extras .included:nth-child(1),
  .banner.included_extras .included:nth-child(2),
  .banner.included_extras .included:nth-child(3){max-width: 100%;}
}
.banner.included_extras .included .icon{
  width: 25px;
  min-width: 25px;
}
.banner.included_extras .included p{
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}
@media (min-width: 601px) {
  .banner.included_extras .included p {
    font-size: 1.125rem;
  }
}



.banner.included_extras.alternate .banner-wrapper{
  height: auto;
  padding-left: 0;
  gap: 20px;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 601px) {
  .banner.included_extras.alternate .banner-wrapper {
    gap: 24px;
  }
}
@media (min-width: 850px) {
  .banner.included_extras.alternate .banner-wrapper {
    gap: 70px;
  }
}
.banner.included_extras.alternate .banner-wrapper .col:nth-child(1){
  width: 50%;
  position: relative;
}
@media (min-width: 601px) {
  .banner.included_extras.alternate .banner-wrapper .col:nth-child(1){
    width: 41%;
  }
}
.banner.included_extras.alternate .banner-wrapper .col:nth-child(2){
  flex-grow: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 601px) {
  .banner.included_extras.alternate .banner-wrapper .col:nth-child(2){
    flex-grow: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner.included_extras.alternate .banner-wrapper figure.main{
  height: 100%;
  width: 100%;
  position: relative;
}
.banner.included_extras.alternate .banner-wrapper figure.main img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.included_extras.alternate .banner-wrapper figure.main::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(to right, transparent, #ffffff);
  pointer-events: none;
  z-index: 1;
}
.banner.included_extras.alternate .banner-title{
  font-size: 1.5rem;
}
@media (min-width: 601px) {
  .banner.included_extras.alternate .banner-title {
    font-size: 2.5rem;
  }
}
.banner.included_extras.alternate .banner-subtitle{
  font-size: 1.25rem;
  display: none;
}
@media (min-width: 601px) {
  .banner.included_extras.alternate .banner-subtitle {
    display: block;
  }
}
.banner.included_extras.alternate .includes{
  margin-top: 24px;
}

.banner.included_extras.alternate .reviews{
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin-top: 0;
  justify-content: center;
}
.banner.included_extras.alternate .reviews.mob{
  display: flex;
  right: auto;
  left: 0;
  top: 15px;
  bottom: auto;
  width: 100%;
}
@media (min-width: 910px) {
  .banner.included_extras.alternate .reviews {
    display: flex;
  }
  .banner.included_extras.alternate .reviews.mob{display: none;}
}
.banner.included_extras.alternate .reviews .photos{
  display: none;
}
@media (min-width: 1149px) {
  .banner.included_extras.alternate .reviews .photos{
    display: block;
  }
}
.banner.included_extras.alternate .reviews.mob .reviews-text .reviews-title {
  background: linear-gradient(105deg, #0163E1 43.13%, #0190FD 93.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: .7rem;
  text-align: center;
}

.banner-headingH2

.banner-headingH2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 0.91667;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .banner-headingH2 {
    font-size: 2.5rem;
  }
}