/*!
Styles Name: Grand Chelem
URI: http://grand-chelem.mx
Author: Enigma
Author URI: http://enigma.mx
Description: Tema para el sitio de Grand Chelem.
Version: 1.0.0
*/
/* ---------------------------------------------- */
/* --------------------CONTENTS------------------ */
/* ---------------------------------------------- */
/*
	0) Tools
	1) Mixins
	2) Colors, fonts & setup
	3) Font styles
	4) General styles
	5) Animations
	6) Section styles
*/
/* ---------------------------------------------- */
/* -----------------0) TOOLS--------------------- */
/* ---------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------------- */
/* -----------------1) MIXINS-------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -----------------2) COLORS, FONTS & SETUP----- */
/* ---------------------------------------------- */
@font-face {
  font-family: 'DomaineSansText';
  src: url("../fonts/DomaineSansTextWeb-Bold.eot");
  src: url("../fonts/DomaineSansTextWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DomaineSansTextWeb-Bold.woff") format("woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'DomaineSansText';
  src: url("../fonts/DomaineSansTextWeb-BoldItalic.eot");
  src: url("../fonts/DomaineSansTextWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DomaineSansTextWeb-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'DomaineSansText';
  src: url("../fonts/DomaineSansTextWeb-Regular.eot");
  src: url("../fonts/DomaineSansTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DomaineSansTextWeb-Regular.woff") format("woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'DomaineSansText';
  src: url("../fonts/DomaineSansTextWeb-RegularItalic.eot");
  src: url("../fonts/DomaineSansTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DomaineSansTextWeb-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* ---------------------------------------------- */
/* -----------------3) FONT STYLES--------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -----------------4) GENERAL STYLES------------ */
/* ---------------------------------------------- */
body, html {
  overflow-x: hidden;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  body, html {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body, html {
    font-size: 18px;
    line-height: 30px;
  }
}

body {
  /* Custom Select wrapper */
  /* 	&.koenigsegg {
		@include brand-color($koenigsegg);
	}
	
	&.lamborghini {
		@include brand-color($lamborghini);
	}
	
	&.morgan {
		@include brand-color($morgan);
	}
	
	&.rimac {
		@include brand-color($rimac);
	}
	
	&.ruf {
		@include brand-color($ruf);
	}
	
	&.vuhl {
		@include brand-color($vuhl);
	}
	    
	    &.ducati {
		@include brand-color($ducati);
	}
	
	&.bugatti {
		@include brand-color($bugatti);
	} */
}

body .container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body a, body button, body .gc-button {
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  outline: 0 !important;
}

body a:hover, body a:active, body a:focus, body button:hover, body button:active, body button:focus, body .gc-button:hover, body .gc-button:active, body .gc-button:focus {
  outline: 0 !important;
}

body a:hover, body button:hover, body .gc-button:hover {
  opacity: .8;
  cursor: pointer;
}

body input::-moz-focus-inner {
  border: 0;
}

body textarea, body input[type="text"], body input[type="button"], body input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  body select {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body select {
    font-size: 14px;
    line-height: 30px;
  }
}

body select::-ms-expand {
  display: none;
}

body .select {
  border: solid 1px #000000;
  border-radius: 0;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

body .select select {
  flex: 1;
  cursor: pointer;
}

body .select:after {
  background-image: url("../images/ui/drop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  body .select select {
    padding: 0 30px 0 15px;
  }
  body .select:after {
    right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  body .select select {
    padding: 0 45px 0 15px;
  }
  body .select:after {
    right: 15px;
  }
}

body em, body i {
  font-style: italic;
}

body strong, body b {
  font-weight: 700;
}

body .sm {
  font-size: 14px;
  line-height: 20px;
}

body header .sec > a {
  border-radius: 50%;
  background-color: #EBEBEB;
  width: 14px;
  padding: 10px;
}

body header .sec > a svg {
  width: 100%;
  display: block;
}

body header .sec > a:hover {
  background-color: #C5C5C5;
}

body header .sec .lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body header .sec .lang-selector a, body header .sec .lang-selector span {
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}

body header .sec .lang-selector span {
  width: 2px;
}

body header .sec .lang-selector a.current-lang {
  background-color: #EBEBEB;
}

body header .sec .lang-selector a:hover {
  background-color: #C5C5C5;
}

body header.brand {
  /* .gc-endorsement {
			@include flex;
			justify-content: flex-end;
			position: relative;
		
			&:before {
				position: absolute;
				content: "";
				display: block;
				top: 0;
				left: 0;
				background-color: $gray30;
				z-index: -10;
			}
		
			img {
				display: block;
				width: auto;
			}
		} */
}

body header.brand .ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

body header.brand .ribbon span {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: #C5C5C5;
  z-index: -10;
}

body header.brand .ribbon img {
  display: block;
  width: auto;
}

body header.brand .brand-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body header.brand .brand-head .branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

body header.brand .brand-head .branding img {
  display: block;
}

body header.brand .brand-head .branding > a {
  display: block;
}

body header.brand .brand-head .headling h1 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body header.brand .brand-head .headling h1 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body header.brand .brand-head .headling h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

body header.brand .brand-head .headling h1 a {
  color: #000000;
}

body header.brand .brand-head .headling .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body header.brand .brand-head .headling .contents a {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body header.brand .brand-head .headling .contents a {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body header.brand .brand-head .headling .contents a {
    font-size: 14px;
    line-height: 30px;
  }
}

body header.brand .brand-head .headling .contents li:last-of-type {
  margin-right: 0;
}

body header.brand .brand-head .headling .contents li.active a {
  text-decoration: underline;
}

body header.brand .brand-head .headling .contents .external {
  position: relative;
}

body header.brand .brand-head .headling .contents .external a:after {
  content: url("../images/ui/external.svg");
  display: block;
  position: absolute;
}

body header.brand .brand-head .headling .contents .external .helper {
  color: #9F9F9F;
}

body header.brand .brand-head .headling .sec #closeMenu {
  width: 22px;
  height: auto;
  display: block;
  cursor: pointer;
}

body header.brand .brand-head .headling .sec #closeMenu img {
  display: block;
}

body header.grand-chelem .atf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body header.grand-chelem .atf a {
  display: block;
  cursor: pointer;
}

body header.grand-chelem .atf a img {
  display: block;
}

body header.grand-chelem .atf .brand img {
  max-width: 100%;
}

body header.grand-chelem .atf aside nav {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body header.grand-chelem .atf aside nav {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body header.grand-chelem .atf aside nav {
    font-size: 14px;
    line-height: 30px;
  }
}

body header.grand-chelem .atf aside nav a {
  color: #535353;
}

body header.grand-chelem .atf aside nav a:after {
  content: " >";
}

body header.grand-chelem .atf aside nav a.active {
  text-decoration: underline;
}

body header.grand-chelem .atf aside nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body header.grand-chelem nav.brands {
  background-color: #F5F5F5;
  position: relative;
}

body header.grand-chelem nav.brands:after {
  position: absolute;
  background-color: #F5F5F5;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
}

body header.grand-chelem nav.brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body header.grand-chelem nav.brands img.aston-martin {
  height: 23px;
}

body header.grand-chelem nav.brands img.lamborghini {
  height: 35px;
}

body header.grand-chelem nav.brands img.morgan {
  height: 23px;
}

body header.grand-chelem nav.brands img.caterham {
  height: 12px;
}

body header.grand-chelem nav.brands img.koenigsegg {
  height: 35px;
}

body header.grand-chelem nav.brands img.rimac {
  height: 35px;
}

body header.grand-chelem nav.brands img.ruf {
  height: 23px;
}

body header.grand-chelem nav.brands img.vuhl {
  height: 30px;
}

body header.grand-chelem nav.brands img.iconic,
body header.grand-chelem nav.brands img.iconic-broker {
  height: 35px;
}

body nav.brands-sidebar img {
  display: block;
}

body .nav-cont {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10001;
  transition: left 0.35s ease-out;
  will-change: left;
}

body .nav-cont .nav-box a {
  color: #FFFFFF;
  display: block;
}

body .nav-cont .nav-box #closeMenu {
  width: 22px;
  height: auto;
}

body .nav-cont .nav-box #closeMenu img {
  display: block;
}

body .nav-cont .nav-box nav a {
  font-size: 15px;
  line-height: 15px;
}

body .nav-cont .nav-box ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .site-notice {
  background-color: #F7D3C8;
  border-top: solid 1px #DFA99A;
  border-bottom: solid 1px #DFA99A;
}

body .site-notice .alert {
  box-sizing: border-box;
  color: #713B32;
  font-family: 'DomaineSansText', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body footer.brand,
body footer.external {
  background-color: #404040;
  color: #FFFFFF;
}

body footer.brand .container,
body footer.external .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body footer.brand .gc-endorsement,
body footer.external .gc-endorsement {
  position: relative;
  z-index: 100;
}

body footer.brand .gc-endorsement a,
body footer.external .gc-endorsement a {
  display: inline-block;
}

body footer.brand .gc-endorsement img,
body footer.external .gc-endorsement img {
  display: block;
}

body footer.brand .text p,
body footer.external .text p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body footer.brand .text p,
  body footer.external .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.brand .text p,
  body footer.external .text p {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.brand .text a,
body footer.external .text a {
  color: inherit;
  text-decoration: underline;
}

body footer.brand .text .legals,
body footer.external .text .legals {
  color: #797979;
}

body footer.brand nav.footer,
body footer.external nav.footer {
  color: #C5C5C5;
}

body footer.brand nav.footer ul,
body footer.external nav.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body footer.brand nav.footer a,
body footer.external nav.footer a {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body footer.brand nav.footer a,
  body footer.external nav.footer a {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.brand nav.footer a,
  body footer.external nav.footer a {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.brand nav.footer .external a:after,
body footer.external nav.footer .external a:after {
  content: url("../images/ui/external.svg");
}

body footer.grand-chelem,
body footer.contact {
  background-color: #404040;
  color: #FFFFFF;
}

body footer.grand-chelem .container,
body footer.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body footer.grand-chelem .branding img,
body footer.contact .branding img {
  display: block;
  width: 100%;
}

body footer.grand-chelem .foot-content nav.footer,
body footer.contact .foot-content nav.footer {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body footer.grand-chelem .foot-content nav.footer,
  body footer.contact .foot-content nav.footer {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.grand-chelem .foot-content nav.footer,
  body footer.contact .foot-content nav.footer {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.grand-chelem .foot-content nav.footer ul,
body footer.contact .foot-content nav.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body footer.grand-chelem .foot-content nav.footer a,
body footer.contact .foot-content nav.footer a {
  text-decoration: underline;
  color: #EBEBEB;
}

body footer.grand-chelem .foot-content .legals,
body footer.contact .foot-content .legals {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #C5C5C5;
}

@media screen and (max-width: 1023px) {
  body footer.grand-chelem .foot-content .legals,
  body footer.contact .foot-content .legals {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.grand-chelem .foot-content .legals,
  body footer.contact .foot-content .legals {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.grand-chelem .foot-content .legals div.locations > ul > li,
body footer.grand-chelem .foot-content .legals div.locations > ul > li a,
body footer.contact .foot-content .legals div.locations > ul > li,
body footer.contact .foot-content .legals div.locations > ul > li a {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #EBEBEB;
}

@media screen and (max-width: 1023px) {
  body footer.grand-chelem .foot-content .legals div.locations > ul > li,
  body footer.grand-chelem .foot-content .legals div.locations > ul > li a,
  body footer.contact .foot-content .legals div.locations > ul > li,
  body footer.contact .foot-content .legals div.locations > ul > li a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.grand-chelem .foot-content .legals div.locations > ul > li,
  body footer.grand-chelem .foot-content .legals div.locations > ul > li a,
  body footer.contact .foot-content .legals div.locations > ul > li,
  body footer.contact .foot-content .legals div.locations > ul > li a {
    font-size: 18px;
    line-height: 30px;
  }
}

body footer.grand-chelem .foot-content .legals div.locations > ul > li:visited,
body footer.grand-chelem .foot-content .legals div.locations > ul > li:focus,
body footer.grand-chelem .foot-content .legals div.locations > ul > li:hover,
body footer.grand-chelem .foot-content .legals div.locations > ul > li a:visited,
body footer.grand-chelem .foot-content .legals div.locations > ul > li a:focus,
body footer.grand-chelem .foot-content .legals div.locations > ul > li a:hover,
body footer.contact .foot-content .legals div.locations > ul > li:visited,
body footer.contact .foot-content .legals div.locations > ul > li:focus,
body footer.contact .foot-content .legals div.locations > ul > li:hover,
body footer.contact .foot-content .legals div.locations > ul > li a:visited,
body footer.contact .foot-content .legals div.locations > ul > li a:focus,
body footer.contact .foot-content .legals div.locations > ul > li a:hover {
  color: #EBEBEB;
}

body footer.grand-chelem .foot-content .legals div.locations > ul > li:hover,
body footer.grand-chelem .foot-content .legals div.locations > ul > li a:hover,
body footer.contact .foot-content .legals div.locations > ul > li:hover,
body footer.contact .foot-content .legals div.locations > ul > li a:hover {
  text-decoration: underline;
}

body footer.grand-chelem .foot-content .legals div.locations ul ul li > br,
body footer.contact .foot-content .legals div.locations ul ul li > br {
  display: none;
}

body footer.grand-chelem .foot-content .legals div.locations ul ul li a,
body footer.grand-chelem .foot-content .legals div.locations ul ul li strong,
body footer.contact .foot-content .legals div.locations ul ul li a, body footer.contact .foot-content .legals div.locations ul ul li strong {
  font-weight: 700;
  color: #EBEBEB;
  display: inline-block;
}

body footer.grand-chelem .foot-content .legals div.locations ul ul li address a,
body footer.contact .foot-content .legals div.locations ul ul li address a {
  color: #C5C5C5;
}

body footer.grand-chelem .foot-content .legals div.locations ul ul li a:visited,
body footer.grand-chelem .foot-content .legals div.locations ul ul li a:active,
body footer.grand-chelem .foot-content .legals div.locations ul ul li a:focus,
body footer.contact .foot-content .legals div.locations ul ul li a:visited, body footer.contact .foot-content .legals div.locations ul ul li a:active, body footer.contact .foot-content .legals div.locations ul ul li a:focus {
  color: #EBEBEB;
}

body footer.grand-chelem .foot-content .legals div.locations ul ul li a:hover,
body footer.contact .foot-content .legals div.locations ul ul li a:hover {
  text-decoration: underline;
}

body footer.external {
  background-color: #404040;
}

body footer.external .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body footer.external .branding img {
  display: block;
  max-width: 100%;
}

body footer.external .text p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body footer.external .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.external .text p {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.external .text a {
  color: #C5C5C5;
  text-decoration: none;
}

body footer.external .text a:visited,
body footer.external .text a:focus,
body footer.external .text a:hover {
  color: #C5C5C5;
}

body footer.external .text .legals {
  color: #C5C5C5;
}

body footer.external .text .legals a {
  text-decoration: underline;
}

body footer.external .text > ul {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body footer.external .text > ul {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.external .text > ul {
    font-size: 14px;
    line-height: 30px;
  }
}

body footer.external .text > ul > li {
  border-bottom-color: #C5C5C5;
}

body footer.external .text > ul > li,
body footer.external .text > ul > li a {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  body footer.external .text > ul > li,
  body footer.external .text > ul > li a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body footer.external .text > ul > li,
  body footer.external .text > ul > li a {
    font-size: 18px;
    line-height: 30px;
  }
}

body footer.external .text > ul > li:hover,
body footer.external .text > ul > li a:hover {
  text-decoration: underline;
}

body footer.external .text > ul ul li > br {
  display: none;
}

body footer.external .text > ul ul li a, body footer.external .text > ul ul li strong {
  font-weight: 700;
  display: inline-block;
}

body footer.external .text > ul ul li strong,
body footer.external .text > ul ul li address {
  color: #C5C5C5;
}

body footer.external .text > ul ul li a:hover {
  text-decoration: underline;
}

body .brand-highlight-new {
  text-align: right;
}

body .brand-highlight-new .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body .brand-highlight-new .title .brand-logo {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

body .brand-highlight-new .title .brand-logo img {
  display: block;
}

body .brand-highlight-new .title .anchor {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .brand-highlight-new .title .anchor {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .brand-highlight-new .title .anchor {
    font-size: 14px;
    line-height: 30px;
  }
}

body .brand-highlight-new .title .anchor a {
  color: #797979;
}

body .brand-highlight-new .title .anchor a:after {
  content: " >";
}

body .brand-highlight-new .cars .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .brand-highlight-new .cars .car .car-text {
  text-align: left;
}

body .availability a {
  color: #000000;
}

body .availability a:hover, body .availability a:visited, body .availability a:focus {
  color: #000000;
}

body .availability a:hover {
  text-decoration: underline;
}

body .car .car-text .name {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body .car .car-text .name {
    font-size: 16px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body .car .car-text .name {
    font-size: 18px;
    line-height: 30px;
  }
}

body .car .car-text .model {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body .car .car-text .model {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .car .car-text .model {
    font-size: 14px;
    line-height: 30px;
  }
}

body .car-img {
  position: relative;
}

body .car-img .availability {
  font-size: 11px;
  position: absolute;
}

@media screen and (max-width: 1023px) {
  body .car-img .availability {
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .car-img .availability {
    line-height: 30px;
  }
}

body .car-img img {
  width: 100%;
  height: auto;
  display: block;
}

body .car-img .car-status {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #404040;
  color: #FFFFFF;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .car-img .car-status {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .car-img .car-status {
    font-size: 14px;
    line-height: 30px;
  }
}

body .car-img .car-status.sold {
  background-color: #F16364;
}

body .car-img .car-status.armored {
  top: 0;
  bottom: auto;
  background-color: #BD9939;
}

body .carousel-cars .swiper-slide.swiper-slide-active figcaption,
body .carousel-brand-cars .swiper-slide.swiper-slide-active figcaption,
body .swiper.models .swiper-slide.swiper-slide-active figcaption {
  left: 0%;
  transition: left 0.5s ease-out;
}

body .carousel-cars .swiper-slide figcaption,
body .carousel-brand-cars .swiper-slide figcaption,
body .swiper.models .swiper-slide figcaption {
  background-color: #535353;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

body .carousel-cars .swiper-slide img.main,
body .carousel-brand-cars .swiper-slide img.main,
body .swiper.models .swiper-slide img.main {
  width: 100%;
  height: auto;
  display: block;
}

body .carousel-cars .change-slide,
body .carousel-brand-cars .change-slide,
body .swiper.models .change-slide {
  background-color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  z-index: 10;
  bottom: 0;
}

body .carousel-cars .change-slide:hover,
body .carousel-brand-cars .change-slide:hover,
body .swiper.models .change-slide:hover {
  cursor: pointer;
  opacity: .5;
}

body .carousel-cars .change-slide.button-prev,
body .carousel-brand-cars .change-slide.button-prev,
body .swiper.models .change-slide.button-prev {
  left: 0;
}

body .carousel-cars .change-slide.button-next,
body .carousel-brand-cars .change-slide.button-next,
body .swiper.models .change-slide.button-next {
  right: 0;
}

body .carousel-cars .swiper-pagination,
body .carousel-brand-cars .swiper-pagination,
body .swiper.models .swiper-pagination {
  text-align: left;
}

body .carousel-cars .swiper-pagination .swiper-pagination-bullet,
body .carousel-brand-cars .swiper-pagination .swiper-pagination-bullet,
body .swiper.models .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: #FFFFFF;
  opacity: 1;
  height: 1px;
  transition: all 0.2s ease-in-out;
}

body .carousel-cars .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body .carousel-brand-cars .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body .swiper.models .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #797979;
  height: 3px;
}

body .swiper.models .change-slide {
  background-color: transparent;
  top: 0;
  margin: auto;
  opacity: .3;
}

body .swiper.models .change-slide:hover {
  opacity: 1;
}

body .swiper.models .change-slide img {
  background-color: #404040;
}

body .swiper.models .swiper-pagination {
  text-align: center;
  bottom: 0;
  z-index: 10;
}

body .swiper.models .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  width: 12px;
  height: 16px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

body .swiper.models .swiper-pagination .swiper-pagination-bullet:before {
  background: #797979;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  left: 0;
  top: 7px;
}

body .swiper.models .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  height: 16px;
}

body .swiper.models .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #797979;
  height: 3px;
  top: 6px;
}

body .carousel-cars .swiper-slide.swiper-slide-next figcaption {
  left: 20%;
}

body .carousel-cars .swiper-slide.swiper-slide-prev figcaption {
  left: -20%;
}

body .carousel-cars .swiper-slide figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .carousel-cars .swiper-slide figcaption .text h1 a {
  color: #FFFFFF;
}

body .carousel-cars .swiper-slide figcaption .text p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #C5C5C5;
}

@media screen and (max-width: 1023px) {
  body .carousel-cars .swiper-slide figcaption .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .carousel-cars .swiper-slide figcaption .text p {
    font-size: 14px;
    line-height: 30px;
  }
}

body .carousel-cars .swiper-slide figcaption .brand {
  background-color: #C5C5C5;
}

body .carousel-cars .swiper-slide figcaption .brand img {
  display: block;
}

body .carousel-brand-cars .swiper-slide.swiper-slide-next figcaption {
  left: 20%;
}

body .carousel-brand-cars .swiper-slide.swiper-slide-prev figcaption {
  left: -20%;
}

body .carousel-brand-cars .swiper-slide figcaption h1, body .carousel-brand-cars .swiper-slide figcaption p {
  color: #FFFFFF;
}

body .carousel-brand-cars .swiper-slide figcaption p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .carousel-brand-cars .swiper-slide figcaption p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .carousel-brand-cars .swiper-slide figcaption p {
    font-size: 14px;
    line-height: 30px;
  }
}

body .carousel-brand-cars .swiper-slide figcaption:hover a p {
  text-decoration: underline;
}

body .carousel-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  opacity: .4;
  transition: opacity 0.2s ease-in-out;
}

body .carousel-thumbs .swiper-slide:hover {
  cursor: pointer;
  opacity: .8;
}

body .carousel-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

body .container.bg {
  position: relative;
  z-index: -100;
}

body .container.bg .bg-img {
  position: relative;
  width: 100%;
  z-index: -100;
}

body .container.bg .bg-img:after {
  position: fixed;
  top: 0;
  background-image: url("../images/grand_chelem_bg.gif");
  background-size: cover;
  background-position: left center;
  content: "";
  display: block;
  z-index: -100;
}

body .container.bg-side {
  position: relative;
  z-index: -100;
}

body .container.bg-side .bg-img {
  position: relative;
  width: 100%;
  z-index: -100;
}

body .container.bg-side .bg-img:after {
  position: fixed;
  top: 0;
  background-image: url("../images/grand_chelem_bg.gif");
  background-size: cover;
  background-position: left center;
  content: "";
  display: block;
  z-index: -100;
}

body .content-select {
  position: relative;
  z-index: 10;
}

body .content-select h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #9F9F9F;
}

@media screen and (max-width: 1023px) {
  body .content-select h2 {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .content-select h2 {
    font-size: 14px;
    line-height: 30px;
  }
}

body .content-select .content-options {
  display: inline-block;
}

body .content-select .content-options button {
  display: block;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  body .content-select .content-options button {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .content-select .content-options button {
    font-size: 18px;
    line-height: 30px;
  }
}

body .content-select .content-options button.active {
  text-decoration: underline;
}

body .gc-form p {
  margin-bottom: 0 !important;
}

body .gc-form .hidden {
  display: none;
}

body .gc-form div.field.text label {
  display: block;
}

body .gc-form input.text {
  width: 100%;
  padding: 0;
  border: none;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #9F9F9F;
  background: none;
}

@media screen and (max-width: 1023px) {
  body .gc-form input.text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .gc-form input.text {
    font-size: 18px;
    line-height: 30px;
  }
}

body .gc-form input.text:focus {
  outline: none;
}

body .gc-form div.field.radio .description {
  color: #797979;
}

body .gc-form div.field.radio .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .gc-form label {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .gc-form label {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .gc-form label {
    font-size: 14px;
    line-height: 30px;
  }
}

body .gc-form div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

body .gc-form span.alert {
  display: block;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #ff3300;
}

@media screen and (max-width: 1023px) {
  body .gc-form span.alert {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .gc-form span.alert {
    font-size: 14px;
    line-height: 30px;
  }
}

body .gc-form .not-valid input.text {
  border-color: #ff3300;
}

body .gc-form.error .response-output {
  background-color: #ff3300;
  color: #FFFFFF;
}

body .gc-form.success .response-output {
  background-color: #EBEBEB;
}

body .gc-form .option label:hover {
  cursor: pointer;
}

body .gc-form .cancel button {
  background-color: #797979;
}

body .mosaic .mosaic-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #535353;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

body .mosaic .mosaic-caption .text h1 a {
  color: #FFFFFF;
}

body .mosaic .mosaic-caption .text p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #C5C5C5;
}

@media screen and (max-width: 1023px) {
  body .mosaic .mosaic-caption .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .mosaic .mosaic-caption .text p {
    font-size: 14px;
    line-height: 30px;
  }
}

body .mosaic .mosaic-caption .brand {
  background-color: #C5C5C5;
}

body .mosaic .mosaic-caption .brand img {
  display: block;
}

body .mosaic .mosaic-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

body .mosaic .mosaic-images img {
  display: block;
  height: auto;
}

body .mosaic .mosaic-images img.full {
  width: 100%;
}

body .mosaic .mosaic-images img.half {
  width: 49.3%;
}

body .new-cars .cars, body .semi-new-cars .cars, body .new-cars-brand-all .cars,
body .semi-new-cars-brand-all .cars, body .cars-brand-all .cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

body .new-cars .car .car-text, body .semi-new-cars .car .car-text, body .new-cars-brand-all .car .car-text,
body .semi-new-cars-brand-all .car .car-text, body .cars-brand-all .car .car-text {
  text-align: center;
}

body .new-featured-nav-cars, body .semi-new-featured-nav-cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .semi-new-cars-brand-all,
body .cars-brand-all {
  text-align: right;
}

body .semi-new-cars-brand-all .cars,
body .semi-new-cars-brand-all .swiper.models,
body .cars-brand-all .cars, body .cars-brand-all .swiper.models {
  position: relative;
}

body .semi-new-cars-brand-all .cars:before,
body .semi-new-cars-brand-all .swiper.models:before,
body .cars-brand-all .cars:before, body .cars-brand-all .swiper.models:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #F5F5F5;
  z-index: -10;
}

body .new-cars, body .semi-new-cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

body .semi-new-content-column,
body .car-content-column {
  text-align: right;
}

body .semi-new-content-column .title,
body .car-content-column .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body .semi-new-content-column .title .brand-logo,
body .car-content-column .title .brand-logo {
  background-color: #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

body .semi-new-content-column .title .brand-logo img,
body .car-content-column .title .brand-logo img {
  display: block;
}

body .semi-new-content-column .title .anchor,
body .car-content-column .title .anchor {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .semi-new-content-column .title .anchor,
  body .car-content-column .title .anchor {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .semi-new-content-column .title .anchor,
  body .car-content-column .title .anchor {
    font-size: 14px;
    line-height: 30px;
  }
}

body .semi-new-content-column .title .anchor a,
body .car-content-column .title .anchor a {
  color: #797979;
}

body .semi-new-content-column .title .anchor a:after,
body .car-content-column .title .anchor a:after {
  content: " >";
}

body .semi-new-content-column .cars,
body .car-content-column .cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body .semi-new-content-column .cars .car .car-img img,
body .car-content-column .cars .car .car-img img {
  width: 100%;
  height: auto;
  display: block;
}

body .semi-new-content-column .cars .car .car-text,
body .car-content-column .cars .car .car-text {
  text-align: center;
}

body .semi-new-featured-nav-cars {
  position: relative;
}

body .semi-new-featured-nav-cars:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #F5F5F5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}

body .show-more, body .info-cta, body .gc-button {
  border: none;
  border-radius: none;
  padding: 0;
  background: none;
  color: #FFFFFF;
  background-color: #404040;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body .show-more, body .info-cta, body .gc-button {
    font-size: 16px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body .show-more, body .info-cta, body .gc-button {
    font-size: 18px;
    line-height: 30px;
  }
}

body .side-filter {
  flex-shrink: 0;
}

body .side-filter .side-brands {
  background-color: #404040;
  position: relative;
  box-sizing: border-box;
}

body .side-filter .side-brands:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #404040;
  top: 0;
  bottom: 0;
  right: 100%;
}

body .side-filter button {
  display: block;
  padding: 0;
  border: none;
  background: none;
  color: #C5C5C5;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .side-filter button {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body .side-filter button {
    font-size: 14px;
    line-height: 30px;
  }
}

body .side-filter button:hover {
  cursor: pointer;
}

body .side-filter button.active {
  font-weight: 700;
  color: #FFFFFF;
}

body ul.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  position: relative;
}

body ul.filters li {
  background-color: transparent;
  border: solid 1px #535353;
  color: #535353;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

body ul.filters li + li {
  margin-left: -1px;
}

body ul.filters li:hover {
  background-color: #6B6B6B;
  color: #FFFFFF;
}

body ul.filters li.active {
  background-color: #535353;
  color: #FFFFFF;
}

body ul.filters li.disabled {
  opacity: 0.5;
}

body ul.filters li.disabled:hover {
  background-color: transparent;
  color: #535353;
  cursor: not-allowed;
}

body ul.filters li.hidden {
  display: none;
}

[data-inventory-item].inventory-hidden {
  display: none !important;
}

body .inventory-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .select select:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

body .inventory .car-img a {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

body .inventory .car-img a:hover {
  opacity: 0.8;
}

body .inventory .car-img img {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  body .nav-cont,
  body .inventory .car-img a {
    transition-duration: 0s;
  }
}

body .inventory h2,
body .models h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body .inventory h2,
  body .models h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body .inventory h2,
  body .models h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body .cookies-notice {
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  position: fixed;
  z-index: 100000;
}

body .cookies-notice h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body .cookies-notice h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body .cookies-notice h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body .cookies-notice p a, body .cookies-notice p a:visited, body .cookies-notice p a:hover {
  text-decoration: underline;
  color: #000000;
}

body .cookies-notice .cta {
  border: solid 1px #000000;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}

body .cookies-notice .cta.alt {
  background-color: #FFFFFF;
  color: #000000;
}

body .cookies-notice .cta.alt:hover {
  background-color: #404040;
  color: #FFFFFF;
}

body.aston-martin .gc-endorsement:before, body.aston-martin .tech-specs .title:after, body.aston-martin .carousel-brand-cars .swiper-slide figcaption {
  background-color: #319563 !important;
}

body.aston-martin .title h1, body.aston-martin .tech-specs .spec dd, body.aston-martin .brand-head nav.contents li.active a, body.aston-martin .content-options button.active, body.aston-martin .showroom-info a, body.aston-martin .showroom-rep a {
  color: #319563 !important;
}

@media screen and (max-width: 1023px) {
  body.aston-martin .carousel-brand-cars {
    background-color: #319563 !important;
  }
}

body.caterham .gc-endorsement:before, body.caterham .tech-specs .title:after, body.caterham .carousel-brand-cars .swiper-slide figcaption {
  background-color: #92CB2F !important;
}

body.caterham .title h1, body.caterham .tech-specs .spec dd, body.caterham .brand-head nav.contents li.active a, body.caterham .content-options button.active, body.caterham .showroom-info a, body.caterham .showroom-rep a {
  color: #92CB2F !important;
}

@media screen and (max-width: 1023px) {
  body.caterham .carousel-brand-cars {
    background-color: #92CB2F !important;
  }
}

body.caterham .carousel-brand-cars .swiper-slide figcaption h1,
body.caterham .carousel-brand-cars .swiper-slide figcaption p {
  color: #000000;
}

body.iconic .gc-endorsement:before,
body.iconic-broker .gc-endorsement:before {
  background-color: #C3971A !important;
}

body.iconic .iconic-story em,
body.iconic .brand-head nav.contents li.active a,
body.iconic-broker .iconic-story em, body.iconic-broker .brand-head nav.contents li.active a {
  color: #C3971A !important;
}

body.iconic .carousel-brand-cars .swiper-slide figcaption,
body.iconic-broker .carousel-brand-cars .swiper-slide figcaption {
  background-color: #C3971A !important;
}

body.page .content h1 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.page .content h1 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.page .content h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.page .content h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.page .content h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.page .content h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.page .content h3 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.page .content h3 {
    font-size: 16px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.page .content h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

body.page .content a {
  color: #404040;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  body .container {
    padding-left: 26px !important;
    padding-right: 26px !important;
    max-width: 600px;
  }
  body header .sec {
    align-items: center;
  }
  body header .sec > a.search {
    margin: 0 auto;
  }
  body header .sec .lang-selector a {
    padding: 6px;
  }
  body header .sec .lang-selector:nth-child(2) {
    padding-top: 7.5px;
  }
  body header.brand {
    /* .gc-endorsement {
				min-height: 20px;
				
				&:before {
					height: $basem * .7;
					right: 12.58%;
				}
			
				img {
					height: $basem * 1.7;
					width: auto;
				}
			} */
  }
  body header.brand .ribbon {
    min-height: 20px;
  }
  body header.brand .ribbon span {
    height: 18.2px;
    right: 12.58%;
  }
  body header.brand .ribbon img {
    height: 44.2px;
    width: auto;
  }
  body header.brand .brand-head {
    margin-top: 39px;
    margin-bottom: 52px;
    flex-direction: column;
    margin-left: 12.58%;
    align-items: flex-start;
    position: relative;
  }
  body header.brand .brand-head .branding {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  body header.brand .brand-head .branding img {
    max-height: 78px;
    max-width: 156px;
  }
  body header.brand .brand-head .headling h1 {
    margin-bottom: 13px;
  }
  body header.brand .brand-head .headling .contents ul {
    flex-direction: column;
    align-items: flex-start;
  }
  body header.brand .brand-head .headling .contents .external a:after {
    top: 1px;
    right: -15.6px;
  }
  body header.brand .brand-head .headling .sec {
    position: absolute;
    top: -8px;
    right: 0;
  }
  body header.brand .brand-head .headling .sec > a.search {
    display: block;
  }
  body header.grand-chelem .atf {
    justify-content: space-between;
    align-items: center;
  }
  body header.grand-chelem .atf .brand {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center;
  }
  body header.grand-chelem .atf .brand img {
    height: 104px;
    width: auto;
  }
  body header.grand-chelem .atf .brand .desktop {
    display: none;
  }
  body header.grand-chelem .atf aside {
    width: 75.17%;
    text-align: center;
  }
  body header.grand-chelem .atf aside .tagline {
    margin-bottom: 26px;
  }
  body header.grand-chelem .atf aside nav ul {
    flex-direction: column;
  }
  body header.grand-chelem .atf aside ul {
    flex-direction: row;
    justify-content: space-around;
  }
  body header.grand-chelem .atf aside ul li {
    margin-bottom: 13px;
  }
  body header.grand-chelem .atf aside ul li:last-of-type {
    margin-bottom: 0;
  }
  body header.grand-chelem .atf aside .site {
    margin-bottom: 39px;
  }
  body header.grand-chelem nav.brands {
    padding: 26px 0 0;
  }
  body header.grand-chelem nav.brands:after {
    left: -100%;
    right: -100%;
    z-index: -10;
  }
  body header.grand-chelem nav.brands ul {
    justify-content: center;
  }
  body header.grand-chelem nav.brands li {
    margin-right: 13px;
    margin-left: 13px;
    margin-bottom: 26px;
  }
  body header.grand-chelem nav.brands li img {
    max-height: 26px;
    width: auto;
    height: auto;
  }
  body header.grand-chelem nav.brands li img.lamborghini {
    max-height: 36.4px;
  }
  body nav.brands-sidebar {
    width: 100%;
  }
  body nav.brands-sidebar p {
    margin-bottom: 26px;
    text-align: center;
  }
  body nav.brands-sidebar ul {
    width: 120%;
    margin-left: -10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  body nav.brands-sidebar ul li {
    width: calc(50% - 24px);
    max-width: 135px;
    min-height: 50px;
    margin: 0 12px 26px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  body nav.brands-sidebar ul li img {
    width: 100%;
    height: auto;
  }
  body .nav-cont {
    width: 100%;
    left: -100%;
  }
  body .nav-cont .nav-box {
    padding-top: 52px;
    padding-right: 26px !important;
    padding-bottom: 30px;
    padding-left: 26px !important;
    max-width: 600px;
    height: calc(100% - 82px);
    overflow: scroll;
    margin: 0 auto;
  }
  body .nav-cont .nav-box #closeMenu {
    padding: 14.82px 10.4px;
    margin: 0 0 1px;
  }
  body .nav-cont .nav-box .search {
    border: solid 2px #EBEBEB;
    padding: 6.5px 13px;
    color: #FFFFFF;
    display: inline-block;
  }
  body .nav-cont .nav-box .search svg path {
    fill: #FFFFFF;
  }
  body .nav-cont .nav-box .search span {
    line-height: 14px;
    margin-left: 6.5px;
  }
  body .nav-cont .nav-box nav.main {
    margin-top: 19.5px;
    overflow: scroll;
  }
  body .nav-cont .nav-box nav.main nav {
    padding-left: 7.8px;
    margin-top: 5.2px;
    margin-left: 5.72px;
    border-left: solid 1px #FFFFFF;
  }
  body .nav-cont .nav-box nav.main a {
    padding: 6px 0;
  }
  body .nav-cont .nav-box nav.secondary {
    margin-top: 26px;
  }
  body .nav-cont .nav-box nav.secondary a {
    display: inline-block;
    margin-right: 16.9px;
  }
  body .nav-cont .nav-box ul.sns {
    margin-top: 26px;
  }
  body .nav-cont .nav-box ul.sns li {
    margin-left: 13px;
  }
  body .nav-cont .nav-box ul.sns li:first-child {
    margin-left: 0;
  }
  body footer.brand,
  body footer.external {
    margin-top: 104px;
  }
  body footer.brand .container,
  body footer.external .container {
    flex-direction: column;
    align-items: center;
  }
  body footer.brand .gc-endorsement,
  body footer.external .gc-endorsement {
    top: -16.9px;
    align-self: flex-start;
  }
  body footer.brand .gc-endorsement img,
  body footer.external .gc-endorsement img {
    height: 44.2px;
    width: auto;
  }
  body footer.brand .text,
  body footer.external .text {
    padding-top: 52px;
    padding-bottom: 78px;
    text-align: center;
  }
  body footer.brand nav.footer,
  body footer.external nav.footer {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  body footer.brand nav.footer ul,
  body footer.external nav.footer ul {
    flex-direction: column;
  }
  body footer.brand nav.footer .external a:after,
  body footer.external nav.footer .external a:after {
    margin-left: 6.5px;
  }
  body footer.grand-chelem,
  body footer.contact {
    margin-top: 78px;
    padding-top: 52px;
    padding-bottom: 78px;
    text-align: center;
  }
  body footer.grand-chelem .container,
  body footer.contact .container {
    flex-direction: column;
    align-items: center;
  }
  body footer.grand-chelem .branding,
  body footer.contact .branding {
    width: 23.07%;
    max-width: 104px;
    margin-bottom: 52px;
  }
  body footer.grand-chelem .foot-content nav.footer,
  body footer.contact .foot-content nav.footer {
    margin-bottom: 26px;
  }
  body footer.grand-chelem .foot-content ul,
  body footer.contact .foot-content ul {
    flex-direction: column;
  }
  body footer.grand-chelem .foot-content .legals div.locations {
    margin: 26px 0;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul {
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul > li {
    margin-bottom: 13px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li {
    margin-bottom: 26px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li a {
    margin-bottom: 2px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li address {
    line-height: 20px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li:last-child {
    margin-bottom: 0;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul:last-child {
    border-bottom: none;
  }
  body footer.external {
    padding-top: 52px;
  }
  body footer.external .branding {
    width: 25%;
    max-width: 110px;
  }
  body footer.external .text {
    padding-top: 26px;
  }
  body footer.external .text > ul {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
  body footer.external .text > ul > li {
    border-bottom: solid 1px #C5C5C5;
    margin-bottom: 13px;
  }
  body footer.external .text > ul ul li {
    margin-bottom: 26px;
  }
  body footer.external .text > ul ul li a {
    margin-bottom: 2px;
  }
  body footer.external .text > ul ul li > br {
    display: none;
  }
  body footer.external .text > ul ul li address {
    line-height: 20px;
  }
  body footer.external .text > ul ul li:last-child {
    margin-bottom: 0;
  }
  body footer.external .text > ul:last-child {
    border-bottom: none;
  }
  body .brand-highlight-new .title .brand-logo {
    width: 30.06%;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 13px;
    position: relative;
    box-sizing: border-box;
  }
  body .brand-highlight-new .title .brand-logo:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #F5F5F5;
    z-index: -10;
  }
  body .brand-highlight-new .title .brand-logo img {
    max-height: 39px;
    max-width: 78px;
    width: auto;
  }
  body .brand-highlight-new .title .anchor {
    margin-left: 26px;
  }
  body .brand-highlight-new .cars {
    margin-top: 52px;
  }
  body .brand-highlight-new .cars .car {
    flex-direction: column;
    margin-bottom: 26px;
  }
  body .brand-highlight-new .cars .car:last-of-type {
    margin-bottom: 0;
  }
  body .brand-highlight-new .cars .car .car-text {
    text-align: center;
  }
  body .brand-highlight-new .show-more {
    margin-top: 52px;
  }
  body .car-img {
    padding-top: 26px;
  }
  body .car-img .availability {
    width: calc(100% - 52px);
    text-align: center;
    top: 0;
    left: 26px;
  }
  body .car-img .car-status {
    padding: 6.5px 26px;
  }
  body .car-text {
    margin-top: 6.5px;
  }
  body .carousel-cars,
  body .carousel-brand-cars {
    background-color: #535353;
  }
  body .carousel-cars figcaption,
  body .carousel-brand-cars figcaption {
    flex-direction: column-reverse;
  }
  body .carousel-cars figcaption .text,
  body .carousel-brand-cars figcaption .text {
    margin-top: 13px;
    padding: 13px 26px 26px 12.58%;
  }
  body .carousel-cars figcaption .brand,
  body .carousel-brand-cars figcaption .brand {
    display: none;
    padding: 26px 26px 26px 12.58%;
  }
  body .carousel-cars figcaption .brand img,
  body .carousel-brand-cars figcaption .brand img {
    max-height: 39px;
    max-width: 104px;
    width: auto;
  }
  body .carousel-cars .change-slide,
  body .carousel-brand-cars .change-slide {
    width: 52px;
    height: 52px;
  }
  body .carousel-cars .swiper-pagination,
  body .carousel-brand-cars .swiper-pagination {
    bottom: 19.5px;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
  }
  body .carousel-cars .swiper-pagination .swiper-pagination-bullet,
  body .carousel-brand-cars .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    margin: 0 5.2px 0;
  }
  body .swiper.models .change-slide {
    width: 52px;
    height: 52px;
  }
  body .carousel-brand-cars figcaption {
    padding: 13px 26px;
  }
  body .carousel-thumbs {
    margin-top: 13px;
  }
  body .carousel-thumbs .swiper-slide {
    height: 65px;
  }
  body .container.bg .bg-img {
    margin-left: 12.58%;
  }
  body .container.bg .bg-img:after {
    bottom: 156px;
    width: 150%;
  }
  body .container.bg-side .bg-img {
    margin-left: 87.42%;
  }
  body .container.bg-side .bg-img:after {
    bottom: 156px;
    width: 150%;
  }
  body .content-select {
    margin-bottom: 26px;
  }
  body .content-select .container > * {
    margin-left: 12.58%;
  }
  body .gc-form {
    margin-bottom: 104px;
  }
  body .gc-form .field {
    margin-bottom: 13px;
  }
  body .gc-form .field.radio .option {
    margin-top: 6.5px;
  }
  body .gc-form .options {
    flex-direction: column;
  }
  body .gc-form .buttons {
    margin-top: 26px;
  }
  body .gc-form .gc-button {
    margin-left: 26px;
  }
  body .gc-form .response-output {
    margin-top: 26px;
    padding: 13px;
  }
  body .mosaic .mosaic-caption {
    flex-direction: column-reverse;
    margin-bottom: 13px;
  }
  body .mosaic .mosaic-caption .brand {
    padding: 26px 26px 26px 12.58%;
  }
  body .mosaic .mosaic-caption .brand img {
    max-height: 39px;
    max-width: 104px;
    width: auto;
  }
  body .mosaic .mosaic-caption .text {
    margin-top: 13px;
    padding: 13px 26px 26px 12.58%;
  }
  body .mosaic .mosaic-images img {
    margin-bottom: 13px;
  }
  body .mosaic .mosaic-images img.half {
    width: 100%;
  }
  body .new-cars, body .semi-new-cars, body .new-cars-brand-all,
  body .semi-new-cars-brand-all, body .cars-brand-all {
    margin-bottom: 52px;
  }
  body .new-cars .cars, body .semi-new-cars .cars, body .new-cars-brand-all .cars,
  body .semi-new-cars-brand-all .cars, body .cars-brand-all .cars {
    flex-direction: column;
  }
  body .new-cars .car, body .semi-new-cars .car, body .new-cars-brand-all .car,
  body .semi-new-cars-brand-all .car, body .cars-brand-all .car {
    margin-bottom: 52px;
  }
  body .new-featured-nav-cars, body .semi-new-featured-nav-cars {
    flex-direction: column;
  }
  body .semi-new-cars-brand-all .cars:before,
  body .semi-new-cars-brand-all .swiper.models:before,
  body .cars-brand-all .cars:before, body .cars-brand-all .swiper.models:before {
    top: -26px;
    right: 12.58%;
    bottom: -26px;
    left: -100%;
  }
  body .cars-brand-all .swiper.models {
    max-width: 450px;
    margin: 0 auto;
  }
  body .cars-brand-all .swiper.models .car {
    max-width: none;
    margin: 0 0 52px 0;
  }
  body .semi-new-content-column .title .brand-logo,
  body .car-content-column .title .brand-logo {
    width: 30.06%;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 13px;
    position: relative;
    box-sizing: border-box;
  }
  body .semi-new-content-column .title .brand-logo:before,
  body .car-content-column .title .brand-logo:before {
    position: absolute;
    display: block;
    content: "";
    width: 1000%;
    left: -1000%;
    top: 0;
    bottom: 0;
    background-color: #EBEBEB;
    z-index: -10;
  }
  body .semi-new-content-column .title .brand-logo img,
  body .car-content-column .title .brand-logo img {
    max-height: 39px;
    max-width: 78px;
    width: auto;
  }
  body .semi-new-content-column .title .anchor,
  body .car-content-column .title .anchor {
    margin-left: 26px;
  }
  body .semi-new-content-column .cars,
  body .car-content-column .cars {
    flex-direction: column;
    margin-top: 52px;
  }
  body .semi-new-content-column .cars .car,
  body .car-content-column .cars .car {
    margin-bottom: 26px;
  }
  body .semi-new-featured-nav-cars:before {
    bottom: 26px;
    right: 12.58%;
    left: -100%;
  }
  body .show-more, body .info-cta, body .gc-button {
    padding: 0 26px;
    line-height: 52px;
  }
  body .side-filter .side-brands {
    padding: 26px 26px 26px 12.58%;
  }
  body .side-filter .side-brands:before {
    width: 200%;
  }
  body ul.filters {
    flex-wrap: wrap;
  }
  body ul.filters li {
    width: calc(50% - 22px);
    padding: 14px 10px;
  }
  body .inventory .container, body .models .container {
    margin-top: 52px;
  }
  body .inventory .container .headling, body .models .container .headling {
    margin-bottom: 52px;
  }
  body .inventory .container .headling h2, body .models .container .headling h2 {
    margin-bottom: 19.5px;
  }
  body .inventory .container .headling ul.filters, body .models .container .headling ul.filters {
    max-width: 450px;
    padding-bottom: 26px;
    margin: 0 0 0 12.58%;
  }
  body .inventory h2, body .models h2 {
    margin-left: 12.58%;
    margin-bottom: 39px;
  }
  body .inventory .cars-brand-all .cars, body .models .cars-brand-all .cars {
    flex-direction: inherit;
  }
  body .inventory .cars-brand-all .cars .car, body .models .cars-brand-all .cars .car {
    margin-bottom: 26px;
  }
  body .models .cars-brand-all .car {
    max-width: 276px;
    margin: 0 12px;
  }
  body .cookies-notice {
    width: calc(100% - 40px);
    padding: 24px 20px;
    bottom: 0;
    left: 0;
  }
  body .cookies-notice h2 {
    margin-bottom: 10.4px;
  }
  body .cookies-notice a.cta {
    width: 82px;
    padding: 13px 26px;
    margin: 26px auto 0;
  }
  body.page header.grand-chelem {
    margin-bottom: 52px;
  }
  body.page .content h1, body.page .content h2, body.page .content h3, body.page .content h4, body.page .content h5, body.page .content h6, body.page .content p {
    margin-bottom: 26px;
  }
  body.page .content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  body.page .content .container .form-container {
    order: 1;
  }
  body.page .content .container .brands-sidebar {
    order: 2;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  body .nav-cont .nav-box #closeMenu {
    position: absolute;
  }
  body .nav-cont .nav-box nav {
    margin-left: 58.5px;
  }
  body .nav-cont .nav-box nav.main {
    margin-top: 19.5px;
  }
  body .nav-cont .nav-box ul.sns {
    margin-left: 58.5px;
  }
}

@media screen and (min-width: 1024px) {
  body .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body header .sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  body header .sec .lang-selector a {
    padding: 6px;
  }
  body header .sec .lang-selector:nth-child(2) {
    margin-left: 15px;
  }
  body header.brand {
    /* .gc-endorsement {
				min-height: 60px;
				
				img {
					height: $based * 2;
					width: auto;
				}
			
				&:before {
					height: $based * .8;
					right: 7.6%;
				}
			} */
  }
  body header.brand .ribbon {
    min-height: 60px;
  }
  body header.brand .ribbon img {
    height: 60px;
    width: auto;
  }
  body header.brand .ribbon span {
    height: 24px;
    right: 7.6%;
  }
  body header.brand .brand-head {
    margin-top: 15px;
    margin-bottom: 60px;
    align-items: center;
  }
  body header.brand .brand-head .branding {
    margin-left: 1.5%;
    width: 31%;
    margin-right: 1.5%;
  }
  body header.brand .brand-head .branding img {
    max-height: 150px;
    max-width: 240px;
  }
  body header.brand .brand-head .headling {
    width: 56.9%;
    margin-right: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body header.brand .brand-head .headling h1 {
    width: calc(100% - 140px);
    margin-bottom: 15px;
  }
  body header.brand .brand-head .headling .sec {
    margin-top: 10px;
  }
  body header.brand .brand-head .headling .contents {
    width: 100%;
  }
  body header.brand .brand-head .headling .contents li {
    margin-right: 22.5px;
    text-align: right;
  }
  body header.brand .brand-head .headling .contents .external a:after {
    top: 1px;
    right: -18px;
  }
  body header.grand-chelem .atf {
    padding: 36px 0;
    justify-content: space-between;
    align-items: center;
  }
  body header.grand-chelem .atf .brand .mobile {
    display: none;
  }
  body header.grand-chelem .atf aside {
    width: 31.8%;
    margin-right: 8.3%;
    position: relative;
    top: -30px;
  }
  body header.grand-chelem .atf aside .tagline {
    margin-bottom: 30px;
  }
  body header.grand-chelem .atf aside li {
    margin-right: 30px;
  }
  body header.grand-chelem .atf aside li:last-of-type {
    margin-right: 0;
  }
  body header.grand-chelem .atf .menuTrigger {
    width: 8%;
    text-align: center;
    color: goldenrod;
    position: absolute;
    top: 26px;
    padding: 0.5% 0%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #2F2F2F;
    right: 30%;
  }
  body header.grand-chelem nav.brands {
    margin-left: 24.1%;
    padding: 45px 0 15px 45px;
  }
  body header.grand-chelem nav.brands:after {
    width: 50%;
    /*8.2%;*/
  }
  body header.grand-chelem nav.brands li {
    margin-right: 45px;
    margin-bottom: 30px;
  }
  body header.grand-chelem nav.brands li img {
    max-height: 36px;
    width: auto;
    height: auto;
  }
  body nav.brands-sidebar {
    width: 19.1%;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  body nav.brands-sidebar p {
    max-width: 180px;
  }
  body nav.brands-sidebar ul {
    max-width: 135px;
  }
  body nav.brands-sidebar ul li {
    margin-bottom: 36px;
  }
  body nav.brands-sidebar ul li img {
    width: 135px;
    height: auto;
    margin: 0 auto;
  }
  body nav.brands-sidebar ul li:last-child {
    margin-bottom: 0;
  }
  body .nav-cont {
    width: 40%;
    left: -80%;
  }
  body .nav-cont .nav-box {
    width: 340px;
    height: calc(100% - 60px);
    padding-top: 60px;
    margin-left: calc(100% - 380px);
    position: relative;
  }
  body .nav-cont .nav-box #closeMenu {
    padding: 15px;
    margin: 0 0 30px -15px;
  }
  body .nav-cont .nav-box .search {
    display: none;
  }
  body .nav-cont .nav-box nav.main a {
    padding: 6px 0;
  }
  body .nav-cont .nav-box nav.main nav {
    padding-left: 9px;
    margin-top: 6px;
    margin-left: 6.6px;
    border-left: solid 1px #FFFFFF;
  }
  body .nav-cont .nav-box nav.secondary {
    position: absolute;
    bottom: 135px;
  }
  body .nav-cont .nav-box nav.secondary a {
    display: inline-block;
    margin-right: 15px;
  }
  body .nav-cont .nav-box ul.sns {
    position: absolute;
    bottom: 60px;
  }
  body .nav-cont .nav-box ul.sns li {
    margin-left: 15px;
  }
  body .nav-cont .nav-box ul.sns li:first-child {
    margin-left: 0;
  }
  body footer.brand .container,
  body footer.external .container {
    align-items: flex-start;
  }
  body footer.brand .gc-endorsement,
  body footer.external .gc-endorsement {
    top: -24px;
    width: 40.8%;
    margin-right: 1.5%;
  }
  body footer.brand .gc-endorsement img,
  body footer.external .gc-endorsement img {
    height: 60px;
    width: auto;
  }
  body footer.brand .text,
  body footer.external .text {
    width: 48.5%;
    margin-right: 8.3%;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body footer.brand nav.footer,
  body footer.external nav.footer {
    margin-top: 15px;
  }
  body footer.brand nav.footer li,
  body footer.external nav.footer li {
    margin-right: 15px;
  }
  body footer.brand nav.footer .external a:after,
  body footer.external nav.footer .external a:after {
    margin-left: 7.5px;
  }
  body footer.grand-chelem,
  body footer.contact {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body footer.grand-chelem .container,
  body footer.contact .container {
    align-items: flex-end;
  }
  body footer.grand-chelem .branding,
  body footer.contact .branding {
    margin-left: 40.7%;
    width: 6.6%;
    margin-right: 3.3%;
  }
  body footer.grand-chelem .foot-content,
  body footer.contact .foot-content {
    width: 48.5%;
  }
  body footer.grand-chelem .foot-content nav.footer,
  body footer.contact .foot-content nav.footer {
    margin-bottom: 7.5px;
  }
  body footer.grand-chelem .foot-content nav.footer li,
  body footer.contact .foot-content nav.footer li {
    margin-right: 15px;
  }
  body footer.grand-chelem .foot-content .legals,
  body footer.contact .foot-content .legals {
    line-height: 24px;
  }
  body footer.grand-chelem .container {
    align-items: flex-start;
  }
  body footer.grand-chelem .branding {
    margin-left: 0;
  }
  body footer.grand-chelem .foot-content {
    width: 90.1%;
  }
  body footer.grand-chelem .foot-content .legals div.locations {
    padding: 60px 0 30px;
    overflow: auto;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul {
    width: calc(100% / 2);
    margin-bottom: 30px;
    float: left;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul > li {
    border-bottom: 1px solid #797979;
    padding-bottom: 7.5px;
    margin-bottom: 12px;
    margin-right: 12px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li {
    width: calc(100% / 2);
    margin-bottom: 22px;
    float: left;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li a, body footer.grand-chelem .foot-content .legals div.locations > ul ul li strong {
    margin-bottom: 4px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul ul li address {
    padding-right: 20px;
    line-height: 22px;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-1 {
    width: calc(100% / 4);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-1 ul li {
    width: 100%;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-2 {
    width: calc(100% / 4 * 2);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-2 ul li {
    width: calc(100% / 2);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-2 ul li:nth-child(2n+3) {
    clear: left;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-3 {
    width: calc(100% / 4 * 3);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-3 ul li {
    width: calc(100% / 3);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-3 ul li:nth-child(3n+4) {
    clear: left;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-4 {
    width: 100%;
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-4 ul li {
    width: calc(100% / 4);
  }
  body footer.grand-chelem .foot-content .legals div.locations > ul.span-4 ul li:nth-child(4n+5) {
    clear: left;
  }
  body footer.external .branding {
    width: 110px;
    padding: 60px 0 0 0;
    margin-left: 0;
    margin-right: 16px;
  }
  body footer.external .text {
    width: calc(100% - 126px);
    padding-bottom: 60px;
    margin-right: 0;
  }
  body footer.external .text > ul {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  body footer.external .text > ul > li {
    border-bottom: 1px solid #797979;
    padding-bottom: 7.5px;
    margin-bottom: 12px;
    margin-right: 12px;
  }
  body footer.external .text > ul ul li {
    width: calc(100% / 4);
    margin-bottom: 22px;
    float: left;
  }
  body footer.external .text > ul ul li:nth-child(4n+5) {
    clear: left;
  }
  body footer.external .text > ul ul li a, body footer.external .text > ul ul li strong {
    margin-bottom: 4px;
  }
  body footer.external .text > ul ul li address {
    padding-right: 20px;
    line-height: 22px;
  }
  body .brand-highlight-new {
    width: 82.7%;
  }
  body .brand-highlight-new .title .brand-logo {
    width: 18.25%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .brand-highlight-new .title .brand-logo img {
    max-height: 45px;
    max-width: 120px;
    width: auto;
  }
  body .brand-highlight-new .title .anchor {
    margin-left: 30px;
  }
  body .brand-highlight-new .cars {
    margin-left: 18.25%;
    width: 81.37%;
  }
  body .brand-highlight-new .cars .car {
    align-items: flex-end;
    margin-bottom: 30px;
  }
  body .brand-highlight-new .cars .car:last-of-type {
    margin-bottom: 0;
  }
  body .brand-highlight-new .cars .car .car-img {
    width: 61.96%;
  }
  body .brand-highlight-new .cars .car .car-text {
    margin-left: 4.45%;
  }
  body .brand-highlight-new .show-more {
    margin-top: 60px;
  }
  body .car-img {
    padding-top: 30px;
  }
  body .car-img .availability {
    width: calc(100% - 60px);
    padding: 0 30px;
    text-align: center;
    top: 0;
    left: 0;
  }
  body .car-img .car-status {
    padding: 7.5px 30px;
  }
  body .car-img .car-status.armored {
    top: 30px;
  }
  body .carousel-cars figcaption,
  body .carousel-brand-cars figcaption {
    margin-bottom: -30px;
    min-height: 90px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  body .carousel-cars .change-slide,
  body .carousel-brand-cars .change-slide {
    width: 60px;
    height: 60px;
  }
  body .carousel-cars .swiper-pagination,
  body .carousel-brand-cars .swiper-pagination {
    bottom: 22.5px;
    padding-left: 90px;
  }
  body .carousel-cars .swiper-pagination .swiper-pagination-bullet,
  body .carousel-brand-cars .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    margin: 0 9px 0;
  }
  body .swiper.models {
    padding: 30px 0 45px 0;
  }
  body .swiper.models .change-slide {
    width: 75px;
    height: 75px;
  }
  body .swiper.models .change-slide.button-prev {
    left: -16px;
  }
  body .swiper.models .change-slide.button-prev img {
    padding: 6px 11px 6px 7px;
  }
  body .swiper.models .change-slide.button-next {
    right: -16px;
  }
  body .swiper.models .change-slide.button-next img {
    padding: 6px 7px 6px 11px;
  }
  body .swiper.models .car {
    margin-bottom: 0;
  }
  body .carousel-cars figcaption {
    width: 68.2%;
    margin-left: 24.2%;
    margin-right: 7.6%;
  }
  body .carousel-cars figcaption .text {
    padding: 15px 0 15px 30px;
  }
  body .carousel-cars figcaption .brand {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  body .carousel-cars figcaption .brand img {
    max-height: 45px;
    max-width: 120px;
    width: auto;
  }
  body .carousel-brand-cars figcaption {
    width: calc(42.4% - 15px);
    padding: 15px 30px;
    margin-left: calc(50% + 15px);
    margin-right: 7.6%;
  }
  body .carousel-thumbs {
    margin-top: 15px;
  }
  body .carousel-thumbs .swiper-slide {
    height: 135px;
  }
  body .container.bg .bg-img {
    margin-left: 24.1%;
  }
  body .container.bg .bg-img:after {
    bottom: 240px;
    width: 75%;
  }
  body .container.bg-side .bg-img {
    margin-left: 92.4%;
  }
  body .container.bg-side .bg-img:after {
    bottom: 240px;
    width: 75%;
  }
  body .content-select {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  body .content-select .content-options {
    width: 24.2%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  body .gc-form {
    margin-bottom: 120px;
  }
  body .gc-form .field {
    margin-bottom: 15px;
  }
  body .gc-form .field.radio .option {
    margin-right: 30px;
    margin-top: 7.5px;
  }
  body .gc-form .buttons {
    margin-top: 30px;
  }
  body .gc-form .gc-button {
    margin-left: 30px;
  }
  body .gc-form .response-output {
    margin-top: 30px;
    padding: 15px;
  }
  body .mosaic .mosaic-caption {
    width: 68.2%;
    margin-left: 24.2%;
    margin-right: 7.6%;
    margin-bottom: -30px;
    min-height: 90px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  body .mosaic .mosaic-caption .text {
    padding: 15px 0 15px 30px;
  }
  body .mosaic .mosaic-caption .brand {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  body .mosaic .mosaic-caption .brand img {
    max-height: 45px;
    max-width: 120px;
    width: auto;
  }
  body .mosaic .mosaic-images img {
    margin-bottom: 15px;
  }
  body .new-cars, body .semi-new-cars, body .new-cars-brand-all,
  body .semi-new-cars-brand-all, body .cars-brand-all {
    margin-bottom: 90px;
  }
  body .new-cars .car, body .semi-new-cars .car, body .new-cars-brand-all .car,
  body .semi-new-cars-brand-all .car, body .cars-brand-all .car {
    width: 31.8%;
    margin-bottom: 45px;
    margin-left: .75%;
    margin-right: .75%;
  }
  body .new-cars .car .car-text, body .semi-new-cars .car .car-text, body .new-cars-brand-all .car .car-text,
  body .semi-new-cars-brand-all .car .car-text, body .cars-brand-all .car .car-text {
    margin-top: 15px;
  }
  body .new-featured-nav-cars, body .semi-new-featured-nav-cars {
    align-items: flex-start;
  }
  body .new-featured-nav-cars.moving .side-brands, body .semi-new-featured-nav-cars.moving .side-brands {
    position: fixed;
    top: 0;
  }
  body .new-featured-nav-cars.stop .side-filter, body .semi-new-featured-nav-cars.stop .side-filter {
    align-self: flex-end;
  }
  body .semi-new-cars-brand-all .cars:before,
  body .semi-new-cars-brand-all .swiper.models:before,
  body .cars-brand-all .cars:before, body .cars-brand-all .swiper.models:before {
    top: -30px;
    right: 7.6%;
    bottom: -30px;
    left: 7.6%;
  }
  body .cars-brand-all .swiper.models .car {
    margin-left: 0;
    margin-right: 0;
  }
  body .semi-new-content-column,
  body .car-content-column {
    width: 82.6%;
  }
  body .semi-new-content-column .title,
  body .car-content-column .title {
    margin-bottom: 45px;
  }
  body .semi-new-content-column .title .brand-logo,
  body .car-content-column .title .brand-logo {
    width: 18.25%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .semi-new-content-column .title .brand-logo img,
  body .car-content-column .title .brand-logo img {
    max-height: 45px;
    max-width: 120px;
    width: auto;
  }
  body .semi-new-content-column .title .anchor,
  body .car-content-column .title .anchor {
    margin-left: 30px;
  }
  body .semi-new-content-column .cars,
  body .car-content-column .cars {
    margin-top: -13px;
    margin-left: 8.98%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .semi-new-content-column .cars .car,
  body .car-content-column .cars .car {
    width: 44.12%;
    margin-bottom: 45px;
  }
  body .semi-new-content-column .cars .car .car-text,
  body .car-content-column .cars .car .car-text {
    margin-top: 15px;
  }
  body .semi-new-featured-nav-cars:before {
    bottom: 30px;
    right: 7.6%;
    left: 7.6%;
    top: 150px;
  }
  body .show-more, body .info-cta, body .gc-button {
    padding: 0 30px;
    line-height: 60px;
  }
  body .side-filter {
    width: 17.4%;
  }
  body .side-filter .side-brands {
    padding: 30px 30px 30px 0;
  }
  body .side-filter .side-brands:before {
    width: 47.12%;
  }
  body ul.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body ul.filters li {
    padding: 14px 10px;
  }
  body .inventory .container, body .models .container {
    padding-top: 60px;
  }
  body .inventory .container .headling, body .models .container .headling {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  body .inventory .container .headling ul.filters, body .models .container .headling ul.filters {
    padding-bottom: 30px;
  }
  body .inventory h2, body .models h2 {
    margin-left: 4.5%;
  }
  body .inventory > h2, body .models > h2 {
    margin-bottom: 60px;
  }
  body .models .cars-brand-all .car {
    width: calc(100% / 4 - 1.5%);
  }
  body .models .cars-brand-all .car .car-img .availability {
    width: calc(100% - 12px);
    padding: 0 6px;
  }
  body .models .cars-brand-all .row-5 .car {
    width: calc(100% / 5 - 1.5%);
  }
  body .models .cars-brand-all .row-6 .car {
    width: calc(100% / 6 - 1.5%);
  }
  body .cookies-notice {
    width: calc(100% - 380px);
    min-height: 110px;
    padding: 20px;
    bottom: 0;
    left: 0;
  }
  body .cookies-notice p {
    margin-bottom: 30px;
  }
  body .cookies-notice a.cta {
    width: 120px;
    padding: 15px 30px;
    margin-right: 20px;
  }
  body.page header.grand-chelem {
    margin-bottom: 90px;
  }
  body.page header.grand-chelem .atf {
    padding-bottom: 90px;
  }
  body.page .content h1, body.page .content h2, body.page .content h3, body.page .content h4, body.page .content h5, body.page .content h6, body.page .content p {
    margin-bottom: 30px;
  }
  body.page .content a {
    color: #404040;
    text-decoration: underline;
  }
  body.page .content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  body.page .content .container .form-container {
    width: 68.3%;
    margin-left: 24.1%;
  }
  body.page .content .container .brands-sidebar + .form-container {
    padding-right: 7.6%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  body .models .cars-brand-all .row-5 .car {
    width: calc(100% / 4 - 1.5%);
  }
  body .models .cars-brand-all .row-6 .car {
    width: calc(100% / 5 - 1.5%);
  }
}

/* ---------------------------------------------- */
/* -----------------5) ANIMATIONS---------------- */
/* ---------------------------------------------- */
.fade-in {
  opacity: 0;
  transition: opacity 0.75s ease-out;
}

.fade-in.faded {
  opacity: 1;
}

/* ---------------------------------------------- */
/* -----------------6) SECTION STYLES------------ */
/* ---------------------------------------------- */
body.home header.grand-chelem .brands {
  display: none;
}

body.home .represent .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.home .represent .container .description p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.home .represent .container .description p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1024px) {
  body.home .represent .container .description p {
    font-size: 20px;
    line-height: 30px;
  }
}

body.home .brand-idea img {
  display: block;
  width: 100%;
  height: auto;
}

body.home .brand-idea .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

body.home .brand-idea .container:before {
  position: absolute;
  content: "";
  background-color: #F5F5F5;
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

body.home .brand-idea .title {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.home .brand-idea .title {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.home .brand-idea .title {
    font-size: 30px;
    line-height: 45px;
  }
}

body.home .new-cars .container {
  position: relative;
}

body.home .new-cars .container:after {
  position: absolute;
  display: block;
  z-index: -100;
  content: "";
  background-image: url("../images/grand_chelem_bg.gif");
  top: 0;
  width: 108%;
  background-size: cover;
  background-position: left top;
}

body.home .new-cars h2, body.home .semi-new-cars h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.home .new-cars h2, body.home .semi-new-cars h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.home .new-cars h2, body.home .semi-new-cars h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1023px) {
  body.home .represent {
    padding-top: 52px;
  }
  body.home .represent .container {
    flex-direction: column;
    position: relative;
  }
  body.home .represent .container .description {
    padding-top: 26px;
    padding-bottom: 52px;
  }
  body.home .represent .container .description p {
    width: 82.86%;
    margin-right: 4.54%;
    margin-left: 12.58%;
  }
  body.home .represent .container .description img {
    width: 100%;
    margin: 26px 0;
  }
  body.home .brand-idea {
    padding-top: 65px;
    margin-bottom: 65px;
  }
  body.home .brand-idea .container {
    flex-wrap: wrap;
  }
  body.home .brand-idea .container:before {
    top: -52px;
    right: 26px;
    bottom: 50%;
    left: -100%;
  }
  body.home .brand-idea .title {
    margin-left: 12.58%;
    width: 87.41%;
    margin-bottom: 52px;
    padding-right: 26px;
    box-sizing: border-box;
  }
  body.home .brand-idea .random-img {
    margin-left: 47.55%;
    width: 52.44%;
  }
  body.home .brand-idea .pilot {
    margin-left: 12.58%;
    width: 34.96%;
    margin-right: 52.44%;
    margin-bottom: 52px;
  }
  body.home .brand-idea .text {
    margin-left: 12.58%;
    width: 87.41%;
  }
  body.home .new-cars .container:after {
    left: 31.5%;
    top: -26px;
    height: 702px;
  }
  body.home .new-cars .container, body.home .semi-new-cars .container {
    margin-top: 78px;
  }
  body.home .new-cars h2, body.home .semi-new-cars h2 {
    margin-left: 12.58%;
    margin-bottom: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.home .video-intro {
    margin-bottom: 30px;
  }
  body.home .represent {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.home .represent .container {
    align-items: center;
    flex-wrap: wrap;
  }
  body.home .represent .container .description {
    width: 75.9%;
  }
  body.home .represent .container .description p {
    margin-left: 5.6532%;
    margin-bottom: 30px;
  }
  body.home .represent .container .description img {
    width: calc(100% + 30px);
    margin-bottom: 60px;
  }
  body.home .brand-idea {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  body.home .brand-idea .container {
    flex-wrap: wrap;
    align-items: center;
  }
  body.home .brand-idea .container:before {
    top: -90px;
    right: 30px;
    bottom: 135px;
    left: -50%;
  }
  body.home .brand-idea .title {
    margin-left: 4.3%;
    width: 36.6%;
    margin-right: 9.8%;
  }
  body.home .brand-idea .random-img {
    width: 49.3%;
  }
  body.home .brand-idea .pilot {
    margin-left: 17.4%;
    width: 33.3%;
  }
  body.home .brand-idea .text {
    margin-left: 8.3%;
    width: 31.8%;
    margin-right: 9.2%;
  }
  body.home .new-cars .container:after {
    left: 50.7%;
    height: 720px;
  }
  body.home .new-cars .container, body.home .semi-new-cars .container {
    padding-top: 120px;
  }
  body.home .new-cars h2, body.home .semi-new-cars h2 {
    margin-left: 4.5%;
    margin-bottom: 90px;
  }
}

body.about-us .represent {
  background-color: #F5F5F5;
}

body.about-us .represent .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.about-us .represent .container .description h1 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.about-us .represent .container .description h1 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.about-us .represent .container .description h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.about-us .brand-idea .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

body.about-us .brand-idea .brand img {
  display: block;
}

body.about-us .brand-idea .pilot img, body.about-us .brand-idea .vintage-car img {
  display: block;
  width: 100%;
  height: auto;
}

body.about-us .brand-idea .text a {
  color: #797979;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.about-us .brand-idea .text a {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.about-us .brand-idea .text a {
    font-size: 14px;
    line-height: 30px;
  }
}

body.about-us .brand-idea .text a:after {
  content: " >";
}

@media screen and (max-width: 1023px) {
  body.about-us .represent {
    padding-top: 52px;
    padding-bottom: 156px;
  }
  body.about-us .represent .container {
    flex-direction: column;
    position: relative;
  }
  body.about-us .represent .container .description {
    margin-top: 26px;
  }
  body.about-us .represent .container .description h1 {
    text-align: center;
  }
  body.about-us .brand-idea {
    margin-top: -78px;
  }
  body.about-us .brand-idea .brand {
    margin-bottom: 52px;
    box-sizing: border-box;
  }
  body.about-us .brand-idea .brand img {
    margin: 0 auto 52px;
    max-width: 130px;
    height: auto;
  }
  body.about-us .brand-idea .pilot {
    margin-left: 47.55%;
    width: 52.44%;
  }
  body.about-us .brand-idea .vintage-car {
    width: 47.54%;
    margin-right: 52.44%;
    margin-bottom: 52px;
  }
  body.about-us .brand-idea .text p {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.about-us .video {
    margin-bottom: -30px;
  }
  body.about-us .represent {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  body.about-us .represent .container {
    align-items: center;
  }
  body.about-us .represent .container nav {
    margin-bottom: 0;
  }
  body.about-us .represent .container .description {
    width: 70.9%;
    margin-right: 5%;
  }
  body.about-us .represent .container .description h1 {
    margin-left: 30px;
  }
  body.about-us .brand-idea {
    margin-top: -60px;
  }
  body.about-us .brand-idea .brand {
    margin-left: 9%;
    width: 31.8%;
    margin-right: 4%;
  }
  body.about-us .brand-idea .brand img {
    margin: 0 auto 60px;
  }
  body.about-us .brand-idea .pilot {
    width: 55.2%;
    position: relative;
    right: -5.9%;
  }
  body.about-us .brand-idea .vintage-car {
    width: 50.7%;
  }
  body.about-us .brand-idea .text {
    margin-left: 8.3%;
    width: 31.8%;
    margin-right: 9.2%;
    margin-top: 90px;
  }
  body.about-us .brand-idea .text p {
    margin-bottom: 30px;
  }
}

body.brand .brand-story .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.brand .brand-story .secondary {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #797979;
}

@media screen and (max-width: 1023px) {
  body.brand .brand-story .secondary {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .brand-story .secondary {
    font-size: 14px;
    line-height: 30px;
  }
}

body.brand .iconic-story .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.brand .iconic-story .description h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.brand .iconic-story .description h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .iconic-story .description h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.brand .iconic-story .description h2 img {
  width: auto;
}

body.brand .iconic-story .description em {
  font-style: normal;
}

body.brand .iconic-story .description p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.brand .iconic-story .description p {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .iconic-story .description p {
    font-size: 30px;
    line-height: 45px;
  }
}

body.brand .new-cars-brand h2, body.brand .semi-new-cars-brand h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.brand .new-cars-brand h2, body.brand .semi-new-cars-brand h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .new-cars-brand h2, body.brand .semi-new-cars-brand h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.brand .semi-new-cars h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.brand .semi-new-cars h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .semi-new-cars h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1023px) {
  body.brand .brand-story {
    margin-top: 52px;
    margin-bottom: 65px;
  }
  body.brand .brand-story .container {
    flex-direction: column;
  }
  body.brand .brand-story .description {
    margin-left: 12.58%;
    margin-bottom: 26px;
  }
  body.brand .brand-story .secondary {
    margin-left: 12.58%;
  }
  body.brand .iconic-story {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  body.brand .iconic-story .container {
    flex-direction: column;
  }
  body.brand .iconic-story .description {
    margin-left: 12.58%;
    margin-bottom: 39px;
  }
  body.brand .iconic-story .description h2 img {
    height: 46.8px;
  }
  body.brand .iconic-story .secondary {
    margin-left: 12.58%;
  }
  body.brand .iconic-story .secondary p {
    margin-bottom: 26px;
  }
  body.brand .new-cars-brand h2, body.brand .semi-new-cars-brand h2 {
    margin-bottom: 65px;
    margin-left: 12.58%;
  }
  body.brand .semi-new-cars {
    margin-bottom: 52px;
  }
  body.brand .semi-new-cars h2 {
    margin-bottom: 39px;
    margin-left: 12.58%;
  }
}

@media screen and (min-width: 1024px) {
  body.brand .brand-story {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  body.brand .brand-story .description {
    margin-left: 4.5%;
    width: 53%;
  }
  body.brand .brand-story .secondary {
    margin-left: 9.9%;
    width: 32.7%;
  }
  body.brand .iconic-story {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body.brand .iconic-story .description {
    margin-left: 3.7%;
    width: 45.5%;
    margin-right: 1.5%;
  }
  body.brand .iconic-story .description h2 img {
    height: 54px;
  }
  body.brand .iconic-story .secondary {
    width: 41.7%;
    margin-right: 7.5%;
  }
  body.brand .iconic-story .secondary p {
    margin-bottom: 30px;
  }
  body.brand .new-cars-brand h2, body.brand .semi-new-cars-brand h2 {
    margin-bottom: 60px;
    margin-left: 4.5%;
  }
  body.brand .semi-new-featured-nav-cars:before {
    top: 30px;
  }
  body.brand .semi-new-cars-brand-all .cars:before {
    top: 60px;
  }
  body.brand .semi-new-cars {
    margin-bottom: 90px;
  }
  body.brand .semi-new-cars h2 {
    margin-bottom: 75px;
    margin-left: 3.7%;
  }
}

body.single-car section.title h1 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.single-car section.title h1 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car section.title h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.single-car .tech-specs .title {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 1023px) {
  body.single-car .tech-specs .title {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .tech-specs .title {
    font-size: 30px;
    line-height: 45px;
  }
}

body.single-car .tech-specs .title.visible:after {
  width: 100%;
}

body.single-car .tech-specs .title:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #797979;
  height: 2px;
  left: 0;
  right: 0;
  width: 0%;
  bottom: 0;
  z-index: 1;
  transition: width 1s ease-in-out;
}

body.single-car .tech-specs .specs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.single-car .tech-specs .specs dd {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.single-car .tech-specs .specs dd {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .tech-specs .specs dd {
    font-size: 30px;
    line-height: 45px;
  }
}

body.single-car .tech-specs .specs dt {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #9F9F9F;
}

@media screen and (max-width: 1023px) {
  body.single-car .tech-specs .specs dt {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .tech-specs .specs dt {
    font-size: 14px;
    line-height: 30px;
  }
}

body.single-car .car-specs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.single-car .car-specs .description {
  position: relative;
  z-index: 10;
}

body.single-car .car-specs .description:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #EBEBEB;
  top: 0;
  right: 0;
  left: -100%;
  z-index: -10;
  bottom: 0;
}

body.single-car .car-specs .description .text p:last-of-type {
  margin-bottom: 0;
}

body.single-car .car-specs .extra-specs dt {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body.single-car .car-specs .extra-specs dt {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .car-specs .extra-specs dt {
    font-size: 14px;
    line-height: 30px;
  }
}

body.single-car .related-cars .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.single-car .related-cars .cars {
  text-align: center;
}

body.single-car .related-cars .related-new h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.single-car .related-cars .related-new h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .related-cars .related-new h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.single-car .related-cars .related-new .cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.single-car .related-cars .related-semi-new {
  position: relative;
  z-index: 1;
}

body.single-car .related-cars .related-semi-new:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  right: -200%;
  bottom: 0;
  z-index: -10;
}

body.single-car .related-cars .related-semi-new h3 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.single-car .related-cars .related-semi-new h3 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .related-cars .related-semi-new h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.single-car .back {
  text-align: right;
}

body.single-car .back a {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
  color: #535353;
}

@media screen and (max-width: 1023px) {
  body.single-car .back a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car .back a {
    font-size: 18px;
    line-height: 30px;
  }
}

body.single-car .back a:before {
  content: "< ";
}

body.single-car .back a img {
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 1023px) {
  body.single-car section.title {
    margin-bottom: 39px;
  }
  body.single-car section.title h1, body.single-car section.title .availability {
    margin-left: 12.58%;
  }
  body.single-car .tech-specs {
    margin-top: 39px;
  }
  body.single-car .tech-specs .title {
    padding-bottom: 39px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 26px;
  }
  body.single-car .tech-specs .specs {
    margin-bottom: 26px;
  }
  body.single-car .tech-specs .specs dl {
    flex-wrap: wrap;
  }
  body.single-car .tech-specs .specs dl .spec {
    width: 50%;
    margin-bottom: 26px;
  }
  body.single-car .tech-specs .specs dl .motor {
    width: 100%;
  }
  body.single-car .car-specs .container {
    flex-direction: column;
  }
  body.single-car .car-specs .description {
    padding-top: 52px;
    padding-bottom: 104px;
    position: relative;
  }
  body.single-car .car-specs .description:before {
    bottom: 26px;
  }
  body.single-car .car-specs .description .text {
    padding-right: 26px;
  }
  body.single-car .car-specs .description .text p {
    margin-bottom: 26px;
  }
  body.single-car .car-specs .description .info-cta {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.single-car .car-specs .extra-specs {
    margin-bottom: 26px;
  }
  body.single-car .car-specs .extra-specs dl {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  body.single-car .car-specs .extra-specs dl .spec {
    width: 50%;
    margin-bottom: 13px;
  }
  body.single-car .related-cars .container {
    flex-direction: column;
  }
  body.single-car .related-cars .related-new, body.single-car .related-cars .related-semi-new {
    margin-top: 52px;
  }
  body.single-car .related-cars .car {
    margin-bottom: 52px;
  }
  body.single-car .related-cars .cars {
    flex-direction: column;
  }
  body.single-car .related-cars .related-new h2 {
    margin-bottom: 52px;
    margin-left: 12.58%;
  }
  body.single-car .related-cars .related-semi-new:before {
    top: -52px;
    left: -200%;
  }
  body.single-car .related-cars .related-semi-new h3 {
    margin-bottom: 52px;
    margin-left: 12.58%;
  }
  body.single-car .back {
    padding-top: 39px;
  }
  body.single-car .back img {
    margin-left: 13px;
    max-height: 39px;
    max-width: 104px;
  }
}

@media screen and (min-width: 1024px) {
  body.single-car section.title {
    margin-bottom: 30px;
    position: relative;
    top: -30px;
  }
  body.single-car section.title h1 {
    margin-left: 34%;
    position: relative;
  }
  body.single-car section.title .availability {
    margin-left: 34%;
  }
  body.single-car .tech-specs {
    margin-top: 45px;
  }
  body.single-car .tech-specs .title {
    margin-left: 4.5%;
    width: 77.9%;
    padding-bottom: 60px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 45px;
  }
  body.single-car .tech-specs .specs {
    margin-left: 4.5%;
    margin-bottom: 90px;
  }
  body.single-car .tech-specs .specs dl {
    justify-content: space-between;
  }
  body.single-car .car-specs .description {
    padding-top: 60px;
    padding-bottom: 120px;
    width: 65.9%;
    margin-right: 5%;
    position: relative;
  }
  body.single-car .car-specs .description:before {
    bottom: 30px;
  }
  body.single-car .car-specs .description .text {
    padding-left: 6.67%;
    width: 67.98%;
    padding-right: 25.34%;
  }
  body.single-car .car-specs .description .text p {
    margin-bottom: 30px;
  }
  body.single-car .car-specs .description .info-cta {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.single-car .car-specs .extra-specs {
    width: 20%;
    margin-right: 9.1%;
    margin-bottom: 60px;
  }
  body.single-car .car-specs .extra-specs dl {
    margin-top: 30px;
  }
  body.single-car .related-cars .related-new, body.single-car .related-cars .related-semi-new {
    padding-top: 60px;
  }
  body.single-car .related-cars .car {
    margin-bottom: 45px;
  }
  body.single-car .related-cars .car .car-text {
    margin-top: 15px;
  }
  body.single-car .related-cars .related-new {
    width: 65.9%;
  }
  body.single-car .related-cars .related-new h2 {
    margin-bottom: 37.5px;
    margin-left: 6.67%;
  }
  body.single-car .related-cars .related-new .car {
    width: 48.25%;
    margin-left: 1.13%;
    margin-right: 1.13%;
  }
  body.single-car .related-cars .related-semi-new {
    width: 34.1%;
  }
  body.single-car .related-cars .related-semi-new h3 {
    margin-bottom: 37.5px;
    margin-left: 14.66%;
  }
  body.single-car .related-cars .related-semi-new .car {
    width: 93.25%;
    margin: 0 auto;
  }
  body.single-car .back {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.single-car .back img {
    margin-left: 15px;
    max-height: 45px;
    max-width: 120px;
  }
}

body.showroom .showroom-info .container {  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.showroom .showroom-info img {  width: 100%;
  height: auto;
  display: block;
}

body.showroom .showroom-info .map iframe  {  display: block;
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
}

body.showroom .showroom-info .description h1 {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #797979;
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-info .description h1 {    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-info .description h1 {    font-size: 30px;
    line-height: 45px;
  }
}

body.showroom .showroom-info .info dl {  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.showroom .showroom-info .info dt {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-info .info dt {    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-info .info dt {    font-size: 14px;
    line-height: 30px;
  }
}

body.showroom .showroom-info .info a {  color: inherit;
}

body.showroom .showroom-info .description .detail  {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-info .description .detail  {    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-info .description .detail  {    font-size: 14px;
    line-height: 30px;
  }
}

body.showroom .showroom-rep div.container {  position: relative;
  z-index: 1;
}

body.showroom .showroom-rep div.container:before {  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background-color: #F5F5F5;
  z-index: -10;
}

body.showroom .showroom-rep a {  color: inherit;
}

body.showroom .showroom-rep dt {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-rep dt {    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-rep dt {    font-size: 14px;
    line-height: 30px;
  }
}

body.showroom .showroom-rep h2 {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-rep h2 {    font-size: 16px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-rep h2 {    font-size: 18px;
    line-height: 30px;
  }
}

body.showroom .showroom-rep .contact-info {  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* Manager details can also appear on brand pages, outside body.showroom. */
.manager-content .showroom-rep div.container {  position: relative;
  z-index: 1;
}

.manager-content .showroom-rep div.container:before {  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background-color: #F5F5F5;
  z-index: -10;
}

.manager-content .showroom-rep a {  color: inherit;
}

.manager-content .showroom-rep dt {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #404040;
}

.manager-content .showroom-rep h2 {  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

.manager-content .showroom-rep .contact-info {  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .manager-content .showroom-rep dt {    font-size: 14px;
    line-height: 26px;
  }
  .manager-content .showroom-rep h2 {    font-size: 16px;
    line-height: 39px;
    margin-bottom: 13px;
    padding-right: 26px;
  }
  .manager-content .showroom-rep div.container {    padding-top: 52px;
  }
  .manager-content .showroom-rep div.container:before {    bottom: -104px;
    right: 26px;
  }
  .manager-content .showroom-rep .contact-info {    flex-direction: column;
  }
  .manager-content .showroom-rep .term {    margin-right: 52px;
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .manager-content .showroom-rep dt {    font-size: 14px;
    line-height: 30px;
  }
  .manager-content .showroom-rep h2 {    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .manager-content .showroom-rep div.container {    padding-top: 60px;
    padding-bottom: 120px;
  }
  .manager-content .showroom-rep div.container:before {    right: 30px;
  }
  .manager-content .showroom-rep .term {    margin-right: 90px;
  }
  .manager-content .showroom-rep + .showroom-rep {    margin-top: -120px;
  }
}

@media screen and (max-width: 1023px) {
  body.showroom .showroom-info {    margin-top: 52px;
    margin-bottom: 60px;
  }
  body.showroom .showroom-info .container {    flex-wrap: wrap;
  }
  body.showroom .showroom-info .description h1 {    margin-bottom: 26px;
  }
  body.showroom .showroom-info .description .text {    margin-bottom: 52px;
  }
  body.showroom .showroom-info .description .text p {    margin-bottom: 13px;
  }
  body.showroom .showroom-info .map {    order: 4;
  }
  body.showroom .showroom-info .info {    margin-top: 52px;
    margin-bottom: 52px;
  }
  body.showroom .showroom-info .info dl {    flex-direction: column;
  }
  body.showroom .showroom-info .info dl .address, body.showroom .showroom-info .info dl .schedule {    margin-bottom: 13px;
  }
  body.showroom .showroom-rep div.container {    padding-top: 52px;
  }
  body.showroom .showroom-rep div.container:before {    bottom: -104px;
    right: 26px;
  }
  body.showroom .showroom-rep h2 {    margin-bottom: 13px;
    padding-right: 26px;
  }
  body.showroom .showroom-rep .contact-info {    flex-direction: column;
  }
  body.showroom .showroom-rep .term {    margin-right: 52px;
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 1024px) {
  body.showroom .showroom-rep + .showroom-rep  {    margin-top: -120px;
  }

  body.showroom .showroom-info {    margin-bottom: 60px;
  }
  body.showroom .showroom-info .container {    flex-wrap: wrap;
  }
  body.showroom .showroom-info .description {    width: 34%;
    margin-right: 6.9%;
  }
  body.showroom .showroom-info .description h1 {    margin-bottom: 30px;
  }
  body.showroom .showroom-info .description .text {    margin-bottom: 60px;
  }
  body.showroom .showroom-info .description .text p {    margin-bottom: 15px;
  }
  body.showroom .showroom-info .facade {    width: 59%;
    align-self: flex-end;
  }
  body.showroom .showroom-info .map {    width: 40.9%;
  }
  body.showroom .showroom-info .info {    margin-left: 4.9%;
    width: 54.2%;
    align-self: center;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.showroom .showroom-info .info dl {    flex-wrap: wrap;
  }
  body.showroom .showroom-info .info dl .term {    width: 50%;
  }
  body.showroom .showroom-info .info dl .address {    width: 100%;
    margin-bottom: 30px;
  }
  body.showroom .showroom-info {    margin-top: 60px;
  }
  body.showroom .showroom-rep div.container {    padding-top: 60px;
    padding-bottom: 120px;
  }
  body.showroom .showroom-rep div.container:before {    right: 30px;
  }
  body.showroom .showroom-rep h2 {    margin-bottom: 15px;
  }
  body.showroom .showroom-rep .term {    margin-right: 90px;
  }
}

body.search header.grand-chelem .brands {
  display: none;
}

body.search section.content .intro {
  background-color: #D9D9D9;
}

body.search section.content .intro .container h1 {
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.search section.content .intro .container h1 {
    font-size: 28px;
    line-height: 41.6px;
  }
}

@media screen and (min-width: 1024px) {
  body.search section.content .intro .container h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

body.search section.content .intro .container .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.search section.content .intro .container .options p {
  width: 100%;
}

body.search section.content .intro .container .your-selections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.search section.content .intro .container .your-selections .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.search section.content .intro .container .your-selections .selected .selection {
  border: solid 1px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.search section.content .intro .container .your-selections .selected .selection {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.search section.content .intro .container .your-selections .selected .selection {
    font-size: 14px;
    line-height: 30px;
  }
}

body.search section.content .intro .container .your-selections .selected .selection .title {
  background-color: #000000;
  color: #D9D9D9;
}

body.search section.content .intro .container .your-selections .selected .selection .selected-title {
  background-image: url("../images/ui/close-filter.svg");
  background-repeat: no-repeat;
  display: block;
}

@media screen and (max-width: 1023px) {
  body.search section.content .intro .container .your-selections .selected .selection .selected-title {
    background-position: right 10px center;
  }
}

@media screen and (min-width: 1024px) {
  body.search section.content .intro .container .your-selections .selected .selection .selected-title {
    background-position: right 15px center;
  }
}

body.search section.content .intro .container .filters li {
  background-color: transparent;
  border: solid 1px #000000;
  color: #000000;
}

body.search section.content .intro .container .filters {
  align-items: stretch;
}

body.search section.content .intro .container .filters li + li {
  margin-left: -1px;
}

body.search section.content .intro .container .filters li.active, body.search section.content .intro .container .filters li:hover {
  background-color: #000000;
  color: #D9D9D9;
}

body.search section.content .results .container .headling h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.search section.content .results .container .headling h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.search section.content .results .container .headling h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1023px) {
  body.search section.content .intro .container .filters li {
    box-sizing: border-box;
    width: 50%;
  }
  body.search section.content .intro {
    padding: 39px 0 45.5px;
  }
  body.search section.content .intro .container h1 {
    margin-bottom: 13px;
  }
  body.search section.content .intro .container > p {
    margin-bottom: 13px;
  }
  body.search section.content .intro .container .options {
    margin-bottom: 26px;
  }
  body.search section.content .intro .container .options p {
    margin-bottom: 13px;
  }
  body.search section.content .intro .container .options label.select {
    width: 100%;
    max-width: 400px;
    margin-bottom: 19.5px;
  }
  body.search section.content .intro .container .options label.select select {
    width: 100%;
  }
  body.search section.content .intro .container .options label.select:last-child {
    margin-bottom: 0;
  }
  body.search section.content .intro .container .your-selections {
    flex-wrap: wrap;
  }
  body.search section.content .intro .container .your-selections p {
    width: 100%;
    margin-bottom: 13px;
  }
  body.search section.content .intro .container .your-selections .selected {
    flex-wrap: wrap;
  }
  body.search section.content .intro .container .your-selections .selected .selection {
    margin-right: 19.5px;
    margin-bottom: 19.5px;
  }
  body.search section.content .intro .container .your-selections .selected .selection > div, body.search section.content .intro .container .your-selections .selected .selection > a {
    padding: 0 12px;
  }
  body.search section.content .intro .container .your-selections .selected .selection > div.selected-title, body.search section.content .intro .container .your-selections .selected .selection > a.selected-title {
    padding-right: 30px;
  }
  body.search section.content .intro .container .your-selections .selected .selection:last-child {
    margin-bottom: 0;
  }
  body.search section.content .results {
    margin-top: 39px;
  }
  body.search section.content .results .container .headling {
    margin-bottom: 26px;
  }
  body.search section.content .results .container .new-cars .car {
    margin-bottom: 39px;
  }
  body.search section.content .results .container .new-cars .car:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  body.search section.content .intro {
    padding: 60px 0;
  }
  body.search section.content .intro .container h1, body.search section.content .intro .container > p, body.search section.content .intro .container .options, body.search section.content .intro .container .your-selections, body.search section.content .intro .container .filters {
    margin: 0 4.5%;
  }
  body.search section.content .intro .container h1 {
    margin-bottom: 30px;
  }
  body.search section.content .intro .container > p {
    margin-bottom: 15px;
  }
  body.search section.content .intro .container .options p {
    margin-bottom: 15px;
  }
  body.search section.content .intro .container .options label.select {
    width: calc(33.333% - 10px);
    margin-bottom: 30px;
    margin-right: 15px;
  }
  body.search section.content .intro .container .options label.select select {
    width: 100%;
  }
  body.search section.content .intro .container .options label.select:nth-child(3n + 1) {
    margin-right: 0;
  }
  body.search section.content .intro .container .your-selections p {
    margin-right: 15px;
  }
  body.search section.content .intro .container .your-selections .selected .selection {
    margin-right: 15px;
  }
  body.search section.content .intro .container .your-selections .selected .selection > div, body.search section.content .intro .container .your-selections .selected .selection > a {
    padding: 0 15px;
  }
  body.search section.content .intro .container .your-selections .selected .selection > div.selected-title, body.search section.content .intro .container .your-selections .selected .selection > a.selected-title {
    padding-right: 45px;
  }
  body.search section.content .results {
    margin-top: 60px;
  }
  body.search section.content .results .container .headling {
    margin-bottom: 22.5px;
  }
  body.search section.content .results .container .headling h2 {
    margin: 0 4.5%;
  }
}

#modal-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#modal-window .modal-dialog {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#modal-window .modal-content {
  background: #404040;
}

#modal-window .modal-content .modal-header {
  border-bottom: 0;
}

#modal-window .modal-content .modal-body {
  padding: 3px;
  margin: 0;
}

#modal-window .modal-content .modal-body img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

#modal-window .modal-content .close {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
}

#modal-window .modal-content .subscribeSuccessButton {
  background-color: #404040;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: normal;
  padding: 11px 23px;
  text-decoration: none !important;
}

#modal-window .modal-content .subscribeSuccessButton:hover {
  background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
  background-color: #6c7c7c;
  text-decoration: none !important;
}

#modal-window .modal-content .subscribeSuccessButton:active {
  position: relative;
  top: 1px;
}

.wa-btn {
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.05);
  background-image: url("../images/sns/whatsapp.svg");
  background-repeat: no-repeat;
  background-color: #D9D9D9;
  text-align: center;
  color: #535353;
}

.wa-btn:visited {
  color: #535353;
}

.modal-trigger {
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  background-color: #535353;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .modal-trigger {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .modal-trigger {
    font-size: 18px;
    line-height: 30px;
  }
}

body > .modal-trigger {
  position: fixed;
  z-index: 10000;
  cursor: pointer;
}

.cta-floats {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.cta-floats .wa-btn:first-child {
  float: right;
}

#campaign-modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10001;
  display: none;
}

#campaign-modal .container {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#campaign-modal .container .modal-cont {
  border-radius: 5px 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
}

#campaign-modal .container .modal-cont > .close-modal {
  background-color: #000000;
  position: absolute;
  cursor: pointer;
}

#campaign-modal .container .modal-cont > .close-modal img {
  display: block;
}

#campaign-modal .container .modal-cont .inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#campaign-modal .container .modal-cont .inner .headling {
  border-bottom: solid 2px #000000;
}

#campaign-modal .container .modal-cont .inner .headling h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  #campaign-modal .container .modal-cont .inner .headling h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  #campaign-modal .container .modal-cont .inner .headling h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

#campaign-modal .container .modal-cont .inner .headling p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  #campaign-modal .container .modal-cont .inner .headling p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  #campaign-modal .container .modal-cont .inner .headling p {
    font-size: 14px;
    line-height: 30px;
  }
}

#campaign-modal .container .modal-cont .inner .gc-form.success .buttons .response-output {
  background-color: #EBEBEB;
}

#campaign-modal .container .modal-cont .inner .gc-form.success .buttons .response-output p {
  color: #000000;
}

#campaign-modal .container .modal-cont .inner .gc-form .field.not-valid label,
#campaign-modal .container .modal-cont .inner .gc-form .field.not-valid .description {
  color: #ff3300;
}

#campaign-modal .container .modal-cont .inner .gc-form .field .alert {
  color: #ff3300;
}

#campaign-modal .container .modal-cont .inner .gc-form .field.radio .option input,
#campaign-modal .container .modal-cont .inner .gc-form .field.check .option input {
  accent-color: #000000;
}

#campaign-modal .container .modal-cont .inner .gc-form .field.radio.periodicity {
  display: none;
}

#campaign-modal .container .modal-cont .inner .gc-form .field.brands input:disabled {
  opacity: 0.5;
}

#campaign-modal .container .modal-cont .inner .gc-form label, #campaign-modal .container .modal-cont .inner .gc-form select, #campaign-modal .container .modal-cont .inner .gc-form option, #campaign-modal .container .modal-cont .inner .gc-form input, #campaign-modal .container .modal-cont .inner .gc-form p, #campaign-modal .container .modal-cont .inner .gc-form span {
  color: #000000;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  #campaign-modal .container .modal-cont .inner .gc-form label, #campaign-modal .container .modal-cont .inner .gc-form select, #campaign-modal .container .modal-cont .inner .gc-form option, #campaign-modal .container .modal-cont .inner .gc-form input, #campaign-modal .container .modal-cont .inner .gc-form p, #campaign-modal .container .modal-cont .inner .gc-form span {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  #campaign-modal .container .modal-cont .inner .gc-form label, #campaign-modal .container .modal-cont .inner .gc-form select, #campaign-modal .container .modal-cont .inner .gc-form option, #campaign-modal .container .modal-cont .inner .gc-form input, #campaign-modal .container .modal-cont .inner .gc-form p, #campaign-modal .container .modal-cont .inner .gc-form span {
    font-size: 14px;
    line-height: 30px;
  }
}

#campaign-modal .container .modal-cont .inner .gc-form label {
  color: #797979;
}

#campaign-modal .container .modal-cont .inner .gc-form input::placeholder {
  color: #9F9F9F;
}

#campaign-modal .container .modal-cont .inner .gc-form a, #campaign-modal .container .modal-cont .inner .gc-form a:visited, #campaign-modal .container .modal-cont .inner .gc-form a:hover {
  color: #000000;
  text-decoration: underline;
}

#campaign-modal .container .modal-cont .inner .gc-form select {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#campaign-modal .container .modal-cont .inner .gc-form .buttons input.submit {
  border-radius: 5px;
  background-color: #000000;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  #campaign-modal .container .modal-cont .inner .gc-form .buttons input.submit {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  #campaign-modal .container .modal-cont .inner .gc-form .buttons input.submit {
    font-size: 18px;
    line-height: 30px;
  }
}

#campaign-modal .container .modal-cont .inner .gc-form .buttons .close-modal {
  cursor: pointer;
}

#campaign-modal .container .modal-cont .inner .gc-form .buttons .response-output {
  background-color: #FFCCCC;
  border-radius: 5px;
}

#campaign-modal .container .modal-cont .inner .gc-form .buttons .response-output p {
  color: #ff3300;
}

@media screen and (max-width: 1023px) {
  #modal-window .modal-dialog .modal-content {
    width: 90%;
    max-width: 600px;
    margin: auto;
  }
  #modal-window .modal-dialog .modal-content .close {
    padding: 8px;
    margin-left: 4px;
  }
  .wa-btn,
  .modal-trigger {
    max-width: 240px;
  }
  .modal-trigger {
    padding: 26px 26px;
  }
  body > .modal-trigger {
    bottom: 20px;
    right: 20px;
  }
  .cta-floats {
    margin: 0 20px 20px 0;
  }
  .cta-floats .modal-trigger:nth-child(2) {
    margin-top: 13px;
    clear: both;
    float: right;
  }
  .cta-floats .wa-btn {
    background-position: right 10px center;
    background-size: 24px;
    padding: 6px 44px 6px 10px;
  }
  #campaign-modal .container {
    padding: 0 !important;
  }
  #campaign-modal .container .modal-cont {
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    top: 40px;
    right: 40px;
  }
  #campaign-modal .container .modal-cont > .close-modal {
    width: 40px;
    height: 40px;
    top: -40px;
    right: -40px;
  }
  #campaign-modal .container .modal-cont > .close-modal img {
    width: 24px;
    margin: 8px;
  }
  #campaign-modal .container .modal-cont .inner .headling {
    width: calc(100% - 20px);
    padding: 26px 10px 13px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form {
    margin: 26px 10px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field {
    margin-bottom: 20.8px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field > label,
  #campaign-modal .container .modal-cont .inner .gc-form .field > .description {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.name .input-wrap input {
    margin-bottom: 20px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.group {
    border-top: solid 1px #000000;
    padding-top: 13px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.periodicity {
    border-top: solid 1px #000000;
    padding-top: 13px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons {
    border-top: solid 2px #000000;
    padding-top: 26px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons input.submit {
    padding: 10px 20px;
    margin: 0;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons .close-modal {
    width: 100px;
    padding: 10px 0;
    text-align: center;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons .response-output {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #modal-window .modal-dialog .modal-content {
    width: 80%;
    max-width: 800px;
    margin: auto;
  }
  #modal-window .modal-dialog .modal-content .close {
    padding: 10px;
    margin-left: 6px;
  }
  .wa-btn,
  .modal-trigger {
    max-width: 240px;
  }
  .modal-trigger {
    padding: 30px 30px;
  }
  body > .modal-trigger {
    bottom: 20px;
    right: 20px;
  }
  .cta-floats {
    margin: 0 20px 20px 0;
  }
  .cta-floats .modal-trigger:nth-child(2) {
    margin-top: 19.998px;
    clear: both;
    float: right;
  }
  .cta-floats .wa-btn {
    background-position: right 8px center;
    background-size: 30px;
    padding: 8px 48px 8px 12px;
  }
  #campaign-modal {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #campaign-modal .container .modal-cont {
    width: 57.8125%;
    max-width: 592px;
    height: calc(100% - 200px);
    max-height: 900px;
    top: 60px;
    right: 60px;
  }
  #campaign-modal .container .modal-cont > .close-modal {
    width: 60px;
    height: 60px;
    top: -60px;
    right: -60px;
  }
  #campaign-modal .container .modal-cont > .close-modal img {
    width: 24px;
    margin: 18px;
  }
  #campaign-modal .container .modal-cont .inner .headling {
    width: calc(100% - 30px);
    padding: 22.5px 15px 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form {
    margin: 0 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field {
    border-bottom: solid 1px #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field .alert {
    margin-left: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.name label {
    border-bottom: solid 1px #000000;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.name .input-wrap {
    padding-top: 14px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.name .input-wrap input {
    border-bottom-color: #000000;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.name .input-wrap input:last-child {
    border-bottom: none;
    padding-top: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.mail .input-wrap input {
    border-bottom: none;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.text label,
  #campaign-modal .container .modal-cont .inner .gc-form .field.select label {
    padding-top: 15px;
    width: 154px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.text .input-wrap input,
  #campaign-modal .container .modal-cont .inner .gc-form .field.select .input-wrap input {
    width: calc(100% - 15px);
    padding-left: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.select select {
    border-left: solid 1px #000000;
    padding: 15px 0 0 15px;
    width: 409px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio .description,
  #campaign-modal .container .modal-cont .inner .gc-form .field.check .description {
    padding-top: 15px;
    width: 154px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio .options,
  #campaign-modal .container .modal-cont .inner .gc-form .field.check .options {
    border-left: solid 1px #000000;
    padding-top: 15px;
    padding-left: 15px;
    width: 393px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio .options .option,
  #campaign-modal .container .modal-cont .inner .gc-form .field.check .options .option {
    margin: 0 15px 0 0;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check .options .option {
    margin-bottom: 12px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check.group {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check.group .option {
    border-left: solid 1px #000000;
    padding-left: 15px;
    width: 393px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check.group .option:first-child {
    padding-top: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.check.group .option:last-child {
    padding-bottom: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio.periodicity {
    border-bottom: 0;
    border-left: solid 1px #000000;
    margin-left: 153px;
    flex-wrap: wrap;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio.periodicity .description {
    width: 100%;
    padding-left: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field.radio.periodicity .options {
    border-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form .field .input-wrap {
    border-left: solid 1px #000000;
    padding-top: 15px;
    width: 408px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons {
    border-top: solid 2px #000000;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    display: block;
    position: relative;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons input.submit {
    width: 90px;
    padding: 15px 0;
    margin-left: 154px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons .close-modal {
    width: 90px;
    padding-top: 15px;
    margin-top: 7.5px;
    margin-left: 154px;
    text-align: center;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons .response-output {
    width: 240px;
    position: absolute;
    top: 0;
    left: 260px;
  }
  #campaign-modal .container .modal-cont .inner .gc-form div.buttons .response-output p {
    line-height: 15px;
  }
  body.brand.modal-on .brand-head .branding {
    position: relative;
    z-index: 10002;
  }
  body.brand #campaign-modal .container .modal-cont {
    max-height: 800px;
  }
  body.single-car #campaign-modal .container .modal-cont {
    max-height: 620px;
  }
}

body.contact header.grand-chelem .atf {
  position: relative;
}

body.contact header.grand-chelem .atf:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/grand_chelem_bg.gif");
  width: 108%;
  height: auto;
  top: 0;
  bottom: 0;
  right: -32%;
  z-index: -100;
  background-size: cover;
  background-position: left center;
}

body.contact section.locations .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body.contact section.locations .container div h2 {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body.contact section.locations .container div h2 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1024px) {
  body.contact section.locations .container div h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

body.contact section.locations .container div .semi-new-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.contact section.locations .container div .semi-new-content-column .location-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-title {
  background-color: black;
  text-align: center;
  position: absolute;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-title strong, body.contact section.locations .container div .semi-new-content-column .location-container .location-title a {
  color: #FFFFFF;
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.contact section.locations .container div .semi-new-content-column .location-container .location-title strong, body.contact section.locations .container div .semi-new-content-column .location-container .location-title a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.contact section.locations .container div .semi-new-content-column .location-container .location-title strong, body.contact section.locations .container div .semi-new-content-column .location-container .location-title a {
    font-size: 18px;
    line-height: 30px;
  }
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-img {
  display: none;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-img a {
  text-decoration: none;
  width: 100%;
  color: #000000;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-img a img {
  width: 100%;
  display: block;
  height: auto;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data {
  text-align: left;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data address, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data p {
  font-family: 'DomaineSansText', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data address, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data address, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data p {
    font-size: 14px;
    line-height: 30px;
  }
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data strong {
  width: 100%;
  display: inline-block;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a {
  width: 100%;
  color: #000000;
  display: block;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a:visited, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a:active, body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a:focus {
  color: #000000;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a:first-child {
  font-weight: 700;
}

body.contact section.locations .container div .semi-new-content-column .location-container .location-row .location-data a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  body.contact section.locations .container {
    padding-top: 52px;
    flex-direction: column;
  }
  body.contact section.locations .container nav.brands-sidebar {
    padding-top: 52px;
    order: 2;
  }
  body.contact section.locations .container > div {
    order: 1;
  }
  body.contact section.locations .container > div h2 {
    padding-bottom: 78px;
  }
  body.contact section.locations .container > div .semi-new-content-column {
    position: relative;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container {
    padding-bottom: 104px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-title {
    width: 150px;
    padding: 15px 0;
    left: -26px;
    top: -56px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row {
    padding-bottom: 26px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-img {
    width: 100%;
    padding-bottom: 13px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data {
    width: 80%;
    padding-top: 19.5px;
    margin: 0 auto;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data address, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data p, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data a {
    line-height: 22px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data address {
    margin-bottom: 13px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data > p:first-of-type, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data div {
    margin-bottom: 20.8px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data a:first-child {
    font-size: 16px;
    margin: 0 0 4px 0;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row:last-child {
    padding-bottom: 0;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container:last-child {
    padding-bottom: 45px;
  }
  body.contact section.locations .container > div .semi-new-content-column:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #F5F5F5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
  }
}

@media screen and (min-width: 1024px) {
  body.contact section.locations .container {
    padding-top: 150px;
  }
  body.contact section.locations .container .brands-sidebar {
    margin-top: 15px;
  }
  body.contact section.locations .container > div {
    width: 70.9%;
    margin-left: 5%;
  }
  body.contact section.locations .container > div h2 {
    margin-left: 9%;
    padding-bottom: 90px;
  }
  body.contact section.locations .container > div .semi-new-content-column {
    width: 100%;
    position: relative;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container {
    padding-bottom: 105px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-title {
    width: 22%;
    padding: 15px 0;
    left: -9%;
    top: -60px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row {
    padding-bottom: 15px;
    margin-left: 13%;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-img {
    width: 42.88%;
    margin-right: 32px;
    float: left;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data {
    padding-top: 22.5px;
    width: calc(100% - 42.88% - 32px);
    float: left;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data address, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data p, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data a {
    line-height: 20px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data address {
    margin-bottom: 12px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data > p:first-of-type, body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data div {
    margin-bottom: 18px;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row .location-data a:first-child {
    font-size: 16px;
    margin: 2px 0 6px 0;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container .location-row:last-child {
    padding-bottom: 0;
  }
  body.contact section.locations .container > div .semi-new-content-column .location-container:last-child {
    padding-bottom: 60px;
  }
  body.contact section.locations .container > div .semi-new-content-column:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #F5F5F5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
  }
}
