article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
.time,
.address {
  display: block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #202020;
  background-color: #fff;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  height: 100%;
}
body > div.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body > iframe + div {
  min-height: 0;
}
article {
  position: relative;
}
main {
  flex-grow: 2;
}
p {
  font-size: 1.8rem;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
button {
  background-color: #284E80;
  color: white;
  border: none;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.9rem 2rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-tap-highlight-color: transparent;
  /*-webkit-user-select: none;
	user-select: none;*/
  cursor: pointer;
}
.button {
  -webkit-tap-highlight-color: transparent;
  /*-webkit-user-select: none;
	user-select: none;*/
}
strong,
b {
  font-weight: 500;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.4em;
}
sub {
  bottom: -0.25em;
}
img {
  border: none;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
hr {
  display: block;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  margin: 3rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  /*&[href^=tel] {
        text-decoration: none;

        &:hover {
            color: inherit;
        }
    }*/
}
a:hover {
  text-decoration: underline;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  display: block;
}
ul li {
  list-style: none;
}
iframe {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footnote {
  font-size: 1.5rem;
}
.clickable {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /*-webkit-user-select: none;
	user-select: none;*/
}
.block {
  display: block;
}
.meta {
  position: absolute;
  left: -4000px;
  padding: 0 !important;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  margin: 0 -2.5rem;
}
.col-count-2 {
  width: 50%;
  padding: 0 2.5rem;
}
.col-count-3 {
  width: 33.33333333%;
  padding: 0 2.5rem;
}
.col-count-4 {
  width: 25%;
  padding: 0 2.5rem;
}
.col-count-5 {
  width: 20%;
  padding: 0 2.5rem;
}
.col-count-6 {
  width: 16.66666667%;
  padding: 0 2.5rem;
}
.col-md-1 {
  width: 8.33333333%;
  padding: 0 2.5rem;
}
.col-md-2 {
  width: 16.66666667%;
  padding: 0 2.5rem;
}
.col-md-3 {
  width: 25%;
  padding: 0 2.5rem;
}
.col-md-4 {
  width: 33.33333333%;
  padding: 0 2.5rem;
}
.col-md-6 {
  width: 50%;
  padding: 0 2.5rem;
}
.col-md-8 {
  width: 66.66666667%;
  padding: 0 2.5rem;
}
.col-md-9 {
  width: 75%;
  padding: 0 2.5rem;
}
.col-md-12 {
  padding: 0 2.5rem;
  width: 100%;
}
.rte {
  word-break: break-word;
}
.rte > * {
  max-width: 80rem;
}
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.col-md-2 > div,
.col-md-3 > div,
.col-md-4 > div,
.col-md-6 > div,
.col-md-8 > div,
.col-md-9 > div {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.lazyimage,
.lazyvideo {
  display: block;
  max-width: 100%;
}
.lazyimage span,
.lazyvideo span {
  display: block;
}
.lazyimage picture,
.lazyvideo picture,
.lazyimage video,
.lazyvideo video {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: none;
}
picture {
  display: block;
  font-size: 0;
  aspect-ratio: var(--aspect);
  overflow: hidden;
}
picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
picture.lowres {
  position: relative;
}
picture.lowres img {
  position: relative;
}
picture.lowres:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--lowres-1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(20px);
}
@media screen and (max-width: 767px) {
  picture.lowres:before {
    background-image: var(--lowres-0);
    background-position: center;
    background-size: cover;
  }
}
.scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  background-image: -webkit-linear-gradient(left, #eee, rgba(238, 238, 238, 0)), -webkit-linear-gradient(right, #eee, rgba(238, 238, 238, 0)), -webkit-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -webkit-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
  background-image: -moz-linear-gradient(left, #eee, rgba(238, 238, 238, 0)), -moz-linear-gradient(right, #eee, rgba(238, 238, 238, 0)), -moz-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -moz-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
  background-image: -o-linear-gradient(left, #eee, rgba(238, 238, 238, 0)), -o-linear-gradient(right, #eee, rgba(238, 238, 238, 0)), -o-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -o-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
  background-image: linear-gradient(left, #eee, rgba(238, 238, 238, 0)), linear-gradient(right, #eee, rgba(238, 238, 238, 0)), linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 64px 100%, 64px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
  display: inline-block;
}
.mobileonly {
  display: none !important;
}
[data-vstack] {
  z-index: 1000001;
}
@media screen and (max-width: 767px) {
  html {
    position: static;
  }
  .row,
  .grid .row {
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  *:not(.thumbnails) {
    /*& > .col-md-6:nth-last-child(-n+2) {
			margin-bottom: 0;
		}*/
  }
  *:not(.thumbnails) > .col-count-1:not(:last-child),
  *:not(.thumbnails) > .col-count-2:not(:last-child),
  *:not(.thumbnails) > .col-count-4:not(:last-child),
  *:not(.thumbnails) > .col-count-3:not(:last-child),
  *:not(.thumbnails) > .col-count-5:not(:last-child),
  *:not(.thumbnails) > .col-count-6:not(:last-child),
  *:not(.thumbnails) > .col-md-2:not(:last-child),
  *:not(.thumbnails) > .col-md-3:not(:last-child),
  *:not(.thumbnails) > .col-md-4:not(:last-child),
  *:not(.thumbnails) > .col-md-6:not(:last-child),
  *:not(.thumbnails) > .col-md-8:not(:last-child),
  *:not(.thumbnails) > .col-md-9:not(:last-child),
  *:not(.thumbnails) > .col-md-12:not(:last-child) {
    margin-bottom: 3rem;
  }
  *:not(.thumbnails) > .col-md-2:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  *:not(.thumbnails) > .col-md-3:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  *:not(.thumbnails) > .col-md-3 + .col-md-9 {
    margin-top: 3rem;
  }
  *:not(.thumbnails) > .col-md-4:last-child {
    margin-bottom: 0;
  }
  *:not(.thumbnails) > .col-md-4:last-child + .col-md-8 {
    margin-top: 3rem;
  }
  .col-count-1,
  .col-count-2,
  .col-md-6,
  .col-md-8,
  .col-md-9,
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    display: block;
  }
  .col-count-4,
  .col-count-3,
  .col-md-3,
  .col-md-4 {
    width: 50%;
    padding: 0 15px;
  }
  .col-count-4.centered,
  .col-count-3.centered,
  .col-md-3.centered,
  .col-md-4.centered {
    margin-left: auto;
    margin-right: auto;
  }
  .col-count-5,
  .col-count-6,
  .col-md-2 {
    width: 25%;
    padding: 0 15px;
  }
  .mobileonly {
    display: block !important;
  }
  .notmobile {
    display: none !important;
  }
  .scrollable {
    overflow-y: hidden;
    overflow-x: auto;
    background-image: -webkit-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -webkit-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -webkit-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -webkit-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: -moz-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -moz-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -moz-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -moz-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: -o-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -o-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -o-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -o-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: linear-gradient(left, #ffffff, #EEEEEE, rgba(238, 238, 238, 0)), linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-position: 0 0, 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 64px 100%, 64px 100%, 16px 100%, 16px 100%;
    background-attachment: local, local, scroll, scroll;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .col-count-5,
  .col-count-6,
  .col-md-2 {
    width: 33.33%;
    padding: 0 15px;
  }
  *:not(.thumbnails) > .col-md-2:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .col-count-4,
  .col-count-3,
  .col-md-3,
  .col-md-4 {
    width: 100%;
  }
  .col-count-5,
  .col-count-6,
  .col-md-2 {
    width: 50%;
  }
  *:not(.thumbnails) > .col-md-3:nth-last-child(-n+2),
  *:not(.thumbnails) > .col-md-4:nth-last-child(-n+2) {
    margin-bottom: 3rem;
  }
  *:not(.thumbnails) > .col-md-2:nth-last-child(-n+2) {
    margin-bottom: 3rem;
  }
  *:not(.thumbnails) > .col-md-3:nth-last-child(-n+2) {
    margin-bottom: 3rem;
  }
  *:not(.thumbnails) > .col-md-4:last-child {
    margin-bottom: 3rem;
  }
  *:not(.thumbnails) > .col-md-3:last-child {
    margin-bottom: 0rem;
  }
  *:not(.thumbnails) > .col-md-3 + .col-md-9 {
    margin-top: 0;
  }
  *:not(.thumbnails) > .col-md-4:last-child {
    margin-bottom: 0rem;
  }
}
.skip-to-content-link {
  background: white;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 5.5rem;
  padding: 1rem 4rem;
  position: absolute;
  z-index: 99999;
  left: 0;
  transform: translateY(-7.5rem);
  transition: transform 0.3s;
  outline: 1px auto #005fcc;
}
.skip-to-content-link:focus {
  transform: translateY(-0.5rem);
}
.skip-to-content-link span {
  line-height: 4rem;
}
#main {
  outline: none;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-regular.woff") format("woff"), url("/fonts/volvo/volvo-novum-regular.woff2") format("woff2");
  font-display: block;
  font-weight: 400;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-italic.woff") format("woff"), url("/fonts/volvo/volvo-novum-italic.woff2") format("woff2");
  font-display: block;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-medium.woff") format("woff"), url("/fonts/volvo/volvo-novum-medium.woff2") format("woff2");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-medium-italic.woff") format("woff"), url("/fonts/volvo/volvo-novum-medium-italic.woff2") format("woff2");
  font-display: block;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-bold.woff") format("woff"), url("/fonts/volvo/volvo-novum-bold.woff2") format("woff2");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url("/fonts/volvo/volvo-novum-bold-italic.woff") format("woff"), url("/fonts/volvo/volvo-novum-bold-italic.woff2") format("woff2");
  font-display: block;
  font-weight: 700;
  font-style: italic;
}
vcrs-wheelchange form {
  background: transparent;
}
vcrs-wheelchange form button.btn {
  position: initial;
  bottom: unset;
  left: unset;
  transform: none;
}
vcrs-wheelchange .row {
  padding: 0 !important;
}
vcrs-wheelchange .row:after {
  display: none;
}
vcrs-wheelchange .bg-primary > div {
  background-color: transparent !important;
}
vcrs-wheelchange .row:first-child {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
vcrs-wheelchange h2 + *,
vcrs-wheelchange h3 + *,
vcrs-wheelchange h4 + *,
vcrs-wheelchange h5 + * {
  margin-top: unset;
}
ecom-retailer-booking {
  --v-font-16-size: 1.8rem;
  --v-font-12-size: 1.4rem;
}
html #CookieConsent .cookie-popup > div {
  border-radius: 4px;
}
html #CookieConsent .cookie-popup > div .content #cc-label {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html #CookieConsent .cookie-popup > div .actions > div button {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  border-radius: 4px;
  padding-top: 0.6em;
}
html #CookieConsent .cookie-popup > div .actions > div button.accentuated {
  background-color: #284E80;
}
html #CookieConsent .cookie-popup > div .actions > div label span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html #CookieConsent .cookie-popup > div .actions > div label input {
  background-color: #878685;
}
html #CookieConsent .cookie-popup > div .actions > div label input:checked {
  background-color: #284E80;
}
html #CookieConsent .cookie-popup .processors > li button {
  padding-top: 1.5em;
}
html #CookieConsent .cookie-popup .processors > li button span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html #CookieConsent .cookie-popup .processors > li button span:first-child:after {
  top: 0.25em;
}
html #CookieConsent .cookie-popup .details #cc-details > li h2 {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html #CookieConsent .cookie-popup .details #cc-details table tr th {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html #CookieConsent .cookie-popup .details #cc-details > div a {
  color: #284E80;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 1rem;
}
body {
  background: #F7F7F7;
  font-size: 1.8rem;
}
body > div {
  max-width: 134rem;
  background: #fff;
  margin: 0 auto;
}
.volvo header .logo img:nth-child(1) {
  width: 14em;
}
.polestar header .logo img:nth-child(1) {
  width: 10.1em;
  height: 2.4em;
}
.renault header .logo img:nth-child(1) {
  width: 12.1em;
  height: 1.7em;
}
.dacia header .logo img:nth-child(1) {
  width: 10.1em;
  height: 1.9em;
}
.ford header .logo img:nth-child(1) {
  width: 9.6em;
  height: 3.8em;
}
.nobrand header .logo img:nth-child(1) {
  width: 16.8em;
  height: 1.9em;
}
.nobrand header .logo img:nth-child(2) {
  display: none;
}
.nobrand header .logo:before {
  display: none;
}
header {
  margin: 0 5rem;
  position: relative;
}
header button:focus {
  outline: none;
  cursor: pointer;
}
header hr {
  margin: 0;
  border-color: #DBDBDB;
}
header > div > div {
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem;
}
header > div > div:nth-child(2) {
  align-items: baseline;
}
header .logo {
  margin: 3.2em 1.5em 1.1em;
  height: 4em;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 10px;
  /*		&:before {
			position: absolute;
			content: '';
			width: 1px;
			height: 2.6em;
			top: .72em;
			right: 15.1em;
			background-color: black;
		}
*/
}
header .logo img {
  flex-shrink: 0;
}
header .logo img:nth-child(1) {
  margin-right: 6em;
}
header .logo img:nth-child(2) {
  width: 12.3em;
  height: 1.4em;
  display: none;
}
header .search {
  margin: 1.2rem 1.5rem;
  font-size: 1.9rem;
  line-height: 1.3em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  text-transform: lowercase;
}
header .search:active {
  color: #1C6BBA !important;
}
header .search span {
  display: inline-block;
  padding: 0.3rem 0 0;
}
main > article {
  margin: 4rem 5rem 0;
}
.startpage main > article {
  margin: 3rem 5rem 0;
}
main button,
.lity button,
main .button,
.lity .button {
  background: #284E80;
  color: #fff;
  font-size: 1.9rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.9rem 3rem 1.3rem;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s linear;
}
main button:hover,
.lity button:hover,
main .button:hover,
.lity .button:hover {
  background: #1C6BBA;
  color: #fff;
  transition: background 0.15s linear;
}
main button[disabled],
.lity button[disabled],
main .button[disabled],
.lity .button[disabled] {
  background: #8F9EB5;
  cursor: not-allowed;
}
main button.loading span:nth-child(2),
.lity button.loading span:nth-child(2),
main .button.loading span:nth-child(2),
.lity .button.loading span:nth-child(2) {
  display: block;
  position: absolute;
  width: 0.8rem;
  background-color: #fff;
  -webkit-animation: spBars 1s infinite linear;
  animation: spBars 1s infinite linear;
  height: 1.4rem;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main button.loading span:nth-child(2):after,
.lity button.loading span:nth-child(2):after,
main .button.loading span:nth-child(2):after,
.lity .button.loading span:nth-child(2):after,
main button.loading span:nth-child(2):before,
.lity button.loading span:nth-child(2):before,
main .button.loading span:nth-child(2):before,
.lity .button.loading span:nth-child(2):before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
  background-color: inherit;
}
main button.loading span:nth-child(2):before,
.lity button.loading span:nth-child(2):before,
main .button.loading span:nth-child(2):before,
.lity .button.loading span:nth-child(2):before {
  left: -1.8rem;
  -webkit-animation: spBarsBefore 1s infinite linear;
  animation: spBarsBefore 1s infinite linear;
}
main button.loading span:nth-child(2):after,
.lity button.loading span:nth-child(2):after,
main .button.loading span:nth-child(2):after,
.lity .button.loading span:nth-child(2):after {
  right: -1.8rem;
  -webkit-animation: spBarsAfter 1s infinite linear;
  animation: spBarsAfter 1s infinite linear;
}
main button.loading span:nth-child(1),
.lity button.loading span:nth-child(1),
main .button.loading span:nth-child(1),
.lity .button.loading span:nth-child(1) {
  visibility: hidden;
}
main button span:nth-child(2),
.lity button span:nth-child(2),
main .button span:nth-child(2),
.lity .button span:nth-child(2) {
  display: none;
}
.loader span {
  animation: 1s blink infinite;
}
.loader :nth-child(2) {
  animation-delay: 250ms;
}
.loader :nth-child(3) {
  animation-delay: 500ms;
}
@keyframes spBarsBefore {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.35);
  }
  50% {
    transform: scale(1, 0.65);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes spBars {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.35);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes spBarsAfter {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.65);
  }
  75% {
    transform: scale(1, 1.35);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes blink {
  50% {
    color: transparent;
  }
}
body > div > footer {
  margin-top: 10rem;
  background: linear-gradient(to bottom, #ffffff 0%, #F7F7F7 100%);
}
body > div > footer > div {
  padding: 0 5rem 4rem;
}
body > div > footer > div > div {
  display: flex;
  justify-content: space-between;
}
body > div > footer > div > div:first-child {
  border-top: 1px solid #DBDBDB;
}
body > div > footer > div > div > a {
  margin: 3.9rem 0 0;
  display: block;
  width: 14.8rem;
  flex-shrink: 0;
  position: relative;
  /*&:after {
					position: absolute;
					content: '';
					width: 100%;
					height: 1px;
					top: 4.9rem;
					left: 0;
					background-color: black;
				}*/
  /*img:nth-child(2) {
					width: 12.3rem;
					height: 1.4rem;
					display: block;
				}*/
}
body > div > footer > div > div > a img:nth-child(1) {
  width: 14.8rem;
  height: 1.9rem;
  display: block;
  margin-bottom: 7.1rem;
}
body > div > footer > div > div nav {
  width: calc(100% - 14.8rem + 1.5rem);
}
body > div > footer > div > div + div nav {
  margin: 8rem 0 0;
  border-top: 1px solid #DBDBDB;
  width: 100%;
}
body > div > footer > div > div + div nav > ul {
  margin: 0 -1.5rem;
}
h1 {
  font-size: 4.2rem;
  line-height: 1.25em;
  margin-bottom: 3rem;
}
h2.smallcaps,
h3.smallcaps {
  font-size: 1.6rem !important;
  text-align: left;
  padding: 0 0 1.6rem;
  color: #707070;
}
h2,
h3,
h4,
h5 {
  line-height: 1.25em;
}
h2 + *,
h3 + *,
h4 + *,
h5 + * {
  margin-top: 1.5rem;
}
p,
li {
  line-height: 1.5em;
}
a {
  transition: color 0.075s linear;
}
a:hover {
  text-decoration: none;
  color: #1C6BBA;
  transition: color 0.075s linear;
}
p.introduction {
  font-size: 2.1rem;
  display: block;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  line-height: 1.43em;
}
p.introduction + * {
  margin-top: 5rem;
}
p.fineprint {
  font-size: 14px;
  max-width: 100%;
}
p.accentuated {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  display: block;
  padding: 0;
  line-height: 1.43em;
}
mark {
  color: #202020;
  background-color: transparent;
}
.image + * {
  margin-top: 1.5rem;
}
.image + .thumbnail,
.image + .markup {
  margin-top: 3rem;
}
.image.png picture:before {
  content: none;
}
.hasherolink h1 {
  font-size: 4rem;
  line-height: 1.25em;
}
.grid {
  margin: 0 auto 6rem;
  max-width: 100%;
}
.grid .section:not(:first-child) {
  margin: 6rem 0 0;
}
.grid form .row:first-child {
  margin: 0 -1.5rem;
  padding: 0;
}
.grid .row {
  margin: 0 -2.5rem;
  padding: 6rem 0 0;
}
.grid .row:first-child {
  margin: 0 -2.5rem;
  padding: 0;
}
.grid .row > .row {
  margin-left: 0;
  margin-right: 0;
}
.grid .row.thumbnails {
  margin-bottom: -5rem;
}
.grid .row.thumbnails.vehicles {
  margin-bottom: -3rem;
}
.grid .row:not(:first-child) {
  padding: 12.1rem 0 0;
}
.grid .row:not(:first-child):after {
  content: '';
  position: absolute;
  width: calc(100% - 2.5rem * 2);
  border-top: 1px solid #DBDBDB;
  left: 2.5rem;
  top: 6rem;
}
.grid .row.noborder {
  padding: 6rem 0 0;
}
.grid .row.noborder:after {
  content: none;
  display: none;
}
.grid .row.lowtoppadding {
  padding: 11.1rem 0 0;
}
.grid .row.lowtoppadding.noborder {
  padding: 5rem 0 0;
}
.grid .row.hightoppadding {
  padding: 14.1rem 0 0;
}
.grid .row.hightoppadding.noborder {
  padding: 8rem 0 0;
}
.grid .row.notoppadding {
  padding: 0;
}
.grid .row.notoppadding:after {
  content: none;
  display: none;
}
.grid .row .verticaldivider {
  margin-top: 0.7rem;
  /*
			position: relative;

			&:before {
				content: '';
				position: absolute;
				left: -1px;
				top: 0;
				height: 100%;
				width: 2px;
				background-color: @color_secondary;
			}

			.accentuated {
				margin-bottom: .2rem;
			}
*/
}
.grid .row.fullwidth {
  margin: 0 -5rem;
}
.grid .row.fullwidth .centered > div > *.rte > h2:first-child {
  margin-top: 0;
}
.grid .row.fullwidth .rte {
  max-width: none;
}
.grid .row.boxed {
  margin: 5rem 0 0;
  padding: 3.2rem 0.7rem 3.2rem !important;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.grid .row.boxed:after {
  content: none;
  display: none;
}
.grid .row.boxed h3 {
  font-size: 2.6rem;
}
.grid .row.boxed .rte {
  margin-bottom: 0.5rem;
}
.grid .row > a,
.grid .row > button {
  background-color: transparent;
  padding: 0;
  color: #202020;
}
.grid .row > a:hover,
.grid .row > button:hover {
  background: none;
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.grid .row > a span,
.grid .row > button span {
  z-index: 1;
  margin: 0 auto;
}
.grid .row > .boxed {
  padding: 3rem 3rem 4rem;
  border: 1px solid #CCD3DB;
  transition: border-color 0.15s linear;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}
.grid .row > .boxed.clickable {
  height: 10rem;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #284E80;
}
.grid .row > .boxed.clickable:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
  border-radius: 4px;
}
.grid .row > .boxed.clickable:hover {
  border: 1px solid #284E80;
  transition: border-color 0.15s linear;
}
.grid .row > .boxed.clickable:hover:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.grid .row > .boxed.clickable:hover a,
.grid .row > .boxed.clickable:hover button {
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.grid .row > .boxed.clickable > div {
  z-index: 1;
  margin-bottom: 0.2rem;
}
.grid .row > .boxed.clickable a:before {
  top: calc(50% - 1.9rem);
}
.grid .row > .boxed.clickable a:hover {
  transition: none;
}
.grid .row > .boxed.col-md-3 {
  width: calc(25% - 5rem);
}
.grid .row > .boxed.col-md-4 {
  width: calc(33.3333333333333% - 5rem);
}
.grid .row > .boxed.col-md-6 {
  width: calc(50% - 5rem);
}
.grid .row > .boxed.col-md-8 {
  width: calc(66.6666666666666% - 5rem);
}
.grid .row > .boxed.col-md-12 {
  width: calc(100% - 5rem);
}
.grid .row > .boxed:after {
  content: none;
  display: none;
}
.grid .row.readmore {
  padding-top: 3.9rem;
  text-align: center;
}
.grid .row.readmore:after {
  content: none;
}
.grid .grid {
  margin: 0;
}
.grid .grid .section > .row:first-child {
  padding: 12.1rem 0 0;
}
.grid .grid .section > .row:first-child:after {
  content: '';
  position: absolute;
  width: calc(100% - 2.5rem * 2);
  border-top: 1px solid #DBDBDB;
  left: 2.5rem;
  top: 6rem;
}
.grid .grid .section > .row.lowtoppadding:first-child {
  padding: 11.1rem 0 0;
}
.grid .centered > h2 {
  max-width: none;
  text-align: center;
}
.grid .centered > div > *:not(.row) {
  margin-left: auto;
  margin-right: auto;
}
.grid .centered > div > *.rte {
  text-align: center;
}
.grid .centered > div > *.rte > * {
  margin-left: auto;
  margin-right: auto;
}
.grid .centered > div > *.rte > h2:first-child {
  margin-top: -1rem;
  font-size: 3.6rem;
}
.grid .centered > div > *.rte > h2:first-child + p {
  margin-top: 2.4rem;
}
.grid .centered > div > *.rte p {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.grid .box {
  margin: 0;
}
.grid .box .rte {
  margin-bottom: 0.8rem;
}
.grid .box > div {
  padding: 3rem;
  /*h3:first-child {
				font-size: 3.2rem;

				& + * {
					margin-top: 2rem;
				}
			}*/
}
.grid .box > div ul li h3:first-child,
.grid .box > div ol li h3:first-child {
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.grid .bg-primary > div {
  background-color: #202020;
  color: white;
}
.grid .bg-secondary > div {
  background-color: #707070;
  color: white;
}
.grid .bg-secondary-alt > div {
  background-color: #3D5881;
  color: white;
}
.grid .bg-volvo-blue > div {
  background-color: #CCD3DB;
}
.grid .bg-volvo-yellow > div {
  background-color: #EFDDC4;
}
.grid .bg-volvo-red > div {
  background-color: #EDD8D3;
}
.grid .bg-volvo-green > div {
  background-color: #D9DFD2;
}
.grid .bg-metalic_0 > div {
  background-color: #F7F7F7;
}
.grid .bg-metalic_1 > div {
  background-color: #F5F5F5;
}
.grid .bg-metalic_2 > div {
  background-color: #EEEEEE;
}
.grid .bg-metalic_3 > div {
  background-color: #DBDBDB;
}
.grid .bg-metalic_4 > div {
  background-color: #767676;
}
.grid .lazyimage + .rte > h2,
.grid .lazyimage + .rte > h3 {
  margin-top: 0.8em;
}
.grid blockquote {
  padding: 4.4rem;
  margin: 0 auto;
  max-width: 98.8rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
.grid blockquote:before {
  content: '\201C ';
  font-size: 1.2em;
  line-height: 1em;
  display: inline;
}
.grid blockquote:after {
  content: '\201D';
  font-size: 1.2em;
  line-height: 1em;
  display: inline;
}
.grid .rte + .row {
  margin: 5rem -2.5rem 0;
  padding: 0;
}
.grid .rte + .row:after {
  content: none;
  display: none;
}
.grid .rte + .row.thumbnails {
  margin-bottom: -5rem;
}
.grid .rte + .row.thumbnails.vehicles {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -3rem;
}
.grid .rte + .row.filter {
  margin-top: 4rem;
}
.grid .rte + .umbraco-forms-form,
.grid .rte + div[id^="react_"] {
  margin: 3rem 0 0;
}
.grid .rte .button {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  padding: 1.2rem 2.5rem 1.4rem;
  color: #fff;
  border: none;
  line-height: 1.5em;
  text-align: center;
  white-space: normal;
  text-decoration: none;
}
.grid .rte p + p > .button:first-child,
.grid .rte ul + p > .button:first-child,
.grid .rte ol + p > .button:first-child {
  margin-top: 0.8rem;
}
.grid * + .slideshow,
.grid .slideshow + * {
  margin-top: 5rem;
}
.grid .fullwidth {
  /*max-width: 100%;*/
}
.grid .fullwidth .button {
  width: 100%;
  text-align: center;
}
.grid .fullwidth .rte * {
  max-width: none;
}
.grid .umbraco-forms-form {
  padding: 0 0 2.2rem;
}
.col-md-6 h1 {
  margin: 0;
}
.smallcaps {
  color: #707070;
  font-size: 1.3rem;
  line-height: 1.25em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
h1 + .rte {
  margin-top: 2rem;
}
.rte > :first-child {
  margin-top: 0;
}
.rte + .customicon {
  margin-top: 1.5rem;
}
.rte + .image,
.rte + .markup,
.rte + .thumbnail {
  margin-top: 3rem;
}
.rte + .thumbnails.carmodels {
  margin-top: 3rem;
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
.rte .smallcaps_secondary {
  color: #707070;
  font-size: 1.3rem;
  line-height: 1.23;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.rte a {
  color: #202020;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0 -1px;
  transition: all 0.15s linear;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-color: #8F9EB5;
  text-decoration-thickness: 1px;
}
.rte a:hover {
  color: #1C6BBA;
  text-decoration-color: #1C6BBA;
  transition: all 0.15s linear;
}
.rte a.customicon.link {
  border: none;
}
.rte a.customicon.link span {
  /*margin: 1px 0 0;*/
}
.rte h2 + *:not(hr),
.rte h3 + *:not(hr),
.rte h4 + *:not(hr),
.rte p + *:not(hr),
.rte ol + *:not(hr),
.rte ul + *:not(hr) {
  margin-top: 1.5rem;
}
.rte h2 + *:not(hr).fineprint,
.rte h3 + *:not(hr).fineprint,
.rte h4 + *:not(hr).fineprint,
.rte p + *:not(hr).fineprint,
.rte ol + *:not(hr).fineprint,
.rte ul + *:not(hr).fineprint {
  margin-top: 1rem;
}
.rte h2 + h2,
.rte h3 + h2,
.rte h4 + h2,
.rte p + h2,
.rte ol + h2,
.rte ul + h2 {
  font-size: 3.2rem;
}
.rte h2 + h2,
.rte h3 + h2,
.rte h4 + h2,
.rte p + h2,
.rte ol + h2,
.rte ul + h2,
.rte h2 + h3,
.rte h3 + h3,
.rte h4 + h3,
.rte p + h3,
.rte ol + h3,
.rte ul + h3 {
  margin: 3rem 0 0;
}
.rte h2 + h3,
.rte h3 + h3,
.rte h4 + h3,
.rte p + h3,
.rte ol + h3,
.rte ul + h3,
.rte h2 + h2.small,
.rte h3 + h2.small,
.rte h4 + h2.small,
.rte p + h2.small,
.rte ol + h2.small,
.rte ul + h2.small,
.rte h2 + h4,
.rte h3 + h4,
.rte h4 + h4,
.rte p + h4,
.rte ol + h4,
.rte ul + h4 {
  margin: 2rem 0 0;
}
.rte h2 {
  font-size: 3.2rem;
}
.rte h2.large {
  font-size: 4rem;
}
.rte h2 + .introduction {
  margin-top: 3rem;
}
.rte h3,
.rte h2.small {
  font-size: 2.4rem;
}
.rte h3 + p,
.rte h2.small + p {
  margin-top: 0.7rem;
}
.rte h4 {
  font-size: 2rem;
}
.rte h4 + p {
  margin-top: 0.7rem;
}
.rte hr {
  margin: 2.5rem 0;
}
.rte ul,
.rte ol {
  font-size: 1.8rem;
}
.rte ul li > :first-child,
.rte ol li > :first-child {
  margin-top: 0;
}
.rte ul li + li,
.rte ol li + li {
  margin: 1.5rem 0 0;
}
.rte ul li ul,
.rte ol li ul {
  margin-top: 1.5rem;
}
.rte ul li {
  list-style: none;
  padding-left: 3.5rem;
  display: list-item;
  position: relative;
}
.rte ul li:before {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 -8rem;
  width: 2.3rem;
  height: 1.6rem;
  left: 0;
  content: '';
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0.28em;
}
.rte ul[style='list-style-type: disc;'] li,
.rte ul[style='list-style-type: circle;'] li {
  padding-left: 2.7rem;
}
.rte ul[style='list-style-type: disc;'] li:before,
.rte ul[style='list-style-type: circle;'] li:before {
  border: 6px solid #707070;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 0;
  height: 0;
  left: 0.3rem;
  top: 0.45em;
}
.rte ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  counter-reset: counter;
  list-style-position: outside;
  padding: 0;
}
.rte ol li:before {
  position: absolute;
  content: counters(counter, '.') '. ';
  margin-left: -1.6em;
  counter-increment: counter;
  width: 1.6em;
  display: inline-block;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.rte ol ol {
  counter-reset: itemsecond;
  margin-left: 2.1em;
}
.rte ol ol li:before {
  content: counters(counter, '.') '.' counters(itemsecond, '.') '.';
  counter-increment: itemsecond;
  margin-left: -2.1em;
  width: 2.1em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
}
.rte ol ol ol {
  counter-reset: itemthird;
  margin-left: 3em;
}
.rte ol ol ol li:before {
  content: counters(counter, '.') '.' counters(itemsecond, '.') '.' counters(itemthird, '.') '.';
  counter-increment: itemthird;
  margin-left: -3em;
  width: 3em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
}
.rte .introduction + * {
  margin-top: 3rem;
}
.rte .introduction + .introduction {
  margin-top: 2rem;
}
.rte + .personnellist:not(.nogroups) {
  margin: 3.5rem 0 0;
}
.markup + * {
  margin-top: 1.5rem;
}
.markup + .markup {
  margin-top: 3rem !important;
}
.facility .hero .foldin {
  position: absolute;
  right: 5rem;
  top: -2.8rem;
  height: calc(100% + 5.6rem);
  width: 23.2rem;
}
.facility .hero .foldin > div {
  max-width: 100%;
}
.facility .hero .foldin .info {
  position: absolute;
  bottom: 6.5rem;
  z-index: 2;
  padding: 2.8rem 1.8rem;
}
.facility .hero .foldin .info a {
  font-size: 2rem;
  line-height: 1.45em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.facility .hero .foldin .info a:hover {
  color: inherit;
}
.facility .hero .foldin .info a + a {
  margin-top: 2.5rem;
}
.facility .hero .foldin .info a span {
  display: block;
}
.facility .hero .foldin .info a .map {
  display: inline-block;
  position: relative;
}
.facility .hero .foldin .info a .map:after {
  content: '';
  position: absolute;
  right: -3rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -20rem -8rem;
}
.facility .range .col-md-4:nth-child(n+4) {
  margin-top: 4.5rem;
}
.facility .map > div {
  margin: 2.6rem 0 0;
}
.facility .map > div:first-child {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.facility .map > div:first-child > div:first-child > span,
.facility .map > div:first-child > div:first-child > a {
  display: inline-block;
  margin: 0 3rem 1rem 0;
}
.sectionfacilities #map {
  margin-top: 5rem;
}
.vehiclelisting form {
  padding: 2.5rem 3rem 2.1rem;
}
.vehiclelisting form.expanded fieldset + fieldset > div {
  max-height: 30rem;
}
.vehiclelisting form.expanded .actions .expand > span {
  display: none;
}
.vehiclelisting form.expanded .actions .expand > span + span {
  display: block;
}
.vehiclelisting form.expanded .actions .expand:before {
  background-position: -4rem -11.95rem;
}
.vehiclelisting form > div {
  margin: 0 -1rem;
}
.vehiclelisting form > div .col-md-12 {
  padding-bottom: 2rem;
}
.vehiclelisting form > div .col-md-12 .checkboxlist label {
  margin-bottom: 0.5rem;
}
.vehiclelisting form > div fieldset {
  overflow: hidden;
  padding: 0 1rem;
}
.vehiclelisting form > div fieldset + fieldset {
  margin: 0;
}
.vehiclelisting form > div fieldset + fieldset > div {
  max-height: 0;
  transition: max-height ease-in-out 0.3s, padding ease-in-out 0.2s;
}
.vehiclelisting form > div .counter {
  background-color: #707070;
  color: #fff;
  font-size: 1.9rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.7rem 2rem 1rem;
  cursor: default;
  position: relative;
  display: table;
  margin: 1rem auto -4rem;
  bottom: initial;
  left: initial;
  right: initial;
}
.vehiclelisting form > div .counter:hover {
  background: none;
  background-color: #707070;
}
.vehiclelisting form > div .checkboxlist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.vehiclelisting form > div .checkboxlist label {
  width: auto;
  display: inline-block;
  margin: 0 2rem 0 0;
}
.vehiclelisting form > div .checkboxlist label span {
  top: 0;
}
.vehiclelisting form > div .checkboxlist label:last-child {
  margin-right: 0;
}
.vehiclelisting form > div label + .checkboxlist {
  margin: 0.3rem 0 0rem;
}
.vehiclelisting form > div .actions {
  position: absolute;
  right: 3rem;
  bottom: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: flex-end;
}
.vehiclelisting form > div .actions .customicon {
  color: #284E80;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  transition: color 0.075s linear;
}
.vehiclelisting form > div .actions .customicon > span {
  padding: 0.62rem 0 0;
  display: block;
}
.vehiclelisting form > div .actions .customicon > span + span {
  display: none;
}
.vehiclelisting form > div .actions .customicon:hover {
  background: none;
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.vehiclelisting form > div .actions .customicon:focus {
  box-shadow: none;
}
.vehiclelisting form > div .actions .expand:before {
  background-position: 0 -11.95rem;
  top: 0.4rem;
}
.vehiclelisting form > div .actions .reset {
  margin-left: 1.5rem;
}
.vehiclelisting form > div .actions .reset:before {
  background-position: -8rem -11.95rem;
  top: 0.4rem;
}
.vehiclelisting form .regno {
  text-transform: uppercase;
}
.vehiclelisting .thumbnails {
  margin: 3.5rem -1.5rem 5rem;
}
.article article .hero + time {
  margin-top: 3rem;
}
.article article > time {
  display: block;
  color: #767676;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.truckmodel .grid + .grid > .section > .row:first-child {
  padding: 6.1rem 0 0;
}
.truckmodel .grid + .grid > .section > .row:first-child:after {
  content: '';
  position: absolute;
  width: calc(100% - 2.5rem * 2);
  border-top: 1px solid #DBDBDB;
  left: 2.5rem;
  top: 0;
}
.waykevaluation-root * {
  font-family: 'Volvo Novum', sans-serif !important;
}
.waykevaluation-root #wayke-valuation-modal-header {
  z-index: 1;
}
.waykevaluation-root .waykevaluation-init {
  z-index: 10;
}
.waykevaluation-root .waykevaluation-init__header-btn {
  padding: 0.5rem 1rem 0.6rem;
}
.waykevaluation-root header {
  margin: 0;
}
.waykevaluation-root header > div {
  position: inherit;
  background-color: inherit;
}
.waykevaluation-root .waykevaluation-modal__dialog {
  border-radius: 0;
}
.waykevaluation-root .waykevaluation-header {
  background-color: transparent;
  height: 4rem;
  background: transparent;
}
.waykevaluation-root .waykevaluation-header__logo .waykevaluation-image {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 4rem;
}
.waykevaluation-root .waykevaluation-modal__close-btn {
  all: initial;
  transform: scale(0.99);
}
.waykevaluation-root .waykevaluation-link {
  color: #202020;
  background: none;
  padding: 0;
}
.waykevaluation-root .waykevaluation-input-text__input:focus {
  box-shadow: none;
}
.waykevaluation-root .waykevaluation-input-label__help-btn {
  color: white;
  padding: 0.5rem;
}
.carsforsalecontainer h1,
.trucksforsalecontainer h1,
.vehiclepage h1,
.sitesearch h1,
.smallheading h1 {
  margin-top: -0.9rem;
  font-size: 4.2rem;
  line-height: 1.25em;
}
.carsforsalecontainer h1 span,
.trucksforsalecontainer h1 span,
.vehiclepage h1 span,
.sitesearch h1 span,
.smallheading h1 span {
  font-weight: 400;
}
.vehiclepage .heading {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.vehiclepage .heading h1 {
  margin-bottom: 2.5rem;
  flex-grow: 1;
}
.vehiclepage .heading > span {
  flex-shrink: 0;
}
.vehiclepage .heading > span.alert {
  margin: 0.2rem 0 0;
  height: 3.6rem;
}
.vehiclepage .heading img {
  height: 4.7rem;
  margin-top: -0.7rem;
  flex-shrink: 0;
}
.vehiclepage .col-md-8 > .lazy {
  height: 54rem;
}
.vehiclepage .brief {
  border-top: 3px solid #3D5881;
  margin: 0 0 3rem;
  padding-top: 1.8rem;
}
.vehiclepage .brief span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  display: inline;
  padding-right: 1.5rem;
  margin-right: 1.2rem;
  line-height: 1.4em;
  border-right: 1px solid #DBDBDB;
}
.vehiclepage .brief span:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.vehiclepage .overview .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vehiclepage .overview .price > div > mark {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  color: #202020;
  font-size: 3rem;
  line-height: 1.15em;
  display: inline-block;
  margin-right: 0.8rem;
}
.vehiclepage .overview .price > div > mark + span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #767676;
  display: inline-block;
  text-decoration: line-through;
}
.vehiclepage .overview .price .alert {
  margin-left: 1rem;
  padding-top: 0.17em;
  padding-bottom: 0;
}
.vehiclepage .excvat {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #707070;
  font-size: 1.8rem;
}
.vehiclepage .leasing,
.vehiclepage .carloan {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid #DBDBDB;
}
.vehiclepage .leasing > span:first-child,
.vehiclepage .carloan > span:first-child {
  color: #202020;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: block;
}
.vehiclepage .leasing > span:first-child > span,
.vehiclepage .carloan > span:first-child > span {
  font-size: 10px;
  color: #707070;
  font-weight: 500;
}
.vehiclepage .leasing > span:nth-child(2),
.vehiclepage .carloan > span:nth-child(2) {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #707070;
  margin-top: 0.4rem;
  display: inline-block;
}
.vehiclepage .leasing .expand,
.vehiclepage .carloan .expand {
  margin-left: 0.5rem;
}
.vehiclepage .carloan .rte {
  font-size: 1.6rem;
  line-height: 1.4em;
}
.vehiclepage .carloan .rte > div:first-child {
  display: flex;
  margin: 1.2rem -1rem 0;
}
.vehiclepage .carloan .rte > div:first-child label {
  margin: 0 1rem;
  display: block;
}
.vehiclepage .carloan .rte > div:first-child label select {
  background-color: #EEEEEE;
}
.vehiclepage .carloan .rte a {
  color: #284E80;
  border: none;
}
.vehiclepage .expandable button {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #284E80;
  font-size: 1.6rem;
  padding-left: 1.7rem;
  margin-left: -0.3rem;
  transition: color 0.15s linear;
}
.vehiclepage .expandable button:before {
  background-position: -19.6rem 0;
  top: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease-in-out;
}
.vehiclepage .expandable button:hover {
  color: #1C6BBA;
  transition: color 0.15s linear;
}
.vehiclepage .expandable .rte {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.vehiclepage .expandable .rte p {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.435em;
}
.vehiclepage .expandable.open button:before {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.vehiclepage .expandable.open .rte {
  max-height: 60rem;
  transition: max-height 0.5s ease-in-out;
}
.vehiclepage .buy {
  margin-top: 1.6rem;
  padding-top: 2.2rem;
  border-top: 1px solid #DBDBDB;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
.vehiclepage .buy button {
  white-space: nowrap;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding: 1.2rem 2rem 1.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}
.vehiclepage .buy span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.vehiclepage .buy + .link {
  margin-top: 0.8rem;
  display: none;
}
.vehiclepage .buy + .link.visible {
  display: inline-table;
}
.vehiclepage .documents {
  margin-top: 1.5rem;
  display: flex;
}
.vehiclepage .documents a {
  color: #284E80;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: block;
  position: relative;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.vehiclepage .documents a:hover {
  color: #1C6BBA;
}
.vehiclepage .documents a:first-child {
  padding-left: 2.9rem;
}
.vehiclepage .documents a:first-child:before {
  content: '';
  position: absolute;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 2.6rem;
  height: 2.6rem;
  top: 0.17rem;
  left: 0;
  background-position: 16.3% 12.3%;
}
.vehiclepage .documents a + a {
  padding-left: 1.1rem;
  margin-left: 1rem;
}
.vehiclepage .documents a + a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2rem;
  background-color: #DBDBDB;
  left: 0;
  top: 0.4rem;
}
.vehiclepage .actions {
  margin-top: 3rem;
}
.vehiclepage .actions p {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
.vehiclepage .actions p:first-child {
  border-top: 1px solid #DBDBDB;
  margin-top: -0.4rem;
  padding-top: 1.1rem;
}
.vehiclepage .actions p.selectfacility {
  font-size: 1.6rem;
}
.vehiclepage .actions .select {
  margin: 1.2rem 0 1.7rem;
}
.vehiclepage .actions .select:before {
  background-position-x: -23.9rem;
  top: calc(50% - 0.6rem);
}
.vehiclepage .actions .select select {
  color: white;
  background-color: #707070;
  border-color: #707070;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
.vehiclepage .slideshow > ul,
.vehiclepage .slideshow > .bx-wrapper {
  height: 54rem;
}
.vehiclepage .slideshow .shortcuts > ul {
  justify-content: flex-start;
}
.vehiclepage .slideshow .shortcuts > ul li {
  width: calc(12.5% + 1rem);
  /*&:nth-child(7n) {
						padding: 1rem 1.2rem 1rem 1rem;
					}*/
}
.vehiclepage .slideshow .shortcuts > ul li button {
  width: 100%;
  height: auto;
  min-height: 35px;
  aspect-ratio: 3/2;
}
.vehiclepage .thumbnails {
  margin-top: 5rem;
}
.vehiclepage .rte.description {
  margin-top: 3rem;
}
.vehiclepage .rte.description .description {
  transition: max-height 1s ease-in-out;
  margin-top: 0;
  overflow: hidden;
}
.vehiclepage .rte.description .description > div *:first-child {
  padding-top: 1.5rem;
}
.vehiclepage .rte.description .toggle {
  margin-top: 1.5rem;
}
.toggle {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #284E80;
  font-size: 1.4rem;
  background-color: transparent;
  flex-grow: 0;
  display: block;
  padding: 0;
}
.toggle:focus {
  box-shadow: none;
}
.toggle:last-child {
  border-bottom: none;
}
.toggle:hover {
  background: #fff;
}
.toggle:hover span {
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.toggle span {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: color 0.075s linear;
}
.toggle span.icon.plus:before,
.toggle span.icon.minus:before,
.toggle span.icon.document:before {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  content: '';
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.3rem 0.5rem 0 0;
  flex-shrink: 0;
}
.toggle span.icon.plus:before {
  background-position: 0rem -12rem;
}
.toggle span.icon.minus:before {
  background-position: -4rem -12rem;
}
.toggle span.icon.document:before {
  background-position: -15.6rem -12rem;
}
.toggle .hidden {
  display: none !important;
}
.carmodel .glossary {
  position: relative;
  margin: 0;
}
.carmodel .glossary .toggle {
  position: absolute;
  top: -3rem;
  right: 0;
}
.carmodel .glossary dl {
  display: block;
  column-count: 3;
  column-gap: 5rem;
  text-align: left;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.carmodel .glossary dl.visible {
  max-height: none;
  padding: 4.3rem 0 0;
  margin-bottom: -1rem;
}
.carmodel .glossary dl div {
  break-inside: avoid;
  padding: 0 0 1.5rem;
}
.carmodel .glossary dl dt {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5em;
}
.carmodel .glossary dl dd {
  margin: 0;
  font-size: 1.65rem;
}
.carmodel .carvariants {
  padding-top: 6rem;
}
.carmodel .carvariants .col-md-4 {
  font-size: 1.65rem;
}
.carmodel .carvariants .col-md-4 > div {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  position: relative;
}
.carmodel .carvariants .col-md-4 > div > div {
  padding: 0 3rem 3rem;
  display: flex;
  flex-direction: column;
}
.carmodel .carvariants .col-md-4 > div > div > div {
  line-height: 1.5em;
}
.carmodel .carvariants .col-md-4 > div > div > div > p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.carmodel .carvariants .col-md-4 .lazyimage > span {
  margin: 1rem -3rem 0;
  height: 16.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carmodel .carvariants .col-md-4 .lazyimage > span img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carmodel .carvariants .col-md-4 .lazyimage + h3 {
  margin-top: 1.5rem;
}
.carmodel .carvariants .col-md-4 .price {
  font-size: 1.65rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  line-height: 1.395em;
  margin-top: 1.2rem;
  text-align: center;
}
.carmodel .carvariants .col-md-4 .price + .price {
  margin-top: 0;
}
.carmodel .carvariants .col-md-4 .price + div {
  margin-top: 1.4rem;
}
.carmodel .carvariants .col-md-4 h3 {
  font-size: 3rem;
  text-align: center;
  margin: 2.8rem 0 0;
}
.carmodel .carvariants .col-md-4 ul {
  padding: 1.5rem 0 0;
  width: 100%;
}
.carmodel .carvariants .col-md-4 ul li {
  font-size: 1.41rem;
  line-height: 1.375em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  padding: 0 0 1.4rem 2.9rem;
  position: relative;
}
.carmodel .carvariants .col-md-4 ul li:before {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  content: '';
  background-position: -19.9rem -12rem;
  width: 2.4rem;
  height: 2.3rem;
  position: absolute;
  left: -1px;
  top: 0;
}
.carmodel .carvariants .col-md-4 ul li span {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.375em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  display: block;
}
.carmodel .carvariants .col-md-4 .details {
  overflow: hidden;
  max-height: 0;
  padding: 0 3rem;
}
.carmodel .carvariants .col-md-4 .details ul {
  padding: 0 0 1.5rem;
  flex-grow: 1;
}
.carmodel .carvariants .col-md-4 > div .toggle {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #DBDBDB;
  border-radius: 0;
  align-self: flex-end;
  background-color: #fff;
  padding: 0.7rem 1.7rem 0.9rem;
  width: 100%;
}
.carmodel .carvariants .col-md-4 .select {
  margin-left: -1px;
  margin-bottom: -0.8rem;
}
.carmodel .carvariants .col-md-4 .select:before {
  right: 0;
  top: calc(50% - .7rem);
}
.carmodel .carvariants .col-md-4 .select select {
  padding-left: 0;
  padding-right: 2.3rem;
  padding-top: 0.5rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.carmodel .carvariants .col-md-4 .select select:focus {
  box-shadow: none;
}
.carmodel .carvariants .col-md-4 table {
  margin: 1.6rem 0 -0.8rem;
  display: flex;
  flex-direction: column;
}
.carmodel .carvariants .col-md-4 table tbody {
  max-width: 100%;
}
.carmodel .carvariants .col-md-4 table tbody tr:first-child {
  border-top: none;
}
.carmodel .carvariants .col-md-4 table tbody:not(:first-child) tr:first-child {
  border-top: 1px solid #DBDBDB;
}
.carmodel .carvariants .col-md-4 table tbody tr:last-child {
  border-bottom: none;
}
.carmodel .combovariants .col-md-4 table tbody:first-child tr:last-child {
  border-bottom: none;
}
.carmodel .equipmentvariants .col-md-4 > div,
.carmodel .combovariants .col-md-4 > div {
  padding-bottom: 4.6rem;
}
.carmodel .combovariants .rte h2,
.carmodel .enginevariants .rte h2 {
  max-width: calc(100% - 32rem);
}
.sitesearch .grid .row {
  padding-top: 5rem !important;
}
.sitesearch .grid .row:after {
  display: none;
}
.sitesearch .grid .carmodels {
  padding-top: 5rem !important;
}
.startpage .introduction {
  border: none;
  padding: 0;
}
.startpage .introduction a {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
}
body.loggedin header li.notloggedin {
  display: none;
}
body.notlogged header li.onlyloggedin {
  display: none;
}
/*@media screen and (min-width: @responsive_desktopxlarge_width) {
	html,
	header .logo {
		font-size: 11px;
	}
}*/
@media screen and (max-width: 1235px) {
  .carmodel .carvariants .col-md-4 .lazyimage > span {
    height: 14.5rem;
  }
}
@media only screen and (max-height: 700px) {
  html,
  header .logo {
    font-size: 9px;
  }
}
@media screen and (max-width: 1150px) {
  html,
  header .logo {
    font-size: 9px;
  }
  body > div {
    max-width: 100%;
  }
  header {
    margin: 0 4rem;
  }
  main article {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .startpage main article {
    margin-top: 3rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  header {
    margin: 0 3rem;
  }
  header .search {
    font-size: 1.9rem;
    line-height: 1.3em;
    /*mark {
				display: none;
			}*/
  }
  main article {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .startpage main article {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .grid .row > .boxed.col-md-3 {
    width: calc(50% - 2.5rem * 2);
    margin-bottom: 3rem;
  }
  .grid .row > .boxed.col-md-3:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .carmodel .carvariants .col-md-4 .details {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .carmodel .carvariants .col-md-4 > div > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .carmodel .carvariants .col-md-4 > div > div .lazyimage > span {
    margin: 0 -2rem;
    height: 13.5rem;
  }
  .vehiclepage .slideshow .shortcuts > ul li {
    width: calc(14.2857% + 1rem);
  }
  footer > div {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  footer > div > div > a {
    margin-left: 0;
  }
}
html .loan-warning {
  display: flex;
  margin-top: 1.5rem;
  font-size: 1.45rem;
}
html .loan-warning img {
  height: 3.8em;
  margin: 0.2rem 1rem 0 0 !important;
}
html .loan-warning p {
  margin-top: 0 !important;
  font-size: 1.45rem !important;
  line-height: 1.3 !important;
}
html .markup .loan-warning {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border-radius: 3px;
  padding: 1.7rem 2rem;
}
@media screen and (max-width: 900px) {
  html,
  header .logo {
    font-size: 8px;
  }
}
@media screen and (max-width: 820px) {
  body > div > footer {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
    margin: 58px 0 0;
    background: #fff;
  }
  * {
    scroll-margin-top: 7rem;
  }
  header {
    margin: 0;
    border: none;
  }
  header hr {
    display: none;
  }
  header > div {
    position: fixed;
    width: 100%;
    background-color: #F7F7F7;
    top: 0;
    z-index: 100;
  }
  header > div > div {
    margin: 0;
  }
  header .logo {
    margin: auto 15px;
  }
  header .logo img:nth-child(1) {
    margin-left: 0;
  }
  header .search {
    display: none;
  }
  main article,
  .startpage main article {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3rem;
  }
  .grid .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid .row.filter > .row,
  .grid .row.subfilter > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .grid .row:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid .row:not(:first-child) {
    padding-top: 10.1rem;
  }
  .grid .row:not(:first-child):after {
    width: calc(100% - 15px * 2);
    left: 15px;
    top: 5rem;
  }
  .grid .row .verticaldivider:before {
    display: none;
  }
  .grid .row .verticaldivider .accentuated {
    margin-bottom: 0;
  }
  .grid .row .col-md-6 + .verticaldivider {
    margin-top: -1rem;
  }
  .grid .row.lowtoppadding {
    padding-top: 9.1rem;
  }
  .grid .row.lowtoppadding.noborder {
    padding-top: 4rem;
  }
  .grid .row.hightoppadding {
    padding-top: 12.1rem;
  }
  .grid .row.hightoppadding.noborder {
    padding-top: 6.5rem;
  }
  .grid .row.noborder {
    padding-top: 5rem;
  }
  .grid .row.notoppadding {
    padding-top: 0;
  }
  .grid .row.readmore {
    padding-top: 2.9rem;
  }
  .grid .row.thumbnails {
    margin-bottom: -3rem;
  }
  .grid .row.fullwidth {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid .row.box .col-md-6 + .col-md-6,
  .grid .row.box .col-md-4 + .col-md-8,
  .grid .row.box .col-md-8 + .col-md-4 {
    padding-top: 0;
    margin-top: -3.5rem;
  }
  .grid .row > .boxed {
    margin-left: 15px;
    margin-right: 15px;
    padding: 2rem 2rem 2.5rem;
  }
  .grid .row > .boxed.col-md-4,
  .grid .row > .boxed.col-md-3 {
    width: calc(50% - 15px * 2);
  }
  .grid .row > .boxed.col-md-6 {
    width: 100%;
  }
  .grid .row.boxed {
    margin-top: 3rem;
    padding: 2.2rem 0.4rem 2.2rem !important;
  }
  .grid .row.boxed h3 {
    font-size: 21px;
  }
  .grid .row.reverseorder > div:first-child {
    margin-bottom: 0;
  }
  .grid .row.reverseorder > div:last-child {
    order: -1;
    margin-bottom: 3rem !important;
  }
  .grid .box > div {
    padding: 22px 15px;
  }
  .grid .rte > * {
    max-width: none;
  }
  .grid .rte + .row {
    margin-top: 4rem;
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid .rte + .row.thumbnails {
    margin-bottom: -3rem;
  }
  .grid .rte + .row.thumbnails.vehicles {
    margin-bottom: -3rem;
  }
  .grid .rte + .row.filter {
    margin-top: 3rem;
  }
  .grid .grid .section > .row:first-child {
    padding: 10.1rem 0 0;
  }
  .grid .grid .section > .row:first-child:after {
    width: calc(100% - 15px * 2);
    left: 15px;
    top: 5rem;
  }
  .grid .grid .section > .row.lowtoppadding:first-child {
    padding: 9.1rem 0 0;
  }
  .grid * + .slideshow,
  .grid .slideshow + * {
    margin-top: 4rem;
  }
  .rte + .thumbnails.carmodels {
    margin-top: 2rem;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .trucksforsalecontainer h1,
  .carsforsalecontainer h1,
  .sitesearch h1,
  .smallheading h1 {
    margin-top: -0.5rem;
  }
  .trucksforsalecontainer .vehiclepage h1,
  .carsforsalecontainer .vehiclepage h1,
  .sitesearch .vehiclepage h1,
  .smallheading .vehiclepage h1 {
    margin-top: 0;
  }
  .vehiclepage .heading {
    margin-top: -0.5rem;
  }
  .vehiclepage .heading h1 span {
    display: block;
  }
  .vehiclepage .heading span.alert {
    order: 1;
    margin-right: 0;
  }
  .vehiclepage .heading span.alert + * + .lazyimage {
    display: none;
  }
  .vehiclepage .heading img {
    margin-top: 1px;
  }
  .vehiclepage .overview .col-md-4 {
    width: 100%;
  }
  .vehiclepage .row.noborder .col-md-12,
  .vehiclepage .row.noborder .col-md-4.equipment,
  .vehiclepage .row.noborder .col-md-4.facts {
    margin-bottom: 0;
  }
  .carmodel .carvariants .col-md-4 > div > div .lazyimage > span {
    height: 16rem;
  }
  .carmodel .glossary dl {
    column-count: 2;
    column-gap: 30px;
  }
  .carmodel .glossary dl.visible {
    padding: 0;
    margin-top: 3.3rem;
  }
  .carmodel .glossary .toggle {
    position: static;
    margin: 1.5rem auto -1.5rem;
  }
  .carmodel .combovariants .rte h2,
  .carmodel .enginevariants .rte h2 {
    max-width: 100%;
  }
  .sectionfacilities #map {
    margin-top: 4rem;
  }
  .vehiclelisting form > div .actions {
    right: initial;
    left: 3rem;
    bottom: 4.5rem;
  }
  .vehiclelisting form > div .actions .customicon {
    line-height: 1.35em;
  }
  .vehiclelisting form > div .actions .customicon:focus {
    color: #202020 !important;
  }
  .vehiclelisting form > div .actions .customicon:active {
    color: #202020 !important;
  }
  .vehiclelisting form > div .counter {
    margin-top: 4rem;
  }
  .vehiclelisting form > div label + .checkboxlist {
    margin-bottom: 5px;
  }
  .vehiclelisting form.expanded fieldset + fieldset > div {
    max-height: 67rem;
  }
  body > div > footer {
    font-size: 1.9rem;
    margin-top: 60px;
    background: white;
  }
  body > div > footer > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  body > div > footer > div > div {
    flex-direction: row-reverse;
  }
  body > div > footer > div > div nav {
    width: 100%;
  }
  body > div > footer > div > div + div nav {
    margin: 27px 0 0;
  }
  body > div > footer > div > div > a {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
  .hasherolink h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
  p.introduction {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    border: none;
  }
  p.accentuated {
    font-size: 18px;
    line-height: 26px;
  }
  .rte h2 {
    font-size: 23px;
  }
  .rte h2.large {
    font-size: 26px;
  }
  .rte h2 + .introduction {
    margin-top: 2rem;
  }
  .rte h2.small {
    font-size: 19px;
  }
  .rte h3 {
    font-size: 19px;
  }
  .rte h2 + *:not(hr),
  .rte h3 + *:not(hr),
  .rte p + *:not(hr),
  .rte ol + *:not(hr),
  .rte ul + *:not(hr) {
    margin-top: 1rem;
  }
  .rte h2 + *:not(hr).fineprint,
  .rte h3 + *:not(hr).fineprint,
  .rte p + *:not(hr).fineprint,
  .rte ol + *:not(hr).fineprint,
  .rte ul + *:not(hr).fineprint {
    margin-top: 0.7rem;
  }
  .rte h2 + h2,
  .rte h3 + h2,
  .rte p + h2,
  .rte ol + h2,
  .rte ul + h2 {
    font-size: 23px;
  }
  .rte h2 + h2,
  .rte h3 + h2,
  .rte p + h2,
  .rte ol + h2,
  .rte ul + h2,
  .rte h2 + h3,
  .rte h3 + h3,
  .rte p + h3,
  .rte ol + h3,
  .rte ul + h3,
  .rte h2 + h4,
  .rte h3 + h4,
  .rte p + h4,
  .rte ol + h4,
  .rte ul + h4 {
    margin: 2rem 0 0;
  }
  .rte + .personnellist:not(.nogroups) {
    margin-top: 2.5rem;
  }
  .article article .hero + time {
    margin-top: 2rem;
  }
  .article article > time {
    font-size: 1.5rem;
  }
  .grid {
    margin-bottom: 4.5rem;
  }
  .grid .col-md-12.centered > div > *.rte {
    text-align: left;
  }
  .grid .col-md-12.centered > div > *.rte > h2:first-child {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid .col-md-12.centered > div > *.rte > h2:first-child + p {
    margin-top: 1.5rem;
  }
  .grid .row.lowtoppadding.noborder {
    padding-top: 3rem;
  }
  .grid blockquote {
    font-size: 23px;
    padding: 2rem 1rem;
  }
  .carmodel .carvariants .col-md-4 > div > div .lazyimage > span {
    height: 12.2rem;
  }
  .carmodel .carvariants .col-md-4 h3 {
    font-size: 22px;
  }
  .carmodel .carvariants .col-md-4 .select:before {
    top: calc(50% - 5px);
  }
  .carmodel .carvariants .col-md-4 .select select {
    font-size: 16px;
    transform: scale(0.928);
    margin-left: -5px;
    padding-right: 1.8rem;
  }
  .carmodel .glossary dl {
    column-count: 1;
  }
  .carmodel .glossary .toggle {
    margin-left: 0;
    margin-right: 0;
  }
  .carsforsalecontainer h1,
  .trucksforsalecontainer h1,
  .sitesearch h1,
  .smallheading h1 {
    font-size: 30px;
    margin-bottom: 2rem;
    margin-top: -0.8rem;
  }
  .sitesearch h1 {
    font-size: 25px;
  }
  .vehiclepage .heading {
    margin-top: -0.8rem;
  }
  .vehiclepage .heading h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .vehiclepage .heading img {
    height: 34px;
  }
  .vehiclepage .brief {
    padding-top: 13px;
  }
  .vehiclepage .brief span {
    font-size: 17px;
  }
  .vehiclelisting form {
    padding: 15px 15px 2.1rem;
  }
  .vehiclelisting form > div .actions {
    left: 15px;
  }
  .vehiclelisting form > div .col-md-12 {
    padding-bottom: 1rem;
  }
  .vehiclelisting form > div .col-md-12 .checkboxlist {
    flex-direction: column;
  }
  .facility .map > div:first-child {
    flex-direction: column;
  }
  .facility .map > div:first-child .button {
    margin-top: 1rem;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .grid .row > .boxed.col-md-4,
  .grid .row > .boxed.col-md-3 {
    width: 100%;
  }
  .grid .row > .boxed.col-md-4.clickable,
  .grid .row > .boxed.col-md-3.clickable {
    height: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .grid .row > .boxed.col-md-3:nth-child(3) {
    margin-bottom: 3rem;
  }
  .grid .row.box .col-md-4 + .col-md-4 {
    padding-top: 0;
    margin-top: -4rem;
  }
  .carmodel .carvariants .col-md-4 > div > div .lazyimage > span {
    height: 18.5rem;
  }
  .vehiclelisting form.expanded fieldset + fieldset > div {
    max-height: 100rem;
  }
  .truckpage div.facts + div.facts tr:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 360px) {
  body {
    min-width: 320px;
  }
  .carmodel .carvariants .col-md-4 > div > div .lazyimage > span {
    height: 15rem;
  }
  .carsforsalecontainer h1,
  .trucksforsalecontainer h1,
  .sitesearch h1,
  .smallheading h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 359px) {
  header .logo {
    font-size: 6.9px;
  }
}
#menutoggle {
  background-color: transparent;
  border: none;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 57px;
  height: 58px;
  margin: 0;
}
#menutoggle > span:not(.meta) {
  display: block;
  position: absolute;
  height: 1px;
  width: 27px;
  background: #284E80;
  border-radius: 1px;
  opacity: 1;
  right: 15px;
  /*transform: rotate(0deg) translateZ(0);*/
  transition: 0.25s ease-in-out;
}
#menutoggle > span:not(.meta):nth-child(1) {
  top: 21px;
}
#menutoggle > span:not(.meta):nth-child(2),
#menutoggle > span:not(.meta):nth-child(3) {
  top: 29px;
}
#menutoggle > span:not(.meta):nth-child(4) {
  top: 37px;
}
nav.mobile,
nav.contact {
  display: none;
}
nav.tools ul,
nav.legal ul {
  display: flex;
}
nav.tools ul li,
nav.legal ul li {
  position: relative;
}
nav.tools ul li:nth-child(1n+2):before,
nav.legal ul li:nth-child(1n+2):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 1.3rem;
  display: block;
  top: 1.8rem;
  left: 0;
  border-left: 1px solid #DBDBDB;
}
nav.tools ul li a,
nav.legal ul li a {
  font-size: 1.4rem;
  display: block;
  line-height: 1.3em;
  padding: 1.5rem;
  color: #707070;
}
nav.tools ul li a:hover,
nav.legal ul li a:hover {
  color: #1C6BBA;
}
nav.tools {
  margin-top: 0.2rem;
}
nav.top > ul {
  display: flex;
}
nav.top > ul > li.hover > a:after,
nav.top > ul > li.hover > a:before {
  bottom: -1px;
  z-index: 11;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
nav.top > ul > li.hover > a:after {
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
nav.top > ul > li.hover > a:before {
  border-bottom-color: #DBDBDB;
  border-width: 11px;
  margin-left: -11px;
}
nav.top > ul > li.hover > ul {
  padding: 2.1rem 3.1rem 3.1rem;
  height: auto;
  border: 1px solid #DBDBDB;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}
nav.top > ul > li.hover > ul li {
  opacity: 1;
}
nav.top > ul > li > a {
  font-size: 1.9rem;
  line-height: 1.3em;
  padding: 1.5rem 1.5rem 1.7rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
}
nav.top > ul > li > a:hover {
  text-decoration: none;
}
nav.top > ul > li > ul {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background-color: white;
  height: 0;
  overflow: hidden;
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
nav.top > ul > li > ul > li {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
nav.top > ul > li > ul > li > span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.3em;
  display: block;
  border-bottom: 1px solid #DBDBDB;
  padding: 0.5rem 0 1.4rem;
}
nav.top > ul > li > ul > li li {
  display: block;
  border-bottom: 1px solid #DBDBDB;
}
nav.top > ul > li > ul > li li:hover {
  /*background: linear-gradient(to right, @color_metalic_1 1%, @color_metalic_1 80%, @color_bg 100%);*/
}
nav.top > ul > li > ul > li li:hover a {
  text-decoration: none;
  /*padding-left: .8rem;*/
}
nav.top > ul > li > ul > li li:hover a:after {
  background-position: -16rem 0;
}
nav.top > ul > li > ul > li li:hover a mark {
  color: #1C6BBA;
}
nav.top > ul > li > ul > li li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.65rem;
  line-height: 1.091em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  padding: 0.9rem 1.7rem 1.1rem 0;
  position: relative;
  /*transition: padding .1s ease-in-out;*/
}
nav.top > ul > li > ul > li li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 1.1rem;
  width: 0.8rem;
  height: 1.5rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -4rem 0;
}
nav.top > ul > li > ul > li li a mark {
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #284E80;
  font-size: 1.2rem;
}
nav.top > ul > li > ul > li li a span {
  line-height: 1.091em;
}
nav.top > ul > li > ul > li li a > span:not(:first-child) {
  font-size: 1.43rem;
  line-height: 1em;
  flex-grow: 1;
  text-align: right;
  padding-left: 1rem;
}
nav.page {
  border-top: 1px solid #DBDBDB;
  padding: 4px 0;
}
nav.page ul {
  display: flex;
}
nav.page ul li {
  color: #202020;
  font-size: 1.7rem;
  line-height: 1.3em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
nav.page ul li:first-child {
  margin-left: -1.3rem;
}
nav.page ul li a {
  color: #202020;
  position: relative;
  padding: 1.2rem 1.3rem 1.3rem;
  white-space: nowrap;
  display: flex;
}
nav.page ul li a .lazyimage {
  margin: -0.8rem 1.7rem -0.9rem 0;
  display: flex;
  align-items: center;
  display: none;
}
nav.page ul li a .lazyimage span[data-alt="Renault"] {
  min-width: 3rem;
}
nav.page ul li a .lazyimage span[data-alt="Volvo"],
nav.page ul li a .lazyimage span[data-alt="Mercedes"] {
  min-width: 3.9rem;
}
nav.page ul li a .lazyimage span[data-alt="Smart"] {
  min-width: 4.1rem;
}
nav.page ul li a .lazyimage span[data-alt="Dacia"] {
  min-width: 4.4rem;
}
nav.page ul li a .lazyimage span[data-alt="Ford"] {
  min-width: 7.9rem;
}
nav.page ul li a .lazyimage img {
  flex-shrink: 0;
  height: 3.9rem;
}
nav.page ul li a:hover {
  color: #1C6BBA;
}
nav.heromenu {
  position: absolute;
  width: 100%;
  bottom: 0;
}
nav.heromenu .bg {
  background-image: linear-gradient(to bottom, #3D5881, #3D5881) !important;
}
nav.heromenu ul {
  padding: 0 3.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
nav.heromenu ul li.current {
  background-color: #707070;
}
nav.heromenu a {
  color: white;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.65rem;
  padding: 0.5rem 1.5rem 0.6rem;
  display: block;
}
nav.heromenu a:hover {
  color: #CCD3DB;
}
nav.footer {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 8rem;
}
nav.footer > ul,
nav.footer > div {
  width: 25%;
  padding: 3rem 0 0;
  margin-right: 2rem;
}
nav.footer > ul:last-child,
nav.footer > div:last-child {
  margin-right: 0;
}
nav.footer > ul ul a,
nav.footer > div ul a {
  font-weight: 400;
  font-size: 1.65rem;
}
nav.footer div > a {
  padding-top: 0.6rem;
}
nav.footer li {
  padding: 0.2rem 0 0.1rem;
}
nav.footer a {
  font-weight: 500;
  line-height: 1.4em;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: inline-block;
}
nav.footer a.customicon {
  font-size: 1.65rem;
  padding-left: 3.2rem;
}
nav.footer a + ul {
  margin-top: 0.2rem;
}
nav.breadcrumb {
  border-top: 1px solid #DBDBDB;
}
nav.breadcrumb ol {
  display: flex;
  margin-top: 1.6rem;
}
nav.breadcrumb ol li {
  color: #707070;
  font-size: 1.41rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  margin-right: 2.4rem;
}
nav.breadcrumb ol li a {
  color: #707070;
  position: relative;
}
nav.breadcrumb ol li a:hover {
  color: #1C6BBA;
}
nav.breadcrumb ol li a:after {
  content: '/';
  position: absolute;
  margin: 0 1rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #DBDBDB;
  text-decoration: none;
  top: -0.2rem;
  right: -2.5rem;
}
@media screen and (min-width: 767px) {
  nav.page {
    /*&.cmsbrand ul {
			background-image: linear-gradient(to right, #ffffff 0, #ffffff 3.9rem, @color_metalic_2 11rem, @color_metalic_2 100%);
		}*/
  }
  nav.page ul {
    background-image: linear-gradient(to right, #ffffff 0, #EEEEEE 9rem, #EEEEEE 100%);
  }
}
@media screen and (max-width: 1150px) {
  nav.heromenu ul {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  nav.heromenu ul {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  nav.top > ul > li > a {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  header .customicon.search {
    padding-left: 0;
  }
  header .customicon.search:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav.top,
  nav.tools,
  nav.breadcrumb {
    display: none;
  }
  nav.mobile {
    display: none;
  }
  nav.page.mobileonly {
    border-top: none;
    padding: 0;
    margin: -3rem -15px 3rem;
    background: #EEEEEE;
  }
  nav.page.mobileonly.cmsbrand {
    background: #EEEEEE;
  }
  nav.page.mobileonly ul {
    background-image: none;
  }
  nav.page.mobileonly ul li:first-child {
    padding-left: 14px;
  }
  nav.page.mobileonly ul li:last-child a {
    padding-right: 15px;
  }
  nav.page.mobileonly ul li a {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  nav.heromenu.mobileonly {
    position: static;
    margin-top: 0;
    background: #3D5881;
    margin: 0 -15px;
    width: calc(100% + 15px * 2);
    border-top: 1px solid #758296;
  }
  nav.heromenu.mobileonly ul {
    padding: 4px 5px 5px;
  }
  nav.heromenu.mobileonly a {
    padding: 2px 10px 5px;
  }
  .facility nav.heromenu.mobileonly {
    border-top: none;
  }
  body.showmobilemenu #menutoggle > span:not(.meta):nth-child(2) {
    transform: rotate(45deg) translateZ(0);
  }
  body.showmobilemenu #menutoggle > span:not(.meta):nth-child(3) {
    transform: rotate(-45deg) translateZ(0);
  }
  body.showmobilemenu #menutoggle > span:not(.meta):nth-child(1),
  body.showmobilemenu #menutoggle > span:not(.meta):nth-child(4) {
    top: 29px;
    width: 0%;
    right: 50%;
    opacity: 0;
  }
  body.showmobilemenu.done {
    margin: 0;
  }
  body.showmobilemenu.done > div {
    display: block;
  }
  body.showmobilemenu.done main,
  body.showmobilemenu.done footer {
    display: none;
  }
  body.showmobilemenu.done nav.mobile {
    padding: 58px 0 0;
    position: absolute;
  }
  body.showmobilemenu .mobilemenubg {
    content: '';
    position: fixed;
    z-index: 97;
    background-color: #F7F7F7;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
  }
  body.showmobilemenu nav.mobile {
    display: none !important;
    position: fixed;
    z-index: 99;
    background-color: #F7F7F7;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  body.showmobilemenu nav.mobile#mobile {
    display: block !important;
  }
  body.showmobilemenu nav.mobile .contact {
    display: block;
  }
  body.showmobilemenu nav.mobile .contact a {
    padding: 2px 0 3px 28px;
  }
  body.showmobilemenu nav.mobile > ul > li {
    background-color: #fff;
  }
  body.showmobilemenu nav.mobile > ul > li:first-child > div {
    border-top: 1px solid #DBDBDB;
  }
  body.showmobilemenu nav.mobile > ul > li > div {
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    transition: background-color 0.3s;
  }
  body.showmobilemenu nav.mobile > ul > li > div > button {
    width: 59px;
    max-width: 59px;
    background-color: #EBEEF2;
    border: none;
    flex-grow: 1;
    position: relative;
    padding: 0;
    height: 47px;
    border-radius: 0;
  }
  body.showmobilemenu nav.mobile > ul > li > div > button:after {
    content: '';
    width: 21px;
    height: 20px;
    background-size: 100rem 100rem;
    background-image: url(/Images/sprite.svg?d=240513);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 1000px 1000px;
    position: absolute;
    top: 14px;
    background-position: -80px 3px;
    left: 20px;
    transition: all 0.3s ease-in-out;
  }
  body.showmobilemenu nav.mobile > ul > li > div.expanded {
    background-color: #EBEEF2;
    transition: background-color 0.3s;
  }
  body.showmobilemenu nav.mobile > ul > li > div.expanded > button:after {
    transform: rotate(-180deg);
  }
  body.showmobilemenu nav.mobile > ul > li a {
    font-size: 17px;
    line-height: 21px;
    font-family: 'Volvo Novum', sans-serif;
    font-weight: 500;
    padding: 12px 18px 14px;
    display: block;
    flex-grow: 2;
  }
  body.showmobilemenu nav.mobile > ul > li a.expandable {
    padding: 12px 18px;
  }
  body.showmobilemenu nav.mobile > ul > li a span span {
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    margin-left: 5px;
  }
  body.showmobilemenu nav.mobile > ul > li a.search {
    margin: -3px 0 0;
    display: flex;
    justify-content: space-between;
  }
  body.showmobilemenu nav.mobile > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li {
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
    background-color: #F7F7F7;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul {
    column-count: 2;
    column-gap: 0;
    margin: 0 -1px -1px 0;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul li {
    background: none !important;
    display: inline-block;
    width: 100%;
    border-right: 1px solid #DBDBDB;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul li a {
    background-color: white;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > span {
    font-family: 'Volvo Novum', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    padding: 8px 18px 9px;
    background-color: #F7F7F7;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125em;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 34px 11px 18px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li a:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 11.5px;
    width: 8px;
    height: 15px;
    background-size: 100rem 100rem;
    background-image: url(/Images/sprite.svg?d=240513);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 1000px 1000px;
    background-position: -40px 0;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li a mark {
    background: none;
    font-family: 'Volvo Novum', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #202020;
    font-size: 12px;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li a > span:not(:first-child) {
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    padding-left: 5px;
  }
  body.showmobilemenu nav.mobile > div {
    flex-grow: 2;
    font-size: 15px;
    padding: 20px 18px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Volvo Novum', sans-serif;
    font-weight: 500;
  }
  body.showmobilemenu nav.mobile > div ul:first-child li:not(.notmobile) + li {
    padding: 10px 0 0;
  }
  body.showmobilemenu nav.mobile > div ul:last-child {
    margin-top: -2px;
  }
  body.showmobilemenu nav.mobile > div ul:last-child li + li {
    padding: 6px 0 0;
  }
  nav.footer {
    display: block;
    padding: 0;
  }
  nav.footer a + ul {
    margin-top: 0;
  }
  nav.footer > ul,
  nav.footer > div:not(:last-child) {
    display: none;
  }
  nav.footer > div {
    width: 100%;
    display: flex;
    padding-top: 2.5rem;
  }
  nav.footer > div ul.contact {
    width: 57%;
  }
  nav.footer > div ul.social {
    width: 43%;
  }
  nav.footer > div ul li {
    padding: 4px 0;
  }
  nav.footer > div ul li.right {
    grid-column: 2;
  }
  nav.footer > div a.customicon {
    font-size: 15px;
    padding: 4px 0 2px 31px;
    font-family: 'Volvo Novum', sans-serif;
    font-weight: 500;
  }
  nav.footer > div a.customicon:before {
    width: 26px;
    height: 26px;
    background-size: 1000px 1000px;
  }
  nav.footer > div > a {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  nav.page.mobileonly ul li a .lazyimage img {
    height: 34px;
  }
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Renault"] {
    min-width: 26px;
  }
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Volvo"],
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Mercedes"] {
    min-width: 34px;
  }
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Smart"] {
    min-width: 36px;
  }
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Dacia"] {
    min-width: 39px;
  }
  nav.page.mobileonly ul li a .lazyimage span[data-alt="Ford"] {
    min-width: 69px;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul li {
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  body.showmobilemenu nav.mobile > ul > li ul > li:last-child ul > li:last-child a {
    background: linear-gradient(white, #f8f8f8);
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li {
    display: block;
    border: none;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul {
    width: 100%;
    margin: 0;
    column-count: unset;
  }
  body.showmobilemenu nav.mobile > ul > li > ul > li > ul:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 360px) {
  nav.footer > div {
    display: block;
  }
  nav.footer > div ul {
    width: 100% !important;
  }
}
.grid .customicon {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.grid .customicon span {
  display: block;
}
.grid .customicon.block {
  display: block;
}
.grid .customicon.block + .customicon.block {
  margin-top: 1rem;
}
.grid .customicon.large {
  padding: 0.8rem 0 1rem 5rem;
  margin-top: 1.5rem;
  line-height: 1.28em;
}
.grid .customicon.large span {
  margin-top: 0.1rem;
}
.grid .customicon.large:first-child {
  margin-top: 0;
}
.grid .customicon + .rte {
  margin-top: 2.5rem;
}
.grid a.customicon {
  color: #284E80;
}
.grid a.customicon:hover {
  color: #1C6BBA;
}
.grid .boxed .customicon.large:first-child {
  padding-top: 0;
  padding-bottom: 0.2rem;
  font-size: 1.9rem;
  margin-top: -0.2rem;
  display: table;
  width: 100%;
}
.customicon {
  display: inline-table;
  position: relative;
  border: none;
  padding: 0 0 0 3rem;
  margin: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  border-radius: 0;
  white-space: normal;
  text-align: left;
}
.customicon.block {
  display: block;
}
.customicon.column {
  padding: 3rem 0 0;
}
.customicon.column.large {
  padding: 5.8rem 0 0;
}
.customicon.column.large:before {
  width: 5rem;
  height: 5rem;
  background-size: 120rem 120rem;
  top: 0;
}
.customicon:focus {
  box-shadow: none;
}
.customicon:active {
  color: #284E80 !important;
}
.customicon:before {
  content: '';
  position: absolute;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-table;
  top: 0.3rem;
  left: 0;
}
.customicon.large:before {
  top: 0.2rem;
  width: 4.1rem;
  height: 4.1rem;
}
.customicon:hover {
  text-decoration: none;
  background: transparent;
}
.customicon.link {
  font-size: 1.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #284E80;
  padding: 0.5rem 0 0.5rem 3rem;
}
.customicon.link:hover {
  color: #1C6BBA;
}
.customicon.link:before {
  background-position: -12rem -11.95rem;
  top: 0.2rem;
}
.customicon.expand:before {
  background-position: 0 -12rem;
}
.customicon.search:before {
  background-position: 0.2rem 0.3rem;
}
.customicon.search:hover:before {
  background-position: -11.8rem 0.3rem;
}
.customicon.email:before,
.customicon.mail:before,
.customicon.e-mail:before {
  background-position: 0 16.4%;
}
.customicon.email.large:before,
.customicon.mail.large:before,
.customicon.e-mail.large:before {
  background-position: 25% 20.85%;
}
.customicon.phone:before {
  background-position: 4.1% 16.4%;
}
.customicon.phone.large:before {
  background-position: 12.5% 20.85%;
}
.customicon.phone.large.white:before {
  background-position: 6.2% 33.3%;
}
.customicon.document {
  padding-top: 0.3rem;
}
.customicon.document:before {
  background-position: 16.3% 12.3%;
}
.customicon.document.large:before {
  background-position: 31.2% 20.85%;
}
.customicon.facebook:before {
  background-position: 8.2% 16.4%;
}
.customicon.twitter:before {
  background-position: 12.3% 16.4%;
}
.customicon.instagram:before {
  background-position: 16.4% 16.4%;
}
.customicon.linkedin:before {
  background-position: 20.5% 16.4%;
}
.customicon.pin.large:before {
  background-position: 0 20.85%;
}
.customicon.pin.large.white:before {
  background-position: 0 33.3%;
}
.customicon.chat.large:before {
  background-position: 18.7% 20.85%;
}
.customicon.message.large:before {
  background-position: 37.5% 20.85%;
}
.customicon.direction.large:before {
  background-position: 6.25% 20.85%;
}
.customicon.car.large:before {
  background-position: 0 27.1%;
}
.customicon.transport.large:before {
  background-position: 6.25% 27.1%;
}
.customicon.truck.large:before {
  background-position: 12.5% 27.1%;
}
.customicon.car.service.large:before {
  background-position: 18.7% 27.1%;
}
.customicon.transport.service.large:before {
  background-position: 25% 27.1%;
}
.customicon.truck.service.large:before {
  background-position: 31.2% 27.1%;
}
.customicon.bodyshop.large:before {
  background-position: 37.46% 27.1%;
}
.customicon.wheels.large:before {
  background-position: 43.8% 27.1%;
}
.customicon.glass.large:before {
  background-position: 50.05% 27.1%;
}
.customicon.wash.large:before {
  background-position: 56.2% 27.1%;
}
.customicon.shop.large:before {
  background-position: 62.5% 27.1%;
}
.customicon.gasoline.large:before {
  background-position: 100% 33.3%;
}
.customicon.customize.large {
  padding-left: 6.7rem;
}
.customicon.customize.large:before {
  width: 5.6rem;
  height: 4.4rem;
  top: calc(50% - 2.2rem) !important;
  background-position: -0.1% 52.1%;
}
.customicon.testdrive.large {
  padding-left: 6.7rem;
}
.customicon.testdrive.large:before {
  width: 5.6rem;
  height: 5.2rem;
  top: calc(50% - 2.5rem);
  background-position: 8.2% 52.3%;
}
.customicon.facilities.large {
  padding-left: 6.7rem;
}
.customicon.facilities.large:before {
  width: 5.6rem;
  height: 4.8rem;
  top: calc(50% - 2.4rem);
  background-position: 16.6% 52.1%;
}
.customicon.contactseller.large {
  padding-left: 6.7rem;
}
.customicon.contactseller.large:before {
  width: 5.5rem;
  height: 4.8rem;
  top: calc(50% - 2.1rem);
  background-position: 25.1% 52.4%;
}
@media screen and (max-width: 767px) {
  .grid .customicon.large {
    margin-left: initial;
    margin-right: initial;
  }
}
.thumbnails {
  margin-bottom: -5rem;
  opacity: 1;
  transition: opacity 0.1s;
}
.thumbnails.row {
  margin-bottom: -5rem;
}
.thumbnails.row.vehicles {
  margin-bottom: -3rem;
}
.thumbnails.loading {
  opacity: 0;
  transition: opacity 0.1s;
}
.thumbnails > div {
  margin: 0 0 5rem;
}
.thumbnails > li {
  margin: 0 0 5rem;
}
.thumbnails.carmodels {
  margin: 0 -2.5rem -3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thumbnails.carmodels li {
  width: 25%;
  padding: 0 2.5rem;
  margin: 0;
}
.thumbnails.carmodels li > h2,
.thumbnails.carmodels li > h3 {
  color: #707070;
  font-size: 2.6rem;
  padding-bottom: 1.6rem;
}
.thumbnails.carmodels li > div {
  border-top: none;
  height: calc(100% - 4.6rem);
}
.thumbnails.carmodels.showgroupheading + .showgroupheading {
  margin-top: 3rem;
}
.thumbnails.carmodels.showgroupheading li > h2,
.thumbnails.carmodels.showgroupheading li > h3 {
  visibility: hidden;
}
.thumbnails.carmodels.showgroupheading li > div {
  padding-top: 1.7rem;
  border-top: 1px solid #DBDBDB;
  height: calc(100% - 8.8rem);
  margin: 0 -2.5rem 4rem;
}
.thumbnails.carmodels.showgroupheading li > div > div {
  margin: 0 2.5rem 0;
}
.thumbnails.carmodels.showgroupheading li:nth-child(4n) > div,
.thumbnails.carmodels.showgroupheading li.last > div {
  margin-right: 0;
}
.thumbnails.carmodels.showgroupheading li:nth-child(4n) > div > div,
.thumbnails.carmodels.showgroupheading li.last > div > div {
  margin-right: 0;
}
.thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h2,
.thumbnails.carmodels.showgroupheading li.first > h2,
.thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h3,
.thumbnails.carmodels.showgroupheading li.first > h3 {
  visibility: visible;
}
.thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div,
.thumbnails.carmodels.showgroupheading li.first > div {
  margin-left: 0;
}
.thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div > div,
.thumbnails.carmodels.showgroupheading li.first > div > div {
  margin-left: 0;
}
.thumbnails.vehicles {
  margin: 3rem -1.5rem -3rem;
}
.thumbnails.vehicles > li {
  padding: 0 1.5rem 3rem;
  margin: 0;
}
.thumbnails.vehicles > div {
  margin-bottom: 3rem;
}
.thumbnails + button.more,
.thumbnails + .button.more,
.thumbnails + .customicon.block.link {
  display: table;
  margin: 4rem auto 0;
  color: #284E80;
}
.thumbnails + button.more:hover,
.thumbnails + .button.more:hover,
.thumbnails + .customicon.block.link:hover {
  color: #1C6BBA;
}
.thumbnails + button.more,
.thumbnails + .button.more {
  color: #fff;
}
.thumbnails + button.more:hover,
.thumbnails + .button.more:hover {
  color: #fff;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(odd) .aside {
  flex-direction: row;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(odd) .aside > .lazyimage {
  border-radius: 3px 0 0 3px;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(odd) .aside > div {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #DBDBDB;
  border-left: none;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(even) .aside {
  flex-direction: row-reverse;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(even) .aside > .lazyimage {
  border-radius: 0 3px 3px 0;
}
.thumbnails[data-columns="1"] > .col-md-12:nth-child(even) .aside > div {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.thumbnails[data-columns="2"] > .col-md-6 .aside > div {
  padding: 2rem 2rem 5.7rem;
}
.thumbnails[data-columns="2"] > .col-md-6 .aside > div:after {
  left: 2rem;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(odd) .aside {
  flex-direction: row-reverse;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(odd) .aside > .lazyimage {
  border-radius: 0 3px 3px 0;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(odd) .aside > div {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(even) .aside {
  flex-direction: row;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(even) .aside > .lazyimage {
  border-radius: 3px 0 0 3px;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(even) .aside > div {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #DBDBDB;
  border-left: none;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(even) .aside > div {
  padding-left: 2.5rem;
}
.thumbnails[data-columns="2"] > .col-md-6:nth-child(even) .aside > div:after {
  left: 2.5rem;
}
.thumbnails[data-columns="4"] > .col-md-6 .aside > div {
  padding: 2rem 2rem 5.7rem;
}
.thumbnails[data-columns="4"] > .col-md-6 .aside > div:after {
  left: 2rem;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 > .aside {
  flex-direction: row;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 > .aside > .lazyimage {
  border-radius: 3px 0 0 3px;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 > .aside > div {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #DBDBDB;
  border-left: none;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 + .col-md-6 > .aside {
  flex-direction: row-reverse;
  border-radius: 3px;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 + .col-md-6 > .aside > .lazyimage {
  border-radius: 0 3px 3px 0;
}
.thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 + .col-md-6 > .aside > div {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.thumbnail a {
  display: inline-block;
}
.thumbnail a:hover {
  transition: none;
}
.thumbnail picture {
  display: inline;
}
.thumbnail.carmodel {
  margin: 0 0 3rem;
}
.thumbnail.carmodel.nodescription .clickable .lazyimage {
  flex-grow: 1;
}
.thumbnail.carmodel .clickable {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.thumbnail.carmodel .clickable div {
  text-align: left;
  flex-grow: 0;
}
.thumbnail.carmodel .clickable div:first-child {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.thumbnail.carmodel .clickable a {
  transition: none;
  margin-right: 0.6rem;
}
.thumbnail.carmodel .clickable h2,
.thumbnail.carmodel .clickable h3,
.thumbnail.carmodel .clickable h4 {
  font-size: 2.6rem;
  line-height: 1.15em;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 0;
  transition: color 0.075s linear;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.thumbnail.carmodel .clickable h2 > *,
.thumbnail.carmodel .clickable h3 > *,
.thumbnail.carmodel .clickable h4 > * {
  display: inline-block;
}
.thumbnail.carmodel .clickable h2 span,
.thumbnail.carmodel .clickable h3 span,
.thumbnail.carmodel .clickable h4 span {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.15em;
}
.thumbnail.carmodel .clickable mark {
  margin: 0.3rem 0 0;
  background-color: #202020;
  color: #fff;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.3rem;
  line-height: 1.23em;
  padding: 0.4rem 0.5rem;
  margin-left: 0.8rem;
}
.thumbnail.carmodel .clickable .lazyimage {
  margin: 0.8rem 0 0;
  flex-grow: 0;
  aspect-ratio: 1.95;
}
.thumbnail.carmodel .clickable p {
  margin: 0.6rem 0 0;
  font-size: 1.65rem;
  line-height: 1.395em;
  flex-grow: 1;
}
.thumbnail.carmodel .clickable .price {
  flex-grow: 0;
  border-top: 1px solid #DBDBDB;
  margin-top: 1.3rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
.thumbnail.carmodel .clickable .price > span {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -16rem -8rem;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  z-index: 1;
  position: relative;
  bottom: 0.3rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  align-self: flex-end;
}
.thumbnail.carmodel .clickable:hover h2,
.thumbnail.carmodel .clickable:hover h3,
.thumbnail.carmodel .clickable:hover h4 {
  transition: color 0.075s linear;
  color: #1C6BBA;
}
.thumbnail.vehicle {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.thumbnail.vehicle:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
}
.thumbnail.vehicle a {
  transition: none;
}
.thumbnail.vehicle:hover .details h2,
.thumbnail.vehicle:hover .details h3 {
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.thumbnail.vehicle:hover:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.thumbnail.vehicle .facility {
  z-index: 2;
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: #EEEEEE;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.23em;
  padding: 0.4rem 0.8rem 0.6rem 0.8rem;
}
.thumbnail.vehicle .lazyimage {
  z-index: 1;
  position: relative;
  margin: 1rem 1rem 0rem;
  /*height: 17.5rem;*/
  aspect-ratio: 1.5;
  overflow: hidden;
  background-color: #DBDBDB;
}
.thumbnail.vehicle .lazyimage > span {
  height: 100%;
}
.thumbnail.vehicle .lazyimage > span picture {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail.vehicle .lazyimage > span picture img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail.vehicle .details {
  padding: 1.2rem 1.8rem 2rem;
  font-size: 1.6rem;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.thumbnail.vehicle .details h2,
.thumbnail.vehicle .details h3 {
  font-size: 2.2rem;
  line-height: 1.273em;
  transition: color 0.075s linear;
}
.thumbnail.vehicle .details h2 a,
.thumbnail.vehicle .details h3 a {
  display: inline-block;
}
.thumbnail.vehicle .details h2 span,
.thumbnail.vehicle .details h3 span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.273em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
}
.thumbnail.vehicle .details p {
  margin: 0.6rem 0 0;
  line-height: 1.436em;
  font-size: 1.6rem;
  flex-grow: 1;
  word-break: break-word;
}
.thumbnail.vehicle .details > div {
  margin: 1.3rem 0 0;
  line-height: 1.5em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #707070;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.thumbnail.vehicle .details > div > div {
  display: flex;
}
.thumbnail.vehicle .details > div > div > span {
  position: relative;
  padding: 0 1rem 0 0;
  line-height: 1em;
}
.thumbnail.vehicle .details > div > div > span + span {
  padding: 0 0 0 1rem;
}
.thumbnail.vehicle .details > div > div > span + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #DBDBDB;
}
.thumbnail.vehicle .details > div .alert {
  font-size: 1.41rem;
  height: auto;
  margin-bottom: -0.2rem;
}
.thumbnail.vehicle .price {
  position: relative;
  z-index: 2;
  padding: 1.4rem 4.5rem 1.6rem 1.8rem;
  border-top: 1px solid #DBDBDB;
}
.thumbnail.vehicle .price:after {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -16rem -8rem;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  z-index: 1;
  right: 1.8rem;
  top: 1.4rem;
}
.thumbnail.vehicle .price span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  white-space: nowrap;
}
.thumbnail.vehicle .price span + span {
  margin: 0.4rem 0 0.1rem;
}
.thumbnail.vehicle .price span.privatleasing {
  font-size: 1.41rem;
}
.thumbnail.vehicle .price span mark {
  color: #202020;
  font-size: 1.8rem;
  bottom: 1.5rem;
  display: block;
  margin-right: 0.8rem;
}
.thumbnail.vehicle .price span mark + span {
  font-size: 1.41rem;
  color: #767676;
  display: block;
  text-decoration: line-through;
}
.thumbnail.content {
  min-height: 22rem;
}
.thumbnail.content[data-width="6"].aside .lazyimage > span {
  width: 38rem;
  min-width: 100%;
  height: 100%;
}
.thumbnail.content[data-width="6"] h2,
.thumbnail.content[data-width="6"] h3 {
  font-size: 2.4rem;
}
.thumbnail.content[data-width="6"] p {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.thumbnail.content[data-width="4"] h2,
.thumbnail.content[data-width="4"] h3 {
  font-size: 2.2rem;
}
.thumbnail.content[data-width="4"] p {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.thumbnail.content[data-width="3"] h2,
.thumbnail.content[data-width="3"] h3 {
  font-size: 2.2rem;
}
.thumbnail.content[data-width="3"] p {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.thumbnail.content[data-width="12"] p {
  margin-top: 1.5rem;
}
.thumbnail.content time {
  display: block;
  color: #767676;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0.5rem 0 -0.8rem;
}
.thumbnail.content h2,
.thumbnail.content h3 {
  font-size: 3.2rem;
  transition: color 0.075s linear;
  word-break: break-word;
}
.thumbnail.content p {
  font-size: 1.8rem;
}
.thumbnail.content > div {
  position: relative;
}
.thumbnail.content > div:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
}
.thumbnail.content > div:after {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -16rem -8rem;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  z-index: 1;
  left: 2rem;
  bottom: 2.4rem;
}
.thumbnail.content > .lazyimage {
  width: 50%;
  overflow: hidden;
  position: relative;
  background-color: #DBDBDB;
}
.thumbnail.content > .lazyimage > span {
  position: absolute;
  width: 62rem;
  height: 37.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail.content > .lazyimage img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.thumbnail.content.aside {
  display: flex;
  flex-direction: row-reverse;
}
.thumbnail.content.aside > .lazyimage {
  border-radius: 0 3px 3px 0;
}
.thumbnail.content.aside > div {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.thumbnail.content.aside > .lazyimage > span {
  width: 62rem;
  height: 37.1rem;
}
.thumbnail.content.aside > div {
  width: 50%;
  padding: 2.5rem 2.8rem 5.7rem 3.3rem;
  border: 1px solid #DBDBDB;
  border-right: none;
}
.thumbnail.content.aside > div:after {
  left: 3.3rem;
}
.thumbnail.content.above {
  display: flex;
  flex-direction: column;
}
.thumbnail.content.above > .lazyimage {
  width: 100%;
  min-height: 16rem;
  border-radius: 3px 3px 0 0;
}
.thumbnail.content.above > .lazyimage > span {
  width: 100%;
  height: 100%;
}
.thumbnail.content.above > div {
  padding: 1.5rem 2rem 5.7rem;
  border: 1px solid #DBDBDB;
  border-top: none;
  border-radius: 0 0 3px 3px;
  height: 100%;
}
.thumbnail.content:hover > div a {
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.thumbnail.content:hover > div:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.thumbnail.facility {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.thumbnail.facility h2 {
  font-size: 2.2rem;
}
.thumbnail.facility .lazyimage {
  z-index: 1;
  position: relative;
  height: 16rem;
  overflow: hidden;
  background-color: #DBDBDB;
}
.thumbnail.facility .lazyimage > span {
  height: 100%;
}
.thumbnail.facility .lazyimage > span picture {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail.facility .lazyimage > span picture img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail.facility .lazyimage + div {
  flex-grow: 2;
  padding: 1.5rem 2rem 1.7rem;
  border: 1px solid #DBDBDB;
  border-top: none;
  position: relative;
}
.thumbnail.facility .lazyimage + div:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
}
.thumbnail.facility .lazyimage + div * {
  position: relative;
  z-index: 2;
}
.thumbnail.facility address {
  margin: 0.7rem 0 0;
  padding-right: 2.5rem;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: block;
  position: relative;
  color: #707070;
}
.thumbnail.facility address:after {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -16rem -8rem;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0.2rem;
}
.thumbnail.facility:hover a {
  color: #1C6BBA;
  transition: color 0.075s linear;
}
.thumbnail.facility:hover > .lazyimage + div:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.thumbnail.facility .brands,
.thumbnail.facility .marquee {
  border: 1px solid #DBDBDB;
  border-top: 0;
  display: flex;
  justify-content: stretch;
  padding: 0;
}
.thumbnail.facility .brands:last-child,
.thumbnail.facility .marquee:last-child {
  border-radius: 0 0 3px 3px;
}
.thumbnail.facility .brands > div,
.thumbnail.facility .marquee > div {
  padding: 1.6rem 2rem 1.7rem;
  flex-grow: 1;
  width: 50%;
}
.thumbnail.facility .brands > div h3,
.thumbnail.facility .marquee > div h3 {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  line-height: 1.3;
}
.thumbnail.facility .brands > div > div,
.thumbnail.facility .marquee > div > div {
  margin: 0 -0.7rem;
}
.thumbnail.facility .brands > div > div ul,
.thumbnail.facility .marquee > div > div ul {
  margin: -0.2rem 0 0.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.thumbnail.facility .brands > div > div ul li,
.thumbnail.facility .marquee > div > div ul li {
  height: 4rem;
  margin-top: 1.4rem;
  padding: 0 0.7rem;
}
.thumbnail.facility .brands > div > div ul li img,
.thumbnail.facility .marquee > div > div ul li img {
  height: 4rem;
}
.thumbnail.facility .brands > div + div,
.thumbnail.facility .marquee > div + div {
  border-left: 1px solid #DBDBDB;
}
.thumbnail + .rte,
.thumbnail + .image,
.thumbnail + .markup {
  margin-top: 3rem;
}
div.thumbnail + div.thumbnail {
  margin-top: 5rem;
}
.col-md-3 + .col-md-6 .thumbnail.content.aside > div {
  padding-left: 2.5rem;
}
.col-md-3 + .col-md-6 .thumbnail.content.aside > div:after {
  left: 2.5rem;
}
.col-md-3 + .col-md-6 + .col-md-6 .thumbnail.content.aside > div {
  padding-left: 2rem;
}
.col-md-3 + .col-md-6 + .col-md-6 .thumbnail.content.aside > div:after {
  left: 2rem;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(odd) .aside {
  flex-direction: row-reverse;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(odd) .aside > .lazyimage {
  border-radius: 0 3px 3px 0;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(odd) .aside > div {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(odd) .aside > div {
  border-left: 1px solid #DBDBDB;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(even) .aside {
  flex-direction: row;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(even) .aside > .lazyimage {
  border-radius: 3px 0 0 3px;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(even) .aside > div {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #DBDBDB;
  border-left: none;
}
.vehiclepage .thumbnails.content[data-columns="1"] > .col-md-12:nth-child(even) .aside > div {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1235px) {
  .thumbnails > li.col-md-3 .lazyimage,
  .thumbnails > li.col-md-4 .lazyimage {
    min-height: 0;
  }
}
@media screen and (max-width: 1150px) {
  .thumbnails.vehicles .col-md-3 {
    width: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .thumbnail.vehicle .lazyimage {
    /*height: 15rem;*/
  }
}
@media screen and (max-width: 820px) {
  .thumbnails.carmodels li {
    width: 33.33%;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h3 {
    visibility: hidden;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div {
    margin: 0 -2.5rem 4rem;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div > div {
    margin: 0 2.5rem 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) div,
  .thumbnails.carmodels.showgroupheading li.last div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) div > div,
  .thumbnails.carmodels.showgroupheading li.last div > div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h2,
  .thumbnails.carmodels.showgroupheading li.first > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h3,
  .thumbnails.carmodels.showgroupheading li.first > h3 {
    visibility: visible;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) div,
  .thumbnails.carmodels.showgroupheading li.first div {
    margin-left: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) div > div,
  .thumbnails.carmodels.showgroupheading li.first div > div {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .grid ul.thumbnails {
    margin-left: -15px;
    margin-right: -15px;
  }
  .thumbnails {
    margin-bottom: -30px;
  }
  .thumbnails > li.col-md-6 {
    width: 50%;
  }
  .thumbnails > li,
  .thumbnails > div {
    margin: 0 0 30px;
  }
  .thumbnails[data-columns="4"] > .col-md-3 + .col-md-6 + .col-md-6 > .aside {
    border-left: none;
  }
  .thumbnails.content > li {
    margin-bottom: 30px;
  }
  .thumbnails.carmodels li {
    padding: 0 15px;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > h3 {
    visibility: hidden;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div {
    margin: 0 -15px 4rem;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(4n) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(4n-3) > div > div {
    margin: 0 15px 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) div,
  .thumbnails.carmodels.showgroupheading li.last div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) div > div,
  .thumbnails.carmodels.showgroupheading li.last div > div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h2,
  .thumbnails.carmodels.showgroupheading li.first > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h3,
  .thumbnails.carmodels.showgroupheading li.first > h3 {
    visibility: visible;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) div,
  .thumbnails.carmodels.showgroupheading li.first div {
    margin-left: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) div > div,
  .thumbnails.carmodels.showgroupheading li.first div > div {
    margin-left: 0;
  }
  .thumbnails.row {
    margin-bottom: -30px;
  }
  .thumbnails + button.more,
  .thumbnails + .button.more,
  .thumbnails + .customicon.block.link {
    margin-top: 3rem;
  }
  .thumbnail.content {
    min-height: initial;
  }
  .thumbnail.content.aside {
    flex-direction: column !important;
  }
  .thumbnail.content.aside > .lazyimage {
    display: flex;
    width: 100%;
    height: 24rem;
    border-radius: 3px 3px 0 0 !important;
  }
  .thumbnail.content.aside > .lazyimage > span {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
  .thumbnail.content.aside > div {
    padding: 2rem 2rem 6rem;
    width: 100%;
    border: 1px solid #DBDBDB !important;
    border-top: none !important;
    border-radius: 0 0 3px 3px !important;
  }
  .thumbnail.content.aside > div:after {
    left: 2rem;
  }
  .thumbnail.content[data-width="6"] p {
    font-size: 1.8rem;
  }
  .thumbnail.content[data-width="6"] .lazyimage {
    min-height: 16rem;
  }
  .thumbnail.content[data-width="4"] p,
  .thumbnail.content[data-width="3"] p {
    font-size: 1.8rem;
  }
  .thumbnail.vehicle .lazyimage {
    /*height: 13rem;*/
  }
  div.thumbnail + div.thumbnail {
    margin-top: 30px;
  }
  .col-md-6 + .col-md-6 .thumbnail.content.aside {
    flex-direction: row;
  }
  .col-md-6 + .col-md-6 .thumbnail.content.aside > .lazyimage {
    border-radius: 3px 0 0 3px;
  }
  .col-md-6 + .col-md-6 .thumbnail.content.aside > div {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #DBDBDB;
    border-left: none;
  }
  .col-md-6 + .col-md-6 .thumbnail.content.aside > div {
    padding-left: 2rem;
  }
  .col-md-6 + .col-md-6 .thumbnail.content.aside > div:after {
    left: 2rem;
  }
  .col-md-3 + .col-md-6 .thumbnail.content.aside > div {
    padding-left: 2rem;
  }
  .col-md-3 + .col-md-6 .thumbnail.content.aside > div:after {
    left: 2rem;
  }
  .col-md-3 + .col-md-6 + .col-md-6 .thumbnail.content.aside > div {
    padding-left: 2rem;
  }
  .col-md-3 + .col-md-6 + .col-md-6 .thumbnail.content.aside > div:after {
    left: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .thumbnails.vehicles .col-md-3 {
    width: 50%;
  }
  .thumbnails.carmodels li {
    width: 50%;
  }
  .thumbnails.carmodels li h2,
  .thumbnails.carmodels li h3 {
    font-size: 20px;
  }
  .thumbnails.carmodels.showgroupheading li > div {
    height: calc(100% - 8.4rem);
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h3 {
    visibility: hidden;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > div {
    margin: 0 -15px 4rem;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > div > div {
    margin: 0 15px 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) div,
  .thumbnails.carmodels.showgroupheading li.last div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) div > div,
  .thumbnails.carmodels.showgroupheading li.last div > div {
    margin-right: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > h2,
  .thumbnails.carmodels.showgroupheading li.first > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > h3,
  .thumbnails.carmodels.showgroupheading li.first > h3 {
    visibility: visible;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) div,
  .thumbnails.carmodels.showgroupheading li.first div {
    margin-left: 0;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) div > div,
  .thumbnails.carmodels.showgroupheading li.first div > div {
    margin-left: 0;
  }
  .thumbnail.carmodel .clickable h2,
  .thumbnail.carmodel .clickable h3,
  .thumbnail.carmodel .clickable h4 {
    font-size: 20px;
  }
  .thumbnail.content h2,
  .thumbnail.content h3 {
    font-size: 19px !important;
    line-height: 24px;
    padding-right: 30px;
  }
  .thumbnail.content time {
    margin-bottom: -0.6rem;
  }
  .thumbnail.content p {
    font-size: 1.65rem !important;
  }
  .thumbnail.content > div {
    padding: 12px 15px 19px !important;
    font-size: 10px;
  }
  .thumbnail.content > div p,
  .thumbnail.content > div h2 {
    z-index: 2;
    position: relative;
  }
  .thumbnail.content > div p {
    margin-top: 7px !important;
  }
  .thumbnail.content > div:after {
    right: 15px !important;
    top: 15px !important;
    bottom: auto !important;
    left: auto !important;
  }
  .thumbnail.content.aside > .lazyimage {
    height: 16rem;
  }
  .thumbnail.vehicle .lazyimage {
    /*height: 15rem;*/
  }
}
@media screen and (max-width: 480px) {
  .thumbnails > li.col-md-6 {
    width: 100%;
  }
  .thumbnails.vehicles .col-md-3 {
    width: 100%;
  }
  .thumbnail.vehicle .lazyimage {
    /*height: 230px;*/
  }
  .thumbnail.vehicle .facility {
    padding: 0.5rem 1rem 0.7rem 1rem;
    font-size: 1.7rem;
  }
  .thumbnail.carmodel .clickable .price strong span {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .thumbnail.vehicle .lazyimage {
    /*height: 214px;*/
  }
}
@media screen and (max-width: 360px) {
  .thumbnail.vehicle .lazyimage {
    /*height: 170px;*/
  }
  .thumbnail.carmodel {
    margin-bottom: 2rem;
  }
  .thumbnail.carmodel > .clickable {
    display: block;
    height: auto;
  }
  .thumbnails.carmodels {
    margin-bottom: -2rem;
    display: block;
  }
  .thumbnails.carmodels li {
    width: 100%;
  }
  .thumbnails.carmodels li > div {
    height: auto;
  }
  .thumbnails.carmodels.showgroupheading + .showgroupheading {
    margin-top: 4rem;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > h2,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) > h3,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > h3 {
    display: none;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > div {
    padding-top: 1.7rem;
    border-top: none;
    height: calc(100% - 6.8rem);
    margin: 0 0 2rem;
  }
  .thumbnails.carmodels.showgroupheading li:nth-child(3n) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(3n-2) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n) > div > div,
  .thumbnails.carmodels.showgroupheading li:nth-child(2n-1) > div > div {
    margin: 0 0 0;
  }
  .thumbnails.carmodels.showgroupheading li.first > h2,
  .thumbnails.carmodels.showgroupheading li.first > h3 {
    display: block;
    visibility: visible;
    padding-top: 1.6rem;
  }
  .thumbnails.carmodels.showgroupheading li.first > div {
    border-top: 1px solid #DBDBDB;
  }
}
.filter li {
  padding: 0 1.5rem 1.5rem 0;
}
.filter li.current button {
  color: white;
  background-color: #284E80;
  border-color: #284E80;
}
.filter li.current button:hover {
  background: #284E80;
  cursor: default;
}
.filter button {
  border: 1px solid #284E80;
  padding: 0.7rem 2rem 0.9rem;
  font-size: 1.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #284E80;
  background-color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.filter button:hover {
  border-color: #1C6BBA;
  color: #1C6BBA;
  background: white;
}
.filter + .noresults {
  display: none;
}
.filter + .noresults + .row {
  padding-top: 5rem;
}
.filter + .noresults + .row:after {
  content: none;
  display: none;
}
.filter + .noresults.visible {
  display: block;
  padding: 5rem 0;
}
.filter + .noresults.visible + .row {
  display: none;
}
.grid .centered .filter {
  justify-content: center;
}
.grid .row.filter {
  margin: 0 -1.5rem -1.5rem 0;
}
.grid .row.filter + .thumbnails {
  padding: 5rem 0 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.grid .row.filter + .thumbnails:after {
  content: none;
}
.grid .row.subfilter {
  padding: 0;
  margin: 0 -1.5rem -1.5rem 0;
}
.grid .row.subfilter:after {
  content: none;
}
/*.subfilter {
	justify-content: center;

	li {
		padding: 0 1.5rem 1.5rem 0;

		&.current {
			button {
				color: white;
				background-color: @color_primary;
				border-color: @color_primary;

				&:hover {
					background: @color_primary;
					cursor: default;
				}
			}
		}
	}

	button {
		border: 1px solid @color_border;
		padding: .7rem 2.2rem .8rem;
		font-size: 1.65rem;
		.font_default_bold();
		color: @color_primary;
		background-color: white;
		.rounded_corners(2px);

		&:hover {
			background: linear-gradient(to bottom, white, @color_metalic_2);
		}
	}
}*/
@media screen and (max-width: 767px) {
  .filter + .noresults + .row {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .filter li:first-child {
    padding-left: 0;
  }
  .grid .centered .filter {
    justify-content: flex-start;
  }
  .grid .row.filter + .thumbnails {
    padding-top: 4rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.vehiclepage .slideshow .bx-wrapper,
.vehiclepage .slideshow .bxslider_custom {
  max-height: 54rem;
}
.slideshow {
  position: relative;
  width: 100%;
}
.slideshow .wrapper {
  position: relative;
}
.slideshow .bx-wrapper,
.slideshow .bxslider_custom {
  height: 100%;
  overflow-y: hidden;
  max-height: 65rem;
}
.slideshow .bx-wrapper .lazyimage,
.slideshow .bxslider_custom .lazyimage {
  background-color: #DBDBDB;
}
.slideshow .bx-wrapper video,
.slideshow .bxslider_custom video {
  aspect-ratio: 810/540;
  width: 100%;
}
.slideshow.initiated .bx-wrapper {
  z-index: 2;
  position: relative;
}
.slideshow.initiated .bx-wrapper li {
  visibility: visible;
  aspect-ratio: 810/540;
  width: 100%;
}
.slideshow.initiated .bx-wrapper li:before {
  content: '';
  position: relative;
  width: attr(data-width);
  height: attr(data-width);
}
.slideshow.initiated .shortcuts {
  opacity: 1;
}
.slideshow .bx-viewport {
  min-height: 100%;
}
.slideshow > ul,
.slideshow > .bx-wrapper {
  height: 65rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.slideshow > ul li,
.slideshow > .bx-wrapper li {
  visibility: hidden;
}
.slideshow > ul li:first-child,
.slideshow > .bx-wrapper li:first-child {
  visibility: visible;
}
.slideshow .navigation {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.slideshow .navigation button {
  position: absolute;
  top: calc(50% - 3.25rem);
  height: 6.5rem;
  width: 6.5rem;
  padding: 0;
  cursor: pointer;
  border: none;
  background: #EEEEEE;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  box-shadow: none;
  transition: opacity ease-in-out 0.4s, background linear 0.075s, box-shadow linear 0.075s;
}
.slideshow .navigation button:after {
  content: '';
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 1.4rem;
  height: 2.2rem;
  top: 50%;
  margin-top: -1.1rem;
}
.slideshow .navigation button:hover {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.075s linear;
}
.slideshow .navigation button:active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.075s linear;
}
.slideshow .navigation button.next {
  right: -3.25rem;
}
.slideshow .navigation button.next:after {
  background-position: -8rem -8rem;
  right: 1.2rem;
}
.slideshow .navigation button.prev {
  left: -3.25rem;
  opacity: 0;
  display: none;
}
.slideshow .navigation button.prev:after {
  background-position: -4rem -8rem;
  left: 1.2rem;
}
.slideshow .shortcuts {
  opacity: 0;
}
.slideshow .shortcuts > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.slideshow .shortcuts > ul li {
  padding: 0.9rem;
  margin: -0.5rem;
  background-color: #e8e8e8;
  position: relative;
  transition: all linear 0.075s;
  border: 0.1rem solid #e8e8e8;
}
.slideshow .shortcuts > ul li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 3;
  border-color: #fff;
}
.slideshow .shortcuts > ul li.current {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 4;
  border-color: #284E80;
}
.slideshow .shortcuts > ul li:active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.slideshow .shortcuts > ul li.lazyvideoviewmodel button,
.slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button {
  font-size: 10px;
}
.slideshow .shortcuts > ul li.lazyvideoviewmodel button:before,
.slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button:before {
  content: '';
  position: absolute;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100em 100em;
  width: 8.6em;
  height: 4em;
  background-position: -0.1em -37.9em;
  left: calc(50% - 4.3em);
  top: calc(50% - 2em);
  mix-blend-mode: multiply;
  z-index: 1;
}
.slideshow .shortcuts > ul li.lazyvideoviewmodel button:after,
.slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button:after {
  content: '';
  position: absolute;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3.3rem;
  height: 3.3rem;
  background-position: -11.7rem -37.9rem;
  left: calc(50% - 1.65rem);
  top: calc(50% - 1.65rem);
  z-index: 3;
}
.slideshow .shortcuts > ul li button {
  padding: 0;
  width: 9rem;
  height: 6rem;
  border-radius: 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.slideshow .shortcuts > ul li button:focus {
  box-shadow: none;
}
.slideshow .shortcuts > ul li button:hover {
  background: #fff;
}
@media screen and (max-width: 1235px) {
  .slideshow .shortcuts > ul li.lazyvideoviewmodel button,
  .slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button {
    font-size: 9px;
  }
}
@media screen and (max-width: 1150px) {
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 463px;
  }
  .slideshow .bx-wrapper,
  .slideshow .bxslider_custom {
    max-height: 557px;
  }
}
@media screen and (max-width: 1024px) {
  .slideshow .shortcuts > ul li.lazyvideoviewmodel button,
  .slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button {
    font-size: 8px;
  }
  .slideshow .navigation {
    display: none;
  }
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 414px;
  }
  .slideshow .bx-wrapper,
  .slideshow .bxslider_custom {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow {
    margin: 0 -15px;
    width: calc(100% + 15px * 2);
  }
  .slideshow .shortcuts > ul {
    justify-content: flex-start;
  }
  .slideshow .shortcuts > ul li {
    width: calc(12.5% + 1rem) !important;
    /*&:nth-child(7n) {
						padding: 1rem !important;
					}*/
  }
  .slideshow .shortcuts > ul li button {
    width: 100% !important;
    height: auto !important;
  }
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .slideshow .shortcuts > ul {
    padding: 3px;
  }
  .slideshow .shortcuts > ul li {
    width: calc(14.2857% + 6px) !important;
    padding: 5px;
    margin: -3px;
    border-width: 1px;
    /*&:nth-child(7n) {
						padding: 6px !important;
					}*/
  }
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 400px;
  }
  .slideshow .bx-wrapper,
  .slideshow .bxslider_custom {
    max-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .slideshow .shortcuts > ul li.lazyvideoviewmodel button,
  .slideshow .shortcuts > ul li.lazyvideoyoutubeviewmodel button {
    font-size: 7px;
  }
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 320px;
  }
  .slideshow .bx-wrapper,
  .slideshow .bxslider_custom {
    max-height: 320px;
  }
  .slideshow .shortcuts > ul li {
    width: calc(16.66% + 6px) !important;
  }
}
@media screen and (max-width: 360px) {
  .slideshow .shortcuts > ul li {
    width: calc(20% + 6px) !important;
  }
  .vehiclepage .slideshow .bx-wrapper,
  .vehiclepage .slideshow .bxslider_custom {
    max-height: 240px;
  }
  .slideshow .bx-wrapper,
  .slideshow .bxslider_custom {
    max-height: 240px;
  }
}
.faq {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.faq details {
  padding: 1.5rem 3rem 1.5rem 5rem;
  position: relative;
  max-width: 100%;
}
.faq details summary {
  outline: none;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #284E80;
  padding: 0.5rem 0 0.8rem;
  cursor: pointer;
  transition: color 0.15s linear;
}
.faq details summary::marker,
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary:before {
  content: '';
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  left: 2.2rem;
  top: 2.6rem;
  background-position: -19.9rem -3.5rem;
  transform: rotate(-90deg);
}
.faq details summary:hover {
  color: #1C6BBA;
  transition: color 0.15s linear;
}
.faq details.open summary {
  color: #284E80;
}
.faq details.open summary:hover {
  color: #1C6BBA;
}
.faq details.open summary:before {
  background-position-x: -19.9rem;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.faq details + details {
  border-top: 1px solid #DBDBDB;
}
.faq details > div {
  max-width: 80rem;
}
.faq details .wrap {
  margin-bottom: 1rem;
}
* + .faq {
  margin-top: 2.1rem;
}
.col-md-4 .faq details {
  padding-left: 4rem;
  padding-right: 2rem;
}
.col-md-4 .faq details summary {
  font-size: 2rem;
}
.col-md-4 .faq details summary:before {
  top: 2.4rem;
  left: 1.4rem;
}
.hero {
  position: relative;
  margin: 0 -5rem;
}
.hero.clickable:hover a {
  text-decoration: none;
  color: #fff;
}
.hero.clickable:hover .foldin > div > div:after {
  left: 6rem;
  transition: all ease-in-out 0.2s;
}
.hero.clickable .foldin > div > div {
  padding: 3.5rem 5rem 8.8rem;
  position: relative;
}
.hero.clickable .foldin > div > div:after {
  content: '';
  position: absolute;
  left: 5rem;
  bottom: 3.8rem;
  width: 2rem;
  height: 3rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -12.8rem -8rem;
  transition: all ease-in-out 0.2s;
}
.hero .media > span {
  height: 41rem;
  overflow: hidden;
  background-color: #DBDBDB;
}
.hero .media > span > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero .media > span > span picture {
  height: 100%;
  width: 100%;
}
.hero .media > span > span img,
.hero .media > span > span video {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .foldin {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero .foldin.hidden {
  display: none;
}
.hero .foldin > div {
  color: white;
  max-width: 67.5%;
  position: relative;
}
.hero .foldin > div div {
  padding: 3.5rem 5rem 4.8rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 18rem;
}
.hero .foldin > div h1 {
  font-size: 5.2rem;
  margin-bottom: 0;
}
.hero .foldin > div mark {
  color: inherit;
}
.hero .foldin > div .heading {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 1.2em;
  display: block;
  margin-bottom: 0;
}
.hero .foldin > div .introduction {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  margin-top: 1.5rem;
  line-height: 1.308em;
}
.hero .bg {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #8F9EB5, #8F9EB5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.hero .bg.blue {
  background-image: linear-gradient(to bottom, #8F9EB5, #8F9EB5);
}
.hero .bg.green {
  background-image: linear-gradient(to bottom, #A4AE9B, #A4AE9B);
}
.hero .bg.yellow {
  background-image: linear-gradient(to bottom, #D9B48B, #D9B48B);
}
.hero .bg.red {
  background-image: linear-gradient(to bottom, #D7A59C, #D7A59C);
}
.hero + * {
  margin-top: 4.5rem;
}
.hero.withnav .media > span {
  height: 44.8rem;
}
.hero.withnav + nav + * {
  margin-top: 5.5rem;
}
.hero.withnav .bg {
  position: absolute;
}
.imagelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -1.5rem 1.5rem;
}
.imagelist > div {
  padding: 1.5rem;
}
.imagelist > div > div {
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}
ul.exceptions {
  padding-top: 1rem;
}
ul.exceptions li {
  padding: 0;
}
ul.exceptions li + li {
  margin-top: 0;
}
ul.exceptions li:before {
  content: none;
}
ul.exceptions li strong {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
ul.exceptions li mark {
  font-style: italic;
}
.querylinklist + .querylinklist {
  margin-top: 2rem !important;
}
.querylinklist.customicon.large {
  margin: 0;
  padding-bottom: 0;
}
.querylinklist h2,
.querylinklist h3 {
  font-size: 2rem;
  line-height: 1.35em;
}
.querylinklist div.brands {
  margin-top: 1.5rem;
  padding-top: 0.4rem;
  border-top: 1px solid #DBDBDB;
}
.querylinklist div.brands ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
}
.querylinklist div.brands ul li {
  height: 4rem;
  margin-top: 1.4rem;
  padding: 0 0.7rem;
}
.querylinklist div.brands ul li a img {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.querylinklist div.brands ul li a img:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease-out;
}
.querylinklist div.brands ul li img {
  height: 4rem;
}
.querylinklist div.brands + ul.links {
  margin-top: 1.8rem;
}
.querylinklist div.brands + p {
  margin-top: 1.8rem;
}
.querylinklist ul.links {
  margin-top: 1.5rem;
  padding-top: 0.9rem;
  border-top: 1px solid #DBDBDB;
}
.querylinklist ul.links li a {
  display: block;
  position: relative;
  font-size: 1.65rem;
  line-height: 1.395em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #284E80;
  padding: 0.4rem 2.5rem 0.4rem 0;
}
.querylinklist ul.links li a:hover {
  color: #1C6BBA;
}
.querylinklist ul.links li a:after {
  right: 0;
  top: 0.9rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -32rem 0rem;
  content: '';
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  z-index: 1;
}
.querylinklist p {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid #DBDBDB;
  font-size: 1.65rem;
  line-height: 1.395em;
  font-weight: 400;
}
.alert {
  background-color: #707070;
  color: white;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  line-height: 1.5em;
  height: 3.3rem;
  display: inline-block;
  padding: 0.222em 0.555em 0.333em;
  white-space: nowrap;
  margin-left: 1rem;
}
.alert.alert__classic {
  background: #A4AE9B;
}
.alert.alert__new {
  background: #D7A59C;
}
.alert.alert__selekt {
  background-color: #8F9EB5;
}
aside.alertcontent {
  background-color: #3D5881;
  text-align: center;
  position: relative;
  max-width: 134rem;
  margin: 0 auto;
}
aside.alertcontent a {
  color: white;
  display: inline-block;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.65rem;
  padding: 0.7rem 5.5rem 1rem;
}
aside.alertcontent a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.3rem;
  width: 1rem;
  height: 1.7rem;
  margin: 0 0 0 0.9rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -28rem 0.05rem;
}
aside.alertcontent a:hover {
  color: white;
}
aside.alertcontent button {
  position: absolute;
  right: 0.3rem;
  padding: 0.7rem;
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: content-box;
  top: calc(50% - 1.9rem);
}
aside.alertcontent button:before {
  content: '';
  display: block;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -24rem -12rem;
  width: 2.4rem;
  height: 2.4rem;
}
aside.alertcontent button:focus {
  outline: none;
}
.sort {
  margin: 5rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.sort span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 1em;
  display: block;
  margin: 0 0.6rem 0 0;
}
.sort ul {
  display: flex;
  justify-content: flex-start;
}
.sort ul li {
  margin: 0 0 0 2px;
  padding: 0;
}
.sort ul li:before {
  content: none;
}
.sort ul li button {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 1em;
  background-color: #CCD3DB;
  color: #284E80;
  padding: 0.7rem 1rem 0.82rem;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.sort ul li button:hover {
  background: none;
  background-color: #CCD3DB;
  color: #1C6BBA;
}
.sort ul li.current button {
  color: #fff;
  background-color: #284E80;
}
.sort ul li:first-child button {
  border-radius: 4px 0 0 4px;
}
.sort ul li:last-child button {
  border-radius: 0 4px 4px 0;
}
.accessories.row.boxed {
  margin-left: 0;
  margin-right: 0;
}
.accessories .col-md-6:first-child {
  flex-direction: column;
}
.accessories .col-md-6:last-child {
  align-self: center;
}
.accessories p {
  margin-bottom: 0.7rem;
}
.accessories p a {
  color: #284E80;
}
.accessories p a:hover {
  color: #1C6BBA;
}
.accessories h3 {
  margin-top: 1.3rem;
}
.accessories ul {
  margin-top: 0;
}
.accessories img {
  margin-top: 1rem;
}
.accessories ul.equipment li {
  display: flex;
  justify-content: space-between;
}
.accessories ul.equipment li:last-child {
  border-bottom: none;
}
.accessories ul.equipment li:last-child:before {
  background-position: -28rem -8rem;
}
.accessories ul.equipment li:last-child span {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.accessories ul.equipment li span {
  float: none;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.accessories form {
  margin-bottom: 2.2rem;
}
.accessories form input {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.accessories .cta button {
  margin: 1.5rem 1.5rem 0 0;
}
.equipment {
  display: block;
}
.equipment li {
  width: 100%;
  font-size: 1.65rem;
  line-height: 1.333em;
  border-bottom: 1px solid #DBDBDB;
  padding: 0.8rem 0 0.9rem 3rem;
  min-height: 3.9rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  position: relative;
}
.equipment li:first-child {
  border-top: 1px solid #DBDBDB;
}
.equipment li:before {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -24rem -8rem;
  width: 1.8rem;
  height: 1.3rem;
  left: 0;
  content: '';
  font-weight: bold;
  display: block;
  position: absolute;
  top: 1.2rem;
}
.equipment li span {
  float: right;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table.facts {
  display: flex;
  flex-direction: column;
}
table.facts caption {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  color: #707070;
  text-align: left;
  padding: 0 0 1.6rem;
  display: block;
}
table.facts tbody {
  display: flex;
  flex-direction: column;
}
table.facts tr:first-child {
  border-top: 1px solid #DBDBDB;
}
table.facts tr {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #DBDBDB;
}
table.facts tr th {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  padding: 1.1rem 1rem 1rem 0;
  width: 50%;
  display: block;
}
table.facts tr td {
  font-size: 1.65rem;
  line-height: 1.333em;
  padding-bottom: 0.8rem;
  width: 50%;
  display: block;
}
table.facts tr td .additional {
  font-size: 1.2rem;
}
.megabutton {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  color: #284E80;
  border: 1px solid #CCD3DB;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.3rem 2rem 1.6rem 5.5rem;
  position: relative;
  transition: border 0.15s linear;
}
.megabutton:hover {
  background: none;
  color: #284E80;
  border-color: #284E80;
  transition: border 0.15s linear;
}
.megabutton:hover span:nth-child(2) {
  color: #202020;
}
.megabutton:focus {
  outline: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.megabutton.large:before {
  left: 1.1rem;
  top: 0.9rem;
  width: 3.5rem;
  height: 3.5rem;
  background-size: 85rem 85rem;
}
.megabutton span {
  display: block;
}
.megabutton.facility {
  padding: 1.4rem 2rem 1.7rem;
  font-size: 1.8rem;
}
.megabutton.facility:hover span:first-child {
  color: #284E80;
  transition: color 0.15s linear;
}
.megabutton.facility span:first-child {
  display: block;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #202020;
  line-height: 1.3em;
  transition: color 0.15s linear;
}
.megabutton.facility span:first-child + span {
  margin: 0.4rem 2.5rem 0 0;
  font-size: 1.65rem;
  line-height: 1.5em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #202020;
}
.megabutton.facility:after {
  right: 2rem;
  bottom: 2rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -16rem -8rem;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  z-index: 1;
}
.megabutton.facility.expandable:after {
  display: none;
}
.megabutton.facility.expandable:hover {
  border-color: #CCD3DB;
}
.megabutton.facility.expandable:hover span:first-child {
  color: #202020;
}
.megabutton.facility.expandable button {
  margin-top: 0.8rem;
}
.megabutton.facility.expandable p {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #202020;
}
.megabutton + .megabutton {
  margin-top: 1.2rem;
}
#map {
  width: 100%;
  height: 55.8rem;
  position: relative;
  overflow: hidden;
}
#map .marker {
  width: 3.3rem;
  height: 4.3rem;
  cursor: default;
}
#map .marker.clickable {
  cursor: pointer;
}
#map .marker:before {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3.3rem;
  height: 4.3rem;
  background-position: 0 -44rem;
  position: relative;
  z-index: 2;
  content: '';
  display: block;
}
#map .marker h3 {
  top: -99999999999px;
  left: 1.7rem;
  font-size: 1.65rem;
  z-index: 1;
  opacity: 1;
  white-space: nowrap;
  background-color: #F7F7F7;
  position: absolute;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  border-radius: 0 3px 3px 0;
  padding: 1rem 1rem 1.1rem 2rem;
}
#map .marker h3 a {
  display: block;
  margin: -0.8rem -1rem -0.9rem -1.7rem;
  padding: 0.8rem 1rem 0.9rem 1.7rem;
}
#map .marker:hover h3 {
  top: 0;
  opacity: 1;
}
.brandlogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 1rem -3rem;
}
.brandlogos li {
  margin: 0 1.5rem 3rem;
}
.brandlogos li div {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  width: 18.15rem;
  height: 18.15rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandlogos li div:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
}
.brandlogos li div:hover:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.brandlogos li div img {
  height: 11.5rem;
}
.brandlogos li div a {
  position: relative;
  z-index: 2;
  display: block;
}
.descriptionlinks {
  display: flex;
  justify-content: center;
  margin: 0 1rem -3rem;
  width: 100%;
  flex-wrap: wrap;
}
.descriptionlinks li {
  padding: 3.5rem 0;
  cursor: pointer;
  text-align: center;
  padding: 0 1.5rem 3rem;
}
.descriptionlinks li div {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem 1rem 2rem;
  height: 18.15rem;
  width: 18.15rem;
  position: relative;
}
.descriptionlinks li div:before {
  content: '';
  height: 5.7rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #EEEEEE, white);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  background-position: 0 5.7rem;
  z-index: 1;
}
.descriptionlinks li div:hover:before {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.descriptionlinks li div:hover h3 a {
  color: #1C6BBA;
}
.descriptionlinks li div h3 {
  font-size: 2.5rem;
  line-height: 1.31em;
  flex-grow: 1;
}
.descriptionlinks li div h3 a {
  color: #284E80;
}
.descriptionlinks li div span {
  font-size: 1.65rem;
  line-height: 1.395em;
  padding: 0 1rem;
  z-index: 2;
}
.personnellist .toggles {
  border-bottom: 1px solid #DBDBDB;
  margin-top: -0.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.personnellist .toggles button {
  background: none;
  border-bottom: 3px solid transparent;
  color: #284E80;
  padding: 0.8rem 1.5rem;
  margin-bottom: -1px;
}
.personnellist .toggles button:hover {
  color: #1C6BBA;
}
.personnellist .toggles button:focus {
  box-shadow: none;
}
.personnellist .toggles button.current {
  border-bottom: 3px solid #284E80;
  border-radius: initial;
}
.personnellist .toggles + div > div[data-id] {
  padding: 0;
}
.personnellist .toggles + div > div[data-id]:after {
  content: none;
  display: none;
}
.personnellist .toggles + div > div[data-id]:not(.current) {
  display: none;
}
.personnellist .row.filter,
.personnellist .row.subfilter {
  justify-content: center;
  margin-top: 4rem;
}
.personnellist .row.filter[data-count='1'],
.personnellist .row.subfilter[data-count='1'] {
  visibility: hidden;
  margin-top: -1.5rem;
}
.personnellist .row.filter + ul:not(:first-child),
.personnellist .row.subfilter + ul:not(:first-child) {
  padding-top: 0;
}
.personnellist .row.filter + ul:not(:first-child):after,
.personnellist .row.subfilter + ul:not(:first-child):after {
  display: none;
}
.personnellist .row.filter li,
.personnellist .row.subfilter li {
  margin: 0;
}
.personnellist .row.filter + .subfilter,
.personnellist .row.subfilter + .subfilter {
  margin-top: 1.5rem;
}
.personnellist .row.subfilter {
  display: none;
}
.personnellist .row.subfilter.current {
  display: flex;
}
.personnellist li {
  margin-top: 5rem;
  word-break: break-word;
}
.personnellist li > div {
  display: flex;
  flex-wrap: nowrap;
}
.personnellist li > div .lazyimage {
  width: 9.7rem;
  min-width: 9.7rem;
  height: 11rem;
  margin: 0 1.5rem 0 0;
}
.personnellist li > div div {
  width: auto;
}
.personnellist li > div div h3 {
  font-size: 2rem;
  line-height: 1em;
}
.personnellist li > div div strong {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  margin: 0.8rem 0 0.1rem;
  color: #707070;
  font-size: 1.3rem;
  line-height: 1.25em;
}
.personnellist li > div div a {
  margin: 0.8rem 0 0;
  padding-left: 3.2rem;
  font-size: 1.65rem;
  line-height: 1.395em;
  font-weight: 400 !important;
  color: #202020 !important;
}
.personnellist li > div div a:hover {
  color: #1C6BBA !important;
}
.personnellist li > div div a:before {
  top: -0.1rem;
}
.ruler {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ruler span {
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: #DBDBDB;
  margin-top: 0.1rem;
}
.ruler h2,
.ruler h3 {
  padding: 0 2.3rem 0 2.5rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
  font-size: 2rem;
  color: #202020;
}
* + .formbutton {
  margin-top: 2rem;
}
wistia-player {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .hero {
    margin: 0 -4rem;
  }
  table.facts tr th {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .equipment li {
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 700px) {
  table.facts tr th {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    margin: 0 -3rem;
  }
  .hero .foldin > div {
    max-width: 85%;
  }
  .hero .foldin > div div {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero .foldin > div > div:after {
    left: 3rem;
  }
  .hero .foldin.clickable .foldin > div > div {
    padding: 3rem 3rem 8rem;
  }
  .hero.withnav nav ul {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.showmobilemenu .alertcontent {
    display: none;
  }
  .accessories.row.boxed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accessories h3 {
    margin-top: 2rem;
  }
  .accessories img {
    margin: 1rem 0;
  }
  aside.alertcontent {
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
  }
  aside.alertcontent a {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 0.65rem;
    padding-bottom: 1.1rem;
  }
  aside.alertcontent + div {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  aside.alertcontent button {
    right: 0.9rem;
  }
  .facility .hero.withnav + nav + * {
    margin-top: 2.5rem;
  }
  .facility .hero.withnav .media > span {
    height: 352px;
  }
  .facility .hero.withnav .foldin {
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
  }
  .facility .hero.withnav .foldin .info {
    bottom: 0;
  }
  .hero {
    margin: -3rem -15px 0;
  }
  .hero + * {
    margin-top: 3rem;
  }
  .hero.withnav + nav + * {
    margin-top: 2.5rem;
  }
  .hero .media > span {
    height: 315px;
  }
  .hero .bg {
    background-image: linear-gradient(to bottom, #3D5881, #3D5881);
  }
  .hero .bg.blue {
    background-image: linear-gradient(to bottom, #3D5881, #3D5881);
  }
  .hero .bg.green {
    background-image: linear-gradient(to bottom, #68875C, #68875C);
  }
  .hero .bg.yellow {
    background-image: linear-gradient(to bottom, #BF834B, #BF834B);
  }
  .hero .bg.red {
    background-image: linear-gradient(to bottom, #A13432, #A13432);
  }
  .hero .foldin {
    position: relative;
    margin: -2rem 0 0;
  }
  .hero .foldin > div {
    padding: 2rem 0 0;
    max-width: 100%;
    width: 100%;
  }
  .hero .foldin > div div {
    padding: 1.8rem 15px 2.5rem;
    min-height: initial;
  }
  .hero .foldin > div div .heading,
  .hero .foldin > div div h1 {
    font-size: 30px;
  }
  .hero .foldin > div div .introduction {
    font-size: 18px;
    margin-top: 11px;
  }
  .hero.clickable .foldin > div > div {
    padding: 1.8rem 15px 20px;
  }
  .hero.clickable .foldin > div > div .heading {
    padding-right: 35px;
  }
  .hero.clickable .foldin > div > div:after {
    right: 13px;
    top: 22px;
    left: initial;
  }
  .hero.clickable:hover .foldin > div > div:after {
    left: inherit;
  }
  .brandlogos {
    margin-left: 1.5px;
    margin-right: 1.5px;
  }
  .brandlogos .clickable {
    font-size: 8px;
  }
  .brandlogos .clickable * {
    font-size: 8px;
  }
  .brandlogos .clickable div {
    width: 18em;
    height: 18em;
  }
  .brandlogos .clickable div img {
    height: 11.5em;
  }
  .descriptionlinks {
    margin-left: 1.5px;
    margin-right: 1.5px;
  }
  .descriptionlinks li {
    font-size: 8px;
  }
  .descriptionlinks li div {
    padding: 2.4em 1em 2em;
    width: 18em;
    height: 18em;
  }
  .descriptionlinks li div h3 {
    font-size: 2.5em;
  }
  .descriptionlinks li div span {
    font-size: 1.6rem;
    padding: 0;
  }
  .imagelist {
    margin-left: 0;
    margin-right: 0;
  }
  .imagelist > div {
    margin-bottom: 0 !important;
  }
  .facility .range .col-md-4:nth-child(n+4) {
    margin-top: 0;
  }
  /*.equipment {
		& + .equipment {
			li:first-child {
				border-top: none;
			}

			& + .equipment {
				li:first-child {
					border-top: none;
				}
			}
		}
	}*/
  .personnellist .row.filter {
    margin-top: 3rem;
  }
  .personnellist .col-md-4 {
    margin-bottom: 0 !important;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .faq details {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .faq details summary {
    font-size: 2rem;
  }
  .faq details summary:before {
    top: 2.4rem;
    left: 1.4rem;
  }
  .descriptionlinks {
    justify-content: flex-start;
  }
  .brandlogos {
    justify-content: flex-start;
  }
  .facility .hero.withnav .media > span {
    height: 289px;
  }
  .facility .hero.withnav .foldin {
    width: 100%;
    height: 37px;
    bottom: 0;
    top: initial;
  }
  .facility .hero.withnav .foldin .info {
    display: flex;
    align-items: baseline;
    padding: 9px 15px;
  }
  .facility .hero.withnav .foldin .info a {
    margin-right: 19px;
    font-size: 14.4px;
    padding: 0 0 0 31px;
  }
  .facility .hero.withnav .foldin .info a:before {
    width: 25px;
    height: 25px;
    background-size: 600px 600px;
    top: -2px;
  }
  .facility .hero.withnav .foldin .info a.pin span:not(.map) {
    display: none;
  }
  .facility .hero.withnav .foldin .info a + a {
    margin: 0;
  }
  .facility .hero.withnav .foldin .info a .map {
    padding-right: 25px;
  }
  .facility .hero.withnav .foldin .info a .map:after {
    top: 2px;
    right: 0;
  }
  .hero .media > span {
    height: 252px;
  }
  .personnellist .toggles {
    justify-content: flex-start;
  }
  .personnellist .toggles button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 2.5rem;
  }
  .personnellist .toggles button:last-child {
    margin-right: 0;
  }
  .personnellist .toggles + div ul[data-id] {
    padding-top: 3rem;
  }
  .personnellist .row.filter,
  .personnellist .row.subfilter {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .hero .media > span {
    height: 207px;
  }
  .hero.withnav .media > span {
    height: 207px;
  }
  .descriptionlinks li {
    width: 50%;
  }
  .descriptionlinks li div {
    width: 100%;
  }
  .brandlogos .clickable {
    width: calc(50% - 3rem);
  }
  .brandlogos .clickable div {
    width: 100%;
  }
  .facility .hero.withnav .media > span {
    height: 244px;
  }
  .equipment + .equipment li:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 360px) {
  .hero .media > span {
    height: 171px;
  }
  .hero.withnav .media > span {
    height: 171px;
  }
  .facility .hero.withnav .media > span {
    height: 206px;
  }
  .descriptionlinks li {
    font-size: 7px;
  }
  .brandlogos .clickable {
    font-size: 7px;
  }
  .brandlogos .clickable * {
    font-size: 7px;
  }
}
.submitmessage {
  background-color: #EEEEEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3rem 3rem 2.5rem;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.checkboxlist label,
.radiobuttonlist label {
  display: inline-block;
}
.checkboxlist label > span,
.radiobuttonlist label > span {
  padding: 0 0 0 3.2rem;
  position: relative;
  font-size: 1.65rem;
  color: #202020;
  line-height: 1.5em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  display: inline-block;
}
.checkboxlist label input,
.radiobuttonlist label input {
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.checkboxlist label + label,
.radiobuttonlist label + label {
  margin: 1rem 0 0;
}
.grid form .row:not(:first-child) {
  padding: 0;
}
form {
  width: 100%;
  background-color: #EEEEEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3rem 3rem 4rem;
  position: relative;
}
form legend {
  margin: 0 -1rem 2rem;
  padding: 0;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
form .row,
form .row:first-child {
  margin: 0 -1.5rem;
  padding: 0;
}
form .row:after,
form .row:first-child:after {
  content: none;
  display: none;
}
form .row .col-md-2,
form .row:first-child .col-md-2,
form .row .col-md-3,
form .row:first-child .col-md-3,
form .row .col-md-4,
form .row:first-child .col-md-4,
form .row .col-md-6,
form .row:first-child .col-md-6,
form .row .col-md-12,
form .row:first-child .col-md-12 {
  padding: 0 1.5rem 1.3rem;
  margin: 0 !important;
  display: block;
}
form .row .col-md-2 .row,
form .row:first-child .col-md-2 .row,
form .row .col-md-3 .row,
form .row:first-child .col-md-3 .row,
form .row .col-md-4 .row,
form .row:first-child .col-md-4 .row,
form .row .col-md-6 .row,
form .row:first-child .col-md-6 .row,
form .row .col-md-12 .row,
form .row:first-child .col-md-12 .row {
  margin: 0;
}
form .row .col-md-2 .row label.col-md-6:first-child,
form .row:first-child .col-md-2 .row label.col-md-6:first-child,
form .row .col-md-3 .row label.col-md-6:first-child,
form .row:first-child .col-md-3 .row label.col-md-6:first-child,
form .row .col-md-4 .row label.col-md-6:first-child,
form .row:first-child .col-md-4 .row label.col-md-6:first-child,
form .row .col-md-6 .row label.col-md-6:first-child,
form .row:first-child .col-md-6 .row label.col-md-6:first-child,
form .row .col-md-12 .row label.col-md-6:first-child,
form .row:first-child .col-md-12 .row label.col-md-6:first-child {
  padding: 0 1px 0 0;
  width: 50% !important;
}
form .row .col-md-2 .row label.col-md-6:first-child + label.col-md-6,
form .row:first-child .col-md-2 .row label.col-md-6:first-child + label.col-md-6,
form .row .col-md-3 .row label.col-md-6:first-child + label.col-md-6,
form .row:first-child .col-md-3 .row label.col-md-6:first-child + label.col-md-6,
form .row .col-md-4 .row label.col-md-6:first-child + label.col-md-6,
form .row:first-child .col-md-4 .row label.col-md-6:first-child + label.col-md-6,
form .row .col-md-6 .row label.col-md-6:first-child + label.col-md-6,
form .row:first-child .col-md-6 .row label.col-md-6:first-child + label.col-md-6,
form .row .col-md-12 .row label.col-md-6:first-child + label.col-md-6,
form .row:first-child .col-md-12 .row label.col-md-6:first-child + label.col-md-6 {
  padding: 0 0 0 1px;
  width: 50% !important;
}
form .row .col-md-2 .row label.col-md-6:first-child + label.col-md-6 select,
form .row:first-child .col-md-2 .row label.col-md-6:first-child + label.col-md-6 select,
form .row .col-md-3 .row label.col-md-6:first-child + label.col-md-6 select,
form .row:first-child .col-md-3 .row label.col-md-6:first-child + label.col-md-6 select,
form .row .col-md-4 .row label.col-md-6:first-child + label.col-md-6 select,
form .row:first-child .col-md-4 .row label.col-md-6:first-child + label.col-md-6 select,
form .row .col-md-6 .row label.col-md-6:first-child + label.col-md-6 select,
form .row:first-child .col-md-6 .row label.col-md-6:first-child + label.col-md-6 select,
form .row .col-md-12 .row label.col-md-6:first-child + label.col-md-6 select,
form .row:first-child .col-md-12 .row label.col-md-6:first-child + label.col-md-6 select,
form .row .col-md-2 .row label.col-md-6:first-child + label.col-md-6 input,
form .row:first-child .col-md-2 .row label.col-md-6:first-child + label.col-md-6 input,
form .row .col-md-3 .row label.col-md-6:first-child + label.col-md-6 input,
form .row:first-child .col-md-3 .row label.col-md-6:first-child + label.col-md-6 input,
form .row .col-md-4 .row label.col-md-6:first-child + label.col-md-6 input,
form .row:first-child .col-md-4 .row label.col-md-6:first-child + label.col-md-6 input,
form .row .col-md-6 .row label.col-md-6:first-child + label.col-md-6 input,
form .row:first-child .col-md-6 .row label.col-md-6:first-child + label.col-md-6 input,
form .row .col-md-12 .row label.col-md-6:first-child + label.col-md-6 input,
form .row:first-child .col-md-12 .row label.col-md-6:first-child + label.col-md-6 input {
  border-radius: 0 2px 2px 0;
}
form .row .col-md-2 .row label.col-md-6:first-child select,
form .row:first-child .col-md-2 .row label.col-md-6:first-child select,
form .row .col-md-3 .row label.col-md-6:first-child select,
form .row:first-child .col-md-3 .row label.col-md-6:first-child select,
form .row .col-md-4 .row label.col-md-6:first-child select,
form .row:first-child .col-md-4 .row label.col-md-6:first-child select,
form .row .col-md-6 .row label.col-md-6:first-child select,
form .row:first-child .col-md-6 .row label.col-md-6:first-child select,
form .row .col-md-12 .row label.col-md-6:first-child select,
form .row:first-child .col-md-12 .row label.col-md-6:first-child select,
form .row .col-md-2 .row label.col-md-6:first-child input,
form .row:first-child .col-md-2 .row label.col-md-6:first-child input,
form .row .col-md-3 .row label.col-md-6:first-child input,
form .row:first-child .col-md-3 .row label.col-md-6:first-child input,
form .row .col-md-4 .row label.col-md-6:first-child input,
form .row:first-child .col-md-4 .row label.col-md-6:first-child input,
form .row .col-md-6 .row label.col-md-6:first-child input,
form .row:first-child .col-md-6 .row label.col-md-6:first-child input,
form .row .col-md-12 .row label.col-md-6:first-child input,
form .row:first-child .col-md-12 .row label.col-md-6:first-child input {
  border-radius: 2px 0 0 2px;
}
form button[type="submit"],
form button[type="button"].assubmit {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
form button[type="submit"]:focus,
form button[type="button"].assubmit:focus {
  outline: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
form button[disabled="disabled"] {
  background: #a1afc5 !important;
  cursor: default !important;
}
form span.field-validation-valid {
  margin: 0;
  display: none;
}
form span.field-validation-error {
  color: #bf2012 !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.25em;
}
form :focus {
  outline: none;
}
form select {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
form .disclaimer {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
form .disclaimer a {
  text-decoration: underline;
}
form .umbraco-forms-page h3 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
form .umbraco-forms-page .forms-container {
  padding-bottom: 0 !important;
}
form .umbraco-forms-page .forms-container .umbraco-forms-field {
  padding-bottom: 1.3rem;
}
form .umbraco-forms-page label > input {
  margin-bottom: 1rem;
}
form .umbraco-forms-page fieldset + fieldset {
  margin-top: 0;
}
form div.error {
  background: #bf2012;
  color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
}
.sitesearch form {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 3.2rem;
}
.sitesearch form > div:first-child {
  display: flex;
}
.sitesearch form > div:first-child label {
  width: 36.7rem;
}
.sitesearch form > div:first-child label input {
  font-size: 1.9rem !important;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  border-radius: 2px 0 0 2px;
}
.sitesearch form > div:first-child button {
  border-radius: 0 2px 2px 0;
}
label > span,
.label > span,
.label {
  display: block;
  padding: 0 0 1rem 0;
  line-height: 1.25em;
  color: #202020;
  font-size: 1.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
label > span.help-block,
.label > span.help-block,
.label.help-block {
  font-size: 1.65rem;
  color: #202020;
  line-height: 1.5em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
label {
  position: relative;
  width: 100%;
  display: block;
}
label input {
  width: 100%;
  font-size: 1.65rem;
  line-height: 1.455em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0;
}
label input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*font-family: @font_italic;*/
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #767676;
}
label input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /*font-family: @font_italic;*/
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #767676;
}
label input::-ms-input-placeholder {
  /* Microsoft Edge */
  /*font-family: @font_italic;*/
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  color: #767676;
}
label input[type="date"] {
  line-height: 1.25em;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0.4rem 0.5rem 0.6rem 1rem;
  min-height: 3.7rem;
}
label input[type="file"] {
  background: #fff;
  padding: 1rem;
  display: flex;
  align-items: baseline;
}
label.search input {
  max-width: 40rem;
}
label textarea {
  width: 100%;
  font-size: 1.65rem;
  line-height: 1.455em;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  padding: 0.7rem 1rem 0.8rem;
  margin: 0;
  height: 11em;
  display: block;
  margin-bottom: 1rem;
}
label > textarea + span {
  margin-top: 1rem;
  padding-bottom: 0;
}
.select {
  position: relative;
  display: block;
  width: 100%;
}
.select select {
  width: 100%;
  font-size: 1.65rem;
  line-height: 1.25em;
  padding: 0.7rem 4.1rem 0.8rem 0.9rem;
  margin: 0;
  color: #202020;
  background-color: white;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fff;
  position: relative;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  z-index: 1;
  position: relative;
}
.select select.selected {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.select:before {
  content: '';
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -15.9rem -3.9rem;
  top: calc(50% - 1rem);
  right: 1rem;
  width: 1.9rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.select.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - .9rem);
  background-color: #EEEEEE;
  opacity: 0.5;
  z-index: 3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input,
textarea {
  -webkit-appearance: none;
  padding: 0.6rem;
  color: #202020;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fff;
}
input:active,
textarea:active {
  border-color: #DBDBDB;
}
input.input-validation-error,
textarea.input-validation-error {
  border: 1px solid #bf2012 !important;
}
select.input-validation-error {
  border: 1px solid #bf2012 !important;
}
input[type=radio] {
  width: 2.3rem;
  height: 2.3rem;
  border: 0.5rem solid white;
  background-color: white;
  padding: 0;
  -moz-border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  border-radius: 1.3rem;
}
input[type=radio]:checked {
  background-color: #141B38;
}
input[type=checkbox] {
  width: 2.3rem;
  height: 2.3rem;
  background-color: white;
  padding: 0;
}
input[type=checkbox][disabled] {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
input[type=checkbox].big {
  width: 2.5rem;
  height: 2.5rem;
}
input[type=checkbox].big + span {
  padding: 0 0 0 3.7rem;
}
input[type=checkbox].inverted {
  border-color: #707070;
}
input[type=checkbox].inverted:checked {
  background-color: #284E80;
  border-color: #284E80;
}
input[type=checkbox].inverted:checked:before {
  height: 1.3rem;
  width: 1.8rem;
  background-position: -8.6rem -4.8rem;
}
input[type=checkbox].inverted[disabled] {
  border-color: #707070;
  background-color: #fff;
  opacity: 0.2;
}
input[type=checkbox]:checked:before {
  content: '';
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -0.4rem -4.7rem;
  top: 2px;
  left: 2px;
  width: 1.6rem;
  height: 1.1rem;
  display: block;
  margin: 5px 3px;
}
/* Edge apperance checkbox issue, do not remove.  */
_:-ms-lang(x),
_:-webkit-full-screen,
input {
  -webkit-appearance: textfield;
}
select {
  padding: 1rem;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset + fieldset {
  margin-top: 1.2rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*.field-validation-error {
	display:none !important;
}*/
main button:focus {
  outline: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
input:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.umbraco-forms-submitmessage {
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  form {
    padding: 2rem 2rem 4rem;
  }
  form legend {
    margin-left: -1px;
    margin-right: -1px;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="date"],
  form input[type="number"],
  form input[type="tel"] {
    font-size: 16px !important;
  }
  form textarea {
    font-size: 16px !important;
  }
  form .select select {
    font-size: 16px !important;
  }
  label input[type="date"] {
    padding: 0.6rem 0.5rem 0.7rem 1rem;
    min-height: 3.95rem;
  }
  .sitesearch form {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sitesearch form {
    flex-direction: column;
  }
  .sitesearch form > div:first-child {
    width: 100%;
  }
  .sitesearch form > div:first-child label {
    width: 100%;
  }
  .sitesearch form div:last-child {
    margin-top: 11px;
    align-self: flex-end;
  }
}
.modal {
  background: white;
  height: 100%;
  padding: 4rem 4rem 5.5rem;
}
.modal > h2 {
  text-align: center;
  font-size: 3.6rem;
}
.modal > h2 + * {
  margin-top: 4rem;
}
html .lity-iframe .lity-container {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
html .lity-iframe .lity-container .lity-close {
  right: 0.5rem;
}
html .lity-inline .lity-container,
html .lity-youtube .lity-container,
html .lity-vimeo .lity-container,
html .lity-facebookvideo .lity-container,
html .lity-googlemaps .lity-container {
  width: 132rem;
  max-height: 90vh;
}
html .lity-inline.form .lity-container {
  width: 120rem;
}
html .lity-container {
  max-width: 95vw;
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
}
html .lity-close {
  position: absolute;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -7rem -11rem;
  width: 4.4rem;
  height: 4.4rem;
  top: 0;
  right: 0;
  padding: 0;
}
html .lity-close:hover {
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -7rem -11rem;
}
html .lity-close span {
  display: none;
}
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 21474836477;
  /*to beat "auto uncle*/
  position: fixed;
  max-width: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(20, 27, 56, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -0.25em*/
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  outline: none !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-content {
  z-index: 9993;
  height: 100%;
  width: 100%;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe-container {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-hide {
  display: none;
}
/* Car accessory modal */
html .lity-accessories .lity-container {
  width: 95vw;
  height: 93vh;
  max-height: none;
}
html .lity-accessories .lity-content {
  position: relative;
}
html .lity-accessories .lity-content .modal {
  padding: 4rem 0 0;
}
html .lity-accessories .lity-content .modal iframe {
  height: calc(100% - 8.5rem);
}
@media screen and (min-width: 1024px) {
  .modal {
    max-height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  html .lity-accessories .lity-container {
    height: 88vh;
  }
  html .lity-accessories .lity-content .modal {
    padding: 3rem 0 0;
  }
  html .lity-accessories .lity-content .modal iframe {
    height: calc(100% - 6.5rem);
  }
  .modal {
    padding: 3rem 2.5rem 4rem;
  }
  .modal > h2 {
    font-size: 24px;
  }
  .modal > h2 + * {
    margin-top: 3rem;
  }
  div.lity-hidden {
    height: 100vh;
    overflow: hidden;
    position: fixed;
  }
}
@media screen and (max-width: 600px) {
  html .lity-inline .lity-container,
  html .lity-youtube .lity-container,
  html .lity-vimeo .lity-container,
  html .lity-facebookvideo .lity-container,
  html .lity-googlemaps .lity-container {
    max-height: 95vh;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header {
    margin-bottom: -1.2rem;
  }
  .hero .bg {
    opacity: 0.8;
  }
  .hero .foldin > div div {
    min-height: auto;
  }
  .withnav.hero nav .bg {
    background-image: linear-gradient(to bottom, #202020, #202020);
  }
  .select select {
    max-height: 3.6rem;
  }
  .select select::-ms-value {
    background: none;
    color: #202020;
  }
  .carmodel .carvariants .col-md-4 .select {
    margin-bottom: -1.8rem;
  }
  nav.top > ul > li > ul {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
  }
  nav.top > ul > li > ul > li {
    -ms-grid-column: 1;
    margin-right: 4rem;
  }
  nav.top > ul > li > ul > li + li {
    -ms-grid-column: 2;
    margin-right: 4rem;
  }
  nav.top > ul > li > ul > li + li + li {
    -ms-grid-column: 3;
    margin-right: 4rem;
  }
  nav.top > ul > li > ul > li + li + li + li {
    -ms-grid-column: 4;
    margin-right: 0;
  }
}
@supports (-ms-ime-align:auto) {
  .hero .bg {
    opacity: 0.8;
  }
  .withnav.hero nav .bg {
    background-image: linear-gradient(to bottom, #202020, #202020);
  }
}
.openinghours > li {
  flex-direction: column;
}
.openinghours > li:nth-child(n+4) {
  margin-top: 4rem;
}
.openinghours > li h2 {
  font-size: 2rem;
  line-height: 1.35em;
}
.openinghours > li h3 {
  font-size: 2rem;
}
.openinghours > li ul {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid #DBDBDB;
  width: 100%;
}
.openinghours > li ul li time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.65rem;
  line-height: 1.395em;
  gap: 1rem;
}
.openinghours > li ul li time span:first-child {
  font-weight: 400;
}
.openinghours > li ul li time span:nth-child(2) {
  font-weight: 500;
  text-align: right;
}
.openinghours > li ul li > span {
  font-size: 1.65rem;
  line-height: 1.395em;
}
.openinghours > li ul li + li {
  margin-top: 0.8rem;
}
.openinghours .openinghours__live {
  font-weight: 500;
}
.openinghours .openinghours__live span {
  display: inline-block;
}
.openinghours .openinghours__exceptions time {
  font-size: 1.45rem;
  line-height: 1.25em;
}
.openinghours .traffic-light {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 2rem;
  position: relative;
  top: 0.15rem;
}
.openinghours .traffic-light.traffic-light__open {
  background-color: #4f9b37;
}
.openinghours .traffic-light.traffic-light__closed {
  background-color: #c01719;
}
@media screen and (max-width: 767px) {
  .openinghours > li:nth-child(n+4) {
    margin-top: 0;
  }
}
.grid .servicebooking {
  min-height: calc(100vh - 14rem);
  align-items: flex-start;
}
.grid .servicebooking .snap {
  position: sticky;
  top: 10px;
}
.grid .servicebooking .snapped {
  position: fixed;
  top: 20px;
}
.grid .servicebooking .step {
  /* Step-header */
}
.grid .servicebooking .step + .step {
  margin-top: 1rem;
}
.grid .servicebooking .step h2 {
  background-color: #8F9EB5;
  color: #fff;
  padding: 0.8rem 3rem 1.1rem;
  cursor: pointer;
  font-size: 2rem;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.grid .servicebooking .step h2:before {
  content: '';
  position: absolute;
  left: 0.6rem;
  top: calc(50% - 0.95rem);
  width: 2rem;
  height: 2rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -23.5rem 0;
  transition: all 0.2s ease-in-out;
}
.grid .servicebooking .step.current h2 {
  background-color: #3D5881;
  border-radius: 3px 3px 0 0;
  transition: all 0.2s ease-in-out;
  cursor: default;
}
.grid .servicebooking .step.current h2:before {
  transform: rotate(90deg);
  background-position: -23.6rem 0.05rem;
  transition: all 0.2s ease-in-out;
}
.grid .servicebooking .step > div {
  margin: 0;
  font-size: 1.6rem;
}
.grid .servicebooking .step .step-content-hidden {
  display: none;
}
.grid .servicebooking .step .select {
  width: auto;
  display: inline-block;
}
.grid .servicebooking .step .select select {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.grid .servicebooking .step .toggle span {
  color: #707070;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.grid .servicebooking .step .toggle button {
  border: none;
  color: #707070;
  background-color: rgba(0, 0, 0, 0.14);
}
.grid .servicebooking .step .toggle button.current {
  color: white;
  background-color: #707070;
}
.grid .servicebooking .step .facilities {
  list-style: none;
}
.grid .servicebooking .step .facilities .hide {
  display: none;
}
.grid .servicebooking .step .facilities p {
  margin-bottom: 1rem;
}
.grid .servicebooking .step .facilities p.availabilityinfo {
  margin: 0.5rem 0 0;
}
.grid .servicebooking .step .facilities p.availabilityinfo a {
  display: inline-block;
}
.grid .servicebooking .step .facilities > li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  margin: 2.5rem 0 0;
  padding: 2.5rem 0 0;
  font-weight: normal;
}
.grid .servicebooking .step .facilities > li:before {
  content: none;
}
.grid .servicebooking .step .facilities > li > div:first-child + div {
  max-width: 27rem;
  flex-grow: 1;
  margin-left: 2rem;
}
.grid .servicebooking .step .facilities > li > div:first-child + div > div {
  margin: 1rem 0 0;
}
.grid .servicebooking .step .facilities > li:last-child {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.grid .servicebooking .step .facilities > li.no-time .grouped {
  display: block;
}
.grid .servicebooking .step .facilities > li.no-time .grouped .select {
  width: 100%;
}
.grid .servicebooking .step .facilities time,
.grid .servicebooking .step .facilities .personnel,
.grid .servicebooking .step .facilities .evening,
.grid .servicebooking .step .facilities .mobile-service {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 0.3rem 0 0.3rem 3.1rem;
  position: relative;
}
.grid .servicebooking .step .facilities time:before,
.grid .servicebooking .step .facilities .personnel:before,
.grid .servicebooking .step .facilities .evening:before,
.grid .servicebooking .step .facilities .mobile-service:before {
  content: '';
  left: 0;
  top: 0.4rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  background-position: 0 -56rem;
}
.grid .servicebooking .step .facilities time.personnel:before,
.grid .servicebooking .step .facilities .personnel.personnel:before,
.grid .servicebooking .step .facilities .evening.personnel:before,
.grid .servicebooking .step .facilities .mobile-service.personnel:before {
  background-position: -4rem -56rem;
}
.grid .servicebooking .step .facilities time.evening,
.grid .servicebooking .step .facilities .personnel.evening,
.grid .servicebooking .step .facilities .evening.evening,
.grid .servicebooking .step .facilities .mobile-service.evening,
.grid .servicebooking .step .facilities time.mobile-service,
.grid .servicebooking .step .facilities .personnel.mobile-service,
.grid .servicebooking .step .facilities .evening.mobile-service,
.grid .servicebooking .step .facilities .mobile-service.mobile-service {
  color: #284E80;
  padding-right: 1.3rem;
  display: inline-block;
}
.grid .servicebooking .step .facilities time.evening:after,
.grid .servicebooking .step .facilities .personnel.evening:after,
.grid .servicebooking .step .facilities .evening.evening:after,
.grid .servicebooking .step .facilities .mobile-service.evening:after,
.grid .servicebooking .step .facilities time.mobile-service:after,
.grid .servicebooking .step .facilities .personnel.mobile-service:after,
.grid .servicebooking .step .facilities .evening.mobile-service:after,
.grid .servicebooking .step .facilities .mobile-service.mobile-service:after {
  content: '';
  right: 0;
  top: 0.9rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 0.8rem;
  height: 1.3rem;
  position: absolute;
  background-position: -32rem 0;
}
.grid .servicebooking .step .facilities time.evening:before,
.grid .servicebooking .step .facilities .personnel.evening:before,
.grid .servicebooking .step .facilities .evening.evening:before,
.grid .servicebooking .step .facilities .mobile-service.evening:before {
  background-position: -16rem -56rem;
  width: 2.4rem;
}
.grid .servicebooking .step .facilities time.mobile-service:before,
.grid .servicebooking .step .facilities .personnel.mobile-service:before,
.grid .servicebooking .step .facilities .evening.mobile-service:before,
.grid .servicebooking .step .facilities .mobile-service.mobile-service:before {
  background-position: -20rem -56rem;
  width: 2.1rem;
  height: 2.8rem;
  top: 0.3rem;
}
.grid .servicebooking .step .facilities .detailspicker {
  margin-top: 1.3rem;
}
.grid .servicebooking .step .facilities .detailspicker > label > .select {
  width: 100%;
}
.grid .servicebooking .step .facilities .grouped {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.grid .servicebooking .step .facilities .grouped label {
  margin: 1rem 0 0;
  min-width: 15rem;
  width: auto;
}
.grid .servicebooking .step .facilities .grouped label + label {
  margin: 1rem 0 0 1rem;
  min-width: 10.5rem;
}
.grid .servicebooking .step .facilities button {
  margin: 1.6rem 0 0.3rem;
}
.grid .servicebooking .step.step-1 form {
  padding-bottom: 3.2rem;
}
.grid .servicebooking .step.step-1 form input {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
.grid .servicebooking .step.step-2 .block > label {
  padding-left: 3.7rem;
  margin-top: 1.5rem;
}
.grid .servicebooking .step.step-2 form > div {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding: 2.5rem 0 0;
  margin: 2.5rem 0 0;
}
.grid .servicebooking .step.step-2 form > div:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.grid .servicebooking .step.step-3 form.regions {
  padding-bottom: 4rem;
}
.grid .servicebooking .step.step-3 form.regions div {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.grid .servicebooking .step.step-3 form.regions button {
  margin: 2rem 2rem 0 0;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  padding: 1.1rem 2.5rem 1.2rem;
  color: #fff;
  border: none;
  line-height: 1.5em;
}
.grid .servicebooking .step.step-3 form.regions button:first-child {
  padding-left: 4.5rem;
  position: relative;
}
.grid .servicebooking .step.step-3 form.regions button:first-child span:first-child {
  position: relative;
}
.grid .servicebooking .step.step-3 form.regions button:first-child span:first-child:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2.2rem;
  top: -0.05rem;
  left: -3rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -8rem -56rem;
}
.grid .servicebooking .step.step-3 form .btn-reset-region {
  position: absolute;
  right: 0;
  top: -4.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  padding: 1.34rem 1.5rem 1.4rem 2.5rem;
  background: transparent;
}
.grid .servicebooking .step.step-3 form .btn-reset-region:focus {
  box-shadow: none;
}
.grid .servicebooking .step.step-3 form .btn-reset-region:before {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 2.2rem;
  top: calc(50% - 1.07rem);
  left: 0.3rem;
  background-size: 100rem 100rem;
  background-image: url(/Images/sprite.svg?d=240513);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -12.2rem -56rem;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12,
.grid .servicebooking .step.step-4 form .row.block .col-md-6,
.grid .servicebooking .step.step-4 form .row.block .checkboxlist {
  padding-left: 0;
  padding-bottom: 0;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12 + .col-md-6,
.grid .servicebooking .step.step-4 form .row.block .col-md-6 + .col-md-6,
.grid .servicebooking .step.step-4 form .row.block .checkboxlist + .col-md-6 {
  padding-right: 0;
  padding-left: 1.5rem;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12 {
  padding-right: 0;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12.options > div {
  column-count: 2;
  column-gap: 3rem;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12.options > div > div {
  break-inside: avoid-column;
  margin-bottom: 1rem;
}
.grid .servicebooking .step.step-4 form .row.block .col-md-12.options > div > div .rte {
  padding-bottom: 0;
}
.grid .servicebooking .step.step-4 form .row .col-md-12 {
  padding-bottom: 0;
}
.grid .servicebooking .step.step-4 .checkboxlist label span {
  font-size: 1.7rem;
  margin-top: 0.1em;
}
.grid .servicebooking .step.step-4 .disclaimer {
  margin-top: 2rem;
  text-align: left;
}
.grid .servicebooking .step.confirmation > div {
  background-color: #eeeeee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2.5rem 3rem 4rem;
}
.grid .servicebooking .step.confirmation p {
  font-size: 1.8rem;
}
.grid .servicebooking .step.confirmation ul li {
  font-weight: 500;
}
.grid .servicebooking .step.confirmation .email {
  display: block;
}
.grid .servicebooking .step.confirmation .customicon {
  display: inline-block;
}
.grid .servicebooking .step.confirmation .customicon + .rte {
  padding-top: 2.5rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.grid .servicebooking .step form .row .col-md-6 {
  padding-bottom: 2.5rem;
}
.grid .servicebooking .step.unbooking .pageloading {
  margin: 1.5rem 0 0;
}
.grid .servicebooking .step.unbooking .pageloading p {
  font-size: 1.4rem;
}
.grid .servicebooking .step.unbooking p {
  padding-bottom: 0.5em;
  font-size: 1.8rem;
}
.grid .servicebooking .step.unbooking p:nth-child(2) {
  padding-bottom: 1.5rem;
}
.grid .servicebooking .step.unbooking a {
  margin-bottom: 0.5em;
}
.grid .servicebooking p {
  font-size: 1.6rem;
}
.grid .servicebooking .row {
  padding: 0;
}
.grid .servicebooking .row + .row {
  border: none;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.grid .servicebooking > div > .boxed {
  padding: 2.3rem 3rem 3rem !important;
  margin: 0;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.grid .servicebooking > div > .boxed + .boxed {
  margin-top: 3rem;
}
.grid .servicebooking .pageloading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 0 -2rem;
}
.grid .servicebooking .pageloading.noborder {
  border-top: 0;
  padding-top: 0;
}
.grid .servicebooking .pageloading.extra-top-margin {
  margin-top: 3rem;
}
.grid .servicebooking .pageloading span {
  display: block;
  width: 0.9rem;
  background-color: #8F9EB5;
  -webkit-animation: spBars 1s infinite linear;
  animation: spBars 1s infinite linear;
  height: 1.8rem;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.grid .servicebooking .pageloading span:after,
.grid .servicebooking .pageloading span:before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
  background-color: inherit;
}
.grid .servicebooking .pageloading span:before {
  left: -1.8rem;
  -webkit-animation: spBarsBefore 1s infinite linear;
  animation: spBarsBefore 1s infinite linear;
}
.grid .servicebooking .pageloading span:after {
  right: -1.8rem;
  -webkit-animation: spBarsAfter 1s infinite linear;
  animation: spBarsAfter 1s infinite linear;
}
.grid .servicebooking .pageloading p {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  line-height: 1em;
  display: block;
  margin-top: 1.5rem;
  color: #3D5881;
}
.grid .servicebooking form {
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
}
.grid .servicebooking form .row.block,
.grid .servicebooking form .block {
  padding: 2.5rem 0 0;
  margin: 2.5rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.grid .servicebooking form textarea {
  margin-bottom: 0;
}
.grid .servicebooking form label + * {
  margin-top: 1rem;
}
.grid .servicebooking form label + .rte {
  padding: 0 0 1rem 3.7rem;
  margin: 0;
}
.grid .servicebooking form input[name="registrationNumber"] {
  text-transform: uppercase;
}
.grid .servicebooking form .field-validation-error {
  margin-top: 1rem;
  padding-bottom: 0;
}
.grid .servicebooking form .checkboxlist + * {
  padding-left: 3.7rem;
  margin-top: 0.7rem;
}
.grid .servicebooking form .checkboxlist + p {
  margin: 0.5rem 0 1rem;
}
.grid .servicebooking form .checkboxlist + label {
  margin-top: 1.3rem;
}
.grid .servicebooking form .checkboxlist label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.grid .servicebooking form .checkboxlist label span {
  font-size: 1.9rem;
  line-height: 1.4em;
  font-weight: 500;
}
.grid .servicebooking form .checkboxlist label span + span {
  white-space: nowrap;
}
.grid .servicebooking form .checkboxlist label .rte {
  padding-left: 3.7rem;
}
.grid .servicebooking form .checkboxlist.small {
  margin-bottom: -0.5rem;
}
.grid .servicebooking form .checkboxlist.small label span {
  font-size: 1.7rem;
  margin-top: 0.1em;
}
.grid .servicebooking form .noavailable {
  margin-top: 2.5rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}
.grid .servicebooking form .loadmore {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.grid .servicebooking .sort {
  margin: 0;
}
.grid .servicebooking .sort ul {
  margin-left: 2px;
}
.grid .servicebooking .sort ul li:first-child {
  margin-left: 0;
}
.grid .servicebooking .sort button.loading span:nth-child(2) {
  top: 0.5em;
  background-color: #284E80;
}
.grid .servicebooking .pst {
  background-color: #DBDBDB;
  position: relative;
  margin: 2.5rem 0 0;
  min-height: 13.5rem;
}
.grid .servicebooking .pst > div:nth-child(1) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  opacity: 0.8;
  background: #DBDBDB;
}
.grid .servicebooking .pst > div:nth-child(2) {
  display: flex;
}
.grid .servicebooking .pst > div:nth-child(2) div:first-child {
  width: 12rem;
  flex-shrink: 0;
}
.grid .servicebooking .pst > div:nth-child(2) div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid .servicebooking .pst > div:nth-child(2) .rte {
  padding: 1rem 1.7rem 0.5rem;
}
.grid .servicebooking .pst > div:nth-child(2) .rte h3 {
  font-size: 2rem;
}
.grid .servicebooking .pst > div:nth-child(2) .rte label {
  margin-top: 1.5rem;
}
.grid .servicebooking .pst.inactive > div:nth-child(1) {
  display: block;
  cursor: pointer;
}
.grid .servicebooking .pst + p {
  margin-top: 2rem;
}
.grid .servicebooking .kits {
  margin-top: 1.5rem;
}
.grid .servicebooking .kits h3 {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}
.grid .servicebooking .kits h3 + * {
  margin-top: 1.1rem;
  margin-bottom: 1.7rem;
}
.grid .servicebooking .kits ul {
  margin-top: 0.7rem;
}
.grid .servicebooking .kits ul li {
  padding: 0 0 0 2rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
}
.grid .servicebooking .kits ul li:before {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #707070;
  clip-path: circle(45% at 0.65rem 0.65rem);
}
.grid .servicebooking .kits ul li + li {
  margin: 0.5rem 0 0;
}
.grid .servicebooking .extra-information {
  margin-top: 2rem;
}
.grid .servicebooking .extra-information label > span {
  padding-bottom: 0.2rem;
}
.grid .servicebooking .extra-information label + * {
  margin-top: 0;
}
.grid .servicebooking .extra-information textarea {
  margin-top: 1rem;
}
.grid .servicebooking .extra-information label + span {
  display: block;
  margin-top: 0.5rem;
}
.grid .servicebooking .summery h2 {
  font-size: 2.4rem;
}
.grid .servicebooking .summery h3 {
  font-size: 2rem;
}
.grid .servicebooking .summery ul {
  margin-top: 2rem;
}
.grid .servicebooking .summery li,
.grid .servicebooking .summery p {
  font-size: 1.6rem;
  line-height: 1.44em;
}
.grid .servicebooking .summery li span,
.grid .servicebooking .summery p span {
  font-size: 1.8rem;
}
.grid .servicebooking .summery .visit ul li {
  margin: 1.5rem 0 0;
}
.grid .servicebooking .summery .visit ul li span {
  display: block;
  font-weight: 500;
}
.grid .servicebooking .summery .visit ul li.icon {
  padding-top: 0.3rem;
  padding-left: 5.1rem;
  min-height: 4rem;
}
.grid .servicebooking .summery .visit ul li.icon:before {
  width: 4rem;
  height: 4rem;
  top: -0.25em;
}
.grid .servicebooking .summery .visit ul li.icon.car:before {
  background-position: 0 -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.tool:before {
  background-position: -66rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.engine:before {
  background-position: -72rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.glass:before {
  background-position: -48rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.wash:before {
  background-position: -54rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.wheels:before {
  background-position: -42rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.box:before {
  background-position: -60rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.addons:before {
  background-position: -78rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.facility {
  padding-top: 2.65rem;
  margin-top: 2rem;
  border-top: 1px solid #DBDBDB;
}
.grid .servicebooking .summery .visit ul li.icon.facility:before {
  top: 2rem;
  background-position: -84rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.calendar:before {
  background-position: -90rem -26rem;
}
.grid .servicebooking .summery .visit ul li.icon.employee:before {
  background-position: -96rem -26rem;
}
.grid .servicebooking button.white {
  background-color: #fff;
  color: #284E80;
  border: 1px solid #284E80;
  font-size: 1.6rem;
  padding: 0.5rem 1.5rem 0.7rem;
  transition: all 0.15s linear;
}
.grid .servicebooking button.white:hover {
  color: #1C6BBA;
  border-color: #1C6BBA;
  transition: all 0.15s linear;
}
.grid .servicebooking button.customicon:hover {
  color: #1C6BBA;
}
.grid .servicebooking pre {
  font-size: 1.3rem;
  background: #f9f9f9;
  padding: 1rem;
  overflow-x: auto;
}
.grid .inlinebooking .heading {
  border-radius: 3px 3px 0 0;
  background-color: #3D5881;
}
.grid .inlinebooking .heading h2 {
  font-size: 2rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.7rem 2rem 1rem;
}
.grid .inlinebooking form {
  margin-top: 0;
  margin-bottom: 2rem;
  border-radius: 0 0 3px 3px;
}
.grid .inlinebooking label + label {
  margin-top: 2rem;
}
.grid .inlinebooking label:first-of-type input {
  text-transform: uppercase;
}
.grid .inlinebooking label input {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
/* only used for debugging */
pre.console {
  background-color: #000;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .grid .inlinebooking {
    display: flex;
    background: linear-gradient(to right, #3D5881 0%, #3D5881 50%, #EEEEEE 50%, #EEEEEE 100%);
    background-color: #3D5881;
    border-radius: 3px;
  }
  .grid .inlinebooking .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px;
    width: 25rem;
    flex-shrink: 0;
  }
  .grid .inlinebooking .heading h2 {
    font-size: 2.9rem;
    margin-bottom: 0.2rem;
    padding-left: 3rem;
  }
  .grid .inlinebooking form {
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
    clip-path: polygon(0 -1%, 0 0, 3.6rem 50%, 0 100%, 0 101%, 100% 100%, 100% 0);
    padding-left: 3.6rem;
  }
  .grid .inlinebooking fieldset {
    display: flex;
    align-items: flex-end;
  }
  .grid .inlinebooking fieldset > * {
    margin-left: 3rem;
  }
  .grid .inlinebooking fieldset label + label {
    margin-top: 0;
  }
  .grid .inlinebooking fieldset label input {
    font-size: 2.2rem;
  }
  .grid .inlinebooking button[type="submit"] {
    position: static;
    transform: none;
    min-width: 14rem;
  }
}
@media screen and (max-width: 900px) {
  .servicebookingpage .grid .row > .col-md-8,
  .servicebookingpage .grid .row > .col-md-4 {
    width: 100% !important;
    margin-bottom: 3rem !important;
  }
  .servicebookingpage .grid .row .summery {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .servicebookingpage .col-md-12.smallheading {
    margin-bottom: 0 !important;
  }
  .servicebookingpage form .row .col-md-6.checkboxlist {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .servicebookingpage form .row .col-md-6.checkboxlist:nth-child(2) {
    padding-top: 2.5rem;
  }
  .grid .servicebooking > div > .boxed {
    padding: 17px 2rem 2.5rem !important;
  }
}
@media screen and (max-width: 600px) {
  .grid .servicebooking .step .facilities > li > div:first-child + div {
    display: none;
  }
  .grid .servicebooking form .loadmore {
    justify-content: flex-start;
  }
  .grid .servicebooking .step.step-4 form .row.block .col-md-12.options > div {
    column-count: 1;
  }
  .servicebookingpage .sort ul {
    margin-left: 2px;
  }
  .servicebookingpage .sort ul.scrollable {
    background-image: -webkit-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -webkit-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -webkit-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -webkit-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: -moz-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -moz-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -moz-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -moz-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: -o-linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), -o-linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), -o-linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), -o-linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
    background-image: linear-gradient(left, #EEEEEE, rgba(238, 238, 238, 0)), linear-gradient(right, #EEEEEE, rgba(238, 238, 238, 0)), linear-gradient(left, #bbb, rgba(187, 187, 187, 0)), linear-gradient(right, #bbb, rgba(187, 187, 187, 0)) !important;
  }
  .servicebookingpage .sort ul.scrollable::-webkit-scrollbar {
    pointer-events: none;
    display: none;
  }
  .servicebookingpage .sort ul li:first-child {
    margin-left: 0;
  }
  .servicebookingpage .sort ul li.current button {
    border-radius: 4px;
  }
  .servicebookingpage .sort ul li:not(.current) button {
    background: transparent;
  }
  .servicebookingpage .sort ul li button:focus {
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  input[type=checkbox].big + span {
    padding-left: 3.5rem;
  }
  .grid .servicebooking form .checkboxlist + * {
    padding-left: 0;
  }
  .grid .servicebooking form .checkboxlist + p {
    margin-top: 0.8rem;
  }
  .grid .servicebooking .kits,
  .grid .servicebooking .step.step-2 .block > label {
    padding-left: 0;
  }
  .grid .servicebooking .pst > div:nth-child(2) .rte label {
    margin-left: -12rem;
    width: calc(100% + 12rem);
  }
  .grid .servicebooking .pst > div:nth-child(2) .rte label span {
    width: 100%;
  }
  .grid .servicebooking .step.step-3 form.regions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grid .servicebooking .step.step-3 form.regions div {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .grid .servicebooking .step.step-3 form.regions div button {
    margin-right: 0;
  }
  .grid .servicebooking .step.step-3 form.regions div button:first-child:before {
    left: 2.3rem;
  }
}
html .TACDIS_ecom_wrapper {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 2rem;
}
html .TACDIS_ecom_wrapper .TACDIS_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html .TACDIS_ecom_wrapper .TACDIS_p-y-double {
  padding-top: 25px !important;
  padding-bottom: 30px !important;
}
html .TACDIS_ecom_wrapper p {
  font-size: 14px;
  margin-bottom: 8px;
}
html .TACDIS_ecom_wrapper .TACDIS_h1,
html .TACDIS_ecom_wrapper .TACDIS_h2,
html .TACDIS_ecom_wrapper .TACDIS_h3,
html .TACDIS_ecom_wrapper h1,
html .TACDIS_ecom_wrapper h2,
html .TACDIS_ecom_wrapper h3 {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
html .TACDIS_ecom_wrapper .TACDIS_h4,
html .TACDIS_ecom_wrapper .TACDIS_h5,
html .TACDIS_ecom_wrapper .TACDIS_h6,
html .TACDIS_ecom_wrapper h4,
html .TACDIS_ecom_wrapper h5,
html .TACDIS_ecom_wrapper h6 {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
html .TACDIS_ecom_wrapper .TACDIS_h2,
html .TACDIS_ecom_wrapper h2 {
  margin-bottom: 1.5rem;
}
html .TACDIS_ecom_wrapper [data-tacdis-stepbar] .TACDIS_stepbar-link {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
html .TACDIS_ecom_wrapper [data-tacdis-form] label,
html .TACDIS_ecom_wrapper [data-tacdis-form] .TACDIS_label {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
html .TACDIS_ecom_wrapper [data-tacdis-button] {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
  transition: none;
}
html .TACDIS_ecom_wrapper [data-tacdis-button]:hover {
  transition: none;
}
html .TACDIS_ecom_wrapper [data-tacdis-button~='secondary']:hover {
  color: white;
}
html .TACDIS_ecom_wrapper [data-tacdis-button~='link'],
html .TACDIS_ecom_wrapper a[data-tacdis-button~='link'] {
  background: none;
  font-weight: 500;
}
html .TACDIS_ecom_wrapper [data-tacdis-button~='link']:hover,
html .TACDIS_ecom_wrapper a[data-tacdis-button~='link']:hover {
  background: none;
  /*color: @color_primary;*/
}
html .TACDIS_ecom_wrapper [data-tacdis-button~='link']:focus,
html .TACDIS_ecom_wrapper a[data-tacdis-button~='link']:focus {
  box-shadow: none;
}
html .TACDIS_ecom_wrapper [data-tacdis-radiobutton] label {
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 700;
}
html .TACDIS_ecom_wrapper vcrs-checkbox-list-component [data-tacdis-checkbox] {
  margin-bottom: 0;
}
html .TACDIS_ecom_wrapper form {
  padding-bottom: 2rem;
}
@media (min-width: 375px) {
  html .TACDIS_col-xs-offset-2 {
    margin-left: 0;
  }
  html .TACDIS_col-xs-8 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  html .TACDIS_col-xs-offset-2 {
    margin-left: 8.33%;
  }
  html .TACDIS_col-xs-8 {
    width: 33.33%;
  }
}
.waykeecom-root * {
  font-family: 'Volvo Novum', sans-serif !important;
}
.waykeecom-root label {
  width: initial;
}
.waykeecom-root #accessories-list-next button,
.waykeecom-root #accessories-list-prev button {
  padding: 0;
}
.waykeecom-root #accessories-list-next svg.waykeecom-icon,
.waykeecom-root #accessories-list-prev svg.waykeecom-icon {
  fill: #284E80;
}
.waykeecom-root .waykeecom-key-value-list {
  --waykeecom-key-font-size: 16px;
}
.waykeecom-root .waykeecom-modal__header {
  z-index: 1;
}
.waykeecom-root .waykeecom-stepper__header {
  margin: unset;
  justify-content: flex-start;
  text-align: left;
}
.waykeecom-root .waykeecom-stepper__header > div {
  position: initial;
  background: none;
  width: initial;
}
.waykeecom-root .waykeecom-stepper__header > div > div {
  margin: unset;
}
.waykeecom-root .waykeecom-input-text__input {
  font-family: 'Volvo Novum', sans-serif;
}
.waykeecom-root .waykeecom-input-text__input::-webkit-input-placeholder,
.waykeecom-root .waykeecom-textarea::-webkit-input-placeholder {
  font-family: 'Volvo Novum', sans-serif;
}
.waykeecom-root p {
  font-size: 1.6rem;
}
.waykeecom-root .waykeecom-input-label__label {
  font-size: 1.6rem;
}
.waykeecom-root .waykeecom-header {
  background-color: transparent;
  height: 4rem;
}
.waykeecom-root .waykeecom-header__logo img {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 4rem;
}
.waykeecom-root .waykeecom-modal__close-btn {
  all: initial;
  transform: scale(0.99);
}
.waykeecom-root button.waykeecom-button {
  font-size: 1.7rem;
  background-color: #284E80;
  border-radius: 3px;
  padding-top: 11px;
  padding-bottom: 13px;
}
.waykeecom-root button.waykeecom-button:hover {
  background-color: #1C6BBA;
}
.waykeecom-root .waykeecom-button--action-clear,
.waykeecom-root .waykeecom-button--action-alt,
.waykeecom-root .waykeecom-button--success {
  color: white;
}
.waykeecom-root button.waykeecom-link {
  color: white;
}
.waykeecom-root .waykeecom-input-label__help-btn {
  color: white;
  padding: 0.5rem;
}
.waykeecom-root .waykeecom-content ol li,
.waykeecom-root .waykeecom-content ol .waykeecom-content__li,
.waykeecom-root .waykeecom-content__ol li,
.waykeecom-root .waykeecom-content__ol .waykeecom-content__li,
.waykeecom-root .waykeecom-content ul li,
.waykeecom-root .waykeecom-content ul .waykeecom-content__li,
.waykeecom-root .waykeecom-content__ul li,
.waykeecom-root .waykeecom-content__ul .waykeecom-content__li {
  font-size: 1.6rem;
}
.waykeecom-root .waykeecom-input-selection__label:before {
  border: 1px solid #434343;
}
.waykeecom-root .waykeecom-nav-banner {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.waykeecom-root .waykeecom-product-card__seller,
.waykeecom-root .waykeecom-preview-card__seller {
  font-size: 14px !important;
  color: #424240;
  font-weight: 500;
}
.waykeecom-root .waykeecom-product-card__title,
.waykeecom-root .waykeecom-preview-card__title {
  font-weight: 500;
}
/*Legacy stuff  below */
.wayke-ecom * {
  font-family: 'Volvo Novum', sans-serif !important;
}
.wayke-ecom header {
  margin: 0;
}
.wayke-ecom header > div > div {
  margin: 0;
}
.wayke-ecom header .header-action-btn {
  font-size: 2rem;
}
.wayke-ecom header .header-logo {
  height: 16px !important;
}
.wayke-ecom .header {
  box-shadow: none;
  background: none;
}
.wayke-ecom .m-r-half {
  margin-right: 4px;
}
.wayke-ecom p,
.wayke-ecom li {
  line-height: 1em;
}
.wayke-ecom button:hover {
  background: inherit;
}
.wayke-ecom button:focus {
  box-shadow: none;
}
.wayke-ecom [data-ecom-button]:hover {
  background-color: #1C6BBA;
}
.wayke-ecom label > span,
.wayke-ecom .label > span,
.wayke-ecom .label {
  font-family: inherit;
  text-transform: none;
  color: #424242;
}
.wayke-ecom .cart-header-content-section {
  padding: 10px 16px 12px;
}
.wayke-ecom [data-ecom-timeline] * {
  font-family: 'Volvo Novum', sans-serif !important;
}
.wayke-ecom [data-ecom-timeline] .timeline-label {
  font-family: 'Volvo Novum', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  font-size: 1.2rem;
}
.wayke-ecom [data-ecom-inputselection] label:before {
  background-color: #DBDBDB;
}
.wayke-ecom [data-ecom-button] {
  font-size: 1.6rem;
}
[data-ecom-modal]:before {
  background: rgba(20, 27, 56, 0.8);
}
.wayke-ecom .h1,
.wayke-ecom .h2,
.wayke-ecom .h3,
.wayke-ecom .h4,
.wayke-ecom .h5,
.wayke-ecom .h6,
.wayke-ecom h1,
.wayke-ecom h2,
.wayke-ecom h3,
.wayke-ecom h4,
.wayke-ecom h5,
.wayke-ecom h6 {
  font-family: 'Volvo Novum', sans-serif !important;
  font-weight: 500 !important;
}
div.wayke-ecom {
  /* errors */
}
div.wayke-ecom [data-ecom-timeline] .timeline-indicator {
  background-color: #202020;
  border: 2px solid #202020;
}
div.wayke-ecom [data-ecom-timeline] .timeline-item.is-stepped + .timeline-item-step:before {
  background-color: #202020;
}
div.wayke-ecom [data-ecom-timeline] .timeline-item.is-active:before {
  background-color: #202020;
}
div.wayke-ecom [data-ecom-optionlist] .option-list-action-title {
  color: #202020;
  font-weight: 500;
}
div.wayke-ecom [data-ecom-button] {
  background-color: #284E80;
  border-radius: 3px;
  padding-top: 11px;
  padding-bottom: 13px;
}
div.wayke-ecom [data-ecom-button~=light] {
  background-color: #999;
  color: #ffffff;
}
div.wayke-ecom button[data-ecom-link] {
  color: #202020;
  font-weight: 500;
  /*color: #424240;*/
}
div.wayke-ecom [data-ecom-inputselection] .text {
  padding-top: 3px;
}
div.wayke-ecom [data-ecom-cart] .cart-header-title {
  white-space: initial;
}
div.wayke-ecom [data-ecom-cart] .cart-header-title span {
  display: block;
  margin: 0 0 4px 0;
}
div.wayke-ecom [data-ecom-cart] .cart-header-price {
  margin-top: 6px;
}
div.wayke-ecom [data-ecom-link],
div.wayke-ecom a[data-ecom-link] {
  color: #202020;
}
div.wayke-ecom [data-ecom-rangeslider] .range-slider-rail {
  width: 100%;
}
div.wayke-ecom [data-ecom-rangeslider] .range-slider-track {
  background-color: #202020;
}
div.wayke-ecom [data-ecom-rangeslider] .range-slider-handle {
  border-color: #202020;
}
div.wayke-ecom [data-ecom-productcard] .product-card-retailer {
  color: #202020;
}
div.wayke-ecom [data-ecom-form] .form-group.has-error [data-ecom-inputtext] input,
div.wayke-ecom [data-ecom-form] .form-group.has-error [data-ecom-select] {
  border-color: #202020;
}
div.wayke-ecom [data-ecom-form] .form-alert {
  color: #202020;
}
#wayke-ev-calculator * {
  font-family: 'Volvo Novum', sans-serif !important;
}
#wayke-ev-calculator .waykeev-root {
  border-color: #DBDBDB;
  border-radius: 3px;
  padding: 2.8rem 3.2rem 3rem;
}
#wayke-ev-calculator .waykeev-heading {
  font-size: 2.4rem;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
}
#wayke-ev-calculator .waykeev-stack--3 + [class*=waykeev-stack--] {
  margin-top: 2rem;
}
#wayke-ev-calculator .waykeev-input-label__label {
  font-size: 1.8rem;
  width: auto;
}
#wayke-ev-calculator .waykeev-balloon {
  border-radius: 8px;
}
#wayke-ev-calculator #wayke-ev-modal-button {
  background: none;
  padding: 0;
  color: #284E80;
  font-family: 'Volvo Novum', sans-serif;
  font-weight: 500;
  transition: color 0.15s;
  display: block;
}
#wayke-ev-calculator #wayke-ev-modal-button:hover {
  background-color: none;
  color: #1C6BBA;
  text-decoration: none;
}
#wayke-ev-calculator .waykeev-modal__close-btn {
  all: initial;
  transform: scale(0.99);
  cursor: pointer;
}
#wayke-ev-calculator .waykeev-input-label__help-btn {
  color: white;
  padding: 0.5rem;
}
#wayke-ev-calculator .waykeev-input-group__item + .waykeev-input-group__item {
  margin-top: 1rem;
}
#wayke-ev-calculator .waykeev-select {
  max-width: 348px;
}
#wayke-ev-calculator #wayke-ev-web-view-node > .waykeev-stack > .waykeev-content,
#wayke-ev-calculator #wayke-ev-web-view-node > .waykeev-stack:nth-child(5),
#wayke-ev-calculator #wayke-ev-web-view-node #wayke-ev-mileage-range-node {
  display: none;
}
#wayke-ev-calculator #wayke-ev-result-node {
  margin-top: 2.5rem;
}
@media (min-width: 600px) {
  #wayke-ev-calculator .waykeev-modal__dialog {
    border-radius: 8px;
  }
}
@media (max-width: 899px) {
  [data-ecom-frame] .frame-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  [data-ecom-cart] {
    max-width: 100%;
  }
  [data-ecom-cart] .cart-header {
    height: auto;
    padding: 0;
  }
  [data-ecom-cart] .cart-header-img-section {
    padding-right: 0;
  }
  [data-ecom-cart] .cart-header-img {
    width: 130px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #wayke-ev-calculator .waykeev-root {
    padding: 2.2rem 2rem;
  }
  #wayke-ev-calculator .waykeev-select {
    max-width: 100%;
  }
}

