@charset "UTF-8";
.choose-brand__box {
  border-radius: 10px;
  border: 0.5px solid #0293d6;
  padding: 25px 30px;
  position: relative;
}

@media (max-width: 768px) {
  .choose-brand__box--content-slice-box {
    padding: 0px;
  }
}

.choose-brand__h3 {
  display: inline-block;
  color: #17355F;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -37px);
          transform: translate(-50%, -37px);
}

.choose-brand__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 14px 0;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: calc(-30px + 14px);
}

@media (min-width: 768px) {
  .choose-brand__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .choose-brand__grid--5-brands {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .choose-brand__grid--6-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .choose-brand__grid--6-brands {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .choose-brand__grid--7-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .choose-brand__grid--7-brands {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .choose-brand__grid--8-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .choose-brand__grid--8-brands {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .choose-brand__grid--9-brands .choose-brand__logo:nth-last-child(1) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  .choose-brand__grid--9-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .choose-brand__grid--9-brands {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.choose-brand__logo {
  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;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.choose-brand__image {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  max-width: 92px;
  max-height: 92px;
}

.choose-brand__image:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.choose-brand__image--leapmotor {
  max-width: 120px;
}

@media (min-width: 992px) {
  .choose-brand__image--leapmotor {
    max-width: 92px;
  }
}

@media (min-width: 1200px) {
  .choose-brand__image--leapmotor {
    max-width: 120px;
  }
}

.choose-brand__image--spoticar {
  max-width: 92px;
}

@media (min-width: 768px) {
  .choose-brand__image--spoticar {
    max-width: 150px;
  }
}

.cms-mosaic-gallery {
  margin-bottom: 40px;
}

.cms-mosaic-gallery:not(.slick-initialized) .cms-mosaic-gallery__slide {
  display: none;
}

.cms-mosaic-gallery:not(.slick-initialized) .cms-mosaic-gallery__slide--0 {
  display: block;
}

.cms-mosaic-gallery__image {
  width: 29.5892%;
  height: 387px;
  background-position: 50% 50%;
  float: left;
  background-size: cover;
}

.cms-mosaic-gallery__image--half {
  width: 59.1784%;
}

.cms-mosaic-gallery__image--half-0 {
  margin-right: 1%;
}

.cms-mosaic-gallery__image--half-1, .cms-mosaic-gallery__image--half-2 {
  width: 37.734%;
  height: 188px;
}

.cms-mosaic-gallery__image--half-2 {
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 1%;
}

.cms-mosaic-gallery__image--1, .cms-mosaic-gallery__image--2, .cms-mosaic-gallery__image--4, .cms-mosaic-gallery__image--5 {
  width: 18.867%;
  height: 188px;
}

.cms-mosaic-gallery__image--2, .cms-mosaic-gallery__image--5 {
  margin-top: 199px;
  margin-left: -18.867%;
}

.cms-mosaic-gallery__image--0 {
  margin-right: 1%;
}

.cms-mosaic-gallery__image--3 {
  margin-right: 1%;
  margin-left: 1%;
}

.cms-mosaic-gallery .slick-next:before, .cms-mosaic-gallery .slick-prev:before {
  color: rgba(0, 0, 0, 0.75);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2001;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/build/css/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/build/css/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 2101;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 2121;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/build/css/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2051;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.cms-content-header-with-image-and-text {
  position: relative;
  width: 100%;
}

.cms-content-header-with-image-and-text__grid {
  display: grid;
}

.cms-content-header-with-image-and-text__background {
  grid-row: 1;
  grid-column: 1;
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__image-container {
    grid-row: 1;
    grid-column: 1;
  }
}

.cms-content-header-with-image-and-text__image {
  width: 100%;
}

.cms-content-header-with-image-and-text__content {
  width: 100%;
  padding: 24px;
  grid-row: 2;
  grid-column: 1;
  z-index: 1;
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__content {
    grid-row: 1;
    padding: 44px 44px 18px 44px;
    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: end;
    -webkit-justify-content: flex-end;
    text-align: center;
  }
}

.cms-content-header-with-image-and-text__content h1 {
  color: #243782;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__content h1 {
    color: white;
  }
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__content p {
    font-size: 18px;
    color: white;
    margin: 8px 0 0 0;
  }
}

.cms-content-header-with-image-and-text__link {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__link {
    margin-top: 0;
  }
}

.cms-content-header-with-image-and-text__trustpilot {
  padding-top: 20px;
}

.cms-content-header-with-image-and-text__bg--rd-stellantis-blue, .cms-content-header-with-image-and-text__bg--rd-stellantis-dark-blue, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-blue, .cms-content-header-with-image-and-text__bg--rd-grey, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-purple, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-orange, .cms-content-header-with-image-and-text__bg--rd-stellantis-spring-green, .cms-content-header-with-image-and-text__bg--rd-leapmotor-green .cms-content-header-with-image-and-text__bg--rd-slate-grey, .cms-content-header-with-image-and-text__bg--rd-orchid {
  color: White;
}

.cms-content-header-with-image-and-text__bg--rd-stellantis-blue h1, .cms-content-header-with-image-and-text__bg--rd-stellantis-dark-blue h1, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-blue h1, .cms-content-header-with-image-and-text__bg--rd-grey h1, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-purple h1, .cms-content-header-with-image-and-text__bg--rd-stellantis-pop-orange h1, .cms-content-header-with-image-and-text__bg--rd-stellantis-spring-green h1, .cms-content-header-with-image-and-text__bg--rd-leapmotor-green .cms-content-header-with-image-and-text__bg--rd-slate-grey h1, .cms-content-header-with-image-and-text__bg--rd-orchid h1 {
  color: white;
}

.cms-content-header-with-image-and-text__bg--rd-yellow, .cms-content-header-with-image-and-text__bg--rd-light-grey, .cms-content-header-with-image-and-text__bg--rd-turquoise-grey, .cms-content-header-with-image-and-text__bg--light-blue {
  color: unset;
}

.cms-content-header-with-image-and-text__bg--rd-yellow h1, .cms-content-header-with-image-and-text__bg--rd-light-grey h1, .cms-content-header-with-image-and-text__bg--rd-turquoise-grey h1, .cms-content-header-with-image-and-text__bg--light-blue h1 {
  color: #243782;
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__bg--rd-yellow, .cms-content-header-with-image-and-text__bg--rd-light-grey, .cms-content-header-with-image-and-text__bg--rd-turquoise-grey, .cms-content-header-with-image-and-text__bg--light-blue {
    color: white;
  }
  .cms-content-header-with-image-and-text__bg--rd-yellow h1, .cms-content-header-with-image-and-text__bg--rd-light-grey h1, .cms-content-header-with-image-and-text__bg--rd-turquoise-grey h1, .cms-content-header-with-image-and-text__bg--light-blue h1 {
    color: white;
  }
}

@media (min-width: 992px) {
  .cms-content-header-with-image-and-text__background {
    position: relative;
  }
  .cms-content-header-with-image-and-text__background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(24, 59, 119, 0)), color-stop(75%, rgba(23, 27, 55, 0.75)));
    background: linear-gradient(180deg, rgba(24, 59, 119, 0) 25%, rgba(23, 27, 55, 0.75) 75%);
  }
}

.cms-content-header-with-image-and-text__buttons {
  margin-top: 14px;
}

.cms-content-motability-prices__price {
  color: #0093D6;
}

.cms-content-header-with-no-image {
  padding-top: 45px;
  padding-bottom: 60px;
  text-align: center;
  color: #243782;
}

.cms-content-header-with-no-image p {
  margin: 8px 0 0 0;
}

.cms-content-header-with-image-only__image {
  width: 100%;
}

.cms-content-header-with-image-only__heading {
  margin-top: 18px;
  font-size: 28px;
  color: #243782;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: bold;
}

.cms-content-card {
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cms-content-card {
    margin-left: 0;
    margin-right: 0;
  }
}

.cms-content-card__image {
  max-height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .cms-content-card__image {
    max-height: 275px;
  }
}

.cms-content-card__image--jeep {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.cms-content-card__icon {
  max-height: 48px;
  width: auto;
}

.cms-content-card--link {
  text-decoration: none;
  color: inherit;
}

.cms-content-card--link:hover {
  text-decoration: none;
}

.cms-content-column__heading {
  margin-top: 22px;
}

.cms-content__link {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  cursor: pointer;
}

.cms-content__link:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.cms-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .cms-content-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}

.cms-content-buttons--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-buttons--align-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.cms-background-image {
  background-position: center center;
  background-size: cover;
}

.cms-content-faqs {
  list-style-type: none;
  padding: 0;
}

.cms-content-faqs__item {
  padding-left: 0;
}

.cms-content-faqs__button {
  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: 20px;
  width: 100%;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  color: #243782;
  line-height: 22px;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  margin-bottom: 24px;
  gap: 10px;
  text-align: left;
}

.cms-content-faqs__button-icon {
  content: url(/images/link-icon.svg);
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.cms-content-faqs__answer {
  font-size: 14px;
  color: #4A4A4A;
  padding: 0 20px;
  display: block;
}

.cms-content-faqs__collapsed .cms-content-faqs__button-icon {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.cms-content-find-dealer {
  position: relative;
}

@media (max-width: 767px) {
  .cms-content-find-dealer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cms-content-find-dealer__map {
  margin: 0;
  width: 100%;
  height: 500px;
  background-color: lightblue;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cms-content-find-dealer__map {
    height: 450px;
    margin-bottom: 28px;
  }
}

.cms-content-find-dealer__overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#0B1E3A), to(#0293d6));
  background: linear-gradient(180deg, #0B1E3A 0%, #0293d6 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .cms-content-find-dealer__overlay {
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    z-index: 1;
    max-width: 800px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 24px;
    grid-template-columns: auto 2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cms-content-find-dealer__form {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media (min-width: 768px) {
  .cms-content-find-dealer__form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cms-content-find-dealer__heading {
  color: #ffffff;
  text-align: center;
  margin: 0;
  display: none;
}

@media (min-width: 768px) {
  .cms-content-find-dealer__heading {
    display: inline;
  }
}

.cms-content-find-dealer__submit {
  font-size: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .cms-content-find-dealer__submit {
    margin: 0 auto;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .cms-content-find-dealer__submit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .cms-content-find-dealer__submit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.cms-content-get-in-touch {
  color: white;
  padding-top: 55px;
  padding-bottom: 55px;
}

.cms-content-get-in-touch__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cms-content-get-in-touch__headings {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cms-content-get-in-touch__heading {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.cms-content-get-in-touch__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .cms-content-get-in-touch__sections {
    border-left: 1px solid white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-top: 42px;
  }
}

.cms-content-get-in-touch__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

@media (min-width: 768px) {
  .cms-content-get-in-touch__section {
    margin-left: 32px;
    border-right: 1px solid white;
  }
}

.cms-content-get-in-touch__section:hover {
  text-decoration: none;
}

.cms-content-get-in-touch__icon {
  width: 86px;
  height: 86px;
  margin-right: 20px;
}

.cms-content-get-in-touch__content-heading {
  font-weight: bold;
  margin: 0;
}

.cms-content-get-in-touch__content-text {
  margin: 0;
}

@media (min-width: 768px) {
  .cms-content-get-in-touch {
    padding-bottom: 65px;
  }
}

.cms-content-form__input {
  background-color: #f7f7f7;
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 8px;
  border: none;
  color: #4a4a4a;
}

.cms-content-form__input:focus {
  border: 1px solid #0093d6;
  background-color: #ecf9ff;
}

.cms-content-form__input:focus-visible {
  outline: none;
}

.cms-content-form__input--title {
  width: 25%;
  margin-bottom: 16px;
}

.cms-content-form__input--postcode {
  position: relative;
}

.cms-content-form__input--textarea {
  height: 150px;
  resize: none;
}

@media (min-width: 768px) {
  .cms-content-form__input--span-2 {
    grid-column: span 2;
  }
}

.cms-content-form__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .cms-content-form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cms-content-form__use-my-location {
  max-width: 23px;
  width: 100%;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.cms-content-form__date-time {
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .cms-content-form__date-time {
    width: 50%;
  }
}

.cms-content-form__date-label {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.cms-content-form__flatpickr {
  position: relative;
}

@media (max-width: 800px) {
  .cms-content-form__flatpickr {
    width: 100%;
  }
}

.cms-content-form__select-input {
  position: relative;
  background-color: #f7f7f7;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 36px;
}

@media (max-width: 800px) {
  .cms-content-form__select-input {
    width: 100%;
  }
}

.cms-content-form__select-input:first-child {
  color: #767676;
}

.cms-content-form__button-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-image: url("/images/shared/glyphs/glyphicons-46-calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 50%;
  outline: none;
  border: none;
  opacity: 0.6;
}

.cms-content-form__button-input:hover {
  cursor: pointer;
}

.cms-content-form-terms-and-conditions {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-form-terms-and-conditions__link {
  color: #0093d6;
}

.cms-content-form-terms-and-conditions__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cms-content-form-terms-and-conditions__checkbox {
  width: 18px;
  height: 18px;
  background-color: #f4f4f4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  border: 1px solid #0293d6;
  border-radius: 3px;
  display: block;
}

.cms-content-form-terms-and-conditions__checkbox::after {
  content: "";
  position: absolute;
  display: none;
  height: 12px;
  width: 12px;
  background-color: #0293d6;
  border-radius: 2px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}

.cms-content-form-terms-and-conditions__input:checked ~ .cms-content-form-terms-and-conditions__checkbox::after {
  display: block;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.cms-content-new-models-grid__grid {
  gap: 12px;
}

@media (min-width: 768px) {
  .cms-content-new-models-grid__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cms-content-new-models-grid__grid-item {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  padding: 16px;
}

@media (min-width: 768px) {
  .cms-content-new-models-grid__grid-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
  }
}

.cms-content-new-models-grid__image {
  width: 100%;
  max-width: 350px;
}

.cms-content-new-models-grid__grid-item-content {
  margin-top: 8px;
  text-align: center;
}

.cms-content-new-models-grid__button {
  margin-top: 8px;
  font-size: 14px;
}

.cms-content-table, .cms-content-table--simple {
  border: 1px solid #d4d4d4;
  font-size: 18px;
  margin-top: 12px;
}

.cms-content-table thead tr th, .cms-content-table--simple thead tr th {
  background-color: #1d3483;
  text-align: center;
  padding: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.cms-content-table thead tr .cms-content-table-heading--purple, .cms-content-table--simple thead tr .cms-content-table-heading--purple {
  background-color: #841982;
}

.cms-content-table thead tr .cms-content-table-heading--no-bg, .cms-content-table--simple thead tr .cms-content-table-heading--no-bg {
  background-color: initial;
  color: inherit;
}

.cms-content-table tbody tr td, .cms-content-table--simple tbody tr td {
  padding: 10px;
}

.cms-content-table tbody tr td:nth-child(2n), .cms-content-table--simple tbody tr td:nth-child(2n) {
  font-weight: bold;
  color: #0195d6;
  text-align: center;
}

.cms-content-table--purple .cms-content-table tbody tr td:nth-child(2n), .cms-content-table--purple .cms-content-table--simple tbody tr td:nth-child(2n) {
  color: #841982;
}

.cms-content-table tbody tr:nth-child(2n) td, .cms-content-table--simple tbody tr:nth-child(2n) td {
  background-color: #f2f2f2;
}

.cms-content-table--has-heading-row tbody tr td {
  font-weight: bold;
  color: #0195d6;
  text-align: center;
}

.cms-content-table--simple tbody tr td:nth-child(2n) {
  font-weight: unset;
  color: unset;
  text-align: unset;
}

.cms-content-trim-level__card-container {
  margin-top: 16px;
}

.cms-content-trim-level__image {
  margin-top: 12px;
  max-width: 100%;
  max-height: 225px;
}

.cms-content-trim-level__header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 768px) {
  .cms-content-trim-level__header-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cms-content-trim-level__card {
  margin-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cms-content-trim-level__card--group {
  margin-top: 1rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-content-trim-level__card--button-group {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cms-content-trim-level__card--available-electric {
  margin: 0rem 0rem 1rem;
}

.cms-content-trim-level__flex-row {
  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;
}

.cms-content-trim-level__flex-row--with-border {
  border-bottom: 1px solid RGB(151, 151, 151, 0.5);
}

.cms-content-trim-level__apr-text {
  margin-bottom: 0px;
}

.cms-content-trim-level__offers-button {
  margin-top: 35px;
}

.cms-content-trim-level__test-drive-button {
  margin-top: 14px;
  border-width: 2px;
}

.cms-content-trim-level__spec-box {
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #E5F4FA;
  padding: 0 22px;
  border-radius: 6px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cms-content-trim-level__spec-list {
  list-style-position: outside;
  margin-left: -3rem;
}

.cms-content-trim-level__spec-list li {
  padding: 0.2rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}

.cms-content-trim-level__spec-list li::before {
  content: url("/images/careers/tick.svg");
  vertical-align: bottom;
  margin-right: 1rem;
  font-size: 1.2em;
}

.cms-content-trim-level__spec-list-item {
  list-style-type: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
}

.cms-content-trim-level__representative-link {
  color: #0093D6;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}

.cms-content-trim-level__spec-container {
  background-color: #ECF9FF;
  padding: 54px 15px;
  display: none;
}

@media (min-width: 768px) {
  .cms-content-trim-level__spec-container {
    padding: 54px 66px;
  }
}

.cms-content-trim-level__title-model {
  font-size: 18px;
  font-weight: 400;
}

.cms-content-trim-level__collapse {
  display: none;
}

.cms-content-trim-level__spec-button {
  width: auto;
  padding: 12px 26px;
  border: 1px solid #0093D6;
  border-radius: 10px;
  color: #0093D6;
  cursor: pointer;
}

.cms-content-trim-level__spec-button--active {
  background-color: #0093D6;
  color: white;
}

.cms-content-trim-level__spec-button a, .cms-content-trim-level__spec-button a:hover, .cms-content-trim-level__spec-button a:focus, .cms-content-trim-level__spec-button a:active {
  text-decoration: none;
  color: inherit;
}

.cms-content-trim-level__full-spec-list {
  margin-top: 56px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .cms-content-trim-level__full-spec-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (min-width: 992px) {
  .cms-content-trim-level__full-spec-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.cms-content-trim-level__optional-extras-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  margin-top: 56px;
}

.cms-content-trim-level__optional-extras-list li {
  max-width: 412px;
}

.cms-content-trim-level__representative-example-terms {
  font-size: 11px;
  font-style: italic;
  margin-top: 20px;
}

.cms-content-trim-level__modal-card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px !important;
  background-color: white;
  border-top: 10px solid #0293d6 !important;
}

@media (min-width: 768px) {
  .cms-content-trim-level__modal-card {
    padding: 44px 74px !important;
  }
}

.cms-content-trim-level__modal-container {
  z-index: 100000 !important;
}

.cms-content-trim-level__modal-title {
  color: #192A44 !important;
  font-size: 20px !important;
  margin-bottom: 32px !important;
}

.cms-content-trim-level__no-special-offer {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 40px solid transparent;
}

@media (min-width: 992px) {
  .cms-content-trim-level__no-special-offer {
    max-width: 405.3333px;
  }
}

.cms-content-trim-level__special-offer {
  position: relative;
  border-left: 3px solid #F1EB78;
  border-right: 3px solid #F1EB78;
  border-bottom: 3px solid #F1EB78;
  border-top: 40px solid #F1EB78;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
}

.cms-content-trim-level__special-offer::before {
  content: "special offer";
  text-transform: uppercase;
  font-size: 18px;
  color: #192A44;
  position: absolute;
  letter-spacing: 3.375px;
  line-height: 24px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -30px;
}

@media (min-width: 768px) {
  .cms-content-trim-level__scroll-back-link {
    display: none;
  }
}

.cms-content-trim-level__terms {
  margin-top: 30px;
}

.cms-content-trim-level__optional-extras {
  margin-top: 20px;
}

.cms-content-trim-level__finance--error {
  display: block;
  margin: 16px 0;
  font-size: 16px;
}

.cms-content-trim-level__vehicle-image-slider {
  height: 240px;
  margin: -120px -30px 0 -30px;
}

.cms-content-trim-level__vehicle-image-no-trim-colors {
  position: relative;
  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;
}

.cms-content-trim-level__image-wrapper {
  text-align: center;
}

.cms-content-trim-level__swiper-btn {
  width: 33px;
  height: 33px;
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 150ms -webkit-transform ease-in-out;
  transition: 150ms -webkit-transform ease-in-out;
  transition: 150ms transform ease-in-out;
  transition: 150ms transform ease-in-out, 150ms -webkit-transform ease-in-out;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 33px 33px;
}

.cms-content-trim-level__swiper-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cms-content-trim-level__swiper-prev {
  left: 10px;
  right: auto;
  background-image: url(/images/new/details/left-arrow.svg);
}

.cms-content-trim-level__swiper-next {
  right: 10px;
  left: auto;
  background-image: url(/images/new/details/right-arrow.svg);
}

.cms-content-trim-level__color-picker-slider-container {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 1;
}

.cms-content-trim-level__no-color-picker {
  height: 3rem;
}

.cms-content-trim-level__color-picker-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
}

.cms-content-trim-level__swatch-outer {
  width: 45px;
  height: 45px;
  border: 1px solid #0C93FF;
  border-radius: 45px;
  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;
  cursor: pointer;
  -webkit-transition: 150ms -webkit-box-shadow ease-in;
  transition: 150ms -webkit-box-shadow ease-in;
  transition: 150ms box-shadow ease-in;
  transition: 150ms box-shadow ease-in, 150ms -webkit-box-shadow ease-in;
  -webkit-box-shadow: 0 0 0 0 #0C93FF, inset 0 0 0 0 #0C93FF;
          box-shadow: 0 0 0 0 #0C93FF, inset 0 0 0 0 #0C93FF;
}

.cms-content-trim-level__swatch-outer:hover {
  -webkit-box-shadow: 0 0 3px 0 #0C93FF, inset 0 0 3px 0 #0C93FF;
          box-shadow: 0 0 3px 0 #0C93FF, inset 0 0 3px 0 #0C93FF;
}

.cms-content-trim-level__swatch-outer--active {
  -webkit-box-shadow: 0 0 5px 0 #0C93FF, inset 0 0 5px 0 #0C93FF;
          box-shadow: 0 0 5px 0 #0C93FF, inset 0 0 5px 0 #0C93FF;
  box-shadow: 0 0 5px 0 #0C93FF, inset 0 0 5px 0 #0C93FF;
}

.cms-content-trim-level__swatch-inner {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #DFDFDF;
}

.cms-content-trim-level__color-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-trim-level__figure {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-trim-level__figure-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cms-content-trim-level__preloader {
  position: relative;
  padding-bottom: 62.5%;
}

.cms-content-trim-level__pagination-container {
  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;
  gap: 10px;
}

@media (max-width: 768px) {
  .cms-content-trim-level__pagination-container {
    margin-top: 10px;
    -ms-flex-item-align: normal;
        align-self: normal;
  }
}

.cms-content-trim-level__pagination {
  z-index: 200;
  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;
  gap: 10px;
}

.cms-content-trim-level__card-swiper-btn {
  width: 33px;
  height: 33px;
  z-index: 100;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 150ms -webkit-transform ease-in-out;
  transition: 150ms -webkit-transform ease-in-out;
  transition: 150ms transform ease-in-out;
  transition: 150ms transform ease-in-out, 150ms -webkit-transform ease-in-out;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 33px 33px;
}

.cms-content-trim-level__card-swiper-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cms-content-trim-level--prev {
  background-image: url(/images/new/details/left-arrow.svg);
}

.cms-content-trim-level--next {
  background-image: url(/images/new/details/right-arrow.svg);
}

.cms-content-trim-level__disabled {
  pointer-events: none;
  cursor: default;
}

.cms-content-trim-level__nav-button {
  display: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

.cms-content-trim-level .nav-button:disabled {
  background-color: #cccccc;
}

.cms-content-trim-level__has-electric-btn {
  margin-bottom: 15px;
}

.cms-content-trim-level__has-electric-icon {
  padding-left: 10px;
}

.finance-table__key {
  text-align: left;
  margin-bottom: 8px;
}

.finance-table__value {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #0093D6;
  margin-bottom: 8px;
}

.smallText {
  font-size: 12px;
  font-style: italic;
}

.cms-content-our-brands__heading {
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .cms-content-our-brands__heading {
    margin-bottom: 0;
  }
}

.cms-content-generic-form__content {
  margin-top: 16px;
}

.cms-content-generic-form__button {
  width: 100%;
}

@media (min-width: 768px) {
  .cms-content-generic-form__button {
    width: auto;
  }
}

.cms-content-generic-form__form p:first-of-type:not(.privacy-message__p) {
  margin-top: 0;
}

.flex-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-button-holder > .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 200px;
  margin-left: 5px;
  margin-right: 5px;
}

.flex-button-holder > .btn:first-child {
  margin-left: 0;
}

.flex-button-holder > .btn:last-child {
  margin-right: 0;
}

.flex-button-holder--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-button-holder--even {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-button-holder--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-button-holder--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-button-holder--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .flex-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-button-holder > .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .flex-button-holder > .btn:first-child {
    margin-left: auto;
  }
  .flex-button-holder > .btn:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.cms-content-search-by-payment__sub-heading {
  font-family: 'Encode Sans';
  font-weight: 600;
  color: #4A4A4A;
}

.swiper__offers {
  margin-left: -15px;
}

.swiper-offer__slider-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .swiper-offer__slider-nav {
    display: none;
  }
}

.swiper-offer__slider-nav--bottom {
  display: none;
}

@media (min-width: 768px) {
  .swiper-offer__slider-nav--bottom {
    display: block;
  }
}

.swiper-offer__slider-nav-svg {
  fill: #0293d6;
  cursor: pointer;
}

.swiper-offer__slider-nav-svg:hover {
  fill: #0279b1;
}

.swiper-offer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 120ms ease-in-out, -webkit-box-shadow 120ms ease-in-out;
  transition: -webkit-transform 120ms ease-in-out, -webkit-box-shadow 120ms ease-in-out;
  transition: transform 120ms ease-in-out, box-shadow 120ms ease-in-out;
  transition: transform 120ms ease-in-out, box-shadow 120ms ease-in-out, -webkit-transform 120ms ease-in-out, -webkit-box-shadow 120ms ease-in-out;
  border-bottom: 10px solid #0293d6;
}

.swiper-offer-card:hover {
  text-decoration: none;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.swiper-offer-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-offer-card__swiper-slide {
  max-width: 496px;
  padding: 15px 15px 35px 15px;
  height: auto;
}

.swiper-offer-card__content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swiper-offer-card__img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.swiper-offer-card__heading {
  font-size: 16px;
  font-weight: 600;
  color: #0B1E3A;
  margin: 0;
  padding: 0;
}

.swiper-offer-card__ends {
  color: #0093D6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.swiper-offer-card__text {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.trustpilot-review {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.trustpilot-review__item {
  display: grid;
  grid-template-columns: 3fr auto;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "stars date" "author author" "title title" "review review";
  grid-auto-flow: row;
  background-color: #f8f9fb;
  border-bottom: 2px solid #eff3f4;
  padding: 15px;
  row-gap: 10px;
  border-radius: 3px;
}

.trustpilot-review__title {
  grid-area: title;
  font-weight: 600;
  margin: 0;
  color: #111312;
}

.trustpilot-review__author {
  grid-area: author;
  color: #727473;
}

.trustpilot-review__stars {
  grid-area: stars;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.trustpilot-review__stars > svg {
  height: 24px;
}

.trustpilot-review__date {
  grid-area: date;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727375;
  font-size: 14px;
  line-height: 18px;
}

.trustpilot-review__review {
  grid-area: review;
  color: #111312;
  overflow-y: auto;
  max-height: 98px;
}

.trustpilot-paginator .paging-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trustpilot-paginator .pagination li {
  list-style: none;
  padding-left: 0;
  line-height: unset;
}

.cms-content-single-column-content p {
  margin-bottom: 0;
}

.cms-content-single-column-content__btn-container {
  padding-top: 15px;
}

.cms-content-configurator__figure {
  margin: 0;
  text-align: center;
}

.cms-content-configurator__swatch-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px 20px 10px;
}

@media (min-width: 992px) {
  .cms-content-configurator__swatch-grid {
    padding: 0 20px 20px 20px;
  }
}

.cms-content-configurator__swatch-outer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
  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;
  cursor: pointer;
}

.cms-content-configurator__swatch-outer--active {
  border-color: #0093d6;
}

.cms-content-configurator__swatch-inner {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.cms-content-configurator__content {
  padding: 20px;
}

@media (min-width: 768px) {
  .cms-content-configurator__content {
    position: relative;
    padding: 20px 20px 40px 20px;
    height: 100%;
  }
}

.cms-content-configurator__disclaimer {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  opacity: 60%;
}

@media (min-width: 768px) {
  .cms-content-configurator__disclaimer {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.cms-content-configurator__preloader {
  position: relative;
  padding-bottom: 62.5%;
}

.cms-content-configurator__paint-name {
  text-align: center;
  padding: 0 20px 20px 20px;
}

.cms-content-about-us-infographic__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .cms-content-about-us-infographic__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cms-content-about-us-infographic__grid-col--left {
    grid-column: 1 / 2;
  }
  .cms-content-about-us-infographic__grid-col--right {
    grid-column: 2 / 3;
  }
  .cms-content-about-us-infographic__grid-col--full {
    grid-column: 1 / 3;
  }
  .cms-content-about-us-infographic__grid-row--span-3 {
    grid-row: auto / span 3;
  }
}

.cms-content-about-us-infographic__image {
  display: block;
  max-width: 100%;
}

@media (max-width: 992px) {
  .cms-content-about-us-infographic__image--bottom-margin {
    margin-bottom: 1rem;
  }
}

.cms-content-about-us-infographic__video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cms-content-about-us-infographic__logo {
  max-width: 275px;
}

@media (min-width: 992px) {
  .cms-content-about-us-infographic__logo {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .cms-content-about-us-infographic__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cms-content-about-us-infographic__flex--no-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cms-content-about-us-infographic__flex--gap {
    gap: 2rem;
  }
  .cms-content-about-us-infographic__flex_half {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .cms-content-about-us-infographic__flex_half--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-content-about-us-infographic__flex_centred-year--image {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .cms-content-about-us-infographic__flex_centred-year--year {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
  .cms-content-about-us-infographic__flex_centred-year--content {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}

.cms-content-about-us-infographic__vertical-center {
  margin-top: auto;
  margin-bottom: auto;
}

.cms-content-about-us-infographic__year {
  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;
  height: 100%;
}

.cms-content-about-us-infographic__year-item {
  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;
  height: 150px;
  width: 150px;
  text-align: center;
  border-radius: 50%;
  background-color: #0B1E3A;
  color: #fff;
  font-size: 50px;
}

.cms-content-about-us-infographic__child-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .cms-content-about-us-infographic__child-grid {
    display: grid;
    grid-template-columns: 175px 1fr;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: calc(0px - (44px / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 37px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev--font-based-icon:after, .swiper-button-next--font-based-icon:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev--inverted, .swiper-button-next--inverted {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url(/images/arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev--font-based-icon, .swiper-rtl .swiper-button-next--font-based-icon {
  content: "prev";
}

.swiper-button-prev--edge, .swiper-rtl .swiper-button-next--edge {
  left: 5px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: url(/images/arrow.svg);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.swiper-button-next--font-based-icon, .swiper-rtl .swiper-button-prev--font-based-icon {
  content: "prev";
}

.swiper-button-next--edge, .swiper-rtl .swiper-button-prev--edge {
  right: 5px;
}

.swiper-button-lock {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("/js/slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  src: url("/js/slick/fonts/slick.eot");
  src: url("/js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/js/slick/fonts/slick.woff") format("woff"), url("/js/slick/fonts/slick.ttf") format("truetype"), url("/js/slick/fonts/slick.svg#slick") format("svg");
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

.ds .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ds .slick-dots {
  bottom: 20px;
}

.ds .slick-dots li button {
  width: 5px;
  height: 5px;
  border: 1px solid #AD9D91;
  color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0px;
  padding: 3px !important;
}

.ds .slick-dots li button:hover {
  background-color: #AD9D91;
}

.ds .slick-dots li button:before {
  content: "" !important;
}

.ds .slick-dots li.slick-active button {
  border: 1px solid #7D6C5F;
  background: #7D6C5F;
}

.is-card.bg--black, .is-card.bg--ev-green, .is-card.bg--rd-orchid, .is-card.bg--rd-slate-grey, .is-card.bg--rd-stellantis-spring-green, .is-card.bg--rd-stellantis-pop-purple, .is-card.bg--rd-grey, .is-card.bg--rd-stellantis-pop-blue, .is-card.bg--rd-stellantis-dark-blue, .is-card.bg--rd-stellantis-blue {
  color: #ffffff;
}

.is-card.bg--black .cms-content-heading, .is-card.bg--ev-green .cms-content-heading, .is-card.bg--rd-orchid .cms-content-heading, .is-card.bg--rd-slate-grey .cms-content-heading, .is-card.bg--rd-stellantis-spring-green .cms-content-heading, .is-card.bg--rd-stellantis-pop-purple .cms-content-heading, .is-card.bg--rd-grey .cms-content-heading, .is-card.bg--rd-stellantis-pop-blue .cms-content-heading, .is-card.bg--rd-stellantis-dark-blue .cms-content-heading, .is-card.bg--rd-stellantis-blue .cms-content-heading {
  color: #ffffff;
}

.is-card.bg--black .link--has-icon, .is-card.bg--ev-green .link--has-icon, .is-card.bg--rd-orchid .link--has-icon, .is-card.bg--rd-slate-grey .link--has-icon, .is-card.bg--rd-stellantis-spring-green .link--has-icon, .is-card.bg--rd-stellantis-pop-purple .link--has-icon, .is-card.bg--rd-grey .link--has-icon, .is-card.bg--rd-stellantis-pop-blue .link--has-icon, .is-card.bg--rd-stellantis-dark-blue .link--has-icon, .is-card.bg--rd-stellantis-blue .link--has-icon {
  color: #ffffff;
}

.is-card.bg--black .link--has-icon::after, .is-card.bg--ev-green .link--has-icon::after, .is-card.bg--rd-orchid .link--has-icon::after, .is-card.bg--rd-slate-grey .link--has-icon::after, .is-card.bg--rd-stellantis-spring-green .link--has-icon::after, .is-card.bg--rd-stellantis-pop-purple .link--has-icon::after, .is-card.bg--rd-grey .link--has-icon::after, .is-card.bg--rd-stellantis-pop-blue .link--has-icon::after, .is-card.bg--rd-stellantis-dark-blue .link--has-icon::after, .is-card.bg--rd-stellantis-blue .link--has-icon::after {
  content: url("/images/link-icon-white.svg");
}

.cms-content-image-copy-overlay__card-inner {
  padding: 16px;
}

.cms-content-image-copy-overlay__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cms-content-image-copy-overlay__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .cms-content-image-copy-overlay {
    position: relative;
    overflow: hidden;
    min-height: 550px;
  }
  .cms-content-image-copy-overlay__image {
    position: absolute;
    inset: 0;
    z-index: -10;
  }
  .cms-content-image-copy-overlay__flex {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cms-content-image-copy-overlay__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
    display: grid;
  }
  .cms-content-image-copy-overlay__card {
    -webkit-box-shadow: 0 11px 24px rgba(0, 0, 0, 0.07);
            box-shadow: 0 11px 24px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    overflow: hidden;
  }
  .cms-content-image-copy-overlay__card-inner {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    height: 100%;
  }
  .cms-content-image-copy-overlay__left-small {
    grid-column: 1 / span 6;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .cms-content-image-copy-overlay__left-small {
    grid-column: span 4;
  }
}

@media (min-width: 992px) {
  .cms-content-image-copy-overlay__left-wide {
    grid-column: span 6;
  }
  .cms-content-image-copy-overlay__right-small {
    grid-column: 7 / span 6;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .cms-content-image-copy-overlay__right-small {
    grid-column: 9 / 13;
  }
}

@media (min-width: 992px) {
  .cms-content-image-copy-overlay__right-wide {
    grid-column: 7 / span 6;
  }
}

.cms-content-our-range-filter__group {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #E5F4FA;
  padding: 25px 8px 25px 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.cms-content-our-range-filter__group--open {
  display: block;
}

@media (min-width: 768px) {
  .cms-content-our-range-filter__group {
    background-color: initial;
    padding: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: initial;
    margin-left: initial;
    gap: 10px;
  }
}

.cms-content-our-range-filter__filter {
  position: relative;
  z-index: 2;
}

.cms-content-our-range-filter__filter--overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .cms-content-our-range-filter__filter-close {
    display: none;
  }
}

.cms-content-our-range-filter__button {
  position: relative;
  border: 2px solid #0093D6;
  color: #0093D6;
  background-color: transparent;
  display: block;
  padding-right: 30px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  text-transform: none;
}

.cms-content-our-range-filter__button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-right: 1px solid #0093D6;
  border-bottom: 1px solid #0093D6;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.cms-content-our-range-filter__button--active {
  background-color: #0093D6;
  color: white;
}

.cms-content-our-range-filter__button--active::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  .cms-content-our-range-filter__button--hidden-xs {
    display: none;
  }
}

.cms-content-our-range-filter__dropdown {
  display: block;
}

@media (max-width: 767px) {
  .cms-content-our-range-filter__dropdown {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: initial;
  }
}

@media (min-width: 768px) {
  .cms-content-our-range-filter__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 1;
    min-width: 200px;
    display: none;
  }
}

@media (min-width: 768px) and (min-height: 600px) {
  .cms-content-our-range-filter__dropdown {
    overflow-y: auto;
    max-height: 55vh;
  }
}

@media (min-width: 768px) {
  .cms-content-our-range-filter__dropdown--wide {
    min-width: 400px;
  }
}

.cms-content-our-range-filter__dropdown--active {
  display: block;
}

.cms-content-our-range-filter__current {
  display: block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cms-content-our-range-filter__input {
  margin-bottom: 20px;
}

.cms-content-our-range-filter__input-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .cms-content-our-range-filter__input-ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 5px 15px;
  }
}

.cms-content-our-range-filter__input-li {
  min-height: 48px;
  list-style: none;
  padding: 5px;
  margin: 5px 0;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-our-range-filter__input-li:hover {
  background: rgba(0, 147, 214, 0.25);
}

.cms-content-our-range-filter__input-min-max-range {
  margin: 10px 15px;
}

.cms-content-our-range-filter__input-min-max-range .noUi-connect {
  background: rgba(0, 147, 214, 0.25);
}

.cms-content-our-range-filter__input-min-max-range.noUi-horizontal {
  height: 4.2px;
}

.cms-content-our-range-filter__input-min-max-range.noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px;
  top: -7px;
  right: -7px;
}

.cms-content-our-range-filter__input-min-max-range .noUi-handle {
  background-color: #0093D6;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.cms-content-our-range-filter__input-min-max-range .noUi-handle::before, .cms-content-our-range-filter__input-min-max-range .noUi-handle::after {
  display: none;
}

.cms-content-our-range-filter__input-range {
  width: 100%;
  margin: 7.8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.cms-content-our-range-filter__input-range:focus {
  outline: none;
}

.cms-content-our-range-filter__input-range::-webkit-slider-runnable-track {
  background: rgba(0, 147, 214, 0.25);
  border: 0.2px solid rgba(0, 147, 214, 0.25);
  border-radius: 4.2;
  width: 100%;
  height: 4.2px;
  cursor: pointer;
}

.cms-content-our-range-filter__input-range::-webkit-slider-thumb {
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: #0093D6;
  border: 1px solid #0093D6;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

.cms-content-our-range-filter__input-range:focus::-webkit-slider-runnable-track {
  background: #00a5f0;
}

.cms-content-our-range-filter__input-range::-moz-range-track {
  background: rgba(0, 147, 214, 0.25);
  border: 0.2px solid rgba(0, 147, 214, 0.25);
  border-radius: 4.2;
  width: 100%;
  height: 4.2px;
  cursor: pointer;
}

.cms-content-our-range-filter__input-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #0093D6;
  border: 1px solid #0093D6;
  border-radius: 50px;
  cursor: pointer;
}

.cms-content-our-range-filter__input-range::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8.8px 0;
  color: transparent;
  width: 100%;
  height: 4.2px;
  cursor: pointer;
}

.cms-content-our-range-filter__input-range::-ms-fill-lower {
  background: #0081bd;
  border: 0.2px solid rgba(0, 147, 214, 0.25);
  border-radius: 50%;
}

.cms-content-our-range-filter__input-range::-ms-fill-upper {
  background: rgba(0, 147, 214, 0.25);
  border: 0.2px solid rgba(0, 147, 214, 0.25);
  border-radius: 50%;
}

.cms-content-our-range-filter__input-range::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #0093D6;
  border: 1px solid #0093D6;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}

.cms-content-our-range-filter__input-range:focus::-ms-fill-lower {
  background: rgba(0, 147, 214, 0.25);
}

.cms-content-our-range-filter__input-range:focus::-ms-fill-upper {
  background: #00a5f0;
}

.cms-content-our-range-filter__input-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.cms-content-our-range-filter__input-label--range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-content-our-range-filter__input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #BBBBBB;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cms-content-our-range-filter__input-checkbox:checked {
  border: unset;
  background-color: #0093D6;
}

.cms-content-our-range-filter__mobile-filter-btn {
  display: block;
}

@media (min-width: 768px) {
  .cms-content-our-range-filter__mobile-filter-btn {
    display: none;
  }
}

.cms-content-our-range__title {
  margin-bottom: 16px;
}

.cms-content-our-range__image {
  max-width: 100%;
}

.cms-content-our-range__card-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px;
}

@media (min-width: 768px) {
  .cms-content-our-range__card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .cms-content-our-range__card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cms-content-our-range__container--hidden {
  display: none !important;
}

.cms-content-our-range__no-results {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 992px) {
  .cms-content-our-range__no-results {
    font-size: 24px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.cms-content-our-range__no-results-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
  background-color: unset;
  color: #0093D6;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.cms-content-our-range__no-special-offers {
  padding-top: 40px;
}

.cms-content-our-range__card {
  margin-top: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cms-content-our-range__flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-content-our-range__flex-row--with-border {
  border-bottom: 1px solid RGB(151, 151, 151, 0.5);
}

.cms-content-our-range__offers-button {
  margin-top: 35px;
}

.cms-content-our-range__button-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cms-content-our-range__display-more-button {
  margin-top: 35px;
}

.cms-content-our-range__test-drive-button {
  margin-top: 14px;
  border-width: 2px;
}

@media (min-width: 768px) {
  .cms-content-our-range__test-drive-button--placeholder {
    margin-top: 36px;
  }
}

.cms-content-our-range__finance-wrapper {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cms-content-our-range__spec-box {
  margin-top: 14px;
  background-color: #E5F4FA;
  padding: 22px;
  border-radius: 6px;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .cms-content-our-range__spec-box {
    grid-template-columns: 1fr 1fr;
  }
}

.cms-content-our-range__spec-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-our-range__spec-box-svg {
  width: 36.5px;
  height: 36.5px;
  margin-right: 10px;
  display: inline;
  stroke: #0093D6;
  fill: #0093D6;
  stroke-width: 0.5px;
}

.cms-content-our-range__spec-box-text {
  display: inline;
}

.cms-content-our-range__filter-mobile {
  display: block;
}

@media (min-width: 768px) {
  .cms-content-our-range__filter-mobile {
    display: none;
  }
}

.cms-content-our-range__heading {
  display: inline-block;
  margin-bottom: 6px;
  color: #0093D6;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cms-content-our-range__heading {
    display: none;
  }
}

.cms-content-our-range-coming-soon__title {
  background-color: #ECF9FF;
  color: #0293d6;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-top: 16px;
}

.cms-content-our-range-coming-soon__dealer {
  text-align: center;
}

.cms-content-our-range__show-all-vehicles {
  margin: 35px auto 0;
  display: block;
  text-align: center;
}

.cms-content-our-range__has-electric {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFF;
  color: #183B77;
  border: 2px solid #62CAAF;
  -webkit-box-shadow: 0 0 6px 0 #62CAAF, inset 0 0 6px 0 #62CAAF;
          box-shadow: 0 0 6px 0 #62CAAF, inset 0 0 6px 0 #62CAAF;
  border-radius: 10px;
  padding: 11px 15px 14px 15px;
  text-transform: uppercase;
}

.cms-content-side-by-side__grid--40-60 {
  gap: 30px;
}

@media (min-width: 768px) {
  .cms-content-side-by-side__grid--40-60 {
    gap: 47px;
    grid-template-columns: 40fr 60fr !important;
  }
}

.cms-content-side-by-side__content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

@media (min-width: 768px) {
  .cms-content-side-by-side__content {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.cms-content-side-by-side__outer {
  position: relative;
  padding-bottom: 60%;
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

@media (min-width: 768px) {
  .cms-content-side-by-side__outer {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.cms-content-side-by-side__container {
  inset: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
}

.cms-content-side-by-side__container > img {
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.cms-content-side-by-side__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  margin: 0;
  outline: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.cms-content-side-by-side__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  cursor: ew-resize;
  height: 600px;
  width: 6px;
}

.cms-content-side-by-side__slider::-moz-range-thumb {
  background: #fff;
  cursor: ew-resize;
  height: 600px;
  width: 6px;
}

.cms-content-side-by-side__slider--line {
  background-color: #ffffff;
  height: 100%;
  left: calc(50% - 5px);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 11;
}

.cms-content-side-by-side__slider--button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23FFFFFF'/%3E%3Cpath fill='%230293D6' d='m25 17-5.7 4v-8zM10 17l5.7 4v-8z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 45px;
  left: calc(50% - 25px);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 18px);
  width: 45px;
  z-index: 20;
}

[data-split-background] {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.cms-content-slice-clean-air-zone-map__search-input {
  margin: 8px;
  left: 0px;
  right: 0px;
  width: unset;
}

.cms-content-slice-clean-air-zone-map__el {
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .cms-content-slice-clean-air-zone-map__el {
    padding-bottom: 56.25%;
  }
}

@media (min-width: 1200px) {
  .cms-content-slice-clean-air-zone-map__el {
    padding-bottom: 45%;
  }
}

.cms-content-slice-clean-air-zone-map__key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  gap: 15px;
}

.cms-content-slice-clean-air-zone-map__key-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-slice-clean-air-zone-map__key-item--shape {
  padding: 15px;
  border-radius: 10px;
}

.cms-content-slice-clean-air-zone-map__key-item--blue {
  background-color: #0293d6;
}

.cms-content-slice-clean-air-zone-map__key-item--orange {
  background-color: #EF7D00;
}

.cms-content-slice-clean-air-zone-map__key-item--light-pink {
  background-color: #bb7bb3;
}

.cms-content-slice-dealer-used-vehicle__slider {
  margin-top: 16px;
}

.cms-content-slice-dealer-used-vehicle__slider-slide {
  margin-bottom: 20px;
}

.cms-content-slice-dealer-used-vehicle__card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
}

.cms-content-slice-dealer-used-vehicle__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 28px 30px;
}

.cms-content-slice-dealer-used-vehicle__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 91/51;
  -o-object-position: center;
     object-position: center;
}

.cms-content-slice-dealer-used-vehicle__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.cms-content-slice-dealer-used-vehicle__slider-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.cms-content-slice-dealer-used-vehicle__flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.cms-content-slice-dealer-used-vehicle__flex-row--with-border {
  border-top: 1px solid RGB(151, 151, 151, 0.5);
}

.cms-content-slice-dealer-used-vehicle__flex-row--with-border:last-of-type {
  border-bottom: 1px solid RGB(151, 151, 151, 0.5);
}

.cms-content-slice-dealer-used-vehicle__find-out-more {
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cms-content-slice-dealer-used-vehicle__slider-nav-svg {
  fill: #0293d6;
  cursor: pointer;
}

.cms-content-slice-dealer-used-vehicle__slider-nav-svg:hover {
  fill: #0279b1;
}

.cms-content-slice-dealership-map__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 992px) {
  .cms-content-slice-dealership-map__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cms-content-slice-dealership-map__map {
  min-height: 350px;
}

.cms-content-slice-dealer-contact-form {
  scroll-margin-top: 100px;
}

.cms-content-slice-dealer-opening-times__holiday-hours {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #60b565;
  margin-bottom: 15px;
  color: white;
}

.cms-content-slice-dealer-opening-times__row {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 16px;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  grid-template-areas: 'opening-times' 'opening-times-collapse' 'address' 'phone' 'cta';
}

@media (min-width: 768px) {
  .cms-content-slice-dealer-opening-times__row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'opening-times address phone' 'opening-times-collapse opening-times-collapse opening-times-collapse' 'cta cta cta';
  }
}

@media (min-width: 992px) {
  .cms-content-slice-dealer-opening-times__row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: 'opening-times address phone cta' 'opening-times-collapse opening-times-collapse opening-times-collapse opening-times-collapse';
  }
}

.cms-content-slice-dealer-opening-times__row > * + * {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .cms-content-slice-dealer-opening-times__row > * + * {
    margin-top: 0;
  }
}

.cms-content-slice-dealer-opening-times__opening-times {
  grid-area: opening-times;
}

.cms-content-slice-dealer-opening-times__opening-times > button {
  background-color: unset;
  color: unset;
  border: unset;
  padding: unset;
  margin: unset;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.cms-content-slice-dealer-opening-times__opening-hours::after {
  content: '\25BC';
  margin-left: 5px;
  font-size: 12px;
}

.cms-content-slice-dealer-opening-times__opening-hours > span {
  font-weight: bold;
  color: #FF8500;
}

.cms-content-slice-dealer-opening-times__opening-hours--open > span {
  color: #5EB565;
}

.cms-content-slice-dealer-opening-times__opening-hours--closed > span {
  color: #FF0000;
}

.cms-content-slice-dealer-opening-times__opening-hours--coming-soon {
  color: #0293d6;
}

.cms-content-slice-dealer-opening-times__opening-hours--coming-soon::after {
  content: '';
}

.cms-content-slice-dealer-opening-times__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.cms-content-slice-dealer-opening-times__list > span:first-of-type {
  grid-column: span 2;
  font-weight: bold;
}

.cms-content-slice-dealer-opening-times__list :nth-child(2n+3) {
  font-weight: bold;
}

.cms-content-slice-dealer-opening-times__address {
  grid-area: address;
}

.cms-content-slice-dealer-opening-times__phone {
  grid-area: phone;
}

.cms-content-slice-dealer-opening-times__phone-number {
  font-weight: bold;
  color: #FF8500;
}

.cms-content-slice-dealer-opening-times__cta {
  grid-area: cta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cms-content-slice-dealer-opening-times__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cms-content-slice-dealer-opening-times__cta {
    margin-top: 30px;
  }
}

.cms-content-slice-dealer-opening-times__title {
  display: block;
  color: #243782;
  font-weight: bold;
  margin-bottom: 10px;
}

.cms-content-slice-dealer-opening-times__opening-times-collapse {
  grid-area: opening-times-collapse;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cms-content-slice-dealer-opening-times__opening-times-collapse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}

.stock-list-header__bg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  z-index: 0;
}

.stock-list-header__background {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position-y: center;
  z-index: 0;
  height: auto;
}

.no-webp .stock-list-header__background--image {
  background-image: var(--mobile-bg-jpg-1x);
}

.webp .stock-list-header__background--image {
  background-image: var(--mobile-bg-webp-1x);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .stock-list-header__background--image {
    background-image: var(--mobile-bg-jpg-2x);
  }
  .webp .stock-list-header__background--image {
    background-image: var(--mobile-bg-webp-2x);
  }
}

@media (min-width: 768px) {
  .stock-list-header__background--image {
    background-position-y: top;
  }
  .no-webp .stock-list-header__background--image {
    background-image: var(--laptop-bg-jpg-1x);
  }
  .webp .stock-list-header__background--image {
    background-image: var(--laptop-bg-webp-1x);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .stock-list-header__background--image {
    background-image: var(--laptop-bg-jpg-2x);
  }
  .webp .stock-list-header__background--image {
    background-image: var(--laptop-bg-webp-2x);
  }
}

@media (min-width: 992px) {
  .stock-list-header__background--image {
    background-position-x: center;
  }
  .no-webp .stock-list-header__background--image {
    background-image: var(--desktop-bg-jpg-1x);
  }
  .webp .stock-list-header__background--image {
    background-image: var(--desktop-bg-webp-1x);
  }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
  .no-webp .stock-list-header__background--image {
    background-image: var(--desktop-bg-jpg-2x);
  }
  .webp .stock-list-header__background--image {
    background-image: var(--desktop-bg-webp-2x);
  }
}

.stock-list-header__main-image-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1100px) {
  .stock-list-header__main-image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.stock-list-header__container {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .stock-list-header__container {
    grid-template-columns: 1fr 2fr;
    padding: 3.8rem 0rem;
  }
}

.stock-list-header__main-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .stock-list-header__main-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.stock-list-header__h1 {
  color: #0B203C;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.0em;
  font-size: 30px;
  text-align: center;
  width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .stock-list-header__h1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 768px) {
  .stock-list-header__h1 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  .stock-list-header__h1 {
    font-size: 25px;
  }
}

@media (min-width: 1000px) {
  .stock-list-header__h1 {
    font-size: 28px;
  }
}

@media (min-width: 1100px) {
  .stock-list-header__h1 {
    font-size: 35px;
  }
}

@media (min-width: 1400px) {
  .stock-list-header__h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .stock-list-header__h1--weight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: 400;
  }
}

.stock-list-header__h1-sub {
  font-size: 22px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .stock-list-header__h1-sub {
    text-transform: initial;
  }
}

@media (min-width: 900px) {
  .stock-list-header__h1-sub {
    font-size: 26px;
  }
}

@media (min-width: 1000px) {
  .stock-list-header__h1-sub {
    font-size: 28px;
  }
}

@media (min-width: 1100px) {
  .stock-list-header__h1-sub {
    font-size: 30px;
  }
}

.stock-list-header__count-down {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0rem 0rem 2rem 0rem;
}

@media (min-width: 768px) {
  .stock-list-header__count-down {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0rem;
  }
}

.stock-list-header__counter {
  font-size: 74px;
  color: #0B203C;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(3, 90px);
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 5px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .stock-list-header__counter {
    font-size: 80px;
    grid-template-columns: repeat(3, 70px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1100px) {
  .stock-list-header__counter {
    font-size: 100px;
    grid-template-columns: repeat(3, 120px);
  }
}

.stock-list-header__btn-more-vehicles {
  color: #ffffff;
  background-color: #0093D6;
  width: 100%;
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .stock-list-header__btn-more-vehicles {
    margin-top: 0rem;
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .stock-list-header__btn-more-vehicles {
    margin-top: 0rem;
    font-size: 18px;
  }
}

.stock-list-header__digit {
  width: 90px;
  height: 117px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 5px;
  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;
}

.no-webp .stock-list-header__digit {
  background-image: url("/images/events/2023/stock-list/countdown@1x.png");
}

.webp .stock-list-header__digit {
  background-image: url("/images/events/2023/stock-list/countdown@1x.webp");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .stock-list-header__digit {
    background-image: url("/images/events/2023/stock-list/countdown@2x.png");
  }
  .webp .stock-list-header__digit {
    background-image: url("/images/events/2023/stock-list/countdown@2x.webp");
  }
}

@media (min-width: 768px) {
  .stock-list-header__digit {
    width: 70px;
    height: 97px;
  }
}

@media (min-width: 1100px) {
  .stock-list-header__digit {
    width: 120px;
    height: 147px;
  }
}

.stock-list-header__counter-text {
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
}

.cms-content-slice-stock-list__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.cms-content-slice-stock-list__filters .cms-content-slice-stock-list__count {
  display: none;
}

@media (min-width: 768px) {
  .cms-content-slice-stock-list__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .cms-content-slice-stock-list__filters .cms-content-slice-stock-list__count {
    display: block;
  }
}

.cms-content-slice-stock-list__filters-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.cms-content-slice-stock-list__count {
  padding: 10px 0;
  font-size: 16px;
  color: #0093d6;
}

@media (max-width: 767px) {
  .cms-content-slice-stock-list__list {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .cms-content-slice-stock-list__list {
    overflow-x: auto;
  }
  .cms-content-slice-stock-list__list--scroll {
    min-width: 1216px;
  }
}

.cms-content-slice-stock-list__titles, .cms-content-slice-stock-list__item {
  text-align: left;
  font-size: 18px;
}

@media (max-width: 767px) {
  .cms-content-slice-stock-list__titles, .cms-content-slice-stock-list__item {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.6em;
  }
}

@media (min-width: 768px) {
  .cms-content-slice-stock-list__titles, .cms-content-slice-stock-list__item {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 3fr) minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 150px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 10px;
    padding-top: 10px;
  }
}

.cms-content-slice-stock-list__titles {
  margin-top: -28px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .cms-content-slice-stock-list__titles {
    display: none;
  }
}

.cms-content-slice-stock-list__title {
  color: #243782;
}

.cms-content-slice-stock-list__item {
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 30px;
  overflow-wrap: break-word;
}

.cms-content-slice-stock-list__item:nth-child(even) {
  background-color: #E6F4FB;
}

.cms-content-slice-stock-list__item--button {
  padding-top: 15px;
}

.cms-content-slice-stock-list__item--brand {
  font-weight: bold;
  color: #243782;
}

.cms-content-slice-stock-list__item--model, .cms-content-slice-stock-list__item--colour {
  color: #243782;
}

.cms-content-slice-stock-list__item--deposit, .cms-content-slice-stock-list__item--price {
  font-weight: bold;
  color: #EF7D00;
}

@media (min-width: 768px) {
  .cms-content-slice-stock-list__item-label {
    display: none;
  }
}

.cms-content-slice-stock-list__load-more {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-content-image-copy-overlay__container {
  height: 500px;
  position: relative;
}

.cms-content-image-copy-overlay__card-inner {
  padding: 16px;
}

.cms-content-image-copy-overlay__image {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cms-content-image-copy-overlay__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cms-content-careers-latest-roles {
  border-radius: 10px;
}

.cms-content-careers-latest-roles__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .cms-content-careers-latest-roles__header--button {
    display: none;
  }
}

.cms-content-careers-latest-roles__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .cms-content-careers-latest-roles__footer {
    display: none;
  }
}

.cms-content-careers-latest-roles__container {
  width: 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}

.site-links-footer {
  padding-bottom: 40px !important;
}

.site-links-footer__mobile {
  display: block;
}

.site-links-footer__desktop {
  display: none;
}

@media screen and (min-width: 767px) {
  .site-links-footer__mobile {
    display: none;
  }
  .site-links-footer__desktop {
    display: block;
  }
}

.site-links-footer__cross:hover {
  cursor: pointer;
}

.site-links-footer__accordion-content {
  display: none;
}

.site-links-footer__container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 10px solid #0293d6;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding-bottom: 1rem;
}

.site-links-footer__header {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 767px) {
  .site-links-footer__header {
    grid-template-columns: repeat(3, 1fr);
  }
}

.site-links-footer__header-section {
  padding: 0rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-links-footer__header-section:hover {
  cursor: pointer;
}

.site-links-footer__selected a {
  -webkit-text-decoration-color: #EF7D00 !important;
          text-decoration-color: #EF7D00 !important;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  text-decoration-thickness: 3px !important;
}

.site-links-footer__new-cars {
  display: block;
}

.site-links-footer__title {
  line-height: 37px !important;
  color: #0b1e3a;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: .3em !important;
  text-transform: capitalize !important;
  margin-left: 1rem;
}

.site-links-footer__title--upper {
  text-transform: uppercase !important;
}

.site-links-footer__title a {
  line-height: 37px !important;
  color: #0b1e3a;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: .3em !important;
}

.site-links-footer__brand-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-links-footer__inner-accordion-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: auto;
  width: 95%;
  padding: 0rem 2rem;
}

.site-links-footer__inner-accordion-container:last-child {
  border-bottom: none;
}

.site-links-footer__brand {
  font-size: 16px !important;
  line-height: 37px !important;
  text-transform: capitalize !important;
  color: #0099DC !important;
}

.site-links-footer__brand a {
  color: #0099DC !important;
}

.site-links-footer__brand--upper {
  text-transform: uppercase !important;
}

.site-links-footer__vehicles-ul {
  padding-left: 0 !important;
  margin-top: .3em !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(auto-fill, 1fr) !important;
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
}

@media (max-width: 1199px) {
  .site-links-footer__vehicles-ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 890px) {
  .site-links-footer__vehicles-ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .site-links-footer__vehicles-ul {
    grid-template-columns: 1fr !important;
  }
}

.site-links-footer__dealers-ul {
  padding-left: 0 !important;
  margin-top: .3em !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
  width: 93%;
  margin: auto;
}

@media (max-width: 1199px) {
  .site-links-footer__dealers-ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 890px) {
  .site-links-footer__dealers-ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .site-links-footer__dealers-ul {
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
    grid-template-columns: 1fr !important;
    margin: 1rem 3rem;
  }
  .site-links-footer__dealers-ul li {
    padding-left: 0;
  }
}

.site-links-footer__accordion {
  display: none;
}

.site-links-footer__li {
  list-style-type: none !important;
  font-size: 16px !important;
  line-height: 37px !important;
  text-transform: capitalize !important;
}

.site-links-footer__a {
  color: #0b1e3a !important;
}

.new-cars-in-stock__swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.new-cars-in-stock__slide {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .new-cars-in-stock__slide {
    height: auto !important;
  }
}

.new-cars-in-stock__card {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.new-cars-in-stock__img {
  display: none;
}

.new-cars-in-stock__img-coming-soon {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .new-cars-in-stock__img-coming-soon {
    display: none;
  }
}

.new-cars-in-stock__bg-img {
  position: relative;
  background-color: #eee;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 56.5%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.new-cars-in-stock__bg-img--4-by-3 {
  padding-bottom: 75%;
}

.new-cars-in-stock__card-inner {
  padding: 0 13px 13px 13px;
}

.new-cars-in-stock__spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.new-cars-in-stock__title-row {
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  grid-template-columns: 1fr 45px;
  width: 100%;
  padding: 13px 13px 0 13px;
}

.new-cars-in-stock__title-row:hover {
  text-decoration: none;
}

.new-cars-in-stock__title-area {
  grid-column: 1/2;
}

.new-cars-in-stock__title-area:hover {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.new-cars-in-stock__title {
  color: #192A44;
  line-height: 22px;
}

.new-cars-in-stock__subtitle {
  color: #192A44;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.new-cars-in-stock__hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0.5px solid rgba(151, 151, 151, 0.5);
}

.new-cars-in-stock__prices-container {
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  grid-template-columns: 1fr 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-cars-in-stock__prices {
  grid-column: 1/2;
}

.new-cars-in-stock__price {
  font-size: 11px;
  line-height: 22px;
  color: #000;
  display: block;
}

.new-cars-in-stock__price:hover {
  text-decoration: none;
}

.new-cars-in-stock__price-label {
  padding-left: 5px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ef7d00;
}

.new-cars-in-stock__per-month-label {
  padding-left: 4px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #0093d6;
}

.new-cars-in-stock__per-month-error {
  padding-left: 4px;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #000;
}

.new-cars-in-stock__spec {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 20px;
}

.new-cars-in-stock__dealer {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new-cars-in-stock__pin {
  display: inline-block;
  margin-right: 5px;
}

.new-cars-in-stock__swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.new-cars-in-stock__swiper {
  -ms-flex-preferred-size: calc(100% - 118px);
      flex-basis: calc(100% - 118px);
}

.new-cars-in-stock__swiper-btn {
  -ms-flex-preferred-size: 49px;
      flex-basis: 49px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 49px;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 150ms opacity ease-in-out, 150ms -webkit-transform ease-in-out;
  transition: 150ms opacity ease-in-out, 150ms -webkit-transform ease-in-out;
  transition: 150ms transform ease-in-out, 150ms opacity ease-in-out;
  transition: 150ms transform ease-in-out, 150ms opacity ease-in-out, 150ms -webkit-transform ease-in-out;
}

.new-cars-in-stock__swiper-btn--disabled {
  opacity: 0.2;
  cursor: initial;
}

.new-cars-in-stock__swiper-btn.swiper-button-lock {
  display: block;
}

.new-cars-in-stock__swiper-prev {
  background-image: url(/images/new/details/left-arrow.svg);
}

.new-cars-in-stock__swiper-prev:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.new-cars-in-stock__swiper-next {
  background-image: url(/images/new/details/right-arrow.svg);
}

.new-cars-in-stock__swiper-next:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.create-account-modal__container {
  min-height: 347px;
}

@media (max-width: 767px) {
  .create-account-modal__container {
    min-height: calc(100vh - $header-menu-mobile-height + 30px);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.create-account-modal__bg {
  position: relative;
  min-height: 240px;
  background-size: 101% 100%;
  background-position: center center;
}

.no-webp .create-account-modal__bg {
  background-image: url("/images/my-account/valuation-modal-image@1x.jpg");
}

.webp .create-account-modal__bg {
  background-image: url("/images/my-account/valuation-modal-image@1x.webp");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .create-account-modal__bg {
    background-image: url("/images/my-account/valuation-modal-image@2x.jpg");
  }
  .webp .create-account-modal__bg {
    background-image: url("/images/my-account/valuation-modal-image@2x.webp");
  }
}

.create-account-modal__valuation-image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-image: url("/images/my-account/valuation-modal-image@1x.jpg");
  background-image: -webkit-image-set(url("/images/my-account/valuation-modal-image@1x.jpg") 1x, url("/images/my-account/valuation-modal-image@2x.jpg") 2x, url("/images/my-account/valuation-modal-image@1x.webp") type("image/webp"), url("/images/my-account/valuation-modal-image@2x.webp") 2x type("image/webp"));
  background-image: image-set(url("/images/my-account/valuation-modal-image@1x.jpg") 1x, url("/images/my-account/valuation-modal-image@2x.jpg") 2x, url("/images/my-account/valuation-modal-image@1x.webp") type("image/webp"), url("/images/my-account/valuation-modal-image@2x.webp") 2x type("image/webp"));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .create-account-modal__valuation-image {
    background-size: 101% 100%;
  }
}

.create-account-modal__logo {
  display: none;
}

@media (min-width: 768px) {
  .create-account-modal__logo {
    position: absolute;
    top: 1rem;
    left: 40px;
    right: initial;
    width: 3.5vw;
  }
}

@media (min-width: 1200px) {
  .create-account-modal__logo {
    left: 1rem;
  }
}

.create-account-modal__body {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem 2rem;
}

@media (max-width: 991px) {
  .create-account-modal__body {
    padding: 0rem;
  }
}

.create-account-modal__body-item {
  padding: 1rem;
}

.create-account-modal__body-h1 {
  color: #0b1e3a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  line-height: 20px;
}

.create-account__container {
  margin-top: 15px;
}

.create-account__pop-up-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.1rem;
  cursor: pointer;
}

.create-account__pop-up-container-icon {
  position: absolute;
  bottom: -49%;
  left: 175%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
}

@media (max-width: 767px) {
  .create-account__pop-up-container-icon {
    position: fixed;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.create-account__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.create-account__icon-container {
  position: relative;
  display: inline-block;
}

.create-account__icon::before {
  display: inline-block;
  content: url("/images/info-blue.svg");
  width: 22px;
  height: 22px;
  position: relative;
  top: 0.3rem;
  left: 0.3rem;
}

.create-account__accept-terms {
  margin-bottom: 2rem;
}

.create-account__h3 {
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 0;
}

.create-account__p {
  color: #4a4a4a;
  text-align: left;
}

.create-account__link {
  cursor: pointer;
  font-family: "Encode Sans";
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  color: #0293d6;
}

.create-account__link:hover {
  color: #0293d6;
}

.create-account__set-password {
  display: grid;
  grid-template-columns: 1fr;
}

.create-account__password-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .create-account__password-section {
    grid-template-columns: 1fr;
  }
}

.create-account__passwords {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.create-account__h2 {
  margin-bottom: 1rem;
}

.login__heading {
  margin-bottom: 1rem;
}

.login__create-account {
  display: grid;
  gap: 1rem;
}

.login__input-pills {
  width: 55%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #E6F4FB;
  border-radius: 10px;
  gap: 10px;
  padding: 10px;
}

@media (max-width: 768px) {
  .login__input-pills {
    width: 100%;
  }
}

.login__input-pills-container {
  margin-bottom: 2rem;
}

.login__input-pill {
  height: 100%;
}

.login__input-pill label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  background-color: #E6F4FB;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 5px;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  cursor: pointer;
}

.login__input-pill label:hover {
  background: #C5ECFF;
}

.login__input-pill input {
  display: none;
}

.login__input-pill input:checked + label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0293d6;
  color: #fff;
}

.login__container {
  margin-top: 37px;
}

.login__section {
  width: 55%;
  margin: auto;
}

@media (max-width: 768px) {
  .login__section {
    width: 100%;
  }
}

.login__heading {
  width: 100%;
  margin: auto;
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #192a44;
  font-weight: 600;
  margin-bottom: 31px;
}

.login__password-container {
  position: relative;
}

.login__password-reset-button {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  height: auto;
}

.login__eye-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 23px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.login__form-item {
  padding: 0.75rem 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .login__form-item {
    padding: 0.75rem 0rem;
  }
}

.login__form-item-osb {
  padding: 0.75rem 2rem 3rem 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .login__form-item-osb {
    padding: 0.75rem 2rem 2rem;
  }
}

.login__form-forgot {
  opacity: 1;
  color: #0093d6;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.login__bg {
  position: relative;
  min-height: 210px;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}

.no-webp .login__bg {
  background-image: url("/images/my-account/login-bg-flipped@1x.jpg");
}

.webp .login__bg {
  background-image: url("/images/my-account/login-bg-flipped@1x.webp");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .login__bg {
    background-image: url("/images/my-account/login-bg-flipped@2x.jpg");
  }
  .webp .login__bg {
    background-image: url("/images/my-account/login-bg-flipped@2x.webp");
  }
}

.login__my-account-icon {
  display: none;
}

@media (min-width: 768px) {
  .login__my-account-icon {
    display: block;
    position: absolute;
    top: 1rem;
    left: 40px;
    right: initial;
    width: 4vw;
  }
}

@media (min-width: 1200px) {
  .login__my-account-icon {
    left: 1rem;
  }
}

.login__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  grid-row-gap: 0;
}

.login__card-heading {
  margin-bottom: 6px;
}

.login__price-section {
  grid-column-start: 3;
  grid-column-end: 4;
}

@media (max-width: 767px) {
  .login__price-section {
    grid-column-start: 1;
  }
}

.login__blue-box {
  background-color: #e5f4fa;
  border-radius: 5px;
  padding: 16px 31px;
  margin-top: 5px !important;
}

@media (min-width: 768px) {
  .login__blue-box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

.login__blue-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.login__price {
  color: #0293d6;
  font-weight: 600;
  font-size: 16px;
}

.login__total-cost-box {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__total-cost {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.login__card {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 0 !important;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .login__card {
    grid-column-end: 4;
    grid-row-start: 2;
    margin-top: 30px !important;
  }
}

.login__title-input {
  width: 25%;
  min-width: 130px;
}

@media (max-width: 767px) {
  .login__title-input {
    width: 50%;
  }
}

.login__input {
  background-color: #f7f7f7;
  margin-top: 16px;
}

.login__terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.login__terms-and-conditions > span > a {
  color: #0293d6;
}

.login__terms-and-conditions > span > a:visited {
  color: #0293d6;
}

.login__terms-and-conditions-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login__terms-and-conditions-checkbox {
  width: 18px;
  height: 18px;
  background-color: #f4f4f4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  border: 1px solid #0293d6;
  border-radius: 3px;
}

.login__terms-and-conditions-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  height: 12px;
  width: 12px;
  background-color: #0293d6;
  border-radius: 2px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}

.login__terms-and-conditions-input:checked ~ .login__terms-and-conditions-checkbox::after {
  display: block;
}

.login__keeping-in-touch-text {
  color: #4a4a4a;
  font-size: 11px;
  margin-top: 18px;
  line-height: 14px;
}

.login__checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
  margin-top: 18px;
}

.login__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login__contact-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login__contact-checkbox {
  width: 18px;
  height: 18px;
  background-color: #f4f4f4;
  margin-right: 10px;
  position: relative;
  border: 1px solid #0293d6;
  border-radius: 3px;
}

.login__contact-checkbox::after {
  height: 12px;
  width: 12px;
  background-color: #0293d6;
  border-radius: 2px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  content: "";
  position: absolute;
  display: none;
}

.login__contact-input:checked ~ .login__contact-checkbox::after {
  display: block;
}

.login__button {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 767px) {
  .login__button {
    grid-column-end: 4;
    max-width: 100% !important;
  }
}

.login__form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-row-gap: 0;
}

.login__form-row > div:first-of-type {
  grid-column-start: 1;
  grid-column-end: 2;
}

@media (max-width: 767px) {
  .login__form-row > div:first-of-type {
    grid-column-end: 3;
  }
}

.login__form-row > div:last-of-type {
  grid-column-start: 2;
  grid-column-end: 3;
}

@media (max-width: 767px) {
  .login__form-row > div:last-of-type {
    grid-column-start: 1;
  }
}

.login__privacy-text {
  font-size: 14px;
  font-family: "Encode Sans";
  text-align: left;
}

.login__privacy-link {
  color: #0293d6;
}

.login__privacy-link:visited {
  color: #0293d6;
}

.input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.firstname__input:focus, .lastname__input:focus {
  border: 1px solid #0093d6;
  background-color: #ecf9ff;
}

.firstname__input:focus-visible, .lastname__input:focus-visible {
  outline: none;
}

.inputError {
  border: 1px solid #ff0000;
  background-color: #ffecec;
  color: #ff0000;
}

.validation-error {
  color: #ff0000 !important;
}

select.inputValid + div.validation-error, input.inputValid + div.validation-error {
  display: none !important;
}

input.inputError::-webkit-input-placeholder {
  color: #ff0000;
}

input.inputError::-moz-placeholder {
  color: #ff0000;
}

input.inputError::-ms-input-placeholder {
  color: #ff0000;
}

input.inputError::placeholder {
  color: #ff0000;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}

.cms-content-header {
  width: 100%;
}

.cms-content-slice {
  padding-top: 45px;
  padding-bottom: 45px;
}

.cms-content-header-buttons {
  margin-top: 28px;
}

.cms-content-heading {
  color: #243782;
}

.cms-content-heading + div {
  margin-top: 16px;
}

.cms-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cms-content-multi-column-grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 35px;
}

.cms-content-multi-column-grid__media {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 992px) {
  .cms-content-multi-column-grid__media {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.cms-content-multi-column-grid__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  .cms-content-multi-column-grid__text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.cms-content-multi-column-grid__content {
  padding: 22px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-content-multi-column-grid__content--no-padding {
  padding: 0px;
}

.cms-content-multi-column-grid__card-content {
  padding: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-content-multi-column-grid__card-content--no-padding {
  padding: 0px;
}

.cms-content-multi-column-grid--two-columns {
  gap: 30px;
}

.cms-content-multi-column-grid--two-columns + .cms-content-multi-column-grid--two-columns {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .cms-content-multi-column-grid--two-columns {
    gap: 47px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cms-content-multi-column-grid--two-columns + .cms-content-multi-column-grid--two-columns {
    margin-top: 47px;
  }
}

.cms-content-multi-column-grid--three-columns {
  gap: 18px;
}

@media (min-width: 768px) {
  .cms-content-multi-column-grid--three-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .cms-content-multi-column-grid--three-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cms-content-multi-column-grid--four-columns {
  gap: 18px;
}

@media (min-width: 768px) {
  .cms-content-multi-column-grid--four-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .cms-content-multi-column-grid--four-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cms-content-rounded-image {
  border-radius: 10px;
  max-height: 180px;
  width: 100%;
}

@media (min-width: 768px) {
  .cms-content-rounded-image {
    max-height: 340px;
  }
}

.cms-content-rounded-image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.cms-content-offset-image {
  -webkit-transform: translate3d(0, -75px, 0);
          transform: translate3d(0, -75px, 0);
  margin-bottom: -75px;
}

.cms-content-rounded-video iframe {
  border-radius: 10px;
  height: 180px;
  width: 100%;
}

@media (min-width: 768px) {
  .cms-content-rounded-video iframe {
    height: 340px;
  }
}

.cms-content-terms-and-conditions {
  margin-top: 16px;
}

.cms-content-terms-and-conditions p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 11px;
  color: #4A4A4A;
  line-height: 12px;
}

.cms-content-keeping-in-touch {
  font-size: 14px;
}

.swiper-container {
  margin-top: 16px;
}

.cms-content-swiper-slide {
  height: auto;
}

.cms-content-swiper-slide--news {
  max-width: 500px;
}

.cms-content-swiper-slide--gallery {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cms-content-swiper-slide--new-model {
    max-width: 310px;
  }
}

.cms-content-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.cms-content-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cms-content-price {
  font-size: 16px;
  font-weight: bold;
}

.cms-content-price--blue {
  color: #0093D6;
}

.cms-content-price--orange {
  color: #EF7D00;
}

.swiper-row {
  margin-top: 16px;
}

.trust-pilot {
  margin-bottom: 16px;
}

.car-scheme svg {
  color: #1f3483;
}

.car-scheme__sub-heading {
  font-weight: 400;
}

.service-page-button {
  width: 100%;
}

@media (min-width: 768px) {
  .service-page-button {
    width: auto;
  }
}

.site-links {
  padding-bottom: 40px !important;
}

.site-links__new-cars {
  padding-bottom: 15px !important;
}

.site-links__used-cars {
  padding-top: 15px !important;
}

.site-links__title {
  line-height: 37px !important;
  color: #0b1e3a !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: .3em !important;
  text-transform: capitalize !important;
}

.site-links__title--upper {
  text-transform: uppercase !important;
}

.site-links__title a {
  line-height: 37px !important;
  color: #0b1e3a !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: .3em !important;
}

.site-links__brand {
  font-size: 16px !important;
  line-height: 37px !important;
  text-transform: capitalize !important;
  color: #0099DC !important;
}

.site-links__brand a {
  color: #0099DC !important;
}

.site-links__brand--upper {
  text-transform: uppercase !important;
}

.site-links ul {
  padding-left: 0 !important;
  margin-top: .3em !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(auto-fill, 1fr) !important;
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
}

@media (max-width: 1199px) {
  .site-links ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 890px) {
  .site-links ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .site-links ul {
    grid-template-columns: 1fr !important;
  }
}

.site-links__li {
  list-style-type: none !important;
  font-size: 16px !important;
  line-height: 37px !important;
  text-transform: capitalize !important;
  list-style-image: unset !important;
}

.site-links__a {
  color: #0b1e3a !important;
}

.cms-content-slice-dealer-contact-form__type-of-enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cms-content-slice-dealer-contact-form__type-of-enquiry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cms-content-slice-dealer-contact-form .cms-content-form__input--textarea {
  height: 100px;
}

.cms-content-slice-dealer-contact-form .cms-content-form__input--title {
  margin-bottom: 0;
}

.cms-content-gallery-slice {
  position: relative;
}

.cms-content-gallery-slice__pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.cms-content-gallery-slice__pagination-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem auto;
  width: 65%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cms-content-gallery-slice__pagination-labels {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .cms-content-gallery-slice__pagination-labels {
    width: 80%;
  }
}

.cms-content-gallery-slice__pagination-labels--label-container {
  padding: 0rem 1rem;
  max-width: 90vw;
  margin: 0rem auto;
}

.cms-content-gallery-slice__pagination-labels--label-container:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .cms-content-gallery-slice__pagination-labels--label-container {
    margin: 0rem;
    width: auto;
    max-width: 50vw;
    padding: 0rem;
  }
}

.cms-content-gallery-slice__pagination-labels--label {
  border-radius: 6px;
  padding: 1rem;
  border: 2px solid #0293d6;
  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;
  color: #0293d6;
}

.cms-content-gallery-slice__pagination-labels--label--active {
  background-color: #0293d6;
  color: white;
}

@media (max-width: 768px) {
  .cms-content-gallery-slice__pagination-labels--label--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cms-content-gallery-slice__pagination-labels--text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.cms-content-gallery-slice--next, .cms-content-gallery-slice--prev {
  cursor: pointer;
}

.cms-content-gallery-slice__disabled {
  pointer-events: none;
  cursor: default;
}
