@charset "UTF-8";
@import "bootstrap.css";
@import "jquery.bxslider.min.css";
@import "jquery.fancybox.min.css";
@import "rangeslider.css";
@import "classic.date.css";
@import "classic.time.css";
@import "cookieconsent.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap&subset=latin-ext");
html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
a {
  transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 0;
  transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/iconmoon/icomoon.eot?a2n0cb');
  src: url('../fonts/iconmoon/icomoon.eot?a2n0cb#iefix') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.ttf?a2n0cb') format('truetype'), url('../fonts/iconmoon/icomoon.woff?a2n0cb') format('woff'), url('../fonts/iconmoon/icomoon.svg?a2n0cb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tiktok:before {
  content: "\e900";
}
.icon-rental-car:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-repair-2:before {
  content: "\e905";
}
.icon-repair:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-pdf-file:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e90c";
}
.icon-back:before {
  content: "\e90d";
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/fontawesome/fa-brands-400.eot);
  src: url(../fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.woff) format("woff"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(../fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fontawesome/fa-regular-400.eot);
  src: url(../fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.woff) format("woff"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(../fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fontawesome/fa-solid-900.eot);
  src: url(../fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.woff) format("woff"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(../fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /*transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/**
 * External fonts
 * --------------------------------------------------
 */
/* VOLVO CUSTOM FONTS */
@font-face {
  font-family: "volvo_sans_proregular";
  src: url("../fonts/volvosanspro-regular-webfont.woff2") format("woff2"), url("../fonts/volvosanspro-regular-webfont.woff") format("woff"), url("../fonts/volvosanspro-regular-webfont.ttf") format("truetype"), url("../fonts/volvosanspro-regular-webfont.svg#volvo_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "volvo_broad_proregular";
  src: url("../fonts/volvobroadpro-webfont.eot");
  src: url("../fonts/volvobroadpro-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/volvobroadpro-webfont.woff2") format("woff2"), url("../fonts/volvobroadpro-webfont.woff") format("woff"), url("../fonts/volvobroadpro-webfont.ttf") format("truetype"), url("../fonts/volvobroadpro-webfont.svg#volvo_broad_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Fonts
 * --------------------------------------------------
 */
/**
 * Colors
 * --------------------------------------------------
 */
:root {
  --cc-btn-primary-bg: #5555ec;
}
/*
* Browsers flexbox fix
 */
.d-flex {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex !important;
  /* NEW, Spec - Firefox, Chrome, Opera */
}
.align-items-center {
  align-items: center;
}
/*
* Safari fix
 */
input[type="checkbox"] {
  display: none;
}
.text-black {
  color: #000;
}
.font-medium {
  font-weight: 600;
}
.tooltip-inner {
  max-width: 350px;
}
.swal-footer {
  text-align: center;
}
body,
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  position: relative;
  /*
	* Safari modal fix
	 */
}
body .modal-open,
html .modal-open {
  padding: 0 !important;
  overflow-y: auto;
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  outline: 0;
}
.btn i {
  padding-left: 5px;
}
.btn.btn-blue {
  background-color: #0184ce;
  color: #fff;
}
.btn.btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #2f2f2f;
}
.btn.btn-white {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 15px 50px;
  margin-bottom: 35px;
}
.btn.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #070714;
}
.btn.btn-white-o {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 50px;
  margin-bottom: 35px;
  border: 2px solid #fff;
}
.btn.btn-white-o:hover {
  background-color: #fff;
  color: #000;
}
.btn.btn-black-o {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060613;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 50px;
  margin-bottom: 35px;
  border: 2px solid #060613;
}
.btn.btn-black-o:hover {
  background-color: #060613;
  color: #fff;
}
.btn.btn-download {
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  max-width: 350px;
  width: 100%;
  text-align: left;
}
.btn.btn-download .download-icon {
  max-height: 34px;
  margin-top: 6px;
  margin-right: 15px;
  opacity: 0.5;
}
.btn.btn-download .download-content p {
  width: 100%;
  margin-bottom: 0;
}
.btn.btn-download .download-content p.name {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.btn.btn-download .download-content p.size {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #A5A5AF;
}
.btn.btn-download:hover {
  background-color: #dddddd;
}
.btn.btn-download:hover .download-icon {
  opacity: 1;
}
.btn.btn-download-white {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  width: 350px;
  text-align: left;
}
.btn.btn-download-white .download-icon {
  max-height: 34px;
  margin-top: 6px;
  margin-right: 15px;
  opacity: 0.5;
}
.btn.btn-download-white .download-content p {
  width: 100%;
  margin-bottom: 0;
}
.btn.btn-download-white .download-content p.name {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.btn.btn-download-white .download-content p.size {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #D3D3DB;
}
.btn.btn-download-white:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn.btn-download-white:hover .download-icon {
  opacity: 1;
}
.btn.btn-red {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #b71822;
  border: 2px solid #b71822;
  text-transform: uppercase;
  text-align: center;
  max-width: 260px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  margin-bottom: 35px;
}
.btn.btn-red:hover {
  background-color: transparent;
  color: #b71822;
}
.btn.btn-make {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #0184ce;
  border: 2px solid #0184ce;
  text-transform: uppercase;
  text-align: center;
  max-width: 260px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  margin-bottom: 35px;
}
.btn.btn-make:hover {
  background-color: transparent;
  color: #0184ce;
}
.btn.btn-make-o {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0184ce;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #0184ce;
  text-transform: uppercase;
  text-align: center;
  max-width: 260px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  margin-bottom: 35px;
}
.btn.btn-make-o:hover {
  background-color: #0184ce;
  color: #fff;
}
.btn.btn-make-white {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #0184ce;
  border: 2px solid #0184ce;
  text-transform: uppercase;
  text-align: center;
  max-width: 260px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  margin-bottom: 35px;
}
.btn.btn-make-white:hover {
  background-color: #fff;
  color: #0184ce;
}
.btn.btn-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #5555ec;
  border: 2px solid #5555ec;
  text-transform: uppercase;
  text-align: center;
  max-width: 260px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  margin-bottom: 35px;
}
.btn.btn-general:hover {
  background-color: transparent;
  color: #5555ec;
}
.btn.btn-lg {
  padding: 18px 25px;
  max-height: none;
  height: auto;
}
.modal .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 40px 50px;
}
.modal .modal-body {
  padding-top: 0;
  border: 0;
}
.modal .modal-body .form input[type="text"],
.modal .modal-body .form input[type="tel"],
.modal .modal-body .form input[type="email"],
.modal .modal-body .form input[type="number"],
.modal .modal-body .form textarea {
  color: #000;
  border-color: #000;
}
.modal .modal-body p {
  font-size: 16px;
  color: #525252;
  line-height: 30px;
  margin-bottom: 40px;
}
.modal .modal-body p.note {
  color: #525252;
  font-size: 12px;
  line-height: 25px;
}
.modal .modal-body h5 {
  font-size: 24px;
  color: #111111;
  margin-bottom: 35px;
  font-weight: 400;
}
.modal .modal-body .btn {
  display: block;
  max-width: none;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-header .modal-title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #111111;
}
.modal .modal-header .close {
  border: 0;
  outline: 0;
  color: #000000;
  background: transparent;
  right: 15px;
  top: 15px;
  font-size: 20px;
  position: absolute;
}
.modal .modal-header .close:hover {
  color: #0184ce;
}
.modal .modal-footer {
  border: none;
}
@media (min-width: 800px) {
  .modal .modal-dialog {
    width: 800px;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .modal .modal-content {
    padding: 10px;
  }
  .modal .modal-header .modal-title {
    font-size: 26px;
    line-height: 150%;
  }
}
.alert {
  text-align: center;
  margin-bottom: 0;
  z-index: 11;
}
.form.form-grey .form-group .form-control:disabled,
.form.form-grey .form-group .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form.form-grey .form-group input[type="text"],
.form.form-grey .form-group input[type="tel"],
.form.form-grey .form-group input[type="email"],
.form.form-grey .form-group input[type="number"],
.form.form-grey .form-group textarea {
  color: #000;
  border-color: #ced4da;
}
.form span.error {
  color: #9e2034;
  display: block;
  margin-top: 15px;
}
.form span.error:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  margin-right: 10px;
}
.form .form-group {
  margin-bottom: 35px;
}
.form .form-group.no-margin {
  margin-bottom: 0;
}
.form .form-group.has-error input[type="text"],
.form .form-group.has-error input[type="email"],
.form .form-group.has-error input[type="tel"],
.form .form-group.has-error textarea {
  border-color: #9e2034;
}
.form .form-group.has-error label {
  color: #9e2034;
}
.form .form-group.required label::after {
  content: "*";
  padding-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #9e2034;
}
.form .form-group label.label-radio::after {
  content: "" !important;
}
.form .form-group label.label-radio {
  display: inline-block !important;
  margin-left: 10px;
  margin-right: 100px;
}
.form .form-group .form-icon {
  position: relative;
}
.form .form-group .form-icon i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #dddddd;
  pointer-events: none;
}
.form .form-group .form-icon input[type="text"],
.form .form-group .form-icon input[type="tel"],
.form .form-group .form-icon input[type="email"],
.form .form-group .form-icon input[type="number"] {
  padding-left: 40px;
}
.form .form-group .form-icon.right i {
  left: auto;
  right: 20px;
}
.form .form-group input[type="text"],
.form .form-group input[type="tel"],
.form .form-group input[type="email"],
.form .form-group input[type="number"],
.form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form .form-group .custom-radios {
  margin-top: 17px;
}
.form .form-group .custom-radios .radio-label {
  width: auto;
  margin-right: 30px;
  font-weight: 300;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 12px;
}
.form .form-group .custom-radios .radio-label:after {
  display: none;
}
.form .form-group .custom-radios input {
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.form .form-group .custom-radios input:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 1px #45454f;
  -moz-box-shadow: inset 0px 0px 0px 1px #45454f;
  box-shadow: inset 0px 0px 0px 1px #45454f;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #fff;
  -moz-box-shadow: inset 0px 0px 0px 6px #fff;
  box-shadow: inset 0px 0px 0px 6px #fff;
}
.form .form-group .custom-checkbox label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 0;
  background: transparent;
  border: none;
}
.form .form-group .custom-checkbox label .box:before {
  display: inline-block;
  content: "\e90c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  border: 1px solid #45454f;
  color: transparent;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
  left: -2px;
  -webkit-appearance: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #fff;
  border-color: #fff;
  color: #070714;
}
.form .form-group label a {
  color: #0184ce;
}
.form .form-group label a:hover {
  color: #5555EC;
}
.form .form-security {
  display: none;
}
.form input[type="radio"] {
  -webkit-appearance: radio;
}
.form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.header-divider {
  margin-bottom: 0;
}
.header-divider:after {
  width: 40px;
  height: 2px;
  background-color: #0184ce;
  margin: 25px 0;
  display: block;
  content: " ";
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container-lg {
    max-width: 1420px;
  }
}
@media (min-width: 1500px) {
  .d-header-none {
    display: none !important;
  }
  .d-header-flex {
    display: flex !important;
  }
  .d-header-block {
    display: block !important;
  }
  .col-header-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-header-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
span[class^="icon-"],
span[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
span[class^="icon-"].blue,
span[class*=" icon-"].blue {
  color: #5555ec;
}
@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
.bx-wrapper {
  margin: 0;
  border: none;
  box-shadow: none;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #5555ec;
  border: 1px solid #5555ec;
  border-radius: 6px;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  transition: all 0.3s ease;
}
#search .close:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00d";
  display: inline-block;
  color: #fff;
}
#search .close:hover {
  background-color: transparent;
}
#search .close:hover:after {
  color: #5555ec;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: -51px auto 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search input[type="submit"] {
  position: absolute;
  top: 60vh;
  left: calc(50% - 130px);
  margin: 0;
}
@media (max-width: 991px) {
  #search input[type="search"] {
    font-size: 30px;
    top: 50vh;
  }
}
a.u-underline {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0184ce;
  display: inline-block;
  text-transform: uppercase;
}
a.u-underline span.icon-arrow-right {
  padding-right: 15px;
  color: #0184ce;
}
a.u-underline::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.u-underline:hover::after {
  width: 20px;
}
.u-strikethrough {
  position: relative;
  display: inline-block;
}
.u-strikethrough::before {
  content: "";
  border-bottom: 2px solid #000;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.u-text-danger {
  color: #b71822;
}
.u-hide {
  display: none;
}
.u-show {
  display: block;
}
header {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 9;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header #opening-hours {
  position: absolute;
}
header.general-subpage {
  position: relative;
  top: auto;
  background-color: #000;
  padding: 35px 0;
}
header.make {
  position: relative;
  top: auto;
  background-color: #000;
}
header.make ul.navbar-nav {
  top: 0;
  max-width: none;
}
header.make ul.navbar-nav li {
  min-height: 100%;
  height: 85px;
}
header.make ul.navbar-nav li + li {
  margin-left: 3%;
}
header.make ul.navbar-nav a.make-logo {
  display: flex;
  vertical-align: middle;
  height: 85px;
}
header.make ul.navbar-nav a.make-logo img {
  display: block;
  max-width: 200px;
  padding: 20px 0;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease;
}
header.make ul.navbar-nav a.make-logo:hover img {
  opacity: 1;
}
header.make ul.navbar-nav a.make-logo:hover::after {
  width: auto;
  height: auto;
  background: none;
}
header.make ul.navbar-nav a.make-logo.active img {
  opacity: 1;
}
header.make ul.navbar-nav a.make-logo.active::after {
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0184ce;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
header.make ul.social-icons li {
  line-height: 25px;
  vertical-align: middle;
}
header.make ul.social-icons li + li {
  margin-left: 15px;
}
header.make ul.social-icons li a {
  font-size: 25px;
  line-height: 25px;
  vertical-align: middle;
}
header.make ul.social-icons li a:hover {
  color: #0184ce;
}
header.make ul.social-icons li a:hover::after {
  display: none;
}
header.make .desktop-search .desktop-search-icon {
  bottom: -8px;
}
header.make .make-submenu {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}
header.make .make-submenu::before {
  content: " ";
  height: 4px;
  width: 100%;
  background-color: #0184ce;
  display: block;
}
header.make .make-submenu ul {
  margin: 0;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}
header.make .make-submenu ul li {
  display: block;
}
header.make .make-submenu ul li + li {
  margin-left: 10px;
}
header.make .make-submenu ul li a {
  display: block;
  padding: 25px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #060613;
}
header.make .make-submenu ul li a::after {
  bottom: -1px;
  background-color: #0184ce;
}
header.make .make-submenu ul li a.active {
  color: #0184ce;
}
header.make .make-submenu ul li a.active::after {
  background-color: #0184ce;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  width: 20px;
  height: 2px;
  margin: 0 auto;
}
header.make .make-submenu ul li ul {
  display: block;
  position: absolute;
  z-index: 9999;
  width: auto;
  text-align: center;
  margin-left: -68.5px;
  background: #fff;
  padding-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 0px;
  padding: 10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  margin-top: 1px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.make .make-submenu ul li ul.windshield {
  margin-left: -48.5px;
}
header.make .make-submenu ul li ul.rent {
  width: 350px;
  margin-left: -140px;
}
header.make .make-submenu ul li ul li {
  border-bottom: 1px solid #dddddd;
}
header.make .make-submenu ul li ul li a {
  padding: 10px;
}
header.make .make-submenu ul li ul li a::after {
  background-color: transparent;
}
header.make .make-submenu ul li ul li a:hover {
  color: #0184ce;
}
header.make .make-submenu ul li ul li:last-child {
  border-bottom: none;
}
header.make .make-submenu ul li:hover ul {
  opacity: 1;
  height: auto;
  border: 1px solid #dddddd;
  border-top: 0px;
}
header .img-logo {
  margin-left: 20px;
  height: 35px;
}
header .mobile-toggler {
  z-index: 9999;
  display: none;
  float: right;
  position: relative;
  -webkit-appearance: none;
  margin: 0 auto;
  padding: 26px 0;
  width: 30px;
}
header .mobile-toggler .bars {
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 9px;
  opacity: 1;
  transition: all 0.3s ease;
}
header .mobile-toggler .bars.bar1 {
  -o-transform: rotate(45deg);
  -o-transform-origin: 2px 5px;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 2px 5px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 2px 5px;
  transform: rotate(45deg);
  transform-origin: 2px 5px;
}
header .mobile-toggler .bars.bar2 {
  opacity: 0;
}
header .mobile-toggler .bars.bar3 {
  -o-transform: rotate(-45deg);
  -o-transform-origin: 0px -3px;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 0px -3px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 0px -3px;
  transform: rotate(-45deg);
  transform-origin: 0px -3px;
}
header .mobile-toggler .bar3 {
  margin-bottom: 0;
}
header .mobile-toggler.collapsed .bars {
  -o-transform: rotate(0) !important;
  -o-transform-origin: 0 !important;
  -moz-transform: rotate(0) !important;
  -moz-transform-origin: 0 !important;
  -webkit-transform: rotate(0) !important;
  -webkit-transform-origin: 0 !important;
  transform: rotate(0) !important;
  transform-origin: 0 !important;
  opacity: 1 !important;
}
header .mobile-toggler.collapsed .bars.bar2 {
  width: 20px;
  margin-right: 0;
  margin-left: auto;
}
header ul.navbar-nav {
  position: relative;
  display: block;
  transition: all 1s ease;
  width: 100%;
  padding-top: 10px;
}
header ul {
  text-align: center;
}
header ul li {
  display: inline-block;
  position: relative;
}
header ul li #opening-hours {
  position: absolute;
  top: -42px;
  left: -98px;
  padding: 0 15px;
  width: auto;
  height: 30px;
  line-height: 29px;
  min-width: 180px;
  font-size: 10px;
  border-width: 1px;
}
header ul li #opening-hours:hover::after {
  display: none;
}
header ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1.2px;
}
header ul li a:hover {
  color: #fff;
}
header ul li a:hover::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: #5555ec;
}
header ul li + li {
  margin-left: 2%;
}
header ul.brand-nav {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
header ul.brand-nav li {
  height: 80px;
  width: 140px;
  position: relative;
  display: flex;
  align-items: center;
  float: right;
  background-color: #484858;
  justify-content: center;
}
header ul.brand-nav li.active {
  margin-right: -15px;
}
header ul.brand-nav li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
  padding: 0;
  z-index: 4;
  width: 100%;
}
header ul.brand-nav li a img {
  display: inline-block;
  max-height: 30px;
}
header ul.brand-nav li a:hover {
  text-decoration: none;
}
header ul.brand-nav li > ul {
  background-color: #000;
  display: none;
}
header ul.brand-nav li > ul li {
  position: relative;
  padding: 0;
  text-align: center;
}
header ul.brand-nav li > ul li + li {
  margin-left: 0;
}
header ul.brand-nav li > ul li:hover {
  color: #fff;
}
header ul.brand-nav li > ul li:hover::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: #5555ec;
  z-index: 1;
}
header ul.brand-nav li > ul li a {
  display: block;
  padding: 30px 0;
}
header ul.brand-nav li > ul li a img {
  display: inline-block;
  max-height: 30px;
}
header .desktop-input {
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  z-index: 3;
}
header .desktop-input input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 3px 0;
  margin-right: auto;
  width: 100%;
}
header .desktop-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .desktop-search {
  margin-right: 35px;
  position: relative;
}
header .desktop-search .desktop-search-icon {
  font-size: 18px;
  color: #fff;
  margin: 0 30px;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: -18px;
  transition: all 0.3s ease;
}
header .desktop-search .desktop-search-icon:hover {
  color: #0184ce;
}
header .desktop-search .lang-change {
  display: block;
  height: 44px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 20px;
  transition: all 0.3s ease;
}
header .desktop-search .lang-change:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
header .menu-mobile {
  display: none;
  background-color: #070714;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #070714;
}
header .menu-mobile ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
header .menu-mobile ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
header .menu-mobile .mobile-row,
header .menu-mobile .social-row {
  text-align: center;
}
header .menu-mobile .mobile-search {
  margin: 35px auto 30px;
  display: block;
  max-width: 350px;
}
header .menu-mobile .mobile-search .form-group {
  width: 280px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #484858;
  background-color: #484858;
  color: #fff;
  padding: 12px 20px;
}
header .menu-mobile .mobile-search .form-group input {
  border: none;
  background: transparent;
  width: 220px;
  margin-top: -14px;
}
header .menu-mobile .mobile-search .form-group input::placeholder {
  color: #fff;
}
header .menu-mobile .mobile-search .form-group i {
  font-size: 18px;
  max-width: 18px;
  display: block;
}
header .menu-mobile .mobile-search .lang-change {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #484858;
  margin-left: 20px;
}
header .menu-mobile .social {
  margin: 0 auto 45px;
  display: flex;
  justify-content: center;
}
header .menu-mobile .social a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #070714;
  margin-right: 30px;
}
header .menu-mobile .social a.icon-tiktok {
  line-height: 30px;
  vertical-align: middle;
}
header .menu-mobile .social a i {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
header .menu-mobile .social a:last-child {
  margin-right: 0;
}
header .menu-mobile .app {
  display: block;
  background: #fff;
  color: #070714;
  text-align: center;
  padding: 10px 0;
  margin: 0 -15px;
}
header .make-submenu-mobile {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .make-submenu-mobile .submenu-toggler {
  padding: 26px 0;
  width: 30px;
  display: block;
  -webkit-appearance: none;
}
header .make-submenu-mobile .submenu-toggler .bars {
  width: 30px;
  height: 2px;
  background: #070714;
  transition: 0.5s;
  border-radius: 0;
  margin-bottom: 9px;
  opacity: 1;
  transition: all 0.3s ease;
}
header .make-submenu-mobile .submenu-toggler .bars.bar1 {
  -o-transform: rotate(45deg);
  -o-transform-origin: 2px 5px;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 2px 5px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 2px 5px;
  transform: rotate(45deg);
  transform-origin: 2px 5px;
}
header .make-submenu-mobile .submenu-toggler .bars.bar2 {
  opacity: 0;
}
header .make-submenu-mobile .submenu-toggler .bars.bar3 {
  -o-transform: rotate(-45deg);
  -o-transform-origin: 0px -3px;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 0px -3px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 0px -3px;
  transform: rotate(-45deg);
  transform-origin: 0px -3px;
}
header .make-submenu-mobile .submenu-toggler .bar3 {
  margin-bottom: 0;
}
header .make-submenu-mobile .submenu-toggler.collapsed .bars {
  -o-transform: rotate(0) !important;
  -o-transform-origin: 0 !important;
  -moz-transform: rotate(0) !important;
  -moz-transform-origin: 0 !important;
  -webkit-transform: rotate(0) !important;
  -webkit-transform-origin: 0 !important;
  transform: rotate(0) !important;
  transform-origin: 0 !important;
  opacity: 1 !important;
}
header .make-submenu-mobile .submenu-toggler.collapsed .bars.bar2 {
  width: 20px;
  margin-right: 0;
  margin-left: auto;
}
header .make-submenu-mobile #mobile-subbar {
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .make-submenu-mobile #mobile-subbar ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
header .make-submenu-mobile #mobile-subbar ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #070714;
}
header .make-submenu-mobile #mobile-subbar ul li a.active {
  color: #0184ce;
}
header .make-submenu-mobile #mobile-subbar ul li a:after {
  background-color: #0184ce;
}
header .make-submenu-mobile #mobile-subbar ul li:last-child {
  border-bottom: none;
}
header .make-submenu-mobile #mobile-subbar .mobile-search {
  margin: 35px auto 30px;
  display: block;
  max-width: 350px;
}
header .make-submenu-mobile #mobile-subbar .mobile-search .form-group {
  width: 280px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #484858;
  background-color: #fff;
  color: #070714;
  padding: 12px 20px;
}
header .make-submenu-mobile #mobile-subbar .mobile-search .form-group input {
  border: none;
  background: transparent;
  width: 220px;
  margin-top: -14px;
}
header .make-submenu-mobile #mobile-subbar .mobile-search .form-group input::placeholder {
  color: #070714;
}
header .make-submenu-mobile #mobile-subbar .mobile-search .form-group i {
  font-size: 18px;
  max-width: 18px;
  display: block;
}
header .make-submenu-mobile #mobile-subbar .mobile-search .lang-change {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  color: #070714;
  border-radius: 6px;
  border: 1px solid #070714;
  margin-left: 20px;
}
header .make-submenu-mobile #mobile-subbar .social {
  margin: 0 auto 45px;
  display: flex;
  justify-content: center;
}
header .make-submenu-mobile #mobile-subbar .social a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #070714;
  color: #fff;
  margin-right: 30px;
}
header .make-submenu-mobile #mobile-subbar .social a.icon-tiktok {
  line-height: 30px;
  vertical-align: middle;
}
header .make-submenu-mobile #mobile-subbar .social a i {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
header .make-submenu-mobile #mobile-subbar .social a:last-child {
  margin-right: 0;
}
header .make-submenu-mobile #mobile-subbar .app {
  display: block;
  background: #070714;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 -15px;
}
header.active-header {
  background: #484858;
}
@media (max-width: 1545px) {
  header ul li + li {
    margin-left: 25px;
  }
  header ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1920px) {
  header .desktop-search .desktop-search-icon {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  header .img-logo {
    margin-left: 0;
  }
  header ul li a {
    font-size: 11px;
  }
}
@media (max-width: 1400px) {
  header ul li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  header #navbar1 {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  header {
    top: 0;
  }
  header + .show {
    background-color: #484858;
  }
  header ul.navbar-nav {
    display: none;
  }
  header .mobile-toggler {
    display: block;
    margin-right: 15px;
  }
  header .menu-mobile {
    display: block;
  }
  header .mobile.navbar-nav {
    position: relative;
    display: block;
    z-index: 9999;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .mobile.navbar-nav li {
    display: block;
    font-size: 16px;
  }
  header .mobile.navbar-nav li:hover {
    background-color: #5555ec;
  }
  header .mobile.navbar-nav li + li {
    margin-left: 0;
  }
  header ul li a:hover::after {
    display: none;
  }
}
@media (max-width: 575px) {
  header .menu-mobile .mobile-search .lang-change,
  header .make-submenu-mobile #mobile-subbar .mobile-search .lang-change {
    margin: 0 auto;
  }
}
/**
 * Home welcome
 * --------------------------------------------------
 */
section.home-welcome {
  width: 100%;
  height: 100vh;
  min-height: 888px;
  text-align: center;
  position: relative;
}
section.home-welcome .home-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #070714;
}
section.home-welcome .home-video .bg-video {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-welcome .container {
  z-index: 2;
}
section.home-welcome .text-wrap {
  padding-bottom: 50px;
}
section.home-welcome .text-wrap h1 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 40px;
}
section.home-welcome #js-show-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  text-shadow: -1px 0 3px #000;
}
section.home-welcome #js-show-brand::after {
  position: absolute;
  padding-top: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 35px;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}
@media (min-width: 1200px) {
  section.home-welcome {
    height: 80vh;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  section.home-welcome {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  section.home-welcome .text-wrap {
    margin-top: 0;
  }
  section.home-welcome .text-wrap h1 {
    font-size: 40px;
  }
}
/**
 * Homepage makes
 * --------------------------------------------------
 */
section.home-makes {
  padding: 25px 0;
  height: auto;
}
section.home-makes .make-logo {
  text-align: center;
  transition: all 750ms ease-in-out;
}
section.home-makes .make-logo.pulsed {
  opacity: 0.5;
  transform: scale(0.95);
}
section.home-makes .make-logo:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  section.home-makes {
    padding: 0;
    height: 20vh;
    min-height: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  section.home-makes {
    padding-bottom: 5px;
  }
  section.home-makes .container {
    padding: 0 70px;
  }
  section.home-makes .container .make-logo {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.home-makes .make-logo {
    margin-bottom: 25px;
  }
}
/**
 * Homeepage history
 * --------------------------------------------------
 */
section.home-history {
  padding: 200px 0;
  background: #000 url("../images/history-bg.jpg") no-repeat;
}
section.home-history h2 {
  margin-top: 70px;
  font-size: 50px;
  color: #fff;
}
section.home-history h2::after {
  display: block;
  content: " ";
  background-color: #5555ec;
  width: 40px;
  height: 2px;
  margin: 20px 0;
}
section.home-history p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 25px;
}
section.home-history a.show-more {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin-bottom: 80px;
}
section.home-history a.show-more span.icon-arrow-right {
  padding-left: 15px;
}
section.home-history a.show-more::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #5555ec;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.home-history a.show-more:hover::after {
  width: 20px;
}
@media (max-width: 991px) {
  section.home-history {
    padding-bottom: 70px;
  }
  section.home-history h2 {
    font-size: 40px;
  }
  section.home-history h2::after {
    margin: 30px 0;
  }
  section.home-history p {
    margin-bottom: 30px;
  }
  section.home-history .video-cover {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  section.home-history {
    padding: 25px 0;
  }
  section.home-history .video-cover {
    margin: 40px 0 0 0;
  }
}
/**
 * Homepage fun zone
 * --------------------------------------------------
 */
section.home-funzone {
  background: #070714;
  padding: 40px 0;
}
section.home-funzone .main-bg {
  background-image: url("../images/fun-zone-bg.png");
  background-size: cover;
  width: 745px;
  margin-left: -15px;
  height: 530px;
  padding-left: 370px;
  overflow: hidden;
  border-radius: 6px;
}
section.home-funzone .main-bg h3 {
  padding: 100px 0 0 0;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}
section.home-funzone .main-bg h3::after {
  display: block;
  content: " ";
  background-color: #5555ec;
  width: 40px;
  height: 2px;
  margin: 20px 0;
}
section.home-funzone .main-bg p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #D3D3DB;
  line-height: 30px;
  margin-bottom: 30px;
}
section.home-funzone .main-bg a.show-more {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin-bottom: 80px;
}
section.home-funzone .main-bg a.show-more span.icon-arrow-right {
  padding-left: 15px;
}
section.home-funzone .main-bg a.show-more::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #5555ec;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.home-funzone .main-bg a.show-more:hover::after {
  width: 20px;
}
section.home-funzone .articles {
  width: 800px;
}
section.home-funzone .articles article {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  position: relative;
  width: calc(50% - 15px);
  margin-left: 15px;
  top: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 4px solid #0184ce;
}
section.home-funzone .articles article .image {
  display: block;
  height: 252px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
section.home-funzone .articles article .text-wrapper {
  padding: 20px 25px;
}
section.home-funzone .articles article .text-wrapper span.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #230661;
  display: block;
  margin-bottom: 15px;
}
section.home-funzone .articles article .text-wrapper span.date::after {
  content: " ";
  display: inline-block;
  background-color: #5156e2;
  width: 30px;
  height: 2px;
  position: relative;
  top: -4px;
  left: 10px;
}
section.home-funzone .articles article .text-wrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #070714;
  margin-bottom: 23px;
}
section.home-funzone .articles article .text-wrapper p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484858;
  margin: 0;
}
section.home-funzone .articles article .border-hover {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  background-color: #5555EC;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.home-funzone .articles article:hover {
  top: -15px;
  margin-top: 0;
  border-color: #5555EC;
}
section.home-funzone .articles article:hover .border-hover {
  height: 5px;
}
@media (max-width: 1600px) {
  section.home-funzone .main-bg {
    padding-left: 100px;
    width: 480px;
  }
}
@media (max-width: 1300px) {
  section.home-funzone .main-bg {
    padding: 0 40px;
    width: 390px;
  }
}
@media (max-width: 1199px) {
  section.home-funzone .main-bg {
    height: 100%;
    max-height: 530px;
    padding: 0 30px 60px;
    margin: 0 -15px 30px -15px;
    width: calc(100% + 30px);
  }
  section.home-funzone .main-bg h3 {
    font-size: 40px;
  }
  section.home-funzone .main-bg h3::after {
    margin: 30px 0;
  }
  section.home-funzone .articles {
    width: 100%;
    margin-right: 0;
  }
  section.home-funzone .articles article {
    min-height: 330px;
    max-height: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  section.home-funzone .articles article image {
    height: 180px;
  }
  section.home-funzone .articles article .text-wrapper {
    padding: 20px;
  }
  section.home-funzone .articles article .text-wrapper .date {
    font-size: 16px;
  }
  section.home-funzone .articles article .text-wrapper h4 {
    font-size: 16px;
  }
  section.home-funzone .articles article .text-wrapper p {
    display: none;
  }
}
@media (max-width: 575px) {
  section.home-funzone .articles article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
/**
 * Sales
 * --------------------------------------------------
 */
section.sales {
  background: #070714;
  padding: 40px 0;
  color: white;
}
section.sales .filters {
  max-width: 270px;
  width: 100%;
  padding-left: 20px;
}
section.sales .filters h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
section.sales .filters .select {
  margin-bottom: 35px;
}
section.sales .filters .select .select-top {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.sales .filters .select .select-top .make-logo {
  max-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 34px;
}
section.sales .filters .select .select-top i {
  line-height: 34px;
  float: right;
  text-align: right;
  display: block;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.sales .filters .select .dropdown {
  width: 100%;
  background-color: #45454f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  height: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.sales .filters .select .dropdown .make a {
  padding: 4px 20px;
  width: 100%;
  display: inline-block;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
section.sales .filters .select .dropdown .make:hover,
section.sales .filters .select .dropdown .make.active {
  background-color: #070714;
}
section.sales .filters .select .dropdown:last-child {
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
section.sales .filters .select.active .select-top {
  background-color: #45454f;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
section.sales .filters .select.active .select-top i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.sales .filters .select.active .dropdown {
  height: auto;
  padding: 20px 0;
  opacity: 1;
}
section.sales .sales-wrapper {
  width: 100%;
}
section.sales .sales-wrapper .sale {
  position: relative;
  top: 0;
  margin-bottom: 30px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.sales .sales-wrapper .sale img {
  width: 100%;
  height: 100%;
}
section.sales .sales-wrapper .sale .text-wrapper {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  padding-top: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100px;
}
section.sales .sales-wrapper .sale .text-wrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  height: 48px;
}
section.sales .sales-wrapper .sale .btn {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 25px;
  opacity: 0;
  z-index: 2;
}
section.sales .sales-wrapper .sale .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 101%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.sales .sales-wrapper .sale:hover .overlay {
  opacity: 1;
}
section.sales .sales-wrapper .sale:hover .btn {
  cursor: pointer;
  opacity: 1;
}
section.sales .fancybox-slide > * {
  padding: 0;
}
@media (max-width: 1199px) {
  section.sales {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  section.sales .filters {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  section.sales .filters .select {
    max-width: 100%;
  }
}
/**
 * Opening hours
 * --------------------------------------------------
 */
section.home-opening-hours {
  background: #070714;
}
section.home-opening-hours .home-opening-hours-inner {
  padding: 120px 0 0 0;
}
section.home-opening-hours h2 {
  font-size: 40px;
  color: #fff;
}
section.home-opening-hours h2::after {
  display: block;
  content: " ";
  background-color: #5555ec;
  width: 40px;
  height: 2px;
  margin: 20px 0 40px 0;
}
section.home-opening-hours .card {
  background-color: transparent;
  padding: 56px;
  border: 1px solid #5555ec;
  border-radius: 8px;
  margin-bottom: 50px;
}
section.home-opening-hours .card .card-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 40px;
}
section.home-opening-hours .card .card-item .col {
  max-width: 140px;
}
section.home-opening-hours .card h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
}
section.home-opening-hours .card h5 {
  font-family: #5555ec;
  font-weight: 700;
  font-size: 16px;
  color: #5555ec;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.home-opening-hours .card p {
  margin-bottom: 0;
}
section.home-opening-hours .card span[class^="icon-"] {
  font-size: 56px;
  color: #5555ec;
  width: 56px;
}
section.home-opening-hours .card span.days {
  display: block;
  margin-top: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
section.home-opening-hours .card span.hours {
  display: inline-block;
  padding: 6px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
section.home-opening-hours .card span.hours::after {
  display: block;
  content: " ";
}
section.home-opening-hours .choose {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 81px;
  padding-bottom: 24px;
  text-align: center;
}
section.home-opening-hours .btn-wrapper {
  text-align: center;
  padding-bottom: 37px;
}
section.home-opening-hours .btn-store {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #5555ec;
  padding: 16px 24px;
  background-color: transparent;
  margin-right: 6px;
  margin-bottom: 12px;
  transition: background-color 0.2s;
  display: inline-block;
}
section.home-opening-hours .btn-store.is-active,
section.home-opening-hours .btn-store:hover {
  background-color: #5555ec;
}
section.home-opening-hours .map {
  margin-top: 70px;
  height: 56vh;
}
section.home-opening-hours [data-collapse-content] {
  display: none;
}
section.home-opening-hours [data-collapse-content].is-active {
  display: block;
}
section.home-opening-hours .stores-map {
  position: relative;
  background-repeat: no-repeat;
}
section.home-opening-hours .stores-map .image-wrapper {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
  position: relative;
  background-size: 100% 100%;
}
section.home-opening-hours .stores-map .image-wrapper img {
  max-width: 100%;
}
section.home-opening-hours .stores-map .btn-store-map {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  appearance: none;
  background: transparent;
  border: none;
  transition: none;
}
section.home-opening-hours .stores-map .btn-store-map::after {
  background: #fff;
  width: 19px;
  height: 19px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
section.home-opening-hours .stores-map .btn-store-map::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5555ec;
  opacity: 0.4;
  content: " ";
  z-index: 1;
}
section.home-opening-hours .stores-map .btn-store-map span {
  position: absolute;
  visibility: hidden;
  color: #212161;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  z-index: 3;
}
section.home-opening-hours .stores-map .btn-store-map:hover,
section.home-opening-hours .stores-map .btn-store-map:focus {
  width: 100px;
  height: 100px;
  margin-left: -25px;
  margin-top: -25px;
  outline: none;
}
section.home-opening-hours .stores-map .btn-store-map:hover::before,
section.home-opening-hours .stores-map .btn-store-map:focus::before {
  height: 100px;
  width: 100px;
  transform: scale(1);
  animation: pulsee 1.5s infinite;
}
section.home-opening-hours .stores-map .btn-store-map:hover::after,
section.home-opening-hours .stores-map .btn-store-map:focus::after {
  width: 50px;
  height: 50px;
}
section.home-opening-hours .stores-map .btn-store-map:hover span,
section.home-opening-hours .stores-map .btn-store-map:focus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}
section.home-opening-hours .stores-map .btn-store-map.store-1 {
  top: 126px;
  left: 148px;
}
section.home-opening-hours .stores-map .btn-store-map.store-2 {
  top: 285px;
  left: 14px;
}
section.home-opening-hours .stores-map .btn-store-map.store-3 {
  top: 232px;
  left: 83px;
}
section.home-opening-hours .stores-map.store-1 .store-1,
section.home-opening-hours .stores-map.store-2 .store-2,
section.home-opening-hours .stores-map.store-3 .store-3 {
  width: 100px;
  height: 100px;
  margin-left: -25px;
  margin-top: -25px;
}
section.home-opening-hours .stores-map.store-1 .store-1::before,
section.home-opening-hours .stores-map.store-2 .store-2::before,
section.home-opening-hours .stores-map.store-3 .store-3::before {
  height: 100px;
  width: 100px;
  transform: scale(1);
  animation: pulsee 1.5s infinite;
}
section.home-opening-hours .stores-map.store-1 .store-1::after,
section.home-opening-hours .stores-map.store-2 .store-2::after,
section.home-opening-hours .stores-map.store-3 .store-3::after {
  width: 50px;
  height: 50px;
}
section.home-opening-hours .stores-map.store-1 .store-1 span,
section.home-opening-hours .stores-map.store-2 .store-2 span,
section.home-opening-hours .stores-map.store-3 .store-3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}
section.home-opening-hours .stores-map.store-1 .image-wrapper img,
section.home-opening-hours .stores-map.store-2 .image-wrapper img,
section.home-opening-hours .stores-map.store-3 .image-wrapper img {
  visibility: hidden;
}
section.home-opening-hours .stores-map.store-1 .image-wrapper {
  background-image: url("../images/store-map-1.svg");
}
section.home-opening-hours .stores-map.store-2 .image-wrapper {
  background-image: url("../images/store-map-2.svg");
}
section.home-opening-hours .stores-map.store-3 .image-wrapper {
  background-image: url("../images/store-map-3.svg");
}
@media (min-width: 501px) and (max-width: 800px) {
  section.home-opening-hours .stores-map .image-wrapper {
    max-width: 460px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-1 {
    top: 56px;
    left: 48px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-2 {
    top: 125px;
    left: -6px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-3 {
    top: 112px;
    left: 33px;
  }
}
@media (max-width: 369px) {
  section.home-opening-hours .stores-map .image-wrapper {
    display: none;
  }
}
@media (min-width: 370px) and (max-width: 500px) {
  section.home-opening-hours .stores-map .image-wrapper {
    max-width: 345px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-1 {
    top: 56px;
    left: 48px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-2 {
    top: 125px;
    left: -6px;
  }
  section.home-opening-hours .stores-map .btn-store-map.store-3 {
    top: 112px;
    left: 33px;
  }
}
section.home-opening-hours .google-map {
  margin-top: 120px;
}
section.home-opening-hours .home-opening-hours-name {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
section.home-opening-hours .home-opening-hours-name span[class^="icon-"] {
  display: none;
}
@media (max-width: 1199px) {
  section.home-opening-hours .home-opening-hours-inner {
    padding: 0;
  }
  section.home-opening-hours .card-border {
    border-top: 1px solid #5555ec;
  }
  section.home-opening-hours .card {
    padding: 40px 0 0 0;
    border: none;
  }
  section.home-opening-hours .google-map {
    margin-top: 68px;
  }
  section.home-opening-hours span[class^="icon-"] {
    display: none;
  }
  section.home-opening-hours .home-opening-hours-name span[class^="icon-"] {
    display: block;
  }
}
@media (max-width: 575px) {
  section.home-opening-hours {
    padding: 40px 0 0 0;
  }
  section.home-opening-hours h2 {
    font-size: 33px;
  }
}
@media (max-width: 520px) {
  section.home-opening-hours .choose {
    padding-top: 0;
    text-align: left;
  }
  section.home-opening-hours .btn-wrapper {
    text-align: left;
  }
  section.home-opening-hours .btn-store {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}
@keyframes pulsee {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
/**
 * Mobile app
 * --------------------------------------------------
 */
section.mobile-app {
  background: #070714 url("../images/autostyl-a.png") no-repeat top right;
  padding: 35px 0 180px 0;
}
section.mobile-app h3 {
  font-size: 36px;
  color: #fff;
  line-height: 45px;
}
section.mobile-app h3::after {
  display: block;
  content: " ";
  background-color: #5555ec;
  width: 40px;
  height: 2px;
  margin: 20px 0 40px 0;
}
section.mobile-app p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
section.mobile-app .download-button {
  margin-bottom: 15px;
}
section.mobile-app .download-button + .download-button {
  margin-left: 15px;
}
section.mobile-app ul li {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
section.mobile-app ul li::before {
  font-family: "icomoon";
  content: "\e903";
  display: inline-block;
  color: #5555ec;
  margin: 0 10px 0 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  section.mobile-app {
    padding: 0 0 45px 0;
    background-position: bottom;
  }
  section.mobile-app h3 {
    font-size: 33px;
  }
  section.mobile-app .mobile-app-image {
    margin: 20px auto;
    display: block;
  }
}
@media (max-width: 575px) {
  section.mobile-app .download-button {
    margin: 10px 0 !important;
    display: block;
  }
}
/**
 * Make slider
 * --------------------------------------------------
 */
section.make-slider .bx-wrapper .bx-controls-direction a {
  width: 9px;
  height: 17px;
  text-indent: 0;
}
section.make-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
}
section.make-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
}
section.make-slider .dark h2,
section.make-slider .dark p {
  color: #070714 !important;
}
section.make-slider.volvo .bx-wrapper .bx-controls-direction .bx-prev span,
section.make-slider.volvo .bx-wrapper .bx-controls-direction .bx-next span {
  color: #fff;
}
/**
 * Make weekly sale
 * --------------------------------------------------
 */
section.make-weekly-sale {
  padding: 75px 0;
  background-color: #070714;
}
section.make-weekly-sale h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
section.make-weekly-sale .car-item {
  background-color: #fff;
}
section.make-weekly-sale .car-item .image {
  width: 670px;
  height: 415px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.make-weekly-sale .car-item .content {
  width: calc(100% - 670px);
  padding: 40px 50px;
}
section.make-weekly-sale .car-item .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  padding-bottom: 35px;
}
section.make-weekly-sale .car-item .content h4 a {
  color: #212529;
}
section.make-weekly-sale .car-item .content .pricing .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
}
section.make-weekly-sale .car-item .content .pricing .old-price span.vat {
  font-size: 14px;
}
section.make-weekly-sale .car-item .content .pricing .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: relative;
  z-index: 2;
  bottom: 14px;
}
section.make-weekly-sale .car-item .content .pricing .prices {
  width: calc(50% + 22px);
}
section.make-weekly-sale .car-item .content .pricing .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0184ce;
}
section.make-weekly-sale .car-item .content .pricing .prices .price span.vat {
  font-size: 16px;
}
section.make-weekly-sale .car-item .content .pricing .prices.no-notice {
  width: 100%;
}
section.make-weekly-sale .car-item .content .pricing .notices {
  width: calc(50% - 22px);
}
section.make-weekly-sale .car-item .content .pricing .notices .notice {
  padding: 11px 18px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
section.make-weekly-sale .car-item .content .pricing .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
section.make-weekly-sale .car-item .content .btn-black-o {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1199px) {
  section.make-weekly-sale {
    padding-top: 60px;
  }
  section.make-weekly-sale h3 {
    padding-bottom: 30px;
  }
  section.make-weekly-sale .car-item {
    margin: 0 15px;
  }
  section.make-weekly-sale .car-item .image {
    height: 430px;
    width: 100%;
  }
  section.make-weekly-sale .car-item .content {
    width: 100%;
  }
  section.make-weekly-sale .car-item .content .btn-black-o {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  section.make-weekly-sale .car-item .image {
    height: 215px;
  }
  section.make-weekly-sale .car-item .content {
    padding: 30px 20px;
  }
  section.make-weekly-sale .car-item .content .pricing {
    margin-bottom: 20px;
  }
  section.make-weekly-sale .car-item .content .pricing .prices,
  section.make-weekly-sale .car-item .content .pricing .notices {
    width: 100%;
  }
}
/**
 * Make stock cars
 * --------------------------------------------------
 */
section.make-stock-cars {
  padding: 40px 0;
  background-color: #070714;
}
section.make-stock-cars .main-bg {
  width: 35%;
  max-width: 645px;
  height: 410px;
  background-color: #0184ce;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  margin-left: -15px;
  position: relative;
  overflow: hidden;
}
section.make-stock-cars .main-bg .car-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.05;
}
section.make-stock-cars .main-bg .content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 80px 55px;
}
section.make-stock-cars .main-bg .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  width: 200px;
}
section.make-stock-cars .main-bg .content h3:after {
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #fff;
}
section.make-stock-cars .main-bg .content a.show-more {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 80px;
}
section.make-stock-cars .main-bg .content a.show-more .icon-arrow-right {
  margin-left: 10px;
}
section.make-stock-cars .main-bg .content a.show-more::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #fff;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-stock-cars .main-bg .content a.show-more:hover::after {
  width: 20px;
}
section.make-stock-cars .cars-container {
  width: 65%;
  max-width: 900px;
  margin-left: 15px;
}
section.make-stock-cars .cars-container .car {
  width: 270px;
  max-height: 410px;
  position: relative;
  top: 0;
  background-color: #fff;
  border-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-stock-cars .cars-container .car img {
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  max-height: 200px;
  width: 100%;
}
section.make-stock-cars .cars-container .car .content-alert {
  width: 100%;
  padding: 9px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
section.make-stock-cars .cars-container .car .content-alert.black-friday {
  background-color: #484858;
}
section.make-stock-cars .cars-container .car .content-alert.top {
  background-color: #0184ce;
}
section.make-stock-cars .cars-container .car .carname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  padding: 20px;
  margin: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-stock-cars .cars-container .car .pricing {
  padding: 0 20px 22px 20px;
}
section.make-stock-cars .cars-container .car .pricing .prices {
  width: 130px;
}
section.make-stock-cars .cars-container .car .pricing .prices .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
}
section.make-stock-cars .cars-container .car .pricing .prices .old-price span.vat {
  font-size: 12px;
}
section.make-stock-cars .cars-container .car .pricing .prices .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: relative;
  z-index: 2;
  bottom: 12px;
}
section.make-stock-cars .cars-container .car .pricing .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0184ce;
}
section.make-stock-cars .cars-container .car .pricing .prices .price span.vat {
  font-size: 12px;
}
section.make-stock-cars .cars-container .car .pricing .prices.no-notice {
  width: 100%;
}
section.make-stock-cars .cars-container .car .pricing .notices {
  width: 100px;
  padding-left: 3px;
}
section.make-stock-cars .cars-container .car .pricing .notices .notice {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-top: 15px;
}
section.make-stock-cars .cars-container .car .pricing .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
section.make-stock-cars .cars-container .car .border-hover {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  background-color: #0184ce;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-stock-cars .cars-container .car:hover {
  top: -10px;
}
section.make-stock-cars .cars-container .car:hover .border-hover {
  height: 5px;
}
section.make-stock-cars.jaguar .main-bg .car-bg {
  background: url("../images/make-stock-cars/jaguar.png?v=2");
}
section.make-stock-cars.land-rover .main-bg .car-bg {
  background: url("../images/make-stock-cars/land-rover.png?v=2");
}
section.make-stock-cars.volvo .main-bg .car-bg {
  background: url("../images/make-stock-cars/volvo.png?v=2");
}
@media (max-width: 1600px) {
  section.make-stock-cars .main-bg {
    width: 30%;
  }
  section.make-stock-cars .main-bg .car-bg .content {
    padding: 80px 100px;
  }
}
@media (max-width: 1199px) {
  section.make-stock-cars .main-bg {
    width: calc(100% + 30px);
    max-width: none;
    height: 250px;
    border-radius: 0;
    margin-right: -15px;
    margin-bottom: 25px;
  }
  section.make-stock-cars .main-bg .car-bg .content {
    float: none;
    padding: 45px 30px;
  }
  section.make-stock-cars .main-bg .car-bg .content h3 {
    width: auto;
  }
  section.make-stock-cars .cars-container {
    width: 100%;
    min-width: 0;
    margin: 0;
    max-width: none;
  }
  section.make-stock-cars .cars-container .car {
    width: 280px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.make-stock-cars .main-bg {
    height: 100%;
  }
  section.make-stock-cars .cars-container .car {
    margin: 0 auto 20px;
    max-height: none;
    width: 100%;
  }
  section.make-stock-cars .cars-container .car img {
    max-height: none;
  }
  section.make-stock-cars .cars-container .car .pricing .prices,
  section.make-stock-cars .cars-container .car .pricing .notices {
    width: 100%;
  }
}
/**
 * Make models
 * --------------------------------------------------
 */
section.make-models {
  background: #070714;
  padding: 40px 0;
}
section.make-models .heading {
  margin-right: 74px;
  width: 226px;
}
section.make-models .heading h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
section.make-models .heading h3:after {
  margin-top: 30px;
  margin-bottom: 40px;
}
section.make-models .heading a.source {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 80px;
}
section.make-models .heading a.source .icon-arrow-right {
  margin-left: 10px;
}
section.make-models .heading a.source::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-models .heading a.source:hover::after {
  width: 20px;
}
section.make-models .cars {
  width: calc(100% - 300px);
  padding-top: 40px;
}
section.make-models .cars a {
  width: calc(100% / 4 - 10px);
  height: 160px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #2c2c37;
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
section.make-models .cars a .car {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.make-models .cars a .car img {
  max-height: 90px;
}
section.make-models .cars a .car .car-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
  margin: 0;
}
section.make-models .cars a:hover {
  border-color: #0184ce;
}
section.make-models .cars a:hover .car .car-name {
  color: #0184ce;
}
@media (max-width: 1199px) {
  section.make-models .heading {
    width: 100%;
    margin-right: 0;
  }
  section.make-models .cars {
    width: 100%;
    padding: 0 15px;
  }
  section.make-models .cars a {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  section.make-models .cars a {
    width: 100%;
  }
}
/**
 * Make sales
 * --------------------------------------------------
 */
section.make-sales {
  background: #070714;
  padding: 40px 0;
}
section.make-sales h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
section.make-sales .sales a .sale {
  max-width: 370px;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
section.make-sales .sales a .sale .content {
  width: 100%;
  min-width: 370px;
  height: 100%;
  padding: 50% 33px 33px 33px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
section.make-sales .sales a .sale .content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
section.make-sales .sales a .sale .content img {
  max-width: 26px;
  width: 100%;
  height: auto;
  max-height: 17px;
  margin: 28px 0 auto;
  transition: all 500ms ease-in-out;
}
section.make-sales .sales a:hover .sale .content {
  background-position-y: 1000px;
}
section.make-sales .sales a:hover .sale .content p {
  font-size: 0;
  width: 0;
  opacity: 0;
}
section.make-sales .sales a:hover .sale .content img {
  margin: 28px auto auto;
}
@media (max-width: 1199px) {
  section.make-sales {
    padding-bottom: 50px;
  }
  section.make-sales .sales {
    margin: 5px;
  }
  section.make-sales .sales .bx-wrapper {
    background: transparent;
  }
  section.make-sales .sales .bx-wrapper .bx-pager.bx-default-pager {
    width: 100%;
  }
  section.make-sales .sales .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background-color: #fff;
  }
  section.make-sales .sales .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #0184ce;
  }
  section.make-sales .sales a {
    max-width: 280px;
    margin: 0 10px;
  }
  section.make-sales .sales a .sale {
    max-width: 280px;
    height: 220px;
  }
  section.make-sales .sales a .sale .content {
    padding: 50% 24px 24px 24px;
    min-width: 280px;
  }
  section.make-sales .sales a .sale .content p {
    font-size: 20px;
  }
  section.make-sales .sales a .sale .content img {
    max-width: 20px;
  }
}
/**
 * Make news
 * --------------------------------------------------
 */
section.make-news {
  background: #070714;
  padding: 40px 0;
}
section.make-news h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 0 0 60px 0;
}
section.make-news .articles article {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  width: calc((100% / 3) - 32px);
  margin: 16px;
  top: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 4px solid #0184ce;
  overflow: hidden;
}
section.make-news .articles article .image {
  width: 100%;
  height: 252px;
  background-size: cover;
  background-position: center;
}
section.make-news .articles article .text-wrapper {
  padding: 20px 25px;
}
section.make-news .articles article .text-wrapper span.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #5555EC;
  display: block;
  margin-bottom: 15px;
}
section.make-news .articles article .text-wrapper span.date::after {
  content: " ";
  display: inline-block;
  background-color: #0184ce;
  width: 30px;
  height: 2px;
  position: relative;
  top: -4px;
  left: 10px;
}
section.make-news .articles article .text-wrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #070714;
  margin-bottom: 23px;
}
section.make-news .articles article .text-wrapper p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484858;
  margin: 0;
}
section.make-news .articles article .border-hover {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  background-color: #5555EC;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-news .articles article:hover {
  top: -10px;
  margin: 11px 16px 21px;
  border-color: #5555EC;
}
section.make-news .articles article:hover .border-hover {
  height: 5px;
}
@media (max-width: 1199px) {
  section.make-news .articles {
    width: 100%;
  }
  section.make-news .articles article {
    width: calc(50% - 16px);
    margin: 8px;
  }
  section.make-news .articles article .image {
    height: 230px;
  }
  section.make-news .articles article .text-wrapper {
    padding: 20px;
  }
  section.make-news .articles article .text-wrapper .date {
    font-size: 16px;
  }
  section.make-news .articles article .text-wrapper h4 {
    font-size: 16px;
  }
  section.make-news .articles article .text-wrapper p {
    display: none;
  }
  section.make-news .articles article:hover {
    margin: 11px 8px 21px;
  }
}
@media (max-width: 575px) {
  section.make-news .articles article {
    width: 100%;
  }
  section.make-news .btn-white-o {
    padding: 15px;
  }
}
/**
 * Make newsletter
 * --------------------------------------------------
 */
section.make-subscribe {
  padding: 70px 0;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("../images/newsletter-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
section.make-subscribe .text-side {
  width: calc(100% - 460px);
}
section.make-subscribe .text-side h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
section.make-subscribe .text-side h4:after {
  background-color: #5555ec;
  margin-top: 20px;
  margin-bottom: 30px;
}
section.make-subscribe .text-side p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #D3D3DB;
  margin: 0;
}
section.make-subscribe .form-side {
  width: 460px;
}
section.make-subscribe .form-side form .form-group {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #707070;
  -moz-box-shadow: inset 0px 0px 0px 2px #707070;
  box-shadow: inset 0px 0px 0px 2px #707070;
}
section.make-subscribe .form-side form .form-group input[type="email"] {
  width: calc(100% - 130px);
  background: transparent;
  border: none;
  padding: 17px 20px;
  color: #fff;
}
section.make-subscribe .form-side form .form-group .btn-make {
  width: 130px;
  max-width: none;
  padding: 18px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
section.make-subscribe .form-side .sec {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  float: right;
}
section.make-subscribe .form-side .sec .icon-arrow-right {
  margin-right: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.make-subscribe .form-side .sec:hover {
  color: #0184ce;
}
section.make-subscribe .form-side .sec:hover .icon-arrow-right {
  color: #0184ce;
}
@media (max-width: 991px) {
  section.make-subscribe .text-side {
    width: 100%;
    margin-bottom: 15px;
  }
  section.make-subscribe .form-side {
    width: 100%;
  }
  section.make-subscribe .form-side .sec {
    float: none;
  }
}
section.make-subscribe-divider {
  width: 100%;
  height: 140px;
  background-color: #070714;
}
/**
 * Pricelists download
 * --------------------------------------------------
 */
section.pricelists {
  background: #070714;
  padding: 40px 0;
  margin-top: 40px;
}
@media (max-width: 767px) and (min-width: 576px) {
  section.pricelists .container {
    max-width: 610px;
  }
}
section.pricelists p.subtext {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
section.pricelists .cartypes {
  margin-bottom: 85px;
}
section.pricelists .cartypes .cartype {
  background-color: #fff;
  margin: 50px 0;
}
section.pricelists .cartypes .cartype .image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}
section.pricelists .cartypes .cartype h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.pricelists .cartypes .cartype .content {
  padding-right: 40px;
  padding-bottom: 40px;
}
section.pricelists .cartypes .cartype .content .btn-download {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  section.pricelists .cartypes .cartype .content {
    padding: 30px;
  }
  section.pricelists .cartypes .cartype .content .btn-download {
    max-width: 250px;
    float: right;
  }
}
/**
* Responsive select for fun zone and for contact
 * --------------------------------------------------
 */
section.m-4 .d-flex h1 {
  width: 50%;
}
section.m-4 .d-flex .filter-select {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
section.m-4 .d-flex .filter-select h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 70px;
  margin-right: 35px;
  text-transform: uppercase;
}
section.m-4 .d-flex .filter-select .select {
  width: 270px;
  height: 70px;
}
section.m-4 .d-flex .filter-select .select .select-top {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 1px solid #dddddd;
  width: 100%;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.m-4 .d-flex .filter-select .select .select-top .make-logo {
  max-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 34px;
}
section.m-4 .d-flex .filter-select .select .select-top i {
  line-height: 34px;
  float: right;
  text-align: right;
  display: block;
  color: #45454f;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.m-4 .d-flex .filter-select .select .dropdown {
  width: 100%;
  background-color: #dddddd;
  border: 1px solid #b2b2b2;
  overflow: hidden;
  height: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.1s ease-in-out;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.m-4 .d-flex .filter-select .select .dropdown .make {
  height: 30px;
}
section.m-4 .d-flex .filter-select .select .dropdown .make a {
  padding: 4px 20px;
  width: 100%;
  display: inline-block;
  color: #070714;
  margin: 0;
  cursor: pointer;
}
section.m-4 .d-flex .filter-select .select .dropdown .make:hover,
section.m-4 .d-flex .filter-select .select .dropdown .make.active {
  background-color: rgba(0, 0, 0, 0.25);
}
section.m-4 .d-flex .filter-select .select .dropdown:last-child {
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
section.m-4 .d-flex .filter-select .select.active .select-top {
  background-color: #dddddd;
  border-color: #b2b2b2;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
section.m-4 .d-flex .filter-select .select.active .select-top i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.m-4 .d-flex .filter-select .select.active .dropdown {
  height: auto;
  padding: 20px 0;
  opacity: 1;
}
section.m-4 .d-flex.contact-select {
  margin-top: 0;
  opacity: 1;
  height: 100%;
  overflow: visible;
}
@media (max-width: 1199px) {
  section.m-4 .d-flex .filter-select {
    opacity: 1;
    height: 100%;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  section.m-4 .d-flex h1 {
    width: 100%;
    margin-bottom: 22px;
  }
  section.m-4 .d-flex .filter-select {
    opacity: 1;
    height: 100%;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  section.m-4 .filter-select h5 {
    display: none;
  }
}
/**
 * Fun zone
 * --------------------------------------------------
 */
section.funzone {
  background: #070714;
  padding: 40px 0;
  color: white;
}
section.funzone .category-select {
  background-color: #4e4b56;
  margin-bottom: 40px;
  min-height: 54px;
  height: 100%;
  -webkit-appearance: none;
}
section.funzone .category-select .head,
section.funzone .category-select .icon {
  padding: 0 15px;
  width: 50%;
  line-height: 54px;
  vertical-align: middle;
}
section.funzone .category-select .icon {
  text-align: right;
}
section.funzone .category-select .icon i {
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .category-select .dropdown {
  height: 0;
  overflow: hidden;
}
section.funzone .category-select .dropdown a {
  color: #fff;
}
section.funzone .category-select .dropdown a .category {
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
section.funzone .category-select .dropdown a .active {
  background-color: #0184ce;
}
section.funzone .category-select.active .icon i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.funzone .category-select.active .dropdown {
  height: 100%;
}
section.funzone .filters {
  max-width: 270px;
  width: 100%;
  padding-left: 20px;
}
section.funzone .filters h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
section.funzone .filters .select {
  margin-bottom: 35px;
}
section.funzone .filters .select .select-top {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .filters .select .select-top .make-logo {
  max-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 34px;
}
section.funzone .filters .select .select-top i {
  line-height: 34px;
  float: right;
  text-align: right;
  display: block;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .filters .select .dropdown {
  width: 100%;
  background-color: #45454f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  height: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .filters .select .dropdown .make a {
  padding: 4px 20px;
  width: 100%;
  display: inline-block;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
section.funzone .filters .select .dropdown .make:hover,
section.funzone .filters .select .dropdown .make.active {
  background-color: #070714;
}
section.funzone .filters .select .dropdown:last-child {
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
section.funzone .filters .select.active .select-top {
  background-color: #45454f;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
section.funzone .filters .select.active .select-top i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.funzone .filters .select.active .dropdown {
  height: auto;
  padding: 20px 0;
  opacity: 1;
}
section.funzone .filters .categories a .category {
  width: 100%;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background-color: #45454f;
  border: 1px solid #45454f;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .filters .categories a .category:hover {
  background-color: transparent;
}
section.funzone .filters .categories a:last-child .category {
  margin-bottom: 0;
}
section.funzone .filters .categories a.active .category {
  background-color: #0184ce;
  border-color: #0184ce;
}
section.funzone .filters .categories a.active .category:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  margin-left: -40px;
  border: 10px solid transparent;
  border-right-color: #0184ce;
}
section.funzone .articles {
  width: 800px;
  margin-right: 80px;
}
section.funzone .articles article {
  background-color: #fff;
  border: 4px solid #0184ce;
  border-radius: 6px;
  height: 100%;
  min-height: 525px;
  max-height: 525px;
  position: relative;
  width: calc(50% - 32px);
  margin: 16px;
  top: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .articles article .image {
  width: 100%;
  height: 252px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.funzone .articles article .text-wrapper {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
section.funzone .articles article .text-wrapper span.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #5555EC;
  display: block;
  margin-bottom: 15px;
}
section.funzone .articles article .text-wrapper span.date::after {
  content: " ";
  display: inline-block;
  background-color: #0184ce;
  width: 30px;
  height: 2px;
  position: relative;
  top: -4px;
  left: 10px;
}
section.funzone .articles article .text-wrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #070714;
  margin-bottom: 23px;
}
section.funzone .articles article .text-wrapper p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484858;
  margin: 0;
}
section.funzone .articles article .border-hover {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  background-color: #5555EC;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.funzone .articles article:hover {
  top: -10px;
  margin: 11px 16px;
  border-color: #5555EC;
}
section.funzone .articles article:hover .border-hover {
  height: 5px;
}
section.funzone .articles .btn-wrapper {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  section.funzone {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  section.funzone .filters {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  section.funzone .filters .select {
    max-width: 100%;
  }
  section.funzone .filters .categories a.active .category:before {
    display: none;
  }
  section.funzone .articles {
    width: 100%;
    margin-right: 0;
  }
  section.funzone .articles article {
    min-height: 330px;
    max-height: 330px;
  }
  section.funzone .articles article .image {
    height: 175px;
  }
  section.funzone .articles article .text-wrapper {
    padding: 20px;
  }
  section.funzone .articles article .text-wrapper .date {
    font-size: 16px;
  }
  section.funzone .articles article .text-wrapper h4 {
    font-size: 16px;
  }
  section.funzone .articles article .text-wrapper p {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  section.funzone .articles {
    margin-right: 0;
  }
  section.funzone .articles article {
    width: calc(50% - 16px);
    margin: 8px;
  }
  section.funzone .articles article:hover {
    margin: 8px;
  }
}
@media (max-width: 575px) {
  section.funzone .articles article {
    width: 100%;
  }
}
/**
* Back button for article detail
 * --------------------------------------------------
 */
section.m-4 .btn-back {
  width: 200px;
  height: 46px;
  padding: 0;
  line-height: 46px;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #9a9a9a;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.m-4 .btn-back:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  section.m-4 h1 {
    width: 100%;
  }
  section.m-4 .btn-back {
    margin-top: 20px;
  }
}
/**
 * Article detail
 * --------------------------------------------------
 */
section.article-detail {
  background: #070714;
  padding: 40px 0 120px 0;
  margin-top: 40px;
  color: white;
}
section.article-detail .more-articles {
  max-width: 270px;
  width: 100%;
  margin-left: 20px;
}
section.article-detail .more-articles h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
section.article-detail .more-articles .articles article {
  background-color: white;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  width: 100%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.article-detail .more-articles .articles article .image {
  width: 100%;
  height: 165px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
section.article-detail .more-articles .articles article h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding: 22px 20px 15px 20px;
  letter-spacing: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.article-detail .more-articles .articles article:hover {
  color: #0184ce;
  top: -5px;
}
section.article-detail .more-articles .articles article:hover h4 {
  color: #0184ce;
}
section.article-detail .article {
  width: 800px;
  margin-right: 80px;
}
section.article-detail .article h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
}
section.article-detail .article h3:after {
  margin-top: 40px;
  margin-bottom: 30px;
}
section.article-detail .article .text {
  margin-bottom: 50px;
}
section.article-detail .article .text p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin: 0;
}
section.article-detail .article .text p a {
  color: #0184ce;
  text-decoration: underline;
  font-weight: 700;
  transition: all 0.3s ease;
}
section.article-detail .article .text p a:hover {
  color: #5555EC;
}
section.article-detail .article .text p:last-child {
  margin-bottom: 50px;
}
section.article-detail .article .text img {
  margin: 20px auto;
  max-width: 100% !important;
  display: block;
}
section.article-detail .article .text iframe {
  max-width: 100% !important;
  margin: 20px auto;
  display: block;
}
section.article-detail .article a.source {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 80px;
}
section.article-detail .article a.source .arrow {
  max-width: 16px;
  width: 100%;
  margin-right: 10px;
}
section.article-detail .article a.source::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #9b1b34;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.article-detail .article a.source:hover::after {
  width: 20px;
}
@media (max-width: 1199px) {
  section.article-detail .more-articles {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  section.article-detail .more-articles .articles article {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  section.article-detail .more-articles .articles article:nth-child(2) {
    margin-right: 0;
  }
  section.article-detail .article {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  section.article-detail .more-articles .articles article {
    width: 100%;
    margin-right: 0;
  }
}
/*
* Servis
 * --------------------------------------------------
 */
section.service {
  background: #070714;
  padding: 40px 0;
  padding-bottom: 120px;
  margin-top: 40px;
  color: white;
}
section.service .banner {
  width: 370px;
}
section.service .banner div {
  margin-bottom: 20px;
}
@media (max-width: 767px) and (min-width: 576px) {
  section.service .container {
    max-width: 610px;
  }
}
section.service .content {
  width: 100%;
}
section.service .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
section.service .content h2:after {
  margin-top: 20px;
  margin-bottom: 30px;
}
section.service .content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
section.service .content.no-banner {
  width: 100%;
  margin-right: 0;
}
section.service .form {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 25px;
}
section.service .form .form-group {
  width: 100%;
  margin-bottom: 35px;
}
section.service .form .form-group label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
}
section.service .form .form-group input[type="text"],
section.service .form .form-group input[type="tel"],
section.service .form .form-group input[type="email"],
section.service .form .form-group input[type="number"],
section.service .form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.service .form .form-group .date-group,
section.service .form .form-group .time-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
section.service .form .form-group .date-group i,
section.service .form .form-group .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
section.service .form .form-group .date-group input,
section.service .form .form-group .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
section.service .form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #070714;
  border-color: #070714;
  color: #fff;
}
section.service .form .form-group .custom-radios label {
  width: auto;
}
section.service .form .form-group .custom-radios input:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000;
  box-shadow: inset 0px 0px 0px 1px #000;
}
section.service .form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
  -moz-box-shadow: inset 0px 0px 0px 6px #000;
  box-shadow: inset 0px 0px 0px 6px #000;
}
section.service .form .form-group .select-label {
  margin-bottom: 15px;
}
section.service .form .form-group .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
}
section.service .form .form-group .form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
section.service .form .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  width: 100% !important;
}
section.service .form .form-group .form-icon .customSelect {
  padding: 15px;
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
section.service .form .form-group input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
section.service .form .form-group-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
  width: 100%;
}
section.service .form .form-divider {
  width: 100%;
}
section.service .form .form-divider hr {
  width: 100%;
  height: 2px;
  background-color: #0184ce;
  margin-bottom: 40px;
}
section.service .form .form-divider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #070714;
  margin-bottom: 35px;
}
section.service .form .half {
  width: calc(50% - 15px);
}
section.service .form .required {
  color: #0184ce;
}
section.service .form .form-security {
  display: none;
}
section.service .form .replacement-vehicle {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid transparent;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
section.service .form .replacement-vehicle input {
  display: none;
}
section.service .form .replacement-vehicle p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 5px 0 0 0;
}
section.service .form .replacement-vehicle p.smaller {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
section.service .form .replacement-vehicle img {
  width: 100%;
}
section.service .form .replacement-vehicle.selected {
  border: 2px solid #0184ce;
}
section.service .form .replacement-vehicle.selected p {
  color: #0184ce;
}
section.service .info-text.light a {
  margin-bottom: 20px;
  color: #fff;
}
section.service .info-text.light a .icon-arrow-right {
  color: #fff;
}
section.service .info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #a5a5af;
}
section.service .info-text p b {
  font-weight: 700;
}
section.service .info-text a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #070714;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: 25px;
}
section.service .info-text a .icon-arrow-right {
  margin-right: 10px;
  color: #070714;
}
section.service .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.service .info-text a:hover::after {
  width: 20px;
}
section.service .volvo-service-icons .text-center {
  margin-bottom: 20px;
}
section.service .volvo-service-icons p {
  font-size: 16px;
}
section.service .volvo-service-icons h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
section.service .volvo-service-icons img {
  max-height: 80px;
}
@media (max-width: 1199px) {
  section.service .banner {
    width: 100%;
  }
  section.service .content {
    margin-right: 0;
    width: 100%;
  }
  section.service .form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.service .form .half {
    width: 100%;
  }
}
/*
* Spare parts
 * --------------------------------------------------
 */
section.spare-parts {
  background: #070714;
  padding: 40px 0;
  padding-bottom: 120px;
  margin-top: 40px;
  color: white;
}
section.spare-parts .banner {
  width: 370px;
}
section.spare-parts .banner div {
  margin-bottom: 20px;
}
section.spare-parts .banner .linked {
  position: relative;
}
section.spare-parts .banner .linked .overlay-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.spare-parts .banner .linked .overlay-link .btn {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 200px;
  height: 60px;
}
section.spare-parts .banner .linked .overlay-link:hover {
  opacity: 1;
}
@media (max-width: 767px) and (min-width: 576px) {
  section.spare-parts .container {
    max-width: 610px;
  }
}
section.spare-parts .content {
  width: 770px;
  margin-right: 30px;
}
section.spare-parts .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-top: 30px;
}
section.spare-parts .content h2:after {
  margin-top: 40px;
  margin-bottom: 30px;
}
section.spare-parts .content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
section.spare-parts .content .btn-make.link {
  max-width: none;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
}
section.spare-parts .content .form-group .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}
section.spare-parts .content .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #484858;
  width: 100% !important;
}
section.spare-parts .content .form-group .form-icon .customSelect {
  padding: 15px;
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
section.spare-parts .content .note {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #A5A5AF;
  line-height: 24px;
}
section.spare-parts .content .note a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
}
section.spare-parts .content .note a .icon-arrow-right {
  margin-right: 10px;
}
section.spare-parts .content .note a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.spare-parts .content .note a:hover::after {
  width: 20px;
}
section.spare-parts .content.no-banner {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 1199px) {
  section.spare-parts .banner {
    width: 100%;
  }
  section.spare-parts .content {
    margin-right: 0;
    width: 100%;
  }
  section.spare-parts .content .form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.spare-parts .content .form .half {
    width: 100%;
  }
}
section.contact-make-select {
  background: #070714;
  color: #fff;
}
section.contact-make-select .makes .make {
  width: 12.5%;
  height: 85px;
  text-align: center;
}
section.contact-make-select .makes .make a {
  padding: 25px 5px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 500ms ease-in-out;
}
section.contact-make-select .makes .make a .img-make {
  height: 40px;
  width: auto;
}
section.contact-make-select .makes .make a:hover {
  background-color: #45454f;
}
section.contact-make-select .makes .make.active a {
  background-color: #45454f;
}
@media (max-width: 991px) {
  section.contact-make-select .makes .make {
    width: 33.33%;
  }
}
/*
* Contact page
 */
section.contact {
  background: #070714;
  padding: 20px 0 0 0;
  color: #fff;
  background-size: cover;
}
section.contact.land-rover {
  background-image: url("../images/contact/land-rover1.jpg");
}
section.contact.jaguar {
  background-image: url("../images/contact/jaguar1.jpg");
}
section.contact.dacia {
  background-image: url("../images/contact/dacia1.jpg?v=2");
}
section.contact.renault {
  background-image: url("../images/contact/renault1.jpg?v=2");
}
section.contact.nissan {
  background-image: url("../images/contact/nissan2.webp?v=2");
}
section.contact.ford {
  background-image: url("../images/contact/ford1.webp?v=2");
}
section.contact.volvo {
  background-image: url("../images/contact/volvo1.jpg");
}
section.contact.volvo .contact-menu .nav .nav-item .nav-link {
  background-color: #fff;
  color: #000;
}
section.contact.volvo .contact-menu .nav .nav-item .nav-link.active,
section.contact.volvo .contact-menu .nav .nav-item .nav-link:hover {
  background-color: #0184ce;
  color: #fff;
}
section.contact .contact-photo {
  width: 150px;
  height: 150px;
  background-position: initial;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
section.contact .contact-photos {
  padding: 40px 0 0;
}
section.contact .contact-photos.general-make {
  background-color: #070714;
}
@media (max-width: 767px) and (min-width: 576px) {
  section.contact .container {
    max-width: 610px;
  }
}
section.contact .contact-menu {
  margin-bottom: 40px;
}
section.contact .contact-menu .ml-11 {
  margin-left: 11px;
}
section.contact .contact-menu .nav {
  border: 0;
}
section.contact .contact-menu .nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 270px;
  height: 54px;
  line-height: 54px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
section.contact .contact-menu .nav .nav-item .nav-link:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}
section.contact .contact-menu .nav .nav-item .nav-link.active {
  background-color: #0184ce;
}
section.contact .contact-menu .nav .nav-item .nav-link.active:before {
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  margin-left: 125px;
  margin-top: 53px;
  border: 10px solid transparent;
  border-top-color: #0184ce;
}
@media (max-width: 1199px) {
  section.contact .contact-menu .ml-11 {
    margin-left: 0;
  }
  section.contact .contact-menu .nav .nav-item .nav-link.active:before {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  section.contact .contact-menu .nav {
    border: 0;
  }
  section.contact .contact-menu .nav .nav-item {
    width: 100%;
    margin: 10px auto;
  }
  section.contact .contact-menu .nav .nav-item .nav-link {
    width: 100%;
  }
  section.contact .contact-menu .nav .nav-item .nav-link.active {
    order: 4;
  }
}
@media (max-width: 575px) {
  section.contact .contact-menu .nav {
    border: 0;
  }
  section.contact .contact-menu .nav .nav-item {
    width: 100%;
    margin: 10px auto;
  }
  section.contact .contact-menu .nav .nav-item .nav-link {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
  section.contact .contact-menu .nav .nav-item .nav-link.active {
    order: 4;
  }
  section.contact .info-card {
    padding: 25px 15px;
  }
  section.contact .info-card .person {
    margin: 0;
  }
  section.contact .info-card .person .person-image {
    margin: 15px auto;
  }
  section.contact .info-card .person .info {
    width: 100%;
  }
  section.contact .info-card .person + .person {
    margin-top: 10px;
  }
}
.info-card {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 40px 30px;
}
.info-card.border-left-side {
  border-left: 1px solid #73737369;
}
.info-card.narrow {
  padding: 25px 25px;
  max-width: 605px;
}
.info-card .contact-photo {
  width: 150px;
  height: 150px;
  background-position: initial;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.info-card--transparent {
  background-color: transparent;
  border-radius: 0;
}
.info-card--transparent .contact-photo {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  margin-right: 30px;
}
.info-card .header-divider {
  text-transform: none;
}
.info-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000;
}
.info-card h3.color-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  flex: 0 0 100%;
}
.info-card h3:after {
  margin-top: 20px;
  margin-bottom: 30px;
}
.info-card .person {
  width: 300px;
  margin: 0 70px 25px 0;
}
.info-card .person.w-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 0;
}
.info-card .person.w-250 {
  width: 250px;
  margin-right: 20px;
}
.info-card .person .person-image {
  max-height: 100px;
  margin-bottom: 20px;
}
.info-card .person .info {
  width: 100%;
}
.info-card .person .info h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.info-card .person .info h4.color-white {
  color: #fff;
}
.info-card .person .info a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.info-card .person .info a:hover {
  color: #0184ce;
}
.info-card .person .info a.color-white {
  color: #fff;
}
.info-card .person .info table tr td:first-child {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #A5A5AF;
  line-height: 30px;
  width: auto;
  min-width: 60px;
}
.info-card .person .info table tr td:nth-child(2) {
  padding-left: 10px;
}
.info-card .person:last-child {
  margin-bottom: 15px;
}
.info-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .info-card .person {
    width: 100%;
    margin: 15px 0;
  }
  .info-card .person .person-image {
    margin-right: 30px;
  }
  .info-card .person .info {
    width: calc(100% - 130px);
  }
}
@media (max-width: 575px) {
  .info-card {
    padding: 25px 15px;
  }
  .info-card.border-left-side {
    border-left: none;
  }
  .info-card .person {
    margin: 0;
  }
  .info-card .person .person-image {
    margin: 15px auto;
  }
  .info-card .person .info {
    width: 100%;
  }
  .info-card .person + .person {
    margin-top: 10px;
  }
}
@keyframes pulsing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulsing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulseAnimation {
  animation-name: pulsing;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: center;
  display: inline-block;
  font-size: 18px;
  color: #fecc2b;
}
/*
* Photos on contact page
 */
section.contact-photos {
  padding: 0;
}
section.contact-photos.general-make {
  padding: 40px 0 0;
  background-color: #070714;
}
section.contact-photos img {
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.contact-photos img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.demand-sub-form .looking-form-wrapper {
  padding: 25px;
  border-radius: 6px;
  background: #fff;
  color: #070714;
}
.demand-sub-form .looking-form-wrapper .info-text p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #A5A5AF;
  line-height: 24px;
}
.demand-sub-form .looking-form-wrapper .info-text a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #070714;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
}
.demand-sub-form .looking-form-wrapper .info-text a .icon-arrow-right {
  color: #070714;
  margin-right: 10px;
}
.demand-sub-form .looking-form-wrapper .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.demand-sub-form .looking-form-wrapper .info-text a:hover::after {
  width: 20px;
}
.demand-sub-form .looking-form-wrapper p {
  margin-top: 20px;
}
.demand-sub-form .looking-form-wrapper form {
  margin-top: 25px;
}
.demand-sub-form .looking-form-wrapper form .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
  -moz-box-shadow: inset 0px 0px 0px 6px #000;
  box-shadow: inset 0px 0px 0px 6px #000;
}
.demand-sub-form .looking-form-wrapper label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
}
.demand-sub-form .looking-form-wrapper input[type="text"],
.demand-sub-form .looking-form-wrapper input[type="email"],
.demand-sub-form .looking-form-wrapper input[type="tel"],
.demand-sub-form .looking-form-wrapper textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*
* Map on contact page
 * --------------------------------------------------
 */
section.contact-map {
  background: #070714;
  padding-top: 40px;
  color: white;
}
section.contact-map .container-fluid {
  padding: 0;
}
section.contact-map .contact-info .content {
  width: 100%;
  margin-left: auto;
}
section.contact-map .contact-info .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
section.contact-map .contact-info .content h3:after {
  background-color: #5555ec;
  margin-top: 50px;
  margin-bottom: 30px;
}
section.contact-map .contact-info .content .address {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  vertical-align: top;
}
section.contact-map .contact-info .content .left-company {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  min-width: 80px;
  margin-bottom: 0;
}
section.contact-map .contact-info .content .right-company {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
}
section.contact-map .contact-info .content .right-company a {
  color: #5555ec;
}
@media (max-width: 1199px) {
  section.contact-map .contact-info .content {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  section.contact-map .contact-info {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  section.contact-map .contact-info .content h3 {
    font-size: 30px;
    margin-top: 0;
  }
  section.contact-map .contact-info .content h3.header-divider:after {
    margin: 20px 0;
  }
  section.contact-map .contact-info .content .address {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
  }
}
/**
* Subheader
 * --------------------------------------------------
 */
section.m-4 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #060613;
  margin-top: 15px;
  margin-bottom: 25px;
}
/**
* Carlist filter
 * --------------------------------------------------
 */
section.m-4 .headers {
  width: 50%;
}
section.m-4 .headers h1 {
  width: auto;
}
section.m-4 .headers .found-cars {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #484858;
  margin-bottom: 0;
}
section.m-4 .headers .found-cars .number {
  font-weight: 700;
}
section.m-4 .carlist-filter {
  display: block;
}
section.m-4 .carlist-filter h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 70px;
  margin-right: 18px;
  text-transform: uppercase;
}
section.m-4 .carlist-filter .select {
  width: 270px;
  height: 70px;
}
section.m-4 .carlist-filter .select .form-group {
  margin: 0;
  width: 270px;
  height: 70px;
}
section.m-4 .carlist-filter .select .form-group .form-icon {
  padding: 15px 20px;
  font-size: 16px;
  color: #484858;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
section.m-4 .carlist-filter .select .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #484858;
}
section.m-4 .carlist-filter .select .form-group .form-icon .customSelect {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  section.m-4 .headers {
    width: 100%;
  }
  section.m-4 .headers .found-cars {
    display: none;
  }
}
/**
* Car list
 * --------------------------------------------------
 */
section.carlist {
  background: #070714;
  padding-top: 40px;
  color: white;
}
section.carlist .volvo-selekt {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
section.carlist .volvo-selekt .d-flex {
  margin-left: -15px;
}
section.carlist .mobile-filter-toggler {
  width: 100%;
  border-radius: 6px;
  background-color: #4e4b56;
  padding: 16px 20px;
  margin-bottom: 30px;
  -webkit-appearance: none;
}
section.carlist .mobile-filter-toggler p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
section.carlist .mobile-filter-toggler i {
  line-height: 24px;
  vertical-align: middle;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .mobile-filter-toggler.filter-shown i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.carlist .found {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
section.carlist .order-filter {
  height: 100%;
  margin-bottom: 25px;
}
section.carlist .order-filter h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
section.carlist .order-filter .select {
  width: 100%;
  height: 46px;
}
section.carlist .order-filter .select .form-group {
  margin: 0;
  width: 100%;
  height: 46px;
}
section.carlist .order-filter .select .form-group .form-icon {
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #484858;
  border-radius: 6px;
  color: #484858;
}
section.carlist .order-filter .select .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
}
section.carlist .order-filter .select .form-group .form-icon .customSelect {
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}
section.carlist .filters {
  width: 270px;
  height: 100%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form {
  overflow: hidden;
  height: 100%;
  position: sticky;
  top: 20px;
}
section.carlist .filters form .categories a .category {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #45454f;
  margin-bottom: 10px;
}
section.carlist .filters form .categories a.active .category {
  background-color: #0184ce;
}
section.carlist .filters form .form-group {
  margin-top: 30px;
}
section.carlist .filters form .form-group input[type="text"],
section.carlist .filters form .form-group input[type="number"],
section.carlist .filters form .form-group .form-icon,
section.carlist .filters form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #45454f;
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form .form-group input[type="radio"] {
  display: none;
}
section.carlist .filters form .form-group .select-label,
section.carlist .filters form .form-group h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
section.carlist .filters form .form-group .customSelect {
  margin-top: 0;
  height: 50px !important;
}
section.carlist .filters form .form-group .customSelect .customSelectInner {
  width: 100% !important;
}
section.carlist .filters form .form-group .customSelect.customSelectHover {
  color: #fff;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form .form-group .form-icon {
  padding: 0;
}
section.carlist .filters form .form-group .form-icon .custom-select {
  display: inline-block;
  background: transparent;
  border: none;
  line-height: 50px;
  padding: 0 0 0 20px;
}
section.carlist .filters form .form-group .form-icon i {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
section.carlist .filters form .form-group.ranges p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
section.carlist .filters form .form-group.ranges p span:last-child {
  float: right;
}
section.carlist .filters form .form-group.ranges input {
  display: none;
}
section.carlist .filters form .form-group.ranges .range-slider {
  border: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #484858;
  margin: 0 10px;
  position: relative;
  left: -10px;
}
section.carlist .filters form .form-group.ranges .range-slider .ui-slider-range {
  background-color: #0184ce;
  position: absolute;
  display: block;
  height: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form .form-group.ranges .range-slider .ui-slider-handle {
  top: -0.35em;
  border-radius: 50%;
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
  background-color: #070714;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form .form-group.ranges .range-slider .ui-slider-handle.ui-state-focus {
  -webkit-box-shadow: inset 0px 0px 0px 8px #fff;
  -moz-box-shadow: inset 0px 0px 0px 8px #fff;
  box-shadow: inset 0px 0px 0px 8px #fff;
}
section.carlist .filters form .form-group .custom-checkbox {
  width: 100%;
  display: block;
}
section.carlist .filters form .form-group .custom-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 0;
  background: transparent;
  border: none;
}
section.carlist .filters form .form-group .custom-checkbox .box:before {
  display: inline-block;
  content: "\e90c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  border: 1px solid #45454f;
  color: transparent;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
  left: -2px;
  -webkit-appearance: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .filters form .form-group .custom-checkbox input:checked + .box:before {
  background-color: #fff;
  border-color: #fff;
  color: #070714;
}
section.carlist .filters.mobile-show {
  height: auto !important;
}
section.carlist .cars {
  width: calc(100% - 370px);
}
section.carlist .cars .car-link {
  width: calc(50% - 10px);
  min-height: 470px;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .cars .car-link .car {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  color: #070714;
  top: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: calc(100% + 4px);
  border: 4px solid #0184ce;
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.carlist .cars .car-link .car.top .border-hover {
  display: none;
}
section.carlist .cars .car-link .car.top .image {
  border-radius: 0;
}
section.carlist .cars .car-link .car.top .alert {
  background-color: #0184ce;
}
section.carlist .cars .car-link .car .image {
  background-color: #0184ce;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
section.carlist .cars .car-link .car .image .badges {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
section.carlist .cars .car-link .car .image .badges .badge {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #0184ce;
  margin-bottom: 5px;
}
section.carlist .cars .car-link .car .image .countdown {
  position: absolute;
  bottom: 3px;
  width: auto;
  left: 40px;
  background-color: #0184ce;
  border-radius: 5px;
  padding: 8px;
  padding-right: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
section.carlist .cars .car-link .car .image .countdown .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #0184ce;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
  position: relative;
}
section.carlist .cars .car-link .car .alert {
  padding: 9px 30px;
  background-color: #484858;
  border-radius: 0;
}
section.carlist .cars .car-link .car .alert .content-alert {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
section.carlist .cars .car-link .car .alert-bottom {
  padding: 10px 24px;
  background-color: #c10a33;
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-bottom: -4px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
section.carlist .cars .car-link .car .alert-bottom .content-alert {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
section.carlist .cars .car-link .car .sub-content {
  padding: 0 20px;
  padding-bottom: 20px;
}
section.carlist .cars .car-link .car .sub-content .location {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #070714;
}
section.carlist .cars .car-link .car .sub-content .location i {
  margin-right: 10px;
}
section.carlist .cars .car-link .car .sub-content .vincode {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #A5A5AF;
}
section.carlist .cars .car-link .car .sub-content .carname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
}
section.carlist .cars .car-link .car .sub-content .specs {
  margin-top: 14px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484858;
}
section.carlist .cars .car-link .car .sub-content .specs span {
  background-color: #eeeeee;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 2px;
}
section.carlist .cars .car-link .car .sub-content .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
}
section.carlist .cars .car-link .car .sub-content .old-price span.vat {
  font-size: 12px;
}
section.carlist .cars .car-link .car .sub-content .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: relative;
  z-index: 2;
  bottom: 12px;
}
section.carlist .cars .car-link .car .sub-content .prices {
  width: calc(50% + 22px);
}
section.carlist .cars .car-link .car .sub-content .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0184ce;
  margin-bottom: 0;
  line-height: 1.2;
}
section.carlist .cars .car-link .car .sub-content .prices .price span.vat {
  font-size: 12px;
}
section.carlist .cars .car-link .car .sub-content .prices.no-notice {
  width: 100%;
}
section.carlist .cars .car-link .car .sub-content .without-vat-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 0;
}
section.carlist .cars .car-link .car .sub-content .without-vat-price .vat {
  font-size: 12px;
}
section.carlist .cars .car-link .car .sub-content .notices {
  width: calc(50% - 22px);
}
section.carlist .cars .car-link .car .sub-content .notices .notice {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-top: 15px;
}
section.carlist .cars .car-link .car .sub-content .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
section.carlist .cars .car-link .car .sub-content .gap-15 {
  margin-top: 10px;
  gap: 15px;
}
section.carlist .cars .car-link .car .sub-content .monthlyDeductibleWrapper {
  display: inline-block;
  border: 1px solid #cecece;
  padding: 8px 10px 8px 13px;
  width: fit-content;
  flex-shrink: 0;
}
section.carlist .cars .car-link .car .sub-content .monthly-price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ff0202;
  margin-bottom: 0;
}
section.carlist .cars .car-link .car .sub-content .deductible-vat {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #070714;
  margin-bottom: 0;
}
section.carlist .cars .car-link .car .sub-content .warrantyWrapper {
  background-color: #0184ce;
  padding: 14px;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  width: 100%;
}
section.carlist .cars .car-link .car .sub-content .warranty {
  display: flex;
  gap: 10px;
  align-items: center;
}
section.carlist .cars .car-link .car .border-hover {
  width: 100%;
  height: 0;
  position: relative;
  bottom: 0;
  background-color: #0184ce;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.carlist .cars .car-link:hover .car {
  top: -10px;
}
section.carlist .cars .car-link:hover .car .border-hover {
  height: 5px;
}
section.carlist .pagination {
  width: 100%;
}
section.carlist .pagination .next,
section.carlist .pagination .back {
  width: 40%;
}
section.carlist .pagination .next .btn,
section.carlist .pagination .back .btn {
  width: 100%;
  padding: 15px 0;
}
section.carlist .pagination .next .btn i,
section.carlist .pagination .back .btn i {
  padding: 0 10px;
}
section.carlist .pagination .next .btn.inactive,
section.carlist .pagination .back .btn.inactive {
  opacity: 0.5;
  cursor: not-allowed;
}
section.carlist #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999;
}
section.carlist #loading .block {
  position: absolute;
  top: 100px;
  left: 50%;
  background: #fff;
  color: #070714;
  padding: 25px;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  section.carlist .filters {
    width: 100%;
    height: 0;
  }
  section.carlist .filters form .form-group .customSelect {
    width: 100% !important;
  }
  section.carlist .cars {
    width: 100%;
  }
  section.carlist .cars .car-link .car .alert {
    padding: 9px 20px;
  }
  section.carlist .cars .car-link .car .sub-content {
    padding: 0 20px;
  }
  section.carlist .cars .car-link .car .sub-content .vincode {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  section.carlist .cars .car-link .car .sub-content .carname {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  section.carlist .cars .car-link .car .sub-content .specs {
    margin-top: 0px;
  }
  section.carlist .cars .car-link .car .sub-content .specs span {
    font-size: 14px;
    line-height: 32px;
  }
  section.carlist .cars .car-link .car .sub-content .pricing {
    padding-bottom: 15px;
  }
  section.carlist #loading .block {
    top: 20px;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  section.carlist #loading .block img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  section.carlist .volvo-selekt {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  section.carlist .cars .pagination {
    padding-bottom: 50px;
  }
  section.carlist .cars .pagination .next,
  section.carlist .cars .pagination .back {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  section.carlist .cars .car-link {
    width: 100%;
  }
}
/**
 * Car detail
 * --------------------------------------------------
 */
section.car-detail {
  padding: 60px 0 0;
  background-color: #070714;
}
section.car-detail h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 35px;
}
section.car-detail .car-item {
  background-color: transparent;
}
section.car-detail .car-item .alerts {
  width: 100%;
}
section.car-detail .car-item .alerts .content-alert {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
section.car-detail .car-item .alerts .content-alert.black-friday {
  background-color: #484858;
}
section.car-detail .car-item .alerts .content-alert.top {
  background-color: #0184ce;
}
section.car-detail .car-item .image {
  width: 560px;
  position: relative;
  background-position: center;
  background-size: cover;
}
section.car-detail .car-item .image .countdown + .badges {
  top: 55px;
}
section.car-detail .car-item .image .badges {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
section.car-detail .car-item .image .badges .badge {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #0184ce;
  margin-bottom: 5px;
}
section.car-detail .car-item .image a.cover-enlarge {
  width: 100%;
  height: 100%;
  display: block;
}
section.car-detail .car-item .image .cover {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.car-detail .car-item .image .gallery {
  background-color: #484858;
  width: 100%;
  bottom: 0px;
  position: absolute;
}
section.car-detail .car-item .image .gallery .gallery-slider {
  display: none;
}
section.car-detail .car-item .image .gallery #gallery-next {
  right: 0;
  position: absolute;
}
section.car-detail .car-item .image .gallery .bx-wrapper {
  width: calc(100% - 120px);
  background: transparent;
}
section.car-detail .car-item .image .gallery .slider-arrow i {
  width: 60px;
  height: 100%;
  background-color: #484858;
  color: #fff;
  font-size: 20px;
  padding: 26px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
}
section.car-detail .car-item .image .countdown {
  background-color: #9e2034;
  text-align: center;
  padding: 14px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.car-detail .car-item .content {
  width: calc(100% - 560px);
  background-color: #fff;
}
section.car-detail .car-item .content .sub-content {
  padding: 30px 50px 0 50px;
  background-color: #fff;
}
section.car-detail .car-item .content .sub-content .vincode {
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #A5A5AF;
}
section.car-detail .car-item .content .sub-content .carname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #070714;
}
section.car-detail .car-item .content .sub-content .header-divider:after {
  margin-top: 15px;
  margin-bottom: 25px;
}
section.car-detail .car-item .content .sub-content .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
}
section.car-detail .car-item .content .sub-content .old-price span.vat {
  font-size: 14px;
}
section.car-detail .car-item .content .sub-content .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: relative;
  z-index: 2;
  bottom: 14px;
}
section.car-detail .car-item .content .sub-content .prices {
  width: calc(50% + 22px);
}
section.car-detail .car-item .content .sub-content .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0184ce;
  line-height: 35px;
  margin-bottom: 0;
}
section.car-detail .car-item .content .sub-content .prices .price span.vat {
  font-size: 16px;
}
section.car-detail .car-item .content .sub-content .prices.no-notice {
  width: 100%;
}
section.car-detail .car-item .content .sub-content .warrantyWrapper {
  background-color: #0184ce;
  padding: 14px;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  width: fit-content;
  margin-bottom: 20px;
}
section.car-detail .car-item .content .sub-content .warranty {
  display: flex;
  gap: 10px;
  align-items: center;
}
section.car-detail .car-item .content .sub-content .monthlyDeductibleWrapper {
  border: 1px solid #cecece;
  margin-top: 22px;
  margin-bottom: 16px;
  padding: 9px 10px 10px 13px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
section.car-detail .car-item .content .sub-content .monthlyDeductibleWrapper p {
  margin-bottom: 0;
}
section.car-detail .car-item .content .sub-content .monthly-price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ff0202;
}
section.car-detail .car-item .content .sub-content .monthly-price span.question-mark {
  font-size: 12px;
  position: relative;
  top: -5px;
}
section.car-detail .car-item .content .sub-content .without-vat-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #484858;
  margin-bottom: 0;
}
section.car-detail .car-item .content .sub-content .without-vat-price .vat {
  font-size: 12px;
}
section.car-detail .car-item .content .sub-content .notices {
  width: calc(50% - 22px);
}
section.car-detail .car-item .content .sub-content .notices .notice {
  padding: 11px 18px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
section.car-detail .car-item .content .sub-content .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
section.car-detail .car-item .content .sub-content .store-location {
  padding-bottom: 10px;
}
section.car-detail .car-item .content .sub-content .store-location i {
  padding-right: 8px;
}
section.car-detail .car-item .content .sub-content .availability {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #A5A5AF;
}
section.car-detail .car-item .content .sub-content .availability i {
  padding-right: 8px;
}
section.car-detail .car-item .content .sub-content .availability.stock {
  color: #66a51d;
}
section.car-detail .car-item .content .sub-content .btn-check {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #070714;
  border: 2px solid #070714;
  margin-bottom: 40px;
}
section.car-detail .car-item .content .sub-content .btn-check:hover {
  background: #070714;
  color: #fff;
}
section.car-detail .car-item .content .sub-content .btn-make {
  margin-bottom: 10px;
}
section.car-detail .car-item .content .sub-content .favourableOffer {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  gap: 24px;
}
section.car-detail .car-item .content .sub-content .favourableOffer h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0184ce;
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
}
section.car-detail .car-item .content .sub-content .favourableOffer p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
section.car-detail .car-info {
  background-color: #eeeeee;
  width: 100%;
  padding: 30px;
}
section.car-detail .car-info .serv ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
section.car-detail .car-info .serv ul li {
  list-style: none;
  flex: 0 0 33.333333%;
  font-size: 16px;
  color: #111111;
}
section.car-detail .car-info .serv ul li span {
  width: 155px;
  color: #525252;
  display: inline-block;
}
section.car-detail .car-info .names {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #484858;
  line-height: 30px;
  margin-right: 16px;
}
section.car-detail .car-info .values {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  line-height: 30px;
}
section.car-detail .car-info .table {
  display: table;
  width: 100%;
  margin: 5px 0 0;
}
section.car-detail .car-info .tr {
  display: table-row;
}
section.car-detail .car-info .td {
  display: table-cell;
  font-size: 16px;
  color: #111111;
  padding-bottom: 8px;
}
section.car-detail .car-info .td.grey {
  color: #525252;
}
@media (max-width: 1199px) {
  section.car-detail {
    padding-top: 60px;
  }
  section.car-detail .car-item .image {
    width: 100%;
    min-height: 470px;
  }
  section.car-detail .car-item .image .gallery {
    position: relative;
    bottom: auto;
  }
  section.car-detail .car-item .image .gallery .bx-wrapper {
    width: calc(100% - 80px);
  }
  section.car-detail .car-item .image .gallery .slider-arrow i {
    width: 40px;
    line-height: 19px;
  }
  section.car-detail .car-item .content {
    width: 100%;
  }
  section.car-detail .car-item .content .carname {
    padding-top: 30px;
  }
  section.car-detail .car-info .serv ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  section.car-detail .car-item .image {
    min-height: 300px;
  }
  section.car-detail .car-item .image .gallery {
    position: relative;
    bottom: auto;
  }
  section.car-detail .car-item .content .sub-content {
    padding: 30px 20px 0 20px;
  }
  section.car-detail .car-item .content .sub-content .availability {
    padding-top: 15px;
  }
  section.car-detail .car-item .content .sub-content .prices,
  section.car-detail .car-item .content .sub-content .notices {
    width: 100%;
  }
  section.car-detail .car-item .content .car-info {
    padding: 12px 15px 0;
  }
  section.car-detail .car-info .serv ul li {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  section.car-detail .car-info .serv ul li span {
    width: auto;
  }
}
/**
 * Car detail form
 * --------------------------------------------------
 */
section.car-detail-form {
  padding: 0;
  padding-bottom: 125px;
  background-color: #070714;
  color: #fff;
}
section.car-detail-form .form-side {
  width: calc(50% - 25px);
  padding-top: 60px;
}
section.car-detail-form .form-side .header-divider:after {
  margin-top: 20px;
  margin-bottom: 30px;
}
section.car-detail-form .form-side form {
  max-width: 500px;
  margin-top: 35px;
  padding: 25px;
  border-radius: 6px;
  background: #fff;
  color: #070714;
}
section.car-detail-form .form-side form .form-group {
  width: 100%;
  margin-bottom: 35px;
}
section.car-detail-form .form-side form .form-group label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
}
section.car-detail-form .form-side form .form-group input[type="text"],
section.car-detail-form .form-side form .form-group input[type="number"],
section.car-detail-form .form-side form .form-group input[type="email"],
section.car-detail-form .form-side form .form-group .customSelect,
section.car-detail-form .form-side form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.car-detail-form .form-side form .form-group .date-group,
section.car-detail-form .form-side form .form-group .time-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
section.car-detail-form .form-side form .form-group .date-group i,
section.car-detail-form .form-side form .form-group .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
section.car-detail-form .form-side form .form-group .date-group input,
section.car-detail-form .form-side form .form-group .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
section.car-detail-form .form-side form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #070714;
  border-color: #070714;
  color: #fff;
}
section.car-detail-form .form-side form .form-group .custom-radios label {
  width: auto;
}
section.car-detail-form .form-side form .form-group .custom-radios input:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000;
  box-shadow: inset 0px 0px 0px 1px #000;
}
section.car-detail-form .form-side form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
  -moz-box-shadow: inset 0px 0px 0px 6px #000;
  box-shadow: inset 0px 0px 0px 6px #000;
}
section.car-detail-form .form-side form .form-group .select-label {
  margin-bottom: 15px;
}
section.car-detail-form .form-side form .form-group .customSelect {
  margin-top: 0;
  height: 50px !important;
  background-color: #fff;
}
section.car-detail-form .form-side form .form-group .customSelect .customSelectInner {
  width: 100% !important;
}
section.car-detail-form .form-side form .form-group-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
}
section.car-detail-form .form-side form .form-divider {
  width: 100%;
}
section.car-detail-form .form-side form .form-divider hr {
  width: 100%;
  height: 2px;
  background-color: #0184ce;
  margin-bottom: 40px;
}
section.car-detail-form .form-side form .form-divider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}
section.car-detail-form .form-side form .form-group-header {
  width: 100%;
}
section.car-detail-form .form-side form .half {
  width: calc(50% - 15px);
}
section.car-detail-form .form-side form .info-text p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #A5A5AF;
  line-height: 24px;
}
section.car-detail-form .form-side form .info-text a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #070714;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
}
section.car-detail-form .form-side form .info-text a .icon-arrow-right {
  color: #070714;
  margin-right: 10px;
}
section.car-detail-form .form-side form .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.car-detail-form .form-side form .info-text a:hover::after {
  width: 20px;
}
section.car-detail-form .form-side form .form-security {
  display: none;
}
section.car-detail-form .form-side form .required {
  color: #0184ce;
}
section.car-detail-form .info-side {
  width: calc(50% - 25px);
  padding-top: 60px;
}
section.car-detail-form .info-side h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
section.car-detail-form .info-side .equipment {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%;
}
section.car-detail-form .info-side .equipment.eshort {
  margin-bottom: 20px;
}
section.car-detail-form .info-side .equipment li {
  padding-left: 25px;
  padding-right: 5px;
  margin-bottom: 15px;
}
section.car-detail-form .info-side .equipment li:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-size: 10px;
  margin-left: -25px;
  margin-right: 10px;
  color: #0184ce;
}
section.car-detail-form .info-side .equipment.none,
section.car-detail-form .info-side .equipment.elong {
  columns: auto 4;
  column-gap: 50px;
  column-fill: unset;
  margin-bottom: 20px;
}
section.car-detail-form .info-side .equipment.none li,
section.car-detail-form .info-side .equipment.elong li {
  padding-left: 25px;
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
section.car-detail-form .info-side .note {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #D3D3DB;
  line-height: 26px;
  margin-bottom: 50px;
}
section.car-detail-form .info-side .equipment_desc {
  position: relative;
  min-height: 250px;
  width: 100%;
}
section.car-detail-form .info-side .equipment_desc .note {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.car-detail-form .info-side .equipment_desc .note.active {
  max-height: none;
}
section.car-detail-form .info-side .equipment_desc .footer {
  width: 100%;
  min-height: 100px;
  position: absolute;
  bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(bottom top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
section.car-detail-form .info-side .equipment_desc .footer.active {
  display: none;
}
section.car-detail-form .info-side .equipment_desc .show-more {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  cursor: pointer;
  margin: 0;
  background: #070714;
}
section.car-detail-form .info-side .equipment_desc .show-more:hover {
  background: #fff;
}
section.car-detail-form .info-side .sellers-showroom {
  display: none;
  width: 100%;
}
section.car-detail-form .info-side .sellers {
  border: 2px solid #272731;
  border-radius: 6px;
  width: 100%;
  padding: 30px 20px;
}
section.car-detail-form .info-side .sellers.large .seller {
  width: 100%;
  margin-bottom: 20px;
}
section.car-detail-form .info-side .sellers .seller {
  width: 50%;
}
section.car-detail-form .info-side .sellers .seller .contact-photo {
  width: 150px;
  height: 150px;
  background-position: initial;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
section.car-detail-form .info-side .sellers .seller h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
section.car-detail-form .info-side .sellers .seller .left-info {
  max-width: 53px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A5A5AF;
  line-height: 26px;
}
section.car-detail-form .info-side .sellers .seller .right-info {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
section.car-detail-form .info-side .sellers .seller .right-info a {
  color: #fff;
}
section.car-detail-form .info-side .sellers .seller .right-info a:hover {
  color: #0184ce;
}
section.car-detail-form .similar-cars {
  width: 100%;
  padding: 20px 0;
}
section.car-detail-form .similar-cars h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
section.car-detail-form .similar-cars .cars {
  margin-left: -30px;
}
section.car-detail-form .similar-cars .car {
  width: 270px;
  max-height: 470px;
  position: relative;
  top: 0;
  background-color: #fff;
  border-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 20px 0 20px 30px;
}
section.car-detail-form .similar-cars .car img {
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  max-height: 200px;
  width: 100%;
}
section.car-detail-form .similar-cars .car .content-alert {
  width: 100%;
  padding: 9px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
section.car-detail-form .similar-cars .car .content-alert.black-friday {
  background-color: #484858;
}
section.car-detail-form .similar-cars .car .content-alert.top {
  background-color: #0184ce;
}
section.car-detail-form .similar-cars .car .carname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  padding: 20px;
  margin: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.car-detail-form .similar-cars .car .pricing {
  padding: 0 20px 22px 20px;
}
section.car-detail-form .similar-cars .car .pricing .prices {
  width: 130px;
}
section.car-detail-form .similar-cars .car .pricing .prices .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
}
section.car-detail-form .similar-cars .car .pricing .prices .old-price span.vat {
  font-size: 12px;
}
section.car-detail-form .similar-cars .car .pricing .prices .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: relative;
  z-index: 2;
  bottom: 12px;
}
section.car-detail-form .similar-cars .car .pricing .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0184ce;
  margin-bottom: 0;
  line-height: 1.2;
}
section.car-detail-form .similar-cars .car .pricing .prices .price span.vat {
  font-size: 12px;
}
section.car-detail-form .similar-cars .car .pricing .prices.no-notice {
  width: 100%;
}
section.car-detail-form .similar-cars .car .pricing .without-vat-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 0;
}
section.car-detail-form .similar-cars .car .pricing .without-vat-price .vat {
  font-size: 12px;
}
section.car-detail-form .similar-cars .car .pricing .monthlyDeductibleWrapper {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #cecece;
  padding: 8px 10px 8px 13px;
}
section.car-detail-form .similar-cars .car .pricing .monthly-price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ff0202;
  margin-bottom: 0;
}
section.car-detail-form .similar-cars .car .pricing .deductible-vat {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #070714;
  margin-bottom: 0;
}
section.car-detail-form .similar-cars .car .pricing .notices {
  width: 100px;
  padding-left: 3px;
}
section.car-detail-form .similar-cars .car .pricing .notices .notice {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-top: 15px;
}
section.car-detail-form .similar-cars .car .pricing .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
section.car-detail-form .similar-cars .car .border-hover {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  background-color: #0184ce;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.car-detail-form .similar-cars .car:hover {
  top: -10px;
  margin: 10px 0 30px 30px;
}
section.car-detail-form .similar-cars .car:hover .border-hover {
  height: 5px;
}
section.car-detail-form .stockcar-placeholder-wrapper {
  width: 500px;
  max-width: 100%;
}
section.car-detail-form .nissan-info h4 {
  margin-bottom: 10px;
}
section.car-detail-form .nissan-info h4 sup {
  font-size: 12px;
}
section.car-detail-form .nissan-info h4 span.make {
  color: #0184ce;
}
section.car-detail-form .nissan-info p {
  line-height: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
section.car-detail-form .nissan-info ul {
  list-style: disc;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 40px;
}
section.car-detail-form .nissan-info ul li {
  padding-bottom: 5px;
}
section.car-detail-form .nissan-info img {
  max-height: 140px;
  margin: 30px auto;
}
@media (max-width: 575px) {
  section.car-detail-form .nissan-info img {
    height: 60px;
    width: auto;
    margin: 20px 0;
  }
}
section.car-detail-form .nissan-sub-info {
  margin-top: 50px;
  font-size: 12px;
  line-height: 13px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  section.car-detail-form .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  section.car-detail-form .container .form-side {
    width: 100%;
  }
  section.car-detail-form .container .form-side form {
    max-width: 100%;
  }
  section.car-detail-form .container .info-side {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.car-detail-form .info-side .sellers.expanded.jaguar,
  section.car-detail-form .info-side .sellers.expanded.volvo,
  section.car-detail-form .info-side .sellers.expanded.land-rover {
    background-image: none;
  }
}
@media (max-width: 575px) {
  section.car-detail-form .form-side form .half {
    width: 100%;
  }
  section.car-detail-form .info-side ul {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
  }
  section.car-detail-form .info-side .sellers .seller {
    width: 100%;
  }
}
/*
* Models
 */
section.models {
  background: #070714;
  padding: 100px 0 150px;
}
section.models .cars a {
  margin: 5px;
  width: calc(20% - 10px);
  height: 180px;
  border-radius: 6px;
  border: 2px solid #2c2c37;
  background-color: #fff;
  text-align: center;
  position: relative;
}
section.models .cars a .car {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.models .cars a .car img {
  height: 90px;
  margin-bottom: 10px;
}
section.models .cars a .car .car-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
  margin: 0;
}
section.models .cars a:hover {
  border: 2px solid #0184ce;
}
section.models .cars a:hover .car .car-name {
  color: #0184ce;
}
@media (max-width: 1199px) {
  section.models .cars a {
    width: calc(25% - 10px);
  }
}
@media (max-width: 991px) {
  section.models .cars a {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  section.models .cars a {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
section.testing-ride h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
section.testing-ride h3:after {
  margin-bottom: 20px;
  margin-top: 20px;
}
section.testing-ride .form {
  max-width: 670px;
  margin: 0 auto;
  margin-top: 35px;
}
section.testing-ride .form .form-group {
  width: 100%;
  margin-bottom: 35px;
}
section.testing-ride .form .form-group label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
section.testing-ride .form .form-group input[type="text"],
section.testing-ride .form .form-group input[type="tel"],
section.testing-ride .form .form-group input[type="email"],
section.testing-ride .form .form-group input[type="number"],
section.testing-ride .form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.testing-ride .form .form-group .date-group,
section.testing-ride .form .form-group .time-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
section.testing-ride .form .form-group .date-group i,
section.testing-ride .form .form-group .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
section.testing-ride .form .form-group .date-group input,
section.testing-ride .form .form-group .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
section.testing-ride .form .form-group .custom-radios label {
  width: auto;
}
section.testing-ride .form .form-group .custom-radios input:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #45454f;
  -moz-box-shadow: inset 0px 0px 0px 1px #45454f;
  box-shadow: inset 0px 0px 0px 1px #45454f;
}
section.testing-ride .form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #45454f;
  -moz-box-shadow: inset 0px 0px 0px 6px #45454f;
  box-shadow: inset 0px 0px 0px 6px #45454f;
}
section.testing-ride .form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #070714;
  border-color: #070714;
  color: #fff;
}
section.testing-ride .form .form-group .select-label {
  margin-bottom: 15px;
}
section.testing-ride .form .form-group .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
}
section.testing-ride .form .form-group .form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #dddddd;
  pointer-events: none;
}
section.testing-ride .form .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #484858;
}
section.testing-ride .form .form-group .form-icon .customSelect {
  padding: 15px;
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
section.testing-ride .form .form-group .form-icon .customSelect .customSelectInner {
  width: 100% !important;
}
section.testing-ride .form .form-group .form-icon select {
  width: calc(100% - 30px) !important;
}
section.testing-ride .form .form-group input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
section.testing-ride .form .form-group-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
section.testing-ride .form .form-divider {
  width: 100%;
}
section.testing-ride .form .form-divider hr {
  width: 100%;
  height: 2px;
  background-color: #0184ce;
  margin-bottom: 40px;
}
section.testing-ride .form .form-divider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 35px;
}
section.testing-ride .form .form-group-header {
  width: 100%;
  color: #000;
}
section.testing-ride .form .half {
  width: calc(50% - 15px);
}
section.testing-ride .form .info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #a5a5af;
}
section.testing-ride .form .info-text p b {
  font-weight: 700;
}
section.testing-ride .form .info-text a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: 25px;
}
section.testing-ride .form .info-text a .icon-arrow-right {
  margin-right: 10px;
  color: #000;
}
section.testing-ride .form .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.testing-ride .form .info-text a:hover::after {
  width: 20px;
}
section.testing-ride .form .form-security {
  display: none;
}
/**
 * Model detail
 * --------------------------------------------------
 */
.model-detail .model-cover {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
}
.model-detail .model-menu {
  background: #2c2c37;
  margin-top: -33px;
}
.model-detail .model-menu ul li {
  display: inline-flex;
}
.model-detail .model-menu ul li a {
  display: block;
  padding: 22px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.model-detail .model-menu ul li a:hover {
  color: #0184ce;
}
.model-detail .model-menu ul li:first-child a {
  padding-left: 0;
}
/**
 * Module content
 * --------------------------------------------------
 */
.modul h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #070714;
}
.modul h3:after {
  margin-top: 30px;
  margin-bottom: 40px;
}
.modul h3.inverted:after {
  background-color: #fff;
}
.modul h3.centered:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modul h3.aligned:after {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.modul p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #070714;
  line-height: 28px;
}
.modul p.lighter {
  color: #525252;
  font-weight: 300;
}
.modul .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.modul.overlay {
  position: relative;
}
.modul.overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.modul .text-content {
  width: 100%;
  max-width: 570px;
  float: right;
  padding: 0 50px 0 0;
  margin-bottom: 90px;
}
.modul .text-content.left {
  float: left;
  padding: 0 0 0 50px;
}
.modul .text-content h3 {
  margin-top: 90px;
}
.modul .bg-image {
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.modul.modul-3 {
  width: 100%;
  height: 100%;
  max-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modul.modul-3 h3 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.modul.modul-3 .content-center {
  text-align: center;
}
.modul.modul-3 p {
  font-size: 20px;
  color: #fff;
  max-width: 550px;
  margin: 0 auto 40px auto;
}
.modul.modul-5 {
  height: 500px;
}
.modul.modul-5 .bx-wrapper {
  box-shadow: none;
  border: 0;
}
.modul.modul-5 .bx-wrapper .bx-controls-direction {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  top: -250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-prev,
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-next {
  text-indent: 0 !important;
}
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-prev span,
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-next span {
  color: #060613;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 32px;
}
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-prev:hover span,
.modul.modul-5 .bx-wrapper .bx-controls-direction .bx-next:hover span {
  color: #5555EC;
}
.modul.modul-5 .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.modul.modul-5 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  height: 4px;
  margin: 0 5px;
  background: #fff;
  outline: 0;
  background-position: 12px 0;
  margin-right: 9px;
  border-radius: 0;
}
.modul.modul-5 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0184ce;
}
.modul.modul-5 .bx-wrapper .gallery-slider > div {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modul.modul-6 {
  background-color: #f4f4f4;
}
.modul.modul-6 h3 {
  padding-top: 90px;
}
.modul.modul-6 p {
  margin-bottom: 45px;
}
.modul.modul-6 img {
  padding-bottom: 100px;
}
.modul.modul-7,
.modul.modul-12 {
  width: 100%;
  min-height: 599px;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modul.modul-7 h3,
.modul.modul-12 h3 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.modul.modul-7 .content-center,
.modul.modul-12 .content-center {
  text-align: center;
}
.modul.modul-7 p,
.modul.modul-12 p {
  font-size: 20px;
  color: #fff;
  max-width: 550px;
  margin: 15px auto;
  margin-bottom: 40px;
  text-align: center;
}
.modul.modul-8 {
  padding: 80px 0;
  background-color: #f4f4f4;
}
.modul.modul-8 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #070714;
}
.modul.modul-8 .btn-download,
.modul.modul-8 .btn-download-white {
  margin: 0 30px 30px 0;
}
.modul.modul-8 .btn-download .download-content,
.modul.modul-8 .btn-download-white .download-content {
  min-width: 180px;
  width: calc(100% - 40px);
}
.modul.modul-9 {
  height: 500px;
  background-size: cover;
}
.modul.modul-10 {
  padding: 50px 0;
  text-align: center;
}
.modul.modul-11 .text-content {
  max-width: 780px;
}
.modul.darkmodul {
  background-color: #070714;
  color: #fff;
}
.modul.darkmodul h3 {
  color: #fff;
}
.modul.darkmodul p {
  color: #fff;
}
.modul.darkmodul p.lighter {
  color: #d3d3db;
}
.modul.modul-divider {
  background-color: #070714;
  width: 100%;
  height: 200px;
}
.modul a[name^="blok"] {
  display: none;
}
@media (max-width: 991px) {
  .modul.modul-8 .downloads .d-flex {
    justify-content: space-between;
  }
  .modul.modul-8 .downloads .d-flex .btn-download,
  .modul.modul-8 .downloads .d-flex .btn-download-white {
    margin: 0;
    width: 270px;
  }
}
@media (max-width: 767px) {
  .modul .text-content h3 {
    margin-top: 20px;
  }
  .modul .content-center {
    width: 100%;
  }
  .modul.modul-3 h3 {
    white-space: pre-wrap;
  }
  .modul.modul-5 {
    height: 400px;
  }
  .modul.modul-5 .bx-wrapper .gallery-slider > div {
    height: 400px;
  }
  .modul.modul-7 p,
  .modul.modul-12 p {
    max-width: 100%;
  }
  .modul.modul-6 img {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .modul.modul-8 .downloads {
    padding-left: 15px;
    padding-right: 35px;
  }
  .modul.modul-8 .downloads .d-flex .btn-download,
  .modul.modul-8 .downloads .d-flex .btn-download-white {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .modul.modul-9 {
    height: 350px;
  }
  .modul.modul-11 .text-content {
    max-width: 100%;
  }
  .modul h3 {
    font-size: 30px;
  }
  .modul .text-content,
  .modul .text-content.left {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    float: none;
  }
  .modul .bg-image {
    min-height: 333px;
  }
}
@media (max-width: 575px) {
  .modul.modul-3 p {
    font-size: 16px;
  }
  .modul.modul-7 p,
  .modul.modul-12 p {
    font-size: 16px;
  }
}
#back-top {
  margin: 0;
}
/*
* Modal Testovacia jazda a Objednávka do servisu
 */
.modal-testride,
.modal-service,
.custom-modal {
  background-color: rgba(0, 0, 0, 0.65);
}
.modal-testride#financovanie p.small,
.modal-service#financovanie p.small,
.custom-modal#financovanie p.small {
  font-size: 10px;
  line-height: 19px;
}
.modal-testride#financovanie p.warning,
.modal-service#financovanie p.warning,
.custom-modal#financovanie p.warning {
  color: #721c24;
}
.modal-testride#financovanie .form-icon,
.modal-service#financovanie .form-icon,
.custom-modal#financovanie .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
  margin: 30px 0;
}
.modal-testride#financovanie .form-icon select,
.modal-service#financovanie .form-icon select,
.custom-modal#financovanie .form-icon select {
  width: 100% !important;
}
.modal-testride#financovanie .form-icon i,
.modal-service#financovanie .form-icon i,
.custom-modal#financovanie .form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #dddddd;
  pointer-events: none;
}
.modal-testride#financovanie .form-icon .custom-select,
.modal-service#financovanie .form-icon .custom-select,
.custom-modal#financovanie .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #484858;
}
.modal-testride#financovanie .form-icon .customSelect,
.modal-service#financovanie .form-icon .customSelect,
.custom-modal#financovanie .form-icon .customSelect {
  padding: 9px 15px;
  height: 35px;
  line-height: 20px;
  vertical-align: middle;
}
.modal-testride#financovanie .form-icon .customSelect .customSelectInner,
.modal-service#financovanie .form-icon .customSelect .customSelectInner,
.custom-modal#financovanie .form-icon .customSelect .customSelectInner {
  width: 100% !important;
}
.modal-testride#financovanie h3,
.modal-service#financovanie h3,
.custom-modal#financovanie h3 {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 16px;
}
.modal-testride#financovanie label.label span,
.modal-service#financovanie label.label span,
.custom-modal#financovanie label.label span {
  color: #5555ec;
  font-weight: bold;
}
.modal-testride#financovanie table,
.modal-service#financovanie table,
.custom-modal#financovanie table {
  width: 100%;
  margin-bottom: 15px;
}
.modal-testride#financovanie table tr:first-child th,
.modal-service#financovanie table tr:first-child th,
.custom-modal#financovanie table tr:first-child th,
.modal-testride#financovanie table tr:first-child td,
.modal-service#financovanie table tr:first-child td,
.custom-modal#financovanie table tr:first-child td {
  border-top: 0;
}
.modal-testride#financovanie table tr th,
.modal-service#financovanie table tr th,
.custom-modal#financovanie table tr th {
  border-top: 1px solid #cbcbcb;
}
.modal-testride#financovanie table tr td,
.modal-service#financovanie table tr td,
.custom-modal#financovanie table tr td {
  border-top: 1px solid #cbcbcb;
  color: #0d0d0d;
  font-weight: 700;
  padding: 20px;
  padding-right: 0;
  text-align: right;
}
.modal-testride#financovanie .form-custom-control,
.modal-service#financovanie .form-custom-control,
.custom-modal#financovanie .form-custom-control {
  position: relative;
  margin-bottom: 60px;
}
.modal-testride#financovanie .form-custom-control .slider-caption,
.modal-service#financovanie .form-custom-control .slider-caption,
.custom-modal#financovanie .form-custom-control .slider-caption {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
}
.modal-testride#financovanie .form-custom-control .slider-caption--from,
.modal-service#financovanie .form-custom-control .slider-caption--from,
.custom-modal#financovanie .form-custom-control .slider-caption--from {
  left: 0;
}
.modal-testride#financovanie .form-custom-control .slider-caption--to,
.modal-service#financovanie .form-custom-control .slider-caption--to,
.custom-modal#financovanie .form-custom-control .slider-caption--to {
  right: 0;
}
.modal-testride#financovanie .ui-slider-horizontal,
.modal-service#financovanie .ui-slider-horizontal,
.custom-modal#financovanie .ui-slider-horizontal {
  background: #cbcbcb;
  border: 0;
  height: 4px;
  margin: 20px 0 21px;
  position: relative;
}
.modal-testride#financovanie .ui-slider-horizontal .ui-slider-range,
.modal-service#financovanie .ui-slider-horizontal .ui-slider-range,
.custom-modal#financovanie .ui-slider-horizontal .ui-slider-range {
  background: #5555ec;
  border: 0;
  height: 4px;
  top: -1px;
}
.modal-testride#financovanie .ui-slider-horizontal .ui-slider-handle,
.modal-service#financovanie .ui-slider-horizontal .ui-slider-handle,
.custom-modal#financovanie .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  background: #5555ec;
  border: 7px solid #fff;
  border-radius: 11px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(13, 13, 13, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(13, 13, 13, 0.3);
  height: 22px;
  margin-left: -11px;
  outline: 0;
  top: -10px;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
  width: 22px;
}
.modal-testride .modal-dialog,
.modal-service .modal-dialog,
.custom-modal .modal-dialog {
  width: 100%;
  max-width: 830px;
  height: 100%;
  max-height: 420px;
  margin-top: 50px;
}
.modal-testride .modal-dialog .modal-content,
.modal-service .modal-dialog .modal-content,
.custom-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal-testride .modal-dialog .modal-content .modal-header,
.modal-service .modal-dialog .modal-content .modal-header,
.custom-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 30px;
  padding: 0;
  border: 0;
}
.modal-testride .modal-dialog .modal-content .modal-header .close-newsletter,
.modal-service .modal-dialog .modal-content .modal-header .close-newsletter,
.custom-modal .modal-dialog .modal-content .modal-header .close-newsletter {
  max-width: 18px;
}
.modal-testride .modal-dialog .modal-content .modal-body,
.modal-service .modal-dialog .modal-content .modal-body,
.custom-modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.modal-testride .modal-dialog .modal-content .modal-body h3,
.modal-service .modal-dialog .modal-content .modal-body h3,
.custom-modal .modal-dialog .modal-content .modal-body h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.modal-testride .modal-dialog .modal-content .modal-body h3:after,
.modal-service .modal-dialog .modal-content .modal-body h3:after,
.custom-modal .modal-dialog .modal-content .modal-body h3:after {
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form,
.modal-service .modal-dialog .modal-content .modal-body .form,
.custom-modal .modal-dialog .modal-content .modal-body .form {
  max-width: 670px;
  margin-top: 35px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group {
  width: 100%;
  margin-bottom: 35px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group label,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group label,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group input[type="text"],
.modal-service .modal-dialog .modal-content .modal-body .form .form-group input[type="text"],
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group input[type="text"],
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group input[type="tel"],
.modal-service .modal-dialog .modal-content .modal-body .form .form-group input[type="tel"],
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group input[type="tel"],
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group input[type="email"],
.modal-service .modal-dialog .modal-content .modal-body .form .form-group input[type="email"],
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group input[type="email"],
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group input[type="number"],
.modal-service .modal-dialog .modal-content .modal-body .form .form-group input[type="number"],
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group input[type="number"],
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group textarea,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group textarea,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .date-group,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .date-group,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .date-group,
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .time-group,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .time-group,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .time-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .date-group i,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .date-group i,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .date-group i,
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .time-group i,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .time-group i,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .date-group input,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .date-group input,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .date-group input,
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .time-group input,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .time-group input,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .custom-radios label,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .custom-radios label,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .custom-radios label {
  width: auto;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:before,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:before,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #45454f;
  -moz-box-shadow: inset 0px 0px 0px 1px #45454f;
  box-shadow: inset 0px 0px 0px 1px #45454f;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:checked:before,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:checked:before,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #45454f;
  -moz-box-shadow: inset 0px 0px 0px 6px #45454f;
  box-shadow: inset 0px 0px 0px 6px #45454f;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .custom-checkbox label input:checked + .box:before,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .custom-checkbox label input:checked + .box:before,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #070714;
  border-color: #070714;
  color: #fff;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .select-label,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .select-label,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .select-label {
  margin-bottom: 15px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon i,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon i,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #dddddd;
  pointer-events: none;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon .custom-select,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon .custom-select,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  color: #484858;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect {
  padding: 15px;
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect .customSelectInner,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect .customSelectInner,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon .customSelect .customSelectInner {
  width: 100% !important;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group .form-icon select,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group .form-icon select,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group .form-icon select {
  width: calc(100% - 30px) !important;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group input[type="submit"],
.modal-service .modal-dialog .modal-content .modal-body .form .form-group input[type="submit"],
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group-header,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group-header,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-divider,
.modal-service .modal-dialog .modal-content .modal-body .form .form-divider,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-divider {
  width: 100%;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-divider hr,
.modal-service .modal-dialog .modal-content .modal-body .form .form-divider hr,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-divider hr {
  width: 100%;
  height: 2px;
  background-color: #0184ce;
  margin-bottom: 40px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-divider h3,
.modal-service .modal-dialog .modal-content .modal-body .form .form-divider h3,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-divider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 35px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-group-header,
.modal-service .modal-dialog .modal-content .modal-body .form .form-group-header,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-group-header {
  width: 100%;
  color: #000;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .half,
.modal-service .modal-dialog .modal-content .modal-body .form .half,
.custom-modal .modal-dialog .modal-content .modal-body .form .half {
  width: calc(50% - 15px);
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text p,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text p,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #a5a5af;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text p b,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text p b,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text p b {
  font-weight: 700;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text a,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text a,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: 25px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text a .icon-arrow-right,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text a .icon-arrow-right,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text a .icon-arrow-right {
  margin-right: 10px;
  color: #000;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text a::after,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text a::after,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-testride .modal-dialog .modal-content .modal-body .form .info-text a:hover::after,
.modal-service .modal-dialog .modal-content .modal-body .form .info-text a:hover::after,
.custom-modal .modal-dialog .modal-content .modal-body .form .info-text a:hover::after {
  width: 20px;
}
.modal-testride .modal-dialog .modal-content .modal-body .form .form-security,
.modal-service .modal-dialog .modal-content .modal-body .form .form-security,
.custom-modal .modal-dialog .modal-content .modal-body .form .form-security {
  display: none;
}
@media (max-width: 991px) {
  .modal-testride .modal-dialog,
  .modal-service .modal-dialog,
  .custom-modal .modal-dialog {
    margin: 0;
  }
  .modal-testride .modal-dialog .modal-content .modal-body,
  .modal-service .modal-dialog .modal-content .modal-body,
  .custom-modal .modal-dialog .modal-content .modal-body {
    padding-top: 100px;
  }
  .modal-testride .modal-dialog .modal-content .modal-body .form .half,
  .modal-service .modal-dialog .modal-content .modal-body .form .half,
  .custom-modal .modal-dialog .modal-content .modal-body .form .half {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .modal-testride .modal-dialog .modal-content .modal-body .half,
  .modal-service .modal-dialog .modal-content .modal-body .half,
  .custom-modal .modal-dialog .modal-content .modal-body .half {
    width: 100%;
  }
}
.modal-service .modal-content {
  padding: 10px;
}
.modal-service .modal-content .header-divider {
  position: relative;
}
.modal-service .modal-content .header-divider::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.modal-service .modal-content .make-logo {
  text-align: center;
}
@media (max-width: 768px) {
  .modal-service .modal-content .make-logo {
    margin: 15px auto;
  }
}
.modal-service .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-service .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-service .modal-dialog {
  width: 100%;
  max-width: 1050px;
}
.modal-flash .modal-header .close {
  padding: 0;
}
.modal-flash .modal-content {
  max-width: 500px;
  margin: auto;
  padding: 0;
}
.modal-flash .modal-content .btn {
  max-width: 80px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .modal-flash .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .modal-flash .modal-dialog .modal-content .modal-body {
    padding-top: 30px;
  }
}
@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes fade {
  from {
    background-color: rgba(0, 0, 0, 0.6);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
#nav-icon3 span {
  background: #5555ec;
}
/**
 * Footer
 * --------------------------------------------------
 */
footer {
  padding: 60px 0 0 0;
}
footer .image {
  height: 100px;
  line-height: 100px;
}
footer .image .img-fluid {
  max-height: 64px;
  max-width: 112px;
  width: auto;
  margin: 0 auto;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .image .img-fluid:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
footer .image .img-fluid#omoda {
  max-width: 140px;
}
@media (min-width: 575px) {
  footer .image .img-fluid#omoda {
    max-width: 220px;
  }
}
footer h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #070714;
  text-transform: uppercase;
  margin-top: 24px;
}
footer h5::after {
  display: block;
  content: " ";
  background-color: #5555ec;
  width: 20px;
  height: 2px;
  margin: 20px 0;
}
footer ul {
  margin-bottom: 60px;
}
footer ul li {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9a9a9a;
}
footer ul li a {
  color: #9a9a9a;
}
footer ul li a:hover {
  color: #5555ec;
}
footer ul li + li {
  margin-top: 10px;
}
footer .copyright {
  border-top: 1px solid #dddddd;
  padding: 25px 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #9a9a9a;
}
footer .copyright a,
footer .copyright button {
  color: #9a9a9a;
}
footer .copyright a:hover,
footer .copyright button:hover {
  color: #5555ec;
}
footer .copyright button {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #9a9a9a;
  border: none;
  background: transparent;
  padding: 0;
}
/*
* Newsletter modal
 */
.modal-newsletter {
  background-color: rgba(0, 0, 0, 0.65);
}
.modal-newsletter#naskladnenie-vozidla .modal-dialog .modal-body .img-newsletter {
  max-width: 350px;
  max-height: 550px;
}
.modal-newsletter#naskladnenie-vozidla .modal-dialog .modal-body .content .header-divider {
  margin-bottom: 10px;
}
.modal-newsletter#naskladnenie-vozidla .modal-dialog .modal-body .content h3 {
  padding-right: 30px;
}
.modal-newsletter .modal-dialog {
  width: 100%;
  max-width: 890px;
  height: 100%;
  max-height: 420px;
  margin-top: 200px;
}
.modal-newsletter .modal-dialog .modal-content {
  padding: 0;
  max-width: 959px;
}
.modal-newsletter .modal-dialog .modal-header {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 30px;
  padding: 0;
  border: 0;
}
.modal-newsletter .modal-dialog .modal-header .close-newsletter {
  max-width: 18px;
}
.modal-newsletter .modal-dialog .modal-body {
  background-color: #fff;
  padding: 0;
}
.modal-newsletter .modal-dialog .modal-body .img-newsletter {
  max-width: 300px;
  max-height: 420px;
}
.modal-newsletter .modal-dialog .modal-body .content {
  padding: 30px;
  padding-bottom: 0;
}
.modal-newsletter .modal-dialog .modal-body .content .close-icon {
  max-width: 18px;
}
.modal-newsletter .modal-dialog .modal-body .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
}
.modal-newsletter .modal-dialog .modal-body .content h3:after {
  background-color: #5555ec;
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal-newsletter .modal-dialog .modal-body .content .header-divider {
  width: 40px;
  height: 2px;
  background-color: #5555ec;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal-newsletter .modal-dialog .modal-body .content .header-divider::after {
  display: none;
}
.modal-newsletter .modal-dialog .modal-body .content .email-group {
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
.modal-newsletter .modal-dialog .modal-body .content .email-group input {
  width: 100%;
}
.modal-newsletter .modal-dialog .modal-body .content .email-group i {
  margin-right: 10px;
  color: #dddddd;
  line-height: 19px;
  vertical-align: middle;
}
.modal-newsletter .modal-dialog .modal-body .content .email-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
.modal-newsletter .modal-dialog .modal-body .content .btn-black {
  width: 100%;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 17px 15px;
}
.modal-newsletter .modal-dialog .modal-body .content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #A5A5AF;
  line-height: 18px;
  margin-bottom: 10px;
}
.modal-newsletter .modal-dialog .modal-body .content p b {
  font-weight: 700;
}
.modal-newsletter .modal-dialog .modal-body .content a.source {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #484858;
  display: inline-block;
}
.modal-newsletter .modal-dialog .modal-body .content a.source .arrow {
  max-width: 16px;
  width: 100%;
  margin-right: 10px;
}
.modal-newsletter .modal-dialog .modal-body .content a.source::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #5555ec;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-newsletter .modal-dialog .modal-body .content a.source:hover::after {
  width: 20px;
}
.modal-newsletter .modal-dialog-widder {
  max-width: 959px;
}
@media (max-width: 991px) {
  .modal-newsletter .modal-dialog {
    margin-top: 100px;
  }
  .modal-newsletter .modal-dialog .modal-body .img-newsletter {
    display: none;
  }
  .modal-newsletter .modal-dialog .modal-body .content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .modal-newsletter .modal-dialog {
    margin: 5vh 0 0;
  }
}
.modal-car-detail {
  background-color: rgba(0, 0, 0, 0.65);
}
.modal-car-detail .modal-dialog {
  width: 100%;
  max-width: 860px;
  height: 100%;
  max-height: 420px;
  margin-top: 50px;
}
.modal-car-detail .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #070714;
}
.modal-car-detail .modal-dialog .modal-content .modal-header {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 30px;
  padding: 0;
  border: 0;
}
.modal-car-detail .modal-dialog .modal-content .modal-header .close-newsletter {
  max-width: 18px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body h3 {
  color: #fff;
}
.modal-car-detail .modal-dialog .modal-content .modal-body p {
  margin-bottom: 0;
  line-height: normal;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link {
  width: calc(50% - 10px);
  min-height: 470px;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  color: #070714;
  top: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: calc(100% - 8px);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car.top {
  border: 4px solid #0184ce;
  margin-top: -4px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car.top .border-hover {
  display: none;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car.top .image {
  border-radius: 0;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car.top .alert {
  background-color: #0184ce;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .image {
  background-color: #0184ce;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .image .badges {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .image .badges .badge {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #0184ce;
  margin-bottom: 5px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .alert {
  padding: 9px 30px;
  background-color: #484858;
  border-radius: 0;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .alert .content-alert {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content {
  padding: 0 30px;
  padding-bottom: 20px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .vincode {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #A5A5AF;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .carname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .specs {
  margin-top: 14px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484858;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .specs span {
  background-color: #eeeeee;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 2px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .old-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .old-price span.vat {
  font-size: 12px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .old-price:after {
  width: 100%;
  height: 1px;
  background-color: #666666;
  display: block;
  content: " ";
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .prices {
  width: calc(50% + 22px);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .prices .price {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0184ce;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .prices .price span.vat {
  font-size: 12px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .prices.no-notice {
  width: 100%;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .notices {
  width: calc(50% - 22px);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .notices .notice {
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-top: 15px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .sub-content .notices .notice.main {
  background-color: #0184ce;
  color: #fff;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link .car .border-hover {
  width: 100%;
  height: 0;
  position: relative;
  bottom: 0;
  background-color: #0184ce;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link:hover .car {
  top: -10px;
}
.modal-car-detail .modal-dialog .modal-content .modal-body .car-link:hover .car .border-hover {
  height: 5px;
}
@media (max-width: 575px) {
  .modal-car-detail .modal-dialog .modal-content .modal-body .car-link {
    width: 100%;
  }
}
.modal#popup .modal-dialog {
  width: 660px;
  max-width: 100%;
}
.modal#popup .modal-dialog .modal-header {
  padding: 0;
}
.modal#popup .modal-dialog .modal-header button.close {
  background: #252c63;
  color: #fff;
  z-index: 1;
  opacity: 1;
  width: 30px;
  height: 25px;
  font-size: 26px;
  float: none;
  text-align: center;
  padding: 0;
  font-weight: normal;
}
.modal#popup .modal-dialog .modal-content {
  padding: 0;
}
.modal#popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
/*
* Volvo design
 */
header.make.volvo {
  background-color: #fff;
}
header.make.volvo .top {
  background-color: #fff;
  height: auto;
}
header.make.volvo .top .img-logo {
  width: 100%;
  margin: 13px 0;
  max-width: 50px;
}
header.make.volvo .top .info p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  height: 100%;
  margin: 21px 0;
}
header.make.volvo .top .info p b {
  font-weight: 700;
}
header.make.volvo ul li a {
  color: #000;
}
header.make.volvo .desktop-search .desktop-search-icon {
  color: #000;
}
header.make.volvo ul.social-icons li a:hover {
  color: #fff;
  opacity: 0.6;
}
header.make.volvo .desktop-search .desktop-search-icon:hover {
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 991px) {
  header.make.volvo .top {
    height: auto;
  }
  header.make.volvo .top .img-logo {
    max-width: 57px;
    margin: 5px 0;
  }
}
section.make-slider.volvo .d-none .slider > div .col-12 {
  text-align: center;
}
section.make-slider.volvo .d-none .slider > div .col-12 h2 {
  font-family: "volvo_sans_proregular", sans-serif;
  color: #fff;
  font-size: 90px;
}
section.make-slider.volvo .d-none .slider > div .col-12 p {
  font-family: "volvo_sans_proregular", sans-serif;
  color: #fff;
}
section.make-slider.volvo .d-none .slider > div .col-12.dark h2,
section.make-slider.volvo .d-none .slider > div .col-12.dark p {
  color: #070714;
}
section.make-slider.volvo .d-block .slider > div .col-12 {
  text-align: center;
}
section.make-slider.volvo .d-block .slider > div .col-12 h2 {
  font-family: "volvo_sans_proregular", sans-serif;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 991px) {
  section.make-slider.volvo .slider > div .col-12 h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  section.make-slider.volvo .slider > div .col-12 h2 {
    font-size: 40px;
  }
}
section.volvo-boxes {
  padding: 45px 0 30px 0;
  background-color: #070714;
  color: #fff;
}
section.volvo-boxes .item {
  padding: 0 15px;
}
section.volvo-boxes .icon {
  width: 80px;
  fill: #fff;
  height: 110px;
  margin: 20px auto;
  display: block;
}
section.volvo-boxes h3 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
section.volvo-boxes p {
  text-align: justify;
  font-size: 14px;
}
section.volvo-boxes p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
}
/**
 * General subpage
 * --------------------------------------------------
 */
.subpage {
  background: #070714;
  padding: 40px 0;
}
.subpage h2 {
  text-transform: none;
  font-size: 30px;
  margin-bottom: 15px;
}
.subpage p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  padding: 10px 0;
}
.subpage ol {
  list-style: decimal;
  margin-left: 20px;
}
.subpage ol li {
  color: #535353;
  margin-bottom: 10px;
}
.subpage ul {
  list-style: circle;
  margin-left: 20px;
}
.subpage ul li {
  color: #535353;
  margin-bottom: 10px;
}
.subpage a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.subpage a:hover {
  text-decoration: none;
}
.subpage .fr-file:after {
  display: none;
}
.subpage .form {
  width: 670px;
  margin-top: 25px;
  background: #fff;
  border-radius: 6px;
  padding: 25px;
}
.subpage .form .form-group {
  width: 100%;
  margin-bottom: 35px;
}
.subpage .form .form-group label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
}
.subpage .form .form-group input[type="text"],
.subpage .form .form-group input[type="tel"],
.subpage .form .form-group input[type="email"],
.subpage .form .form-group input[type="number"],
.subpage .form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #070714;
  line-height: 16px;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subpage .form .form-group .date-group,
.subpage .form .form-group .time-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
.subpage .form .form-group .date-group i,
.subpage .form .form-group .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
.subpage .form .form-group .date-group input,
.subpage .form .form-group .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
.subpage .form .form-group .custom-checkbox label input:checked + .box:before {
  background-color: #070714;
  border-color: #070714;
  color: #fff;
}
.subpage .form .form-group .custom-radios label {
  width: auto;
}
.subpage .form .form-group .custom-radios input:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000;
  box-shadow: inset 0px 0px 0px 1px #000;
}
.subpage .form .form-group .custom-radios input:checked:before {
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
  -moz-box-shadow: inset 0px 0px 0px 6px #000;
  box-shadow: inset 0px 0px 0px 6px #000;
}
.subpage .form .form-group .select-label {
  margin-bottom: 15px;
}
.subpage .form .form-group .form-icon {
  font-size: 16px;
  color: #484858;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
}
.subpage .form .form-group .form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.subpage .form .form-group .form-icon .custom-select {
  background: transparent;
  border: none;
  padding: 0;
  width: 100% !important;
}
.subpage .form .form-group .form-icon .customSelect {
  padding: 15px;
  height: 50px;
  line-height: 20px;
  vertical-align: middle;
}
.subpage .form .form-group input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
.subpage .form .form-group-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #070714;
  width: 100%;
}
.subpage .form .form-divider {
  width: 100%;
}
.subpage .form .form-divider hr {
  width: 100%;
  height: 2px;
  background-color: #0184ce;
  margin-bottom: 40px;
}
.subpage .form .form-divider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #070714;
  margin-bottom: 35px;
}
.subpage .form .half {
  width: calc(50% - 15px);
}
.subpage .form .required {
  color: #0184ce;
}
.subpage .form .form-security {
  display: none;
}
.subpage .form .replacement-vehicle {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid transparent;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.subpage .form .replacement-vehicle input {
  display: none;
}
.subpage .form .replacement-vehicle p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 5px 0 0 0;
}
.subpage .form .replacement-vehicle p.smaller {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.subpage .form .replacement-vehicle img {
  width: 100%;
}
.subpage .form .replacement-vehicle.selected {
  border: 2px solid #0184ce;
}
.subpage .form .replacement-vehicle.selected p {
  color: #0184ce;
}
.subpage .info-text.light a {
  margin-bottom: 20px;
  color: #fff;
}
.subpage .info-text.light a .icon-arrow-right {
  color: #fff;
}
.subpage .info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #a5a5af;
}
.subpage .info-text p b {
  font-weight: 700;
}
.subpage .info-text a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #070714;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: 25px;
}
.subpage .info-text a .icon-arrow-right {
  margin-right: 10px;
  color: #070714;
}
.subpage .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subpage .info-text a:hover::after {
  width: 20px;
}
/**
 * Connect
 * --------------------------------------------------
 */
section.connect-home {
  background-color: #070714;
  color: #f4f4f4;
  padding-top: 35px;
  padding-bottom: 50px;
}
section.connect-home .cars .car {
  width: 70%;
  height: 180px;
  margin: 15px 15%;
  background-color: white;
  line-height: 180px;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
section.connect-home .cars .car h3 {
  color: white;
  font-size: 40px;
  line-height: 180px;
}
section.connect-home .cars .car:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  section.connect-home .cars .car {
    width: 100%;
    margin: 15px 0;
    background-position: center right;
  }
  section.connect-home .cars .car h3 {
    font-size: 30px;
  }
}
section.connect-header {
  height: 600px;
  background-position: center;
}
section.connect-header .header {
  height: 200px;
}
@media (max-width: 991px) {
  section.connect-header {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
}
section.connect-modul {
  background: #070714;
  color: #fff;
}
section.connect-modul h3 {
  padding-top: 60px;
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  section.connect-modul h3 {
    font-size: 30px;
  }
}
section.connect-modul p {
  color: #f4f4f4;
  line-height: 30px;
  padding: 1rem 0;
  margin: 0;
}
section.connect-modul p span#date {
  font-size: 20px;
  color: #fecc2b;
}
section.connect-modul p .small {
  font-size: 80%;
}
section.connect-modul .ochrana-osobnych {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  display: inline-block;
}
section.connect-modul .ochrana-osobnych span.icon-arrow-right {
  padding-right: 15px;
}
section.connect-modul .ochrana-osobnych::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.connect-modul .ochrana-osobnych:hover::after {
  width: 20px;
}
section.connect-modul .gallery img {
  padding: 15px 0;
}
section.connect-modul form {
  padding-bottom: 50px;
}
section.connect-modul form .custom-select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: 51px;
}
section.connect-modul form .customSelect {
  padding: 15px 15px;
  height: 35px;
  line-height: 20px;
  vertical-align: middle;
}
section.connect-modul form .customSelect .customSelectInner {
  width: 100% !important;
}
section.connect-modul form #stockcar-button {
  max-width: 670px;
  width: 100%;
}
@media (max-width: 991px) {
  section.connect-modul label.label-radio {
    margin-right: 50px;
  }
}
section.nissan-future {
  padding-bottom: 50px;
  background: #070714;
  color: #fff;
}
section.nissan-future h2 {
  font-size: 3rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
}
section.nissan-future h3 {
  font-size: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
section.nissan-future img {
  margin: 0 auto;
}
section.nissan-future .models .model {
  text-align: center;
  margin-bottom: 2rem;
  background: #fff;
  color: #070714;
  border-radius: 6px;
  padding: 6px 0;
}
section.nissan-future .models .model h3 {
  padding: 1rem 0;
}
section.nissan-future .models .model .bolder {
  font-weight: bolder;
  padding-bottom: 0.5rem;
}
section.nissan-future .models .model .btn {
  margin-top: 1rem;
}
section.nissan-future .card {
  max-width: 600px;
  width: 100%;
  margin: 1rem auto;
  color: #070714;
}
section.nissan-future .card .image {
  width: 40%;
}
section.nissan-future .card .points {
  width: 60%;
  position: relative;
}
section.nissan-future .card .points ul {
  position: absolute;
  list-style: disc;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-right: 20px;
}
section.nissan-future .card .points ul li {
  padding-bottom: 5px;
}
section.nissan-future .smaller {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.6;
  padding-top: 2rem;
}
section.nissan-future .smaller span {
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  section.nissan-future .card .image {
    width: 100%;
    text-align: center;
  }
  section.nissan-future .card .points {
    width: 100%;
  }
  section.nissan-future .card .points ul {
    list-style: none;
    margin: 20px 0;
    text-align: center;
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
/**
 * Not found
 * --------------------------------------------------
 */
section.not-found {
  background: #070714;
  padding: 40px 0;
}
section.not-found p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  padding: 10px 0;
}
section.not-found h2 {
  color: #fff;
  padding-bottom: 30px;
}
section.thankyou {
  background: #070714;
  color: #fff;
  padding: 200px 0;
  text-align: center;
}
section.thankyou h2 {
  padding-bottom: 40px;
}
section.thankyou p {
  padding-bottom: 20px;
}
section#insurance-event .invalid-feedback {
  display: block;
}
section#insurance-event .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
}
section#insurance-event .img-cover {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
section#insurance-event .person {
  width: 330px;
  margin: 0 50px 25px 0;
}
section#insurance-event .person .person-image {
  max-height: 100px;
  margin-bottom: 20px;
}
section#insurance-event .person .info {
  width: 100%;
}
section#insurance-event .person .info h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
section#insurance-event .person .info a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
section#insurance-event .person .info a:hover {
  color: #0184ce;
}
section#insurance-event .person .info table tr td:first-child {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #A5A5AF;
  line-height: 30px;
  width: auto;
  min-width: 60px;
}
section#insurance-event .person .info table tr td:nth-child(2) {
  padding-left: 10px;
}
section#insurance-event .person:nth-child(3) {
  margin-right: 0;
}
section#insurance-event .form .form-group .custom-radios input:checked::before {
  -webkit-box-shadow: inset 0 0 0 6px #0184ce;
  -moz-box-shadow: inset 0 0 0 6px #0184ce;
  box-shadow: inset 0 0 0 6px #0184ce;
}
section#insurance-event .date-group,
section#insurance-event .time-group {
  border: 1px solid #ced4da;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px 15px;
}
section#insurance-event .date-group i,
section#insurance-event .time-group i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 19px;
  vertical-align: middle;
}
section#insurance-event .date-group input,
section#insurance-event .time-group input {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-radius: 0;
}
/**
 * Cookies
 * --------------------------------------------------
 */
.eu-cookies {
  position: fixed;
  z-index: 9999999999999;
  bottom: 0;
  width: 100%;
  background-color: #070714;
  color: #fff;
  padding: 20px;
}
.eu-cookies p,
.eu-cookies .btn,
.eu-cookies a {
  margin: 0 15px;
  display: block;
}
.eu-cookies p {
  text-align: center;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies ahover {
  color: #0184ce;
}
@media (max-width: 991px) {
  .eu-cookies {
    padding: 10px 0;
  }
  .eu-cookies p,
  .eu-cookies .btn,
  .eu-cookies a {
    margin: 5px auto;
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999;
}
#loading .block {
  position: absolute;
  top: 100px;
  left: 50%;
  background: #fff;
  color: #070714;
  padding: 25px;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/**
* MakeAccessory style
*/
.makeAccessory {
  margin-top: 15px;
  margin-bottom: 15px;
}
.makeAccessory .accBody {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.makeAccessory .accBody .image {
  position: relative;
  display: flex;
}
.makeAccessory .accBody .image span.discount {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  background: #5555EC;
  position: absolute;
  bottom: 10px;
  left: 15px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
}
.makeAccessory .accBody .body {
  color: #070714;
  font-weight: 300;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.makeAccessory .accBody .body h3 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.makeAccessory .accBody .body p {
  color: #070714;
  font-size: 16px;
}
.makeAccessory .accBody .price div {
  color: #0184ce;
  font-size: 19px;
  font-weight: 500;
}
.makeAccessory .accBody .price div.old {
  text-decoration: line-through;
  color: #707173;
  font-size: 16px;
  font-weight: 300;
}
.makeAccessory .accBody .price div span {
  font-size: 70%;
}
.makeAccessory .accBody .btn-black-o {
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 0;
}
section.spare-parts .modal.contant-modal label,
section.spare-parts .modal.contant-modal p,
section.spare-parts .modal.contant-modal h1,
section.spare-parts .modal.contant-modal h2,
section.spare-parts .modal.contant-modal h4,
section.spare-parts .modal.contant-modal h5,
section.spare-parts .modal.contant-modal h6,
section.spare-parts .modal.contant-modal a,
section.spare-parts .modal.contant-modal span[class^="icon-"],
section.spare-parts .modal.contant-modal span[class*=" icon-"] {
  color: #000;
}
section.spare-parts .modal.contant-modal .form-group input,
section.spare-parts .modal.contant-modal .form-group select,
section.spare-parts .modal.contant-modal .form-group textarea,
section.spare-parts .modal.contant-modal .form-group .custom-select {
  border: 1px solid #707173;
  color: #000;
}
section.spare-parts .modal.contant-modal .form-group input[type="radio"],
section.spare-parts .modal.contant-modal .form-group input[type="checkbox"] {
  border: 0;
}
section.spare-parts .modal.contant-modal .form-group .custom-radios input:checked:before {
  box-shadow: inset 0px 0px 0px 6px #000;
}
.pickadate-root {
  position: relative;
}
.james-bond-background {
  margin-bottom: 30px;
  background-color: #0b121b;
}
.james-bond-background img {
  display: block;
  margin: 0 auto;
}
#james-bond .form .form-group .custom-radios input:checked::before {
  -webkit-box-shadow: inset 0 0 0 6px #0184ce;
  -moz-box-shadow: inset 0 0 0 6px #0184ce;
  box-shadow: inset 0 0 0 6px #0184ce;
}
#james-bond .form .info-text {
  font-size: 14px;
  line-height: 24px;
  color: #a5a5af;
}
#james-bond .form .info-text a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin: 20px 0;
}
#james-bond .form .info-text a .icon-arrow-right {
  margin-right: 10px;
  color: #000;
}
#james-bond .form .info-text a::after {
  content: " ";
  display: block;
  margin: 8px 0 0;
  height: 2px;
  background-color: #0184ce;
  width: 98%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#james-bond .form .info-text a:hover::after {
  width: 20px;
}
/**
 * Opening Hours Fixed Panel
 * --------------------------------------------------
 */
.opening-hours-fixed {
  color: #fff;
  background-color: #070714;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  left: 12px;
  z-index: 1030;
  width: 280px;
}
.opening-hours-fixed .container {
  padding: 0 25px;
}
.opening-hours-fixed h2,
.opening-hours-fixed h4 {
  font-size: 12px;
}
.opening-hours-fixed h2::after {
  content: "";
  background-color: #5555ec;
  position: absolute;
  top: 28px;
  left: 160px;
  width: 20px;
  height: 2px;
}
.opening-hours-fixed h3 {
  font-size: 18px;
  margin-top: 10px;
  border-bottom: 1px solid #52525b;
  padding-bottom: 7px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.opening-hours-fixed h3 .fa {
  color: #5555ec;
  transition: transform 0.2s;
}
.opening-hours-fixed h3.is-active {
  border-bottom-color: #5555ec;
}
.opening-hours-fixed h3.is-active .fa {
  transform: rotate(-180deg);
}
.opening-hours-fixed h3:hover {
  cursor: pointer;
}
.opening-hours-fixed h4 {
  margin-top: 7px;
}
.opening-hours-fixed .row {
  margin-right: -5px;
  margin-left: -5px;
}
.opening-hours-fixed .row .col-4 {
  padding: 0 5px;
}
.opening-hours-fixed [data-collapse-content] {
  position: relative;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  z-index: 0;
  transition: max-height 0.2s ease-in-out, margin-bottom 0.2s, opacity 0.2s;
  overflow: hidden;
}
.opening-hours-fixed [data-collapse-content].is-active {
  max-height: 200px;
  opacity: 1;
  z-index: 1;
}
.opening-hours-fixed [data-collapse-content].is-active,
.opening-hours-fixed [data-collapse-content]:last-child {
  margin-bottom: 20px;
}
.opening-hours-fixed .days {
  display: block;
  font-size: 10px;
}
.opening-hours-fixed .hours {
  font-size: 10px;
  padding: 3px 4px;
  background-color: #212161;
  font-weight: 400;
  color: #fff;
  display: block;
}
@media (max-width: 1775px) {
  .opening-hours-fixed {
    display: none;
  }
}
.linked {
  position: relative;
}
.linked .overlay-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.linked .overlay-link .btn {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 200px;
  height: 60px;
}
.linked .overlay-link:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
