/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    padding: 0;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout.design-color-torchred.has-design-color-background,
.layout.design-color-torchred .has-design-color-background,
.layout.design-color-torchred strong > a::before,
.layout.design-color-torchred a > strong::before,
.layout.design-color-torchred p:has(strong>a):hover::before,
.layout.design-color-torchred .has-design-color-background-hover:hover {
  background-color: #ff1f45;
}
.layout.design-color-salem.has-design-color-background,
.layout.design-color-salem .has-design-color-background,
.layout.design-color-salem strong > a::before,
.layout.design-color-salem a > strong::before,
.layout.design-color-salem p:has(strong>a):hover::before,
.layout.design-color-salem .has-design-color-background-hover:hover {
  background-color: #13a538;
}
.layout.design-color-supernova.has-design-color-background,
.layout.design-color-supernova .has-design-color-background,
.layout.design-color-supernova strong > a::before,
.layout.design-color-supernova a > strong::before,
.layout.design-color-supernova p:has(strong>a):hover::before,
.layout.design-color-supernova .has-design-color-background-hover:hover {
  background-color: #ffcc00;
}
.layout.design-color-cranberry.has-design-color-background,
.layout.design-color-cranberry .has-design-color-background,
.layout.design-color-cranberry strong > a::before,
.layout.design-color-cranberry a > strong::before,
.layout.design-color-cranberry p:has(strong>a):hover::before,
.layout.design-color-cranberry .has-design-color-background-hover:hover {
  background-color: #db5197;
}
.layout.design-color-midnightblue.has-design-color-background,
.layout.design-color-midnightblue .has-design-color-background,
.layout.design-color-midnightblue strong > a::before,
.layout.design-color-midnightblue a > strong::before,
.layout.design-color-midnightblue p:has(strong>a):hover::before,
.layout.design-color-midnightblue .has-design-color-background-hover:hover {
  background-color: #003366;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  color: #000000;
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle *:first-child {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: calc(810px - 1px)) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
  margin-left: 4px;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-menu-open .full-menu {
  z-index: 1;
}
.gfield--type-product {
  height: 0px !important;
  overflow: hidden !important;
  position: absolute !important;
}
.no-such-vehicle-gform-filter {
  background-color: #be1622;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
}
.layout-vehicledetail .options .toggle {
  display: none;
}
.layout-vehicledetail .options.expandable .toggle {
  display: block;
}
.layout-vehicledetail .options.expandable ul li:nth-child(13),
.layout-vehicledetail .options.expandable ul li:nth-child(12) ~ li {
  display: none;
}
.layout-vehicledetail .options.expandable.expanded ul li:nth-child(12) ~ li {
  display: block;
}
.search-reset {
  position: absolute;
  right: 0px;
  color: #be1622;
  font-size: 12px;
  top: 8px;
  padding: 10px;
  cursor: pointer;
}
.layout-vehiclessearch .results {
  display: none;
}
.layout-vehicleslatest .facetwp-pager {
  display: none;
}
.layout-vehicleslatest .facetwp-proxy-prev,
.layout-vehicleslatest .facetwp-proxy-next {
  pointer-events: none;
  opacity: .5;
  cursor: pointer;
}
.layout-vehicleslatest .facetwp-proxy-prev:hover,
.layout-vehicleslatest .facetwp-proxy-next:hover {
  font-weight: bold;
}
.layout-vehicleslatest .facetwp-proxy-prev.active,
.layout-vehicleslatest .facetwp-proxy-next.active {
  pointer-events: all;
  opacity: 1;
}
.toggle-favorite {
  transition: all .25s ease;
}
.toggle-favorite:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: '\f004';
}
.toggle-favorite:hover:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: '\e500';
}
.toggle-favorite.busy {
  opacity: .5;
}
.toggle-favorite.busy:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: '\f21e';
}
.toggle-favorite.is-favorite:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f004';
}
.toggle-favorite.is-favorite:hover:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\e4ff';
}
.toggle-favorite.is-favorite.busy:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f7a9';
}
.layout-tabs .tabs-selectors li {
  cursor: pointer;
}
.tabbed-hidden {
  display: none;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
body {
  font-size: 16px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  padding-block-start: 60px;
  color: #57585c;
}
@media screen and (min-width: 810px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-block-start: 100px;
  }
}
h1,
h2,
h3,
h4 {
  margin-block-start: 0;
}
h1 {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 65px;
  }
}
h2,
.layout-textandform .title-and-text .title {
  font-weight: 900;
  font-size: 18px;
  color: #701005;
}
@media screen and (min-width: 810px) {
  h2,
  .layout-textandform .title-and-text .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  h2,
  .layout-textandform .title-and-text .title {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .layout-textandform .title-and-text .title {
    font-size: 24px !important;
  }
}
h3 {
  font-weight: 700;
  font-size: 24px;
  word-spacing: 2px;
  color: #701005;
}
h4 {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 20px;
  }
}
p:not(:has(*):not(:has(span))),
p:not(:has(*):not(:has(span))) span {
  line-height: 1.6;
}
a,
button,
.full-search-toggle,
select {
  cursor: pointer;
}
a em,
em a {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
a em::before,
em a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
a em::before,
em a::before {
  top: auto;
  bottom: 0;
}
a em:hover::before,
em a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.phone i,
.email i,
.whatsapp i {
  display: none;
}
.phone::before,
.email::before,
.whatsapp::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .phone::before,
  .email::before,
  .whatsapp::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.phone.phone::before,
.email.phone::before,
.whatsapp.phone::before {
  background-image: url(../images/phone-icon-white-grey.svg);
}
.phone.email::before,
.email.email::before,
.whatsapp.email::before {
  background-image: url(../images/mail-icon-white-grey.svg);
}
.phone.whatsapp::before,
.email.whatsapp::before,
.whatsapp.whatsapp::before {
  background-image: url(../images/whatsapp-icon-white-grey.svg);
}
.layout-text .phone,
.layout-textandform .phone,
.layout-text .email,
.layout-textandform .email,
.layout-text .whatsapp,
.layout-textandform .whatsapp {
  display: flex;
  width: 100%;
  align-items: center;
  margin-block-end: 15px;
}
.layout-text .phone.phone::before,
.layout-textandform .phone.phone::before,
.layout-text .email.phone::before,
.layout-textandform .email.phone::before,
.layout-text .whatsapp.phone::before,
.layout-textandform .whatsapp.phone::before {
  background-image: url(../images/phone-icon.svg);
}
.layout-text .phone.email::before,
.layout-textandform .phone.email::before,
.layout-text .email.email::before,
.layout-textandform .email.email::before,
.layout-text .whatsapp.email::before,
.layout-textandform .whatsapp.email::before {
  background-image: url(../images/mail-icon.svg);
}
.layout-text .phone.whatsapp::before,
.layout-textandform .phone.whatsapp::before,
.layout-text .email.whatsapp::before,
.layout-textandform .email.whatsapp::before,
.layout-text .whatsapp.whatsapp::before,
.layout-textandform .whatsapp.whatsapp::before {
  background-image: url(../images/whatsapp-icon.svg);
}
.layout-text .phone .alt-text,
.layout-textandform .phone .alt-text,
.layout-text .email .alt-text,
.layout-textandform .email .alt-text,
.layout-text .whatsapp .alt-text,
.layout-textandform .whatsapp .alt-text {
  display: none;
}
.layout-textandvideo .play .icon,
.layout-promise .play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-textandvideo .play .icon i,
.layout-promise .play .icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.5);
}
.layout-faq {
  padding: 30px 0;
  background-color: #ffffff;
}
.layout-faq .container {
  max-width: 980px;
}
@media screen and (min-width: 1600px) {
  .layout-faq .container {
    padding-inline-end: 100px;
  }
}
.layout-faq .container h2 {
  color: #701005;
}
.layout-faq .container .faqs .faq {
  border-block-end: 1px solid #57585c;
}
.layout-faq .container .faqs .faq .question {
  font-weight: 700;
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question {
    padding: 2rem 0;
  }
}
.layout-faq .container .faqs .faq .answer {
  padding-inline-end: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer {
    padding-inline-end: 4rem;
  }
}
.layout-faq .container .faqs .faq.unfolded .answer {
  line-height: 1.6;
  padding: 0 2rem 1rem 0;
  text-align: justify;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq.unfolded .answer {
    padding: 0 4rem 2rem 0;
  }
}
.retain,
.interested {
  color: #be1622;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  border-color: #be1622;
}
.retain:after,
.interested:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .retain,
  .interested {
    font-size: 18px;
  }
}
.retain::after,
.interested::after {
  margin-inline-start: 1rem;
}
.retain:hover,
.interested:hover {
  color: #ffffff;
  background-color: #be1622;
  transition: all 0.25s ease;
}
.retain:active,
.interested:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (max-width: 809px) {
  .retain::after,
  .interested::after {
    display: none;
  }
}
.layout-header {
  height: max-content;
}
.layout-header .header {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.layout-header .header,
.layout-header .header .container {
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 100px;
  }
}
.layout-header .header .container {
  max-width: 1800px;
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container > * {
    position: static;
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
}
.layout-header .header .container .logo {
  display: flex;
  align-items: center;
  gap: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .logo {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .logo {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: start;
  }
}
.layout-header .header .container .logo .home {
  margin-inline-start: 60px;
}
.layout-header .header .container .logo .home,
.layout-header .header .container .logo .home svg {
  width: 100px;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .logo .home,
  .layout-header .header .container .logo .home svg {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .logo .home,
  .layout-header .header .container .logo .home svg {
    height: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .logo .home,
  .layout-header .header .container .logo .home svg {
    width: 200px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .logo .home {
    margin: 0;
  }
}
.layout-header .header .container .logo p {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-size: 8px;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-header .header .container .logo p {
    left: 66px;
    position: absolute;
    bottom: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .logo p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .logo p {
    font-size: 10px;
    color: #be1622;
    margin: 0 0 0 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .logo p {
    font-size: 30px;
    margin: 0 0 -2px;
  }
}
.layout-header .header .container .menu {
  left: 240px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu {
    display: grid;
    grid-template-columns: repeat(4, max-content);
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .menu {
    padding-inline-start: 30px;
  }
}
.layout-header .header .container .menu a {
  color: #57585c;
  font-weight: 700;
  padding: .5rem;
  isolation: isolate;
  width: max-content;
  position: relative;
  z-index: 2;
  font-size: 16px !important;
}
.layout-header .header .container .menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container .menu a::before {
  top: auto;
  bottom: 0;
}
.layout-header .header .container .menu a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu a {
    padding-inline: 1rem;
  }
}
.layout-header .header .container .menu a:hover {
  color: #000000;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu a:hover::before {
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
}
.layout-header .header .container .menu .menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\e093";
}
.layout-header .header .container .menu .menu-item-has-children > a::after {
  color: #999999;
  margin-inline-start: .5rem;
}
.layout-header .header .container .menu .menu-item-has-children > a:hover::after {
  color: #be1622;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu .menu-item-has-children .sub-menu a::after {
  margin-inline-start: 30px;
}
.layout-header .header .container .menu > .menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .25rem;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container .menu > .menu-item-has-children::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container .menu > .menu-item-has-children::before {
  opacity: 0;
}
.layout-header .header .container .menu > .menu-item-has-children:hover {
  position: relative;
  isolation: isolate;
}
.layout-header .header .container .menu > .menu-item-has-children:hover::before {
  opacity: 1;
  background-color: #ffffff;
  min-height: 40vh;
  width: 2500vw;
  top: 98%;
  left: -100vw;
  right: -50vw;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu > .menu-item-has-children:hover::after {
  content: "";
  display: block;
  width: 250vw;
  height: 30vh;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-header .header .container .menu > .menu-item-has-children:hover::after {
  top: 102%;
  left: -100vw;
  right: -50vw;
  border-radius: 50%;
  z-index: 4;
  animation: unfade 1s linear 1 forwards;
}
@keyframes unfade {
  from {
    left: -100vw;
    top: 100%;
  }
  to {
    left: 150vw;
    top: 400%;
  }
}
.layout-header .header .container .menu > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu > .menu-item-has-children:hover > .sub-menu {
    top: 100px;
  }
}
.layout-header .header .container .menu > .menu-item-has-children:hover > .sub-menu li a {
  min-width: 250px;
}
.layout-header .header .container .menu > .menu-item-has-children:hover > .sub-menu .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
.layout-header .header .container .menu > .menu-item-has-children:hover > .sub-menu .menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
.layout-header .header .container .menu > .menu-item-has-children:has(.sub-menu:hover) > a::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  display: none;
  opacity: 0;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu::before {
  content: "";
  display: inline-block;
  width: 200vw;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  top: -25px;
  left: -50vw;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: .5rem;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children:hover {
  position: relative;
  isolation: isolate;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children:hover::before {
  content: "";
  display: block;
  width: 250px;
  height: 200px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children:hover::before {
  top: 0;
  left: 100%;
  z-index: -1;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children:hover .three-deep-menu {
  display: inline-block;
}
.layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children > .three-deep-menu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 1rem);
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu > .menu-item-has-children .sub-menu > li.menu-item-has-children > .three-deep-menu {
    padding-inline-start: 94px;
  }
}
.layout-header .header .container .contact {
  position: absolute;
  right: 15px;
  display: flex;
  gap: 1rem;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .contact {
    right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact {
    min-width: 220px;
    justify-content: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact {
    position: static;
    right: 200px;
    gap: 26px;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact a {
    position: relative;
    top: unset;
    transform: none;
  }
}
.layout-header .header .container .contact a::before {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.layout-header .header .container .contact a span {
  font-size: 0;
  background-color: #4c7257;
  color: #ffffff;
  border-radius: 5rem;
  height: 2.5rem;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a span {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact a span {
    position: absolute;
    width: max-content;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a.phone {
    left: -2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact a.phone {
    left: unset;
  }
}
.layout-header .header .container .contact a.phone::before {
  background-image: url(../images/phone-icon.svg);
}
.layout-header .header .container .contact a.phone span {
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a.phone:hover span {
    font-size: 1rem;
    transition: all 0.25s ease;
    padding: 0 1.5rem 0 2.75rem;
    margin-inline-start: -2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a.whatsapp {
    left: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact a.whatsapp {
    left: unset;
  }
}
.layout-header .header .container .contact a.whatsapp::before {
  background-image: url(../images/whatsapp-icon.svg);
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a.email {
    left: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .contact a.email {
    left: unset;
  }
}
.layout-header .header .container .contact a.email::before {
  background-image: url(../images/mail-icon.svg);
}
.layout-header .header .container .contact a:hover {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .contact a:hover span.alt-text {
    font-size: 1rem;
    padding: 0 1.5rem 0 2.75rem;
    margin-inline-start: -2.5rem;
    transition: all 0.25s ease;
    width: max-content;
  }
}
.layout-header .header .container .search-login-and-language {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .search-login-and-language {
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-login-and-language {
    justify-self: end;
  }
}
@media screen and (min-width: 1600px) {
  .layout-header .header .container .search-login-and-language {
    gap: 3rem;
    padding: 0 30px 0 0;
  }
}
.layout-header .header .container .search-login-and-language .search,
.layout-header .header .container .search-login-and-language .login,
.layout-header .header .container .search-login-and-language .language {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-login-and-language .search,
  .layout-header .header .container .search-login-and-language .login,
  .layout-header .header .container .search-login-and-language .language {
    display: inline-block;
  }
}
.layout-header .header .container .search-login-and-language form.search {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .search-login-and-language form.search {
    display: inline-block;
  }
}
.layout-header .header .container .search-login-and-language form.search input {
  display: none;
  background-color: transparent;
  border: none;
  color: #000000;
}
.layout-header .header .container .search-login-and-language form.search input:focus {
  outline: none;
  border: 1px solid #be1622;
  padding-inline-start: .5rem;
  border-radius: 2px;
}
.layout-header .header .container .search-login-and-language form.search input::placeholder {
  color: #000000;
  font-weight: 700;
  opacity: 1;
}
.layout-header .header .container .search-login-and-language form.search .full-search-toggle {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.5rem;
}
.layout-header .header .container .search-login-and-language form.search .search-button {
  display: none;
}
.layout-header .header .container .search-login-and-language .login {
  width: 50px;
  height: 50px;
  background-image: url(../images/login-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  isolation: auto !important;
}
.has-profile-layout .layout-header .header .container .search-login-and-language .login {
  position: relative;
  isolation: isolate;
}
.has-profile-layout .layout-header .header .container .search-login-and-language .login::before {
  content: "";
  display: block;
  width: 120%;
  height: 250%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.has-profile-layout .layout-header .header .container .search-login-and-language .login::before {
  top: -50%;
  left: -10%;
}
.layout-header .header .container .search-login-and-language .language {
  text-transform: uppercase;
  position: relative;
}
.layout-header .header .container .search-login-and-language .language .current {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 5px;
}
.layout-header .header .container .search-login-and-language .language .rest {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.layout-header .header .container .full-menu-toggle {
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  transform: none;
  background-color: #be1622;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
.layout-header .header .container .full-menu-toggle i::before {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header .header:has(.menu>.menu-item-has-children:hover) {
    position: relative;
    isolation: isolate;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
  }
  .layout-header .header:has(.menu>.menu-item-has-children:hover)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 40vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.full-menu-open .layout-header .header .container .contact {
  z-index: -1;
}
.full-search-open:not(.full-menu-open) .layout-header .contact {
  z-index: 3;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search {
  position: relative;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .full-search-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .full-search-toggle::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button {
  height: 60px;
  right: 50vw;
  top: 30px;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  isolation: isolate;
  position: absolute;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button::before {
  content: "";
  display: block;
  width: 200vw;
  height: 60px;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button::before {
  left: -50vw;
}
@media screen and (min-width: 1280px) {
  .full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button::before {
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button {
    height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button {
    right: 800px;
  }
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button input {
  display: inline-block;
  height: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  padding-left: 1rem;
  min-width: 300px;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button button {
  display: flex;
  gap: .5rem;
  align-items: center;
  height: max-content;
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 4px;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button button:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.full-search-open:not(.full-menu-open) .layout-header .search-login-and-language form.search .input-and-button button p {
  margin: 0;
  line-height: 1;
}
.layout-header .full-menu {
  background-color: #ffffff;
}
.layout-header .full-menu .container {
  position: relative;
  isolation: isolate;
}
.layout-header .full-menu .container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .full-menu .container::before {
  top: 60px;
  z-index: 2;
}
.layout-header .full-menu .container .search-and-language {
  position: absolute;
  top: 30px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  transform: translateY(-50%);
  z-index: 2;
}
.layout-header .full-menu .container .search-and-language .login {
  width: 50px;
  height: 50px;
  background-image: url(../images/login-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  isolation: auto !important;
}
.has-profile-layout .layout-header .full-menu .container .search-and-language .login {
  position: relative;
  isolation: isolate;
}
.has-profile-layout .layout-header .full-menu .container .search-and-language .login::before {
  content: "";
  display: block;
  width: 130%;
  height: 60px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.has-profile-layout .layout-header .full-menu .container .search-and-language .login::before {
  top: -5px;
  left: -15%;
}
.layout-header .full-menu .container .search-and-language .search {
  margin: 0;
}
.layout-header .full-menu .container .search-and-language .search .full-search-toggle {
  display: inline-block;
  font-size: 1.5rem;
}
.layout-header .full-menu .container .search-and-language .search .input-and-button {
  display: none;
}
.layout-header .full-menu .container .search-and-language .language {
  text-transform: uppercase;
  position: relative;
}
.layout-header .full-menu .container .search-and-language .language .current {
  border: 1px solid #4c7257;
  border-radius: 4px;
  padding: 5px;
}
.layout-header .full-menu .container .search-and-language .language .rest {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.layout-header .full-menu .container .menu {
  padding: 60px 0 0 60px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-header .full-menu .container .menu li a {
  color: #000000;
  font-weight: 700;
  padding: .75rem 0;
  position: relative;
  isolation: isolate;
  width: max-content;
}
.layout-header .full-menu .container .menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .full-menu .container .menu li a::before {
  top: auto;
  bottom: 0;
}
.layout-header .full-menu .container .menu li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .full-menu .container .menu li.menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .toggle i {
  color: #999999;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .toggle i::before {
  content: "\f061";
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded > a::before {
  width: 100%;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .toggle:not(.sub-menu .toggle) i::before {
  color: #701005;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .sub-menu {
  display: block;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .sub-menu > li {
  position: relative;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .sub-menu > li .three-deep-menu {
  background-color: #ffffff;
  order: 3;
  display: none;
  padding-inline: .5rem;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .sub-menu > li .three-deep-menu a {
  color: #999999;
}
.layout-header .full-menu .container .menu li.menu-item-has-children.unfolded .sub-menu > li.unfolded .three-deep-menu {
  display: block;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu {
  order: 3;
  background-color: #ffffff;
  padding: .5rem;
  display: none;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu a {
  color: #57585c;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu > li.menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu > li.menu-item-has-children .toggle i {
  color: #999999;
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu > li.menu-item-has-children .toggle i::before {
  content: "\f061";
}
.layout-header .full-menu .container .menu li.menu-item-has-children .sub-menu > li.menu-item-has-children.unfolded .toggle i::before {
  color: #701005;
}
.full-search-open.full-menu-open .layout-header .full-menu {
  position: relative;
  isolation: isolate;
  position: fixed;
}
.full-search-open.full-menu-open .layout-header .full-menu::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 60px);
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.full-search-open.full-menu-open .layout-header .full-menu::before {
  top: 60px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .login {
  margin-right: 50px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search {
  position: absolute;
  top: calc(100% + 60px);
  right: 27px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .full-search-toggle {
  position: fixed;
  right: 60px;
  bottom: 50%;
  transform: translateY(50%);
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button {
  display: block;
  width: 275px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button input {
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  color: #000000;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button input:focus {
  outline: none;
  border: 1px solid #be1622;
  padding-inline-start: .5rem;
  border-radius: 2px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button input::placeholder {
  color: #000000;
  font-weight: 700;
  opacity: 1;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  width: 80%;
  margin: auto;
  color: #ffffff;
  background-color: #be1622;
  border: 1px solid #be1622;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 4px;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button button:hover {
  color: #be1622;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .search-and-language .search .input-and-button button p {
  margin: 0;
  line-height: 1;
}
.full-search-open.full-menu-open .layout-header .full-menu .container .menu {
  display: none;
}
.scrolled .layout-header .login::before {
  top: auto !important;
  bottom: -25px;
}
.layout-footer {
  background-color: #be1622;
  padding: 30px 0;
}
.layout-footer,
.layout-footer a {
  color: #ffffff;
}
.layout-footer .container {
  max-width: 1800px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
  }
}
.layout-footer .container .logo {
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo {
    margin-inline-end: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .logo {
    margin-inline-end: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo .home svg {
    height: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .logo .home svg {
    height: 25px;
  }
}
.layout-footer .container .logo .home svg g path {
  fill: #ffffff !important;
}
.layout-footer .container .logo .slogan {
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo .slogan {
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .logo .slogan {
    font-size: 15px;
  }
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  margin-block-start: 30px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "contact address" "socials form";
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "links1 links2 form" "contact address socials";
    gap: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .blocks {
    grid-column: 2 / 4;
  }
}
.layout-footer .container .blocks > li p:first-of-type {
  margin-block-start: 0;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .blocks > li p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li h4 {
    margin-block-end: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .container .blocks > li a {
    font-size: 20px;
  }
}
.layout-footer .container .blocks > li a .alt-text {
  display: none;
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) {
    display: inline-block;
  }
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) a {
  font-weight: 600;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) a::before {
  top: auto;
  bottom: 0;
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)) a::before {
  background: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)):first-of-type {
    grid-area: links1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(a):not(:has(.phone)):not(:has(.social-pages)):nth-of-type(2) {
    grid-area: links2;
  }
}
.layout-footer .container .blocks > li:has(.address) {
  line-height: 1.6;
}
.layout-footer .container .blocks > li:has(.address) * {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.address) {
    grid-area: address;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.address) h4 {
    margin: -5px 0 20px;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.phone) {
    grid-area: contact;
  }
}
.layout-footer .container .blocks > li:has(.phone) h4 {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.phone) h4 {
    display: inline-block;
  }
}
.layout-footer .container .blocks > li:has(.phone) ul > li {
  margin: 0 0 .5rem;
}
.layout-footer .container .blocks > li:has(.phone) ul > li a {
  display: flex;
  align-items: center;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.phone) ul > li a::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.social-pages) {
    grid-area: socials;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.social-pages) h4 {
    margin-block-end: 20px;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages {
  display: flex;
  gap: 1rem;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a {
  font-size: 0;
  border-radius: 50%;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i::before {
  font-size: 1.5rem;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a:has(.fa-facebook-f):hover {
  background-color: #0866ff;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a:has(.fa-instagram):hover {
  background: linear-gradient(to bottom, #4069ca, #c837ab, #fb5246, #ffd153);
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.gform_wrapper) {
    grid-area: form;
  }
}
.layout-copyright {
  background-color: #c32a34;
  color: #ffffff;
  padding: 30px 0;
}
.layout-copyright .container {
  max-width: none;
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container {
    grid-template-columns: 1fr auto auto;
    gap: 1.5rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .copyright {
    order: 2;
  }
}
.layout-copyright .container .menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .menu {
    display: flex;
    gap: 1rem;
  }
}
.layout-copyright .container .menu a {
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-copyright .container .menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-copyright .container .menu a::before {
  top: auto;
  bottom: 0;
}
.layout-copyright .container .menu a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-copyright .container .menu a::before {
  background: #ffffff;
}
.layout-copyright .container .up {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .up {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .up {
    order: 3;
  }
}
.layout-copyright .container .up i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-copyright .container .up i::before {
  font-size: 1.5rem;
}
.layout-herohome {
  background-color: #f5f5f5;
  position: relative;
  isolation: isolate;
}
.layout-herohome::after {
  content: "";
  display: block;
  width: 100%;
  height: 13%;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-herohome::after {
    padding: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome::after {
    height: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome::after {
    height: 25%;
  }
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-herohome .container {
    display: grid;
    padding: 0;
  }
  .layout-herohome .container > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .container {
    border-block-end: 2px dotted #ffffff;
    padding-block-end: 30px;
  }
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-herohome .container .text-and-list {
    position: relative;
    z-index: 1;
    padding: 2rem 15px 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list {
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .container .text-and-list {
    gap: 6rem;
  }
}
.layout-herohome .container .text-and-list .text {
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list .text {
    display: grid;
    grid-template-columns: repeat(3, max-content);
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list .text {
    grid-column: span 2;
    height: max-content;
  }
}
.layout-herohome .container .text-and-list .text h1 {
  font-size: 1.27rem;
  color: #000000;
}
@media screen and (min-width: 412px) {
  .layout-herohome .container .text-and-list .text h1 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list .text h1 {
    grid-column: span 3;
    max-width: 600px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list .text h1 {
    margin-block-start: 0;
    max-width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .container .text-and-list .text h1 {
    margin-block: 1.5rem 2rem;
    font-size: 2.5rem;
  }
}
.layout-herohome .container .text-and-list .text p {
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list .text p {
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-herohome .container .text-and-list .text p {
    margin-block-start: 0;
  }
}
.layout-herohome .container .text-and-list .text p a {
  font-size: 14px;
}
.layout-herohome .container .text-and-list .text p:first-of-type {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.layout-herohome .container .text-and-list .text p:first-of-type a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-herohome .container .text-and-list .text p:first-of-type a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list .text p:first-of-type a {
    font-size: 18px;
  }
}
.layout-herohome .container .text-and-list .text p:first-of-type a::after {
  margin-inline-start: 1rem;
}
.layout-herohome .container .text-and-list .text p:first-of-type a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-herohome .container .text-and-list .text p:first-of-type a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) {
  display: inline-block;
  margin: 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list .text p:nth-of-type(2) {
    margin: 0;
  }
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) a {
  color: #4c7257;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .text-and-list .text p:nth-of-type(2) a {
    font-size: 18px;
  }
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) a::after {
  margin-inline-start: 1rem;
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) a:hover {
  color: #ffffff;
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-herohome .container .text-and-list .text p:nth-of-type(2) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list .list {
    padding-block-start: 2rem;
  }
}
.layout-herohome .container .text-and-list .list li {
  line-height: 1.6;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.25rem;
  position: relative;
  padding-inline-start: 2rem;
  display: none;
}
.layout-herohome .container .text-and-list .list li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/vink-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .text-and-list .list li {
    display: list-item;
  }
}
.layout-herohome .container .image {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .image {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .container .image {
    height: auto;
  }
}
.layout-herohome .container .image img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-herohome .container .image img {
    object-fit: contain;
  }
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-herohome .container .image-small {
    height: 100%;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .container .image-small {
    display: none;
  }
}
.layout-herohome .container .image-small img {
  height: 100%;
  width: 100%;
}
.layout-hero {
  position: relative;
}
.layout-hero img {
  height: 75vh;
  width: 100%;
}
.layout-hero .container:not(:has(.breadcrumbs)) {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container:not(:has(.breadcrumbs)) {
    left: 50%;
    transform: translateX(-50%);
  }
}
.layout-hero .container:not(:has(.breadcrumbs)) .text {
  color: #ffffff;
  padding-block: 30px;
}
.layout-hero .container:not(:has(.breadcrumbs)) .text h1,
.layout-hero .container:not(:has(.breadcrumbs)) .text p {
  margin: 0;
}
.layout-hero .container:has(.breadcrumbs) {
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container:has(.breadcrumbs) {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span {
  color: #be1622;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span {
  color: #ffffff;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a {
  position: relative;
  isolation: isolate;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a::before {
  top: auto;
  bottom: 0;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a::before {
  width: 100%;
  background-color: #ffffff;
  height: 1px;
}
.layout-hero .container:has(.breadcrumbs) .breadcrumbs > span span a:hover::before {
  width: 0;
}
.layout-steps {
  padding: 30px 0 0;
}
.layout-steps .container {
  position: relative;
  max-width: 1600px;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container {
    display: grid;
    grid-template-areas: "title title title ." "image steps steps steps" "image . text text";
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-steps .container {
    padding-inline: 0 calc((1600px - 1320px) / 2);
  }
}
.layout-steps .container .title-and-contact-text {
  padding: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-contact-text {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: .5rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .title-and-contact-text {
    grid-area: title;
  }
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .title-and-contact-text {
    gap: 2rem;
    margin-block-end: 2.25rem;
  }
}
.layout-steps .container .title-and-contact-text > .title {
  color: #701005;
  margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .title-and-contact-text > .title {
    padding-inline: calc((1600px - 1320px) / 2) 0;
    font-size: 30px;
  }
}
.layout-steps .container .title-and-contact-text .contact-text {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .title-and-contact-text .contact-text {
    display: inline-block;
  }
}
.layout-steps .container .title-and-contact-text .contact-text p {
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .title-and-contact-text .contact-text p {
    font-size: 24px;
  }
}
.layout-steps .container .title-and-contact-text .contact-text p a {
  text-decoration: underline;
}
.layout-steps .container .title-and-contact-text .contact-text p a:hover {
  color: #be1622;
  transition: all 0.25s ease;
}
.layout-steps .container .steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-area: steps;
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li {
    height: max-content;
  }
}
.layout-steps .container .steps .step {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  align-items: center;
  justify-items: center;
}
.layout-steps .container .steps .step .image {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .steps .step .image {
    width: 75px;
    height: 75px;
  }
}
.layout-steps .container .steps .step .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layout-steps .container .steps .step .step-title {
  text-align: center;
  font-weight: 500;
  min-height: 45px;
}
.layout-steps .container .text {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .text {
    justify-content: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text {
    grid-area: text;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .text {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p:first-of-type {
    order: 3;
  }
}
.layout-steps .container .text p:first-of-type strong a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-steps .container .text p:first-of-type strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p:first-of-type strong a {
    font-size: 18px;
  }
}
.layout-steps .container .text p:first-of-type strong a::after {
  margin-inline-start: 1rem;
}
.layout-steps .container .text p:first-of-type strong a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-steps .container .text p:first-of-type strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p:nth-of-type(2) {
    order: 2;
  }
}
.layout-steps .container .text p:nth-of-type(2) strong a {
  color: #4c7257;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-steps .container .text p:nth-of-type(2) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p:nth-of-type(2) strong a {
    font-size: 18px;
  }
}
.layout-steps .container .text p:nth-of-type(2) strong a::after {
  margin-inline-start: 1rem;
}
.layout-steps .container .text p:nth-of-type(2) strong a:hover {
  color: #ffffff;
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-steps .container .text p:nth-of-type(2) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-steps .container .text p:last-of-type {
  grid-column: span 2;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .text p:last-of-type {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p:last-of-type {
    grid-column: unset;
    order: 1;
  }
}
.layout-steps .container .text p:last-of-type a {
  text-decoration: underline;
}
.layout-steps .container .text p:last-of-type a:hover {
  color: #be1622;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .text p:last-of-type a {
    padding-block-start: .75rem;
  }
}
.layout-steps .container .image-and-bubble {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .2rem;
  padding-top: 30px;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .image-and-bubble {
    display: unset;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .image-and-bubble {
    width: max-content;
    grid-area: image;
    margin-inline-start: calc(50vw - 1320px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .image-and-bubble {
    margin-inline-start: unset;
  }
}
.layout-steps .container .image-and-bubble .image {
  grid-column: span 3;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .image-and-bubble .image {
    width: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-steps .container .image-and-bubble .image {
    margin-inline: 65px -45px;
  }
}
.layout-steps .container .image-and-bubble .image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .image-and-bubble .image img {
    object-fit: contain;
  }
}
.layout-steps .container .image-and-bubble .bubble {
  font-size: 14px;
  border: 1px solid #57585c;
  padding: .75rem 1.5rem;
  border-radius: 4px;
  height: max-content;
  grid-column: span 4;
  margin-block-start: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .image-and-bubble .bubble {
    display: none;
  }
}
.layout-steps .container .image-and-bubble .bubble p {
  margin: 0;
}
.layout-steps .container .image-and-bubble .bubble p a {
  text-decoration: underline;
}
.layout-textandimage {
  padding: 30px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1320px) {
  .layout-textandimage .container {
    padding-inline: calc(( 1320px - 980px ) / 2) 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .layout-textandimage .container .text-and-image {
    gap: 1.5rem 4rem;
  }
}
.layout-textandimage .container .text-and-image h2 {
  color: #701005;
  margin-block-start: 0;
}
.layout-textandimage .container .text-and-image p {
  line-height: 1.6;
}
.layout-textandimage .container .text-and-image .text {
  text-align: justify;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text {
    grid-column: span 2;
  }
}
.layout-textandimage .container .text-and-image .image {
  height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image .image {
    height: 100%;
  }
}
.layout-textandimage .container .text-and-image .image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1320px) {
  .layout-textandimage.style-image_left .container {
    padding-inline: 0 calc(( 1320px - 980px ) / 2);
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text-and-image .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text-and-image .image {
    order: 1;
  }
}
.layout-personcta,
.layout-cta,
.layout-vehiclecta {
  padding: 30px 0 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-personcta,
  .layout-cta,
  .layout-vehiclecta {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container,
  .layout-cta .container,
  .layout-vehiclecta .container {
    max-width: 980px;
    padding: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-personcta .container,
  .layout-cta .container,
  .layout-vehiclecta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-personcta .container,
  .layout-cta .container,
  .layout-vehiclecta .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1600px) {
  .layout-personcta .container > *,
  .layout-cta .container > *,
  .layout-vehiclecta .container > * {
    margin-inline: 100px -100px;
  }
}
@media screen and (min-width: 810px) {
  .layout-personcta .container .text,
  .layout-cta .container .text,
  .layout-vehiclecta .container .text {
    text-align: right;
  }
}
@media screen and (min-width: 1600px) {
  .layout-personcta .container .text,
  .layout-cta .container .text,
  .layout-vehiclecta .container .text {
    grid-column: 1 / 3;
    align-self: center;
  }
}
.layout-personcta .container .text h2,
.layout-cta .container .text h2,
.layout-vehiclecta .container .text h2 {
  color: #701005;
}
.layout-personcta .container .text P:has(a),
.layout-cta .container .text P:has(a),
.layout-vehiclecta .container .text P:has(a) {
  display: inline-block;
}
.layout-personcta .container .text P:has(a) strong a,
.layout-cta .container .text P:has(a) strong a,
.layout-vehiclecta .container .text P:has(a) strong a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-personcta .container .text P:has(a) strong a:after,
.layout-cta .container .text P:has(a) strong a:after,
.layout-vehiclecta .container .text P:has(a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container .text P:has(a) strong a,
  .layout-cta .container .text P:has(a) strong a,
  .layout-vehiclecta .container .text P:has(a) strong a {
    font-size: 18px;
  }
}
.layout-personcta .container .text P:has(a) strong a::after,
.layout-cta .container .text P:has(a) strong a::after,
.layout-vehiclecta .container .text P:has(a) strong a::after {
  margin-inline-start: 1rem;
}
.layout-personcta .container .text P:has(a) strong a:hover,
.layout-cta .container .text P:has(a) strong a:hover,
.layout-vehiclecta .container .text P:has(a) strong a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-personcta .container .text P:has(a) strong a:active,
.layout-cta .container .text P:has(a) strong a:active,
.layout-vehiclecta .container .text P:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-personcta .container .text P:has(a) + p:has(a),
.layout-cta .container .text P:has(a) + p:has(a),
.layout-vehiclecta .container .text P:has(a) + p:has(a) {
  margin-inline-start: .5rem;
}
.layout-personcta .container .text P:has(a) + p:has(a) strong a,
.layout-cta .container .text P:has(a) + p:has(a) strong a,
.layout-vehiclecta .container .text P:has(a) + p:has(a) strong a {
  color: #4c7257;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-personcta .container .text P:has(a) + p:has(a) strong a:after,
.layout-cta .container .text P:has(a) + p:has(a) strong a:after,
.layout-vehiclecta .container .text P:has(a) + p:has(a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container .text P:has(a) + p:has(a) strong a,
  .layout-cta .container .text P:has(a) + p:has(a) strong a,
  .layout-vehiclecta .container .text P:has(a) + p:has(a) strong a {
    font-size: 18px;
  }
}
.layout-personcta .container .text P:has(a) + p:has(a) strong a::after,
.layout-cta .container .text P:has(a) + p:has(a) strong a::after,
.layout-vehiclecta .container .text P:has(a) + p:has(a) strong a::after {
  margin-inline-start: 1rem;
}
.layout-personcta .container .text P:has(a) + p:has(a) strong a:hover,
.layout-cta .container .text P:has(a) + p:has(a) strong a:hover,
.layout-vehiclecta .container .text P:has(a) + p:has(a) strong a:hover {
  color: #ffffff;
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-personcta .container .text P:has(a) + p:has(a) strong a:active,
.layout-cta .container .text P:has(a) + p:has(a) strong a:active,
.layout-vehiclecta .container .text P:has(a) + p:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-personcta .container .buttons,
.layout-cta .container .buttons,
.layout-vehiclecta .container .buttons {
  display: flex;
  gap: 1rem;
  margin-block-end: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-personcta .container .buttons,
  .layout-cta .container .buttons,
  .layout-vehiclecta .container .buttons {
    justify-content: end;
  }
}
.layout-personcta .container .buttons .call a,
.layout-cta .container .buttons .call a,
.layout-vehiclecta .container .buttons .call a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-personcta .container .buttons .call a:after,
.layout-cta .container .buttons .call a:after,
.layout-vehiclecta .container .buttons .call a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container .buttons .call a,
  .layout-cta .container .buttons .call a,
  .layout-vehiclecta .container .buttons .call a {
    font-size: 18px;
  }
}
.layout-personcta .container .buttons .call a::after,
.layout-cta .container .buttons .call a::after,
.layout-vehiclecta .container .buttons .call a::after {
  margin-inline-start: 1rem;
}
.layout-personcta .container .buttons .call a:hover,
.layout-cta .container .buttons .call a:hover,
.layout-vehiclecta .container .buttons .call a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-personcta .container .buttons .call a:active,
.layout-cta .container .buttons .call a:active,
.layout-vehiclecta .container .buttons .call a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-personcta .container .buttons .mail a,
.layout-cta .container .buttons .mail a,
.layout-vehiclecta .container .buttons .mail a {
  color: #4c7257;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-personcta .container .buttons .mail a:after,
.layout-cta .container .buttons .mail a:after,
.layout-vehiclecta .container .buttons .mail a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container .buttons .mail a,
  .layout-cta .container .buttons .mail a,
  .layout-vehiclecta .container .buttons .mail a {
    font-size: 18px;
  }
}
.layout-personcta .container .buttons .mail a::after,
.layout-cta .container .buttons .mail a::after,
.layout-vehiclecta .container .buttons .mail a::after {
  margin-inline-start: 1rem;
}
.layout-personcta .container .buttons .mail a:hover,
.layout-cta .container .buttons .mail a:hover,
.layout-vehiclecta .container .buttons .mail a:hover {
  color: #ffffff;
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-personcta .container .buttons .mail a:active,
.layout-cta .container .buttons .mail a:active,
.layout-vehiclecta .container .buttons .mail a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-personcta .container .image,
.layout-cta .container .image,
.layout-vehiclecta .container .image {
  align-self: end;
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-personcta .container .image,
  .layout-cta .container .image,
  .layout-vehiclecta .container .image {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personcta .container .image,
  .layout-cta .container .image,
  .layout-vehiclecta .container .image {
    height: 400px;
  }
}
.layout-personcta .container .image img,
.layout-cta .container .image img,
.layout-vehiclecta .container .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1600px) {
  .layout-personcta .container .text-and-buttons {
    grid-column: 1 / 3;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclecta .container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclecta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclecta .container .text {
    text-align: right;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclecta .container .text {
    grid-column: unset;
  }
}
.layout-vehiclecta .container .text h2 {
  text-align: left;
}
@media screen and (min-width: 810px) {
  .layout-vehiclecta .container .text h2 {
    color: #57585c;
    text-align: right;
  }
}
.layout-textandlist li,
.layout-textandtext li {
  line-height: 1.6;
  position: relative;
  padding-inline-start: 2rem;
}
.layout-textandlist li::before,
.layout-textandtext li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/vink-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-text {
  padding: 30px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-text .container {
    max-width: 980px;
    padding: 0;
  }
}
.layout-text .container .text {
  text-align: justify;
}
.layout-text .container .text h2 {
  text-align: left;
}
.layout-text .container .text p {
  line-height: 1.6;
}
.layout-text .container .text ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}
.layout-text .container .text ul li {
  line-height: 1.6;
}
.layout-text .container .text ul li::marker {
  color: #701005;
}
.layout-text.style-colored .text {
  color: #701005;
  font-weight: 500;
}
.layout-text.style-has_title_and_button {
  background-color: #e6e6e6;
}
.layout-text.style-has_title_and_button .container .text {
  text-align: center;
}
.layout-text.style-has_title_and_button .container .text h2 {
  color: #701005;
}
.layout-text.style-has_title_and_button .container .text strong a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-text.style-has_title_and_button .container .text strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-text.style-has_title_and_button .container .text strong a {
    font-size: 18px;
  }
}
.layout-text.style-has_title_and_button .container .text strong a::after {
  margin-inline-start: 1rem;
}
.layout-text.style-has_title_and_button .container .text strong a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-text.style-has_title_and_button .container .text strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-text.style-page_top_text {
  background-color: #e6e6e6;
}
.layout-text.style-page_top_text .container {
  max-width: 1320px;
}
.layout-textandlist {
  padding: 30px 0;
  background-color: #e6e6e6;
  position: relative;
  isolation: isolate;
}
.layout-textandlist::before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-textandlist {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist {
    padding: 90px 0 30px;
  }
}
.layout-textandlist::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 810px) {
  .layout-textandlist::before {
    display: none;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .text-and-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text-and-list {
    grid-template-columns: repeat(4, 1fr);
    background-color: #e6e6e6;
    border-radius: 8px;
    padding: 60px;
    max-width: 80%;
    position: relative;
    gap: 125px;
  }
}
.layout-textandlist .container .text-and-list .text {
  text-align: justify;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text-and-list .text {
    grid-column: 1 / 4;
  }
}
.layout-textandlist .container .text-and-list .text h2 {
  color: #701005;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .text-and-list .text h2 {
    text-align: right;
  }
}
.layout-textandlist .container .text-and-list .list {
  background-color: #be1622;
  border-radius: 8px;
  padding: 1.5rem;
  color: #ffffff;
  margin-inline: 20px;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .text-and-list .list {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text-and-list .list {
    position: absolute;
    right: -50%;
    transform: translateX(-50%);
    top: -60px;
    padding: inherit;
    max-width: 500px;
  }
}
.layout-textandlist .container .text-and-list .list > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .text-and-list .list > ul {
    height: 100%;
  }
}
.layout-textandlist .container .text-and-list .list > ul li {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist.style-list_left .container .text-and-list {
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandlist.style-list_left .container .text-and-list .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist.style-list_left .container .text-and-list .text {
    grid-column: 2 / 5;
  }
}
.layout-textandlist.style-list_left .container .text-and-list .text h2 {
  text-align: unset;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist.style-list_left .container .text-and-list .list {
    right: auto;
    left: -50%;
    transform: translateX(50%);
  }
}
.layout-textandtext {
  padding: 30px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container {
    max-width: 980px;
    padding: 0;
  }
}
.layout-textandtext .container .left-and-right {
  text-align: justify;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
.layout-textandtext .container .left-and-right ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-textandtext .container .left-and-right ul li {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-textandtext .container .left-and-right .right {
    padding-top: 1rem;
  }
}
.layout-image {
  padding: 30px 0;
  background-color: #ffffff;
}
.layout-image .container {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .layout-image .container {
    max-width: 1100px;
    padding: 0;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-image .container {
    padding: 0 30px;
  }
}
.layout-image .container .image-and-caption {
  position: relative;
  isolation: isolate;
}
.layout-image .container .image-and-caption:has(.caption)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-image .container .image-and-caption:has(.caption)::before {
    border-radius: 8px;
    left: 60px;
    height: calc(100% - 60px);
  }
}
.layout-image .container .image-and-caption .image img {
  border-radius: 8px;
  max-height: 600px;
  width: 100%;
}
.layout-image .container .image-and-caption .caption {
  padding: 15px;
  line-height: 1.6;
  font-style: italic;
}
@media screen and (min-width: 810px) {
  .layout-image .container .image-and-caption .caption {
    padding: 15px 0 15px 90px;
  }
}
.layout-image.style-small_image .container .image-and-caption {
  max-width: 800px;
  margin: auto;
}
.layout-image.style-small_image .container .image-and-caption::before {
  width: 800px;
}
@media screen and (min-width: 810px) {
  .layout-image.style-small_image .container .image-and-caption::before {
    right: 0;
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-image.style-small_image .container .image-and-caption .caption {
    padding: 15px 0 15px 60px;
  }
}
.layout-imagesalbum {
  padding: 30px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container {
    max-width: 980px;
    padding: 0;
  }
}
.layout-imagesalbum .container h2 {
  color: #701005;
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.layout-imagesalbum .container .slick-slider {
  margin: 1rem -0.5rem;
  padding-block-start: 1.5rem;
}
.layout-imagesalbum .container .slick-slider .slick-slide {
  margin: 0 .5rem;
  height: auto;
}
.layout-imagesalbum .container .image {
  width: 100%;
  aspect-ratio: 1;
}
.layout-imagesalbum .container .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .layout-imagesalbum .container .image img {
    height: 305px;
  }
}
.layout-textandvideo {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container {
    max-width: 980px;
    padding: 0;
  }
}
.layout-textandvideo .container > .title {
  color: #701005;
  text-align: center;
}
.layout-textandvideo .container .video-and-description .video {
  border-radius: 8px;
  max-width: 500px;
  margin: auto;
  position: relative;
  isolation: isolate;
}
.layout-textandvideo .container .video-and-description .video::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 30px);
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .video-and-description .video {
    max-width: 600px;
  }
}
.layout-textandvideo .container .video-and-description .video::before {
  border-radius: 8px;
  left: 30px;
  top: 15px;
}
@media screen and (min-width: 810px) {
  .layout-textandvideo .container .video-and-description .video::before {
    left: 45px;
  }
}
.layout-textandvideo .container .video-and-description .video .play img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1.77777778;
}
.layout-textandvideo .container .video-and-description .video-description {
  text-align: center;
  padding: .25rem 0;
  position: relative;
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layout-textandvideo .container .video-and-description .video-description p {
  margin: 0;
}
.layout-textandvideo .container .text {
  padding: 1rem 0 0;
}
.layout-testimonialsfeatured {
  padding: 30px 0;
  background-color: #ffffff;
}
.layout-testimonialsfeatured .container {
  font-style: italic;
  padding-inline: 60px 40px;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container {
    padding-inline: 120px;
  }
}
.layout-testimonialsfeatured .container .title {
  color: #701005;
  font-size: 34px;
  isolation: isolate;
  position: relative;
  padding-inline-start: 2rem;
  padding-inline-start: 0;
}
.layout-testimonialsfeatured .container .title::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../images/quote-marks.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-testimonialsfeatured .container .title::before {
  top: -50px;
  left: -45px;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .title::before {
    left: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .title::before {
    left: -90px;
    width: 150px;
    height: 150px;
  }
}
.layout-testimonialsfeatured .container blockquote {
  margin: 0;
  font-weight: 700;
  text-align: justify;
}
.layout-promise {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1280px) {
  .layout-promise {
    background-color: #ffffff;
    position: relative;
    isolation: isolate;
  }
  .layout-promise::before {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .layout-promise::before {
    top: auto;
    bottom: 0;
  }
}
.layout-promise .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .layout-promise .container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0 30px;
    grid-template-areas: "video video video video usps usps ." "slider slider slider links links links .";
    position: relative;
    isolation: isolate;
  }
  .layout-promise .container::before {
    content: "";
    display: block;
    width: calc(1320px - 200px);
    height: 65%;
    background: #be1622;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "video video video video usps usps" "slider slider slider links links links";
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container::before {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container::before {
    width: 100%;
  }
}
.layout-promise .container > * {
  padding-block-end: 30px;
}
@media screen and (min-width: 810px) {
  .layout-promise .container > * {
    padding-block-end: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container > * {
    padding-block-end: 70px;
  }
}
.layout-promise .container .video {
  margin-inline: -15px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .video {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .video {
    grid-area: video;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .video {
    margin-inline-start: -225px;
    width: calc(100% + 165px);
  }
}
@media screen and (min-width: 810px) {
  .layout-promise .container .video,
  .layout-promise .container .video img {
    border-radius: 8px;
  }
}
.layout-promise .container .video img {
  height: auto;
}
.layout-promise .container .blocks {
  margin: 0 -0.5rem;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .blocks {
    margin: 0 -1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .blocks {
    grid-area: slider;
    padding-block-end: 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .blocks {
    margin: 0 0 0 calc(-100px - 1rem);
    padding-block-end: 0;
  }
}
.layout-promise .container .blocks .slick-slide {
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0 .5rem;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .blocks .slick-slide {
    margin: 0 1rem;
  }
}
.layout-promise .container .blocks .slick-slide .image {
  width: 100%;
}
.layout-promise .container .blocks .slick-slide .image img {
  height: 230px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  filter: grayscale(100);
}
.layout-promise .container .blocks .slick-slide .text {
  padding: 0 1rem;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .blocks .slick-slide .text {
    margin: 1.125rem 0;
  }
}
.layout-promise .container .blocks .slick-slide:hover .image img {
  filter: grayscale(0);
  transition: all 0.25s ease;
}
.layout-promise .container .usps {
  padding-block-start: 40px;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-promise .container .usps::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .usps {
    grid-area: usps;
    min-width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps {
    margin-inline-start: -50px;
  }
}
.layout-promise .container .usps::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .usps::before {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .usps .text {
    padding-inline-end: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps .text {
    padding-inline-end: 40px;
  }
}
.layout-promise .container .usps .text h3 {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .usps .text h3 {
    color: #701005;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps .text h3 {
    padding-block-end: 22px;
  }
}
.layout-promise .container .usps .text p {
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .usps .text p {
    margin-block-start: 5rem;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-promise .container .usps .usps-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps .usps-list {
    padding-block-start: 1rem;
  }
}
.layout-promise .container .usps .usps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps .usps-list li {
    gap: 2rem;
  }
}
.layout-promise .container .usps .usps-list li:not(:last-child) {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .usps .usps-list li:not(:last-child) {
    margin: 0 0 2.5rem;
  }
}
.layout-promise .container .usps .usps-list li img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.layout-promise .container .links {
  position: relative;
  isolation: isolate;
}
.layout-promise .container .links::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .links {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    width: max-content;
    margin-left: auto;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .links {
    grid-area: links;
    padding-block-end: 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-promise .container .links {
    padding-block-end: 0;
  }
}
.layout-promise .container .links::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-promise .container .links::before {
    display: none;
  }
}
.layout-promise .container .links p:first-of-type {
  color: #ffffff;
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .links p:first-of-type {
    color: #57585c;
  }
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .links p:first-of-type {
    display: inline-block;
  }
}
.layout-promise .container .links p:first-of-type a {
  color: inherit;
  text-decoration: underline;
}
.layout-promise .container .links p:first-of-type a:hover {
  color: #be1622;
  transition: all 0.25s ease;
}
.layout-promise .container .links p:last-of-type a {
  color: #57585c;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  border-color: #ffffff;
}
.layout-promise .container .links p:last-of-type a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-promise .container .links p:last-of-type a {
    font-size: 18px;
  }
}
.layout-promise .container .links p:last-of-type a::after {
  margin-inline-start: 1rem;
}
.layout-promise .container .links p:last-of-type a:hover {
  color: #ffffff;
  background-color: #57585c;
  transition: all 0.25s ease;
}
.layout-promise .container .links p:last-of-type a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-promise .container .links p:last-of-type a {
    border-color: #4c7257;
    color: #ffffff;
    background-color: #4c7257;
  }
  .layout-promise .container .links p:last-of-type a:hover {
    color: #4c7257;
    background-color: #ffffff;
  }
}
.layout-textandquote {
  padding: 30px 0;
  background-color: #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-textandquote {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1320px) {
  .layout-textandquote .container {
    padding-inline: calc(( 1320px - 980px ) / 2) 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandquote .container .text-and-quote {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote .container .text-and-quote {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    isolation: isolate;
  }
  .layout-textandquote .container .text-and-quote::before {
    content: "";
    display: block;
    width: calc(980px + 30px);
    height: calc(100% + 60px);
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .layout-textandquote .container .text-and-quote::before {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
  }
}
.layout-textandquote .container .text-and-quote .text {
  text-align: justify;
}
@media screen and (min-width: 1280px) {
  .layout-textandquote .container .text-and-quote .text {
    grid-column: 1 / 4;
  }
}
.layout-textandquote .container .text-and-quote .text h2 {
  color: #701005;
}
@media screen and (min-width: 810px) {
  .layout-textandquote .container .text-and-quote .text h2 {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote .container .text-and-quote .text h2 {
    text-align: initial;
  }
}
.layout-textandquote .container .text-and-quote .quote {
  background-color: #be1622;
  border-radius: 8px;
  padding: 1.5rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-textandquote .container .text-and-quote .quote {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote .container .text-and-quote .quote {
    margin-block: -60px 60px;
  }
}
.layout-textandquote .container .text-and-quote .quote blockquote {
  margin: 0;
}
.layout-textandquote .container .text-and-quote .quote blockquote p {
  margin-block-start: 0;
  line-height: 1.7;
  font-size: 1.125rem;
}
.layout-textandquote .container .text-and-quote .quote cite {
  font-weight: 700;
  font-style: normal;
}
.layout-textandquote.style-quote_left .container {
  max-width: 980px;
}
@media screen and (min-width: 1280px) {
  .layout-textandquote.style-quote_left .container {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote.style-quote_left .container .text-and-quote {
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote.style-quote_left .container .text-and-quote::before {
    left: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandquote.style-quote_left .container .text-and-quote .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandquote.style-quote_left .container .text-and-quote .text {
    grid-column: 2 / 5;
  }
}
.layout-textandquote.style-quote_left .container .text-and-quote .text h2 {
  text-align: unset;
}
@media screen and (min-width: 1280px) {
  .layout-textandquote.style-quote_left .container .text-and-quote .quote {
    margin: -60px 30px 60px -100px;
  }
}
.layout-pagesfeatured {
  padding: 0 0 30px;
}
.layout-pagesfeatured .container .text {
  padding: 30px 0;
  max-width: 1320px;
  margin: auto;
  position: relative;
  isolation: isolate;
}
.layout-pagesfeatured .container .text::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .text {
    padding: 30px 0;
  }
}
.layout-pagesfeatured .container .text::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-pagesfeatured .container .text h2 {
  color: #57585c;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .text p:first-of-type {
    max-width: 55%;
  }
}
.layout-pagesfeatured .container .text p strong a {
  color: #4c7257;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-pagesfeatured .container .text p strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text p strong a {
    font-size: 18px;
  }
}
.layout-pagesfeatured .container .text p strong a::after {
  margin-inline-start: 1rem;
}
.layout-pagesfeatured .container .text p strong a:hover {
  color: #ffffff;
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-pagesfeatured .container .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-pagesfeatured .container ul {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
}
.layout-pagesfeatured .container ul li a {
  background-color: #e6e6e6;
  border-radius: 8px;
  position: relative;
  padding: 0 0 4rem;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container ul li a {
    height: 100%;
    width: 100%;
  }
}
.layout-pagesfeatured .container ul li a img {
  height: 250px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.layout-pagesfeatured .container ul li a .override-text {
  padding: 20px;
}
.layout-pagesfeatured .container ul li a .override-text h3 {
  margin-block-end: 15px;
  color: #57585c;
}
.layout-pagesfeatured .container ul li a .override-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-weight: 500;
}
.layout-pagesfeatured .container ul li a .override-text i {
  font-size: 1.25rem;
  color: #4c7257;
  padding: .5rem;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.layout-pagesfeatured .container ul li a:hover i {
  color: #be1622;
  border: 1px solid #be1622;
  transition: all 0.25s ease;
}
body:has(.layout-parallax) .content-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}
.layout-parallax {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  transform-style: preserve-3d;
  z-index: -1;
}
.layout-parallax img {
  object-fit: cover;
  transform: translateZ(-10px) scale(2);
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  display: block;
}
.layout-contents {
  padding: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-contents {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contents {
    padding: 60px 0;
  }
}
.layout-textandform {
  padding: 30px 0;
}
.layout-textandform .container {
  max-width: 980px;
}
.layout-textandform .container .text {
  margin-block: 1.25rem;
}
.layout-textandform .container .text p {
  margin: 0;
}
.layout-textandform .container .text ul {
  list-style: inside disc;
  line-height: 1.6;
}
.layout-textandform .container .text ul li::marker {
  color: #701005;
}
.layout-textandform .container .form {
  margin: 30px auto;
}
.layout-iframe {
  padding: 30px 0;
}
.layout-iframe .container {
  max-width: 980px;
}
.layout-tabs {
  padding: 30px 0;
}
.layout-tabs .container .tabs-selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-tabs .container .tabs-selectors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-tabs .container .tabs-selectors {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-tabs .container .tabs-selectors li {
  padding: .5rem;
  border-radius: 16px;
  box-shadow: 0 0 8px #e6e6e6;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.layout-tabs .container .tabs-selectors li .icon {
  height: 100px;
  width: 100px;
}
.layout-tabs .container .tabs-selectors li .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.layout-tabs .container .tabs-selectors li .label {
  text-align: center;
}
.layout-questions .icon-and-title .icon {
  height: 60px;
  width: 60px;
}
.layout-questions .icon-and-title .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.layout-search {
  padding: 30px 0;
}
.layout-search .container ul li {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.layout-search .container ul li .title-and-contents {
  margin-block-end: 1rem;
}
.layout-search .container ul li .title-and-contents .title {
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-search .container ul li .title-and-contents .title {
    font-size: 1.25rem;
  }
}
.layout-search .container ul li .title-and-contents .contents {
  margin: .5rem 0;
}
.layout-search .container ul li .more {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  padding-block: .25rem;
  width: max-content;
}
.layout-search .container ul li .more:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-search .container ul li .more {
    font-size: 18px;
  }
}
.layout-search .container ul li .more::after {
  margin-inline-start: 1rem;
}
.layout-search .container ul li .more:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-search .container ul li .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-search .container ul li .more i {
  display: none;
}
.layout-profiledetails {
  padding: 1rem 0;
  background-color: #f5f5f5;
}
.layout-profiledetails .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.layout-profiledetails .container .profile-header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-profiledetails .container .profile-header {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    align-items: center;
  }
}
.layout-profiledetails .container .profile-header .nicename strong {
  font-weight: 700;
}
.layout-profiledetails .container .profile-header .panel {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 809px) {
  .layout-profiledetails .container .profile-header .panel {
    justify-content: space-between;
  }
}
.layout-profiledetails .container .profile-header .panel li a {
  position: relative;
  isolation: isolate;
  padding: .25rem 0;
}
.layout-profiledetails .container .profile-header .panel li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-profiledetails .container .profile-header .panel li a::before {
  top: auto;
  bottom: 0;
}
.layout-profiledetails .container .profile-header .panel li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-profiledetails .container .profile-header .panel li a::before {
  width: 0;
  background-color: #000000;
}
.layout-profiledetails .container .profile-header .panel li a:hover::before {
  width: 100%;
}
.layout-profiledetails .container .profile-header .panel li a[href$="profiel-details/"] {
  font-weight: 700;
}
.layout-profiledetails .container .profile-header .panel li a[href$="profiel-details/"]::before {
  width: 100%;
  background-color: #be1622;
}
.layout-profiledetails .container .profile-header .panel li a[href$="profiel-details/"]:hover::before {
  width: 0;
}
.layout-profiledetails .container .profile-details ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  max-width: 450px;
  background-color: #ffffff;
  border-radius: .5rem;
  padding: 1rem;
}
.layout-profiledetails .container .profile-details ul li span {
  font-weight: 500;
}
.layout-newslatest {
  background-color: #e6e6e6;
  padding: 30px 0;
}
@media screen and (min-width: 1600px) {
  .layout-newslatest {
    padding-block-start: 150px;
  }
}
.layout-newslatest .container > .title {
  color: #701005;
}
.layout-newslatest .container .slick-slider {
  margin: 1rem -0.5rem;
  padding-block-start: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container .slick-slider {
    margin-inline: -1.25rem;
  }
}
.layout-newslatest .container .slick-slider .slick-slide {
  margin-inline: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container .slick-slider .slick-slide {
    margin-inline: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide {
    width: 300px;
    height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-newslatest .container .slick-slider .slick-slide {
    height: 460px;
  }
}
.layout-newslatest .container .slick-slider .slick-slide > div,
.layout-newslatest .container .slick-slider .slick-slide > div > li {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current {
    width: 580px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current {
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current .post {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current .post .image {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current .post .image img {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .slick-slider .slick-slide.slick-current .post .date-title-text-and-more {
    height: 100%;
  }
}
@media screen and (min-width: 810px) {
  .layout-newslatest .container strong {
    display: flex;
    justify-content: end;
  }
}
@media screen and (min-width: 1600px) {
  .layout-newslatest .container strong {
    padding-block-start: 2rem;
  }
}
.layout-newslatest .container strong .link-to-all {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-newslatest .container strong .link-to-all:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container strong .link-to-all {
    font-size: 18px;
  }
}
.layout-newslatest .container strong .link-to-all::after {
  margin-inline-start: 1rem;
}
.layout-newslatest .container strong .link-to-all:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-newslatest .container strong .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 1320px) {
  .layout-newslatest .container strong .link-to-all {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-newslatest .container strong .link-to-all {
    margin-right: .5rem;
  }
}
.layout-newslatest .post,
.layout-news .post {
  background-color: #ffffff;
  border-radius: 10px;
  color: #57585c;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  height: 100%;
}
.layout-newslatest .post .image,
.layout-news .post .image {
  height: 220px;
}
.layout-newslatest .post .image img,
.layout-news .post .image img {
  border-radius: 10px 10px 0 0;
  height: 100%;
  width: 100%;
}
.layout-newslatest .post .date-title-text-and-more,
.layout-news .post .date-title-text-and-more {
  padding: 1.25rem;
  position: relative;
  min-height: 215px;
}
.layout-newslatest .post .date-title-text-and-more .date,
.layout-news .post .date-title-text-and-more .date {
  font-size: .8rem;
  font-weight: 200;
}
.layout-newslatest .post .date-title-text-and-more .title,
.layout-news .post .date-title-text-and-more .title {
  margin: .5rem 0;
  color: #000000;
}
.layout-newslatest .post .date-title-text-and-more .text,
.layout-news .post .date-title-text-and-more .text {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.layout-newslatest .post .date-title-text-and-more .more,
.layout-news .post .date-title-text-and-more .more {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.layout-newslatest .post .date-title-text-and-more .more i,
.layout-news .post .date-title-text-and-more .more i {
  color: #4c7257;
  border: 1px solid #4c7257;
  border-radius: 4px;
  padding: .5rem 1rem;
}
.layout-newslatest .post .date-title-text-and-more .more:hover i,
.layout-news .post .date-title-text-and-more .more:hover i {
  background-color: #4c7257;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-news {
  padding: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-news {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news {
    padding: 60px 0;
  }
}
.layout-news .container {
  max-width: 980px;
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-news .container ul li .post .date-title-text-and-more {
  min-height: 200px;
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul li .post .date-title-text-and-more {
    min-height: 250px;
    border-block-end: 1px solid #e6e6e6;
  }
}
.vehicle.reserved,
.images-and-properties {
  position: relative;
  overflow: hidden;
}
.vehicle.reserved .reserved-banner,
.images-and-properties .reserved-banner {
  position: absolute;
  background-color: #be1622;
  color: #ffffff;
  padding: .5rem 2.5rem;
  top: 1.5rem;
  left: -2.75rem;
  transform: rotate(-37deg);
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
}
@media screen and (min-width: 810px) {
  .vehicle.reserved .reserved-banner,
  .images-and-properties .reserved-banner {
    top: 1.75rem;
    left: -2.5rem;
  }
}
.loaded .vehicle.reserved .reserved-banner,
.loaded .images-and-properties .reserved-banner {
  animation: reserved 250ms ease-out 1000ms forwards;
}
@keyframes reserved {
  from {
    display: none;
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}
.layout-vehicledetail {
  padding: 14px 0;
  overflow: hidden;
  background-color: #f5f5f5;
}
.layout-vehicledetail .container .back-favorites-share-and-pager {
  padding: 0 0 14px;
  display: flex;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager {
    position: relative;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager > * {
    width: max-content;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager > *:not(:first-child):not(:last-child) {
  padding: .5rem;
  border-left: 1px solid #999999;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .back {
  color: #701005;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .back:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .back {
    padding: 0 1rem !important;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .back::before {
  border: 1px solid #4c7257;
  border-radius: 8px;
  color: #4c7257;
  background-color: #ffffff;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .back::before {
    height: 40px;
    width: 40px;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .back:hover {
  color: #be1622;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .back:hover {
    background-color: #ffffff;
    border-color: #be1622;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .back:hover::before {
  color: #be1622;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .back {
    background-color: #4c7257;
    color: #ffffff;
    border: 1px solid #4c7257;
    border-radius: 8px;
    padding: .5em 1rem;
  }
  .layout-vehicledetail .container .back-favorites-share-and-pager .back::before {
    border: none;
    color: #ffffff;
    margin-inline-end: 1rem;
    background-color: transparent;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite {
  display: flex;
  gap: .25rem;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite {
    border-left: none !important;
    position: absolute;
    right: 300px;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite::before {
  color: #4c7257;
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite::before {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite::before {
    font-size: 1.75rem;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .toggle-favorite .text {
  font-weight: 700;
  color: #701005;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .share {
    position: absolute;
    right: 200px;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share .label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .25rem;
  font-weight: 700;
  color: #701005;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share .label i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c7257;
  border-radius: 50%;
  border: 1px solid #4c7257;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .share .label i {
    width: 30px;
    height: 30px;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share .label i:last-of-type {
  color: #701005;
  border: 1px solid #701005;
  display: none;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share ul {
  display: none;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open .label i:first-of-type {
  display: none;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open .label i:last-of-type {
  display: flex;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open ul {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open ul span {
  display: none;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open ul a i {
  color: #4c7257;
  background-color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open ul a i::before {
  font-size: 1.25rem;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .share.open ul a:hover i {
  color: #ffffff;
  background-color: #4c7257;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons {
  display: none;
  align-items: center;
  gap: 1rem;
  margin-inline-start: auto;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons {
    display: flex;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .prev,
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .next {
  width: 32px;
  height: 32px;
  border: 1px solid #4c7257;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .prev,
  .layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .next {
    height: 40px;
    width: 40px;
  }
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .prev i,
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .next i {
  color: #4c7257;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .prev:hover,
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .next:hover {
  border-color: #be1622;
  transition: all 0.25s ease;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .prev:hover i,
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons .next:hover i {
  color: #be1622;
}
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons div.next,
.layout-vehicledetail .container .back-favorites-share-and-pager .pager-buttons div.prev {
  opacity: 0;
  pointer-events: none;
}
.layout-vehicledetail .container .images-and-properties {
  position: relative;
  padding-block-end: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
.layout-vehicledetail .container .images-and-properties .images ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
}
.layout-vehicledetail .container .images-and-properties .images ul li {
  display: none;
}
.layout-vehicledetail .container .images-and-properties .images ul li img {
  height: auto;
  aspect-ratio: 1.518;
  overflow: hidden;
}
.layout-vehicledetail .container .images-and-properties .images ul li:nth-child(-n+5) {
  display: list-item;
}
.layout-vehicledetail .container .images-and-properties .images ul li:first-child {
  grid-column: 1 / -1;
}
.layout-vehicledetail .container .images-and-properties .images ul li:first-child .image {
  margin-inline: -15px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties .images ul li:first-child .image {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .images ul li:first-child .image {
    margin-inline: unset;
  }
}
.layout-vehicledetail .container .images-and-properties .images ul li:first-child .image .toggle-favorite {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  font-size: 1.75rem;
  cursor: pointer;
}
.layout-vehicledetail .container .images-and-properties .images ul li:first-child .image .toggle-favorite::before {
  color: #ffffff;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact h2 {
  font-weight: 700;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .title {
  margin: 1.5rem 0;
  font-weight: 700;
  border-block-end: 1px solid #e6e6e6;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .title {
    margin-block-start: 0;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .title h2 {
  margin: 0;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .brand {
  color: #57585c;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-size: 18px;
  padding-block-end: 1.5rem;
  margin-block-end: 1.5rem;
  border-block-end: 1px solid #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties {
    gap: 1.5rem;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: .75rem;
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  align-items: end;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li span:first-of-type {
  color: #999999;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:first-child,
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2),
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(3) {
    padding-block-end: 1.5rem;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2) {
    position: relative;
    isolation: isolate;
  }
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2)::before {
    content: "";
    display: block;
    width: calc(100vw - 60px);
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2)::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2)::before {
    width: calc(50vw - 60px);
  }
}
@media screen and (min-width: 1320px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .properties li:nth-child(2)::before {
    width: calc(1320px / 2 - 60px);
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-label {
  color: #999999;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-and-export {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-and-export .price,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-and-export .export-price {
  display: inline-block;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-and-export .price strong,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .price-and-export .export-price strong {
  color: #57585c;
  font-weight: 700;
  font-size: 1.5rem;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second {
  color: #ffffff;
  background-color: #be1622;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  border-color: #be1622;
  font-size: 14px;
  text-align: center;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a:after,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first:after,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a,
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first,
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second {
    font-size: 18px;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a::after,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first::after,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second::after {
  margin-inline-start: 1rem;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a:hover,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first:hover,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second:hover {
  color: #be1622;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact strong a:active,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first:active,
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .second:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second .second {
  color: #be1622;
  background-color: #ffffff;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second .second:hover {
  color: #ffffff;
  background-color: #be1622;
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second .time-left-in-quarantaine {
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second .time-left-in-quarantaine {
    margin: 0 auto;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second .time-left-in-quarantaine span {
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second:not(:has(.second)) .first {
    width: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second:not(:has(.second)) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .first-and-second:not(:has(.second)) .time-left-in-quarantaine {
    margin: 0;
    grid-column: span 2;
  }
}
.layout-vehicledetail .container .images-and-properties .title-properties-and-contact .price-and-contact .contact .request-account {
  display: none;
}
.layout-vehicledetail .container .images-and-properties.reserved .images ul li:first-child .image::before {
  left: auto;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties.reserved .images ul li:first-child .image::before {
    right: 3rem;
  }
}
.layout-vehicledetail .container .images-and-properties.quarantained .images ul li:first-child .image::before {
  content: " ";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/vipbadge.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties.quarantained .images ul li:first-child .image::before {
    left: 3rem;
  }
}
.layout-vehicledetail .container .images-and-properties.reserved.quarantained .images ul li:first-child .image::before {
  left: auto;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .images-and-properties.reserved.quarantained .images ul li:first-child .image::before {
    right: 3rem;
  }
}
.layout-vehicledetail .container .remarks,
.layout-vehicledetail .container .options {
  padding-block: 1.5rem;
  position: relative;
  isolation: isolate;
}
.layout-vehicledetail .container .remarks::before,
.layout-vehicledetail .container .options::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 2rem);
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vehicledetail .container .remarks::before,
.layout-vehicledetail .container .options::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-vehicledetail .container .remarks h3,
.layout-vehicledetail .container .options h3 {
  color: #be1622;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .remarks {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout-vehicledetail .container .remarks:not(.remarks-title) {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .remarks .remarks-title {
    grid-column: 1 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .remarks .remarks-title {
    grid-column: 1 / 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .remarks .remarks-text {
    grid-column:  2 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .options {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout-vehicledetail .container .options::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-vehicledetail .container .options ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-block-end: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .options ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .options ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 2 / -1;
    gap: 2rem;
  }
}
.layout-vehicledetail .container .options ul li {
  position: relative;
  padding-inline-start: 2rem;
  margin-block-start: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.layout-vehicledetail .container .options ul li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/vink-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .options ul li {
    margin-block-start: 0;
  }
}
.layout-vehicledetail .container .options .toggle {
  color: #701005;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  border-color: #4c7257;
  width: max-content;
}
.layout-vehicledetail .container .options .toggle:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .options .toggle {
    font-size: 18px;
  }
}
.layout-vehicledetail .container .options .toggle::after {
  margin-inline-start: 1rem;
}
.layout-vehicledetail .container .options .toggle:hover {
  color: #ffffff;
  background-color: #701005;
  transition: all 0.25s ease;
}
.layout-vehicledetail .container .options .toggle:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-vehicledetail .container .options .toggle:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\e093";
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .options .toggle {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .options .toggle {
    font-size: 12px;
  }
}
.layout-vehicledetail .container .options .toggle:hover {
  color: #701005;
  background-color: transparent;
}
.layout-vehicledetail .container .options.expanded .toggle::after {
  transform: rotate(-90deg);
}
.layout-vehicledetail .container .warranties {
  padding: 90px 0 30px;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties {
    display: grid;
    grid-template-columns: 200px 1fr;
    max-width: 80%;
  }
}
.layout-vehicledetail .container .warranties .label {
  color: #be1622;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties .label {
    grid-row: span 3;
  }
}
.layout-vehicledetail .container .warranties > .first {
  font-weight: 700;
  line-height: 1.6;
  font-size: 14px;
  margin: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .warranties > .first {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    font-size: 18px;
    max-width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties > .first {
    font-weight: 900;
    max-width: none;
    margin-block-start: 0;
  }
}
.layout-vehicledetail .container .warranties > .first i {
  color: #be1622;
  font-size: 1.5rem;
}
.layout-vehicledetail .container .warranties .rest li {
  cursor: pointer;
}
.layout-vehicledetail .container .warranties .rest li .title-and-text {
  margin-block-end: 1.5rem;
  border-block-end: 1px solid #57585c;
}
.layout-vehicledetail .container .warranties .rest li .title-and-text .title {
  position: relative;
  padding-inline-start: 2rem;
  padding-inline-start: 0;
  margin-block-end: 0;
}
.layout-vehicledetail .container .warranties .rest li .title-and-text .title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow-down-right-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
}
.layout-vehicledetail .container .warranties .rest li .title-and-text .title::after {
  transform: rotate(-90deg);
}
.layout-vehicledetail .container .warranties .rest li .title-and-text .text {
  color: #57585c;
  font-weight: 500;
  font-size: 14px;
  z-index: auto;
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties .rest li .title-and-text .text {
    font-size: revert;
  }
}
.layout-vehicledetail .container .warranties .rest li .title-and-text .text p {
  line-height: 2.4;
}
.layout-vehicledetail .container .warranties .rest li.folded .title-and-text .title::after {
  transform: none;
}
.layout-vehicledetail .container .warranties .rest li.folded .title-and-text .text {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.layout-vehicledetail .container .warranties .buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .warranties .buttons {
    grid-template-columns: repeat(2, max-content);
  }
}
.layout-vehicledetail .container .warranties .buttons > * {
  border-color: #be1622 !important;
}
.layout-vehicledetail .container .warranties .buttons .first {
  color: #ffffff;
  background-color: #be1622;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehicledetail .container .warranties .buttons .first:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties .buttons .first {
    font-size: 18px;
  }
}
.layout-vehicledetail .container .warranties .buttons .first::after {
  margin-inline-start: 1rem;
}
.layout-vehicledetail .container .warranties .buttons .first:hover {
  color: #be1622;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicledetail .container .warranties .buttons .first:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-vehicledetail .container .warranties .buttons .second {
  color: #be1622;
  background-color: #ffffff;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehicledetail .container .warranties .buttons .second:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicledetail .container .warranties .buttons .second {
    font-size: 18px;
  }
}
.layout-vehicledetail .container .warranties .buttons .second::after {
  margin-inline-start: 1rem;
}
.layout-vehicledetail .container .warranties .buttons .second:hover {
  color: #ffffff;
  background-color: #be1622;
  transition: all 0.25s ease;
}
.layout-vehicledetail .container .warranties .buttons .second:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-vehicledetail .container .warranties .buttons .second {
    color: #4c7257;
    border-color: #4c7257 !important;
  }
}
.layout-vehicledetail .container .beequip {
  padding: 2rem 0;
  position: relative;
  isolation: isolate;
}
.layout-vehicledetail .container .beequip::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vehicledetail .container .beequip::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-vehicledetail .container iframe {
  font-family: museo-sans, sans-serif !important;
  display: block !important;
  margin: 2rem 0 0 !important;
  border-radius: .5rem !important;
  padding: 1.5rem !important;
  min-height: 500px !important;
  background-color: #ffffff;
}
.layout-vehicles .vehicle,
.layout-vehiclesfeatured .vehicle,
.layout-vehiclesfavorite .vehicle,
.layout-vehicleslatest .vehicle,
.layout-vehiclessearch .vehicle,
.layout-vehiclescategory .vehicle {
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .vehicle,
  .layout-vehiclesfeatured .vehicle,
  .layout-vehiclesfavorite .vehicle,
  .layout-vehicleslatest .vehicle,
  .layout-vehiclessearch .vehicle,
  .layout-vehiclescategory .vehicle {
    height: 100%;
    position: relative;
    padding-block-end: 3rem;
  }
}
.layout-vehicles .vehicle .image,
.layout-vehiclesfeatured .vehicle .image,
.layout-vehiclesfavorite .vehicle .image,
.layout-vehicleslatest .vehicle .image,
.layout-vehiclessearch .vehicle .image,
.layout-vehiclescategory .vehicle .image {
  position: relative;
}
.layout-vehicles .vehicle .image img,
.layout-vehiclesfeatured .vehicle .image img,
.layout-vehiclesfavorite .vehicle .image img,
.layout-vehicleslatest .vehicle .image img,
.layout-vehiclessearch .vehicle .image img,
.layout-vehiclescategory .vehicle .image img {
  border-radius: 10px 10px 0 0;
  height: auto;
  aspect-ratio: 1.518;
  overflow: hidden;
}
.layout-vehicles .vehicle .toggle-favorite,
.layout-vehiclesfeatured .vehicle .toggle-favorite,
.layout-vehiclesfavorite .vehicle .toggle-favorite,
.layout-vehicleslatest .vehicle .toggle-favorite,
.layout-vehiclessearch .vehicle .toggle-favorite,
.layout-vehiclescategory .vehicle .toggle-favorite {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-vehicles .vehicle .toggle-favorite:before,
.layout-vehiclesfeatured .vehicle .toggle-favorite:before,
.layout-vehiclesfavorite .vehicle .toggle-favorite:before,
.layout-vehicleslatest .vehicle .toggle-favorite:before,
.layout-vehiclessearch .vehicle .toggle-favorite:before,
.layout-vehiclescategory .vehicle .toggle-favorite:before {
  font-size: 1.5em !important;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.layout-vehicles .vehicle .brand-title-price-and-more,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more,
.layout-vehicleslatest .vehicle .brand-title-price-and-more,
.layout-vehiclessearch .vehicle .brand-title-price-and-more,
.layout-vehiclescategory .vehicle .brand-title-price-and-more {
  padding: 1rem 1rem 2rem;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .vehicle .brand-title-price-and-more,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more {
    padding-block-start: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .vehicle .brand-title-price-and-more,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more {
    padding: 2rem;
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more .brand,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .brand,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .brand,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .brand,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .brand,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .brand {
  margin: 0 0 1rem;
}
.layout-vehicles .vehicle .brand-title-price-and-more .title-and-edition,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .title-and-edition,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .title-and-edition,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .title-and-edition,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .title-and-edition,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .title-and-edition {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-block-end: 1rem;
  height: 40px;
}
.layout-vehicles .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .title-and-edition .title,
.layout-vehicles .vehicle .brand-title-price-and-more .title-and-edition .edition,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .title-and-edition .edition,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .title-and-edition .edition,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .title-and-edition .edition,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .title-and-edition .edition,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .title-and-edition .edition {
  display: inline;
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul {
  border-block-start: 2px solid #e6e6e6;
  margin-block: 10px;
  padding-block: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  min-height: 90px;
  gap: .5rem 0;
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .layout-vehicles .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more > ul {
    min-height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more > ul,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more > ul {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 1.5rem;
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .layout-vehicles .vehicle .brand-title-price-and-more > ul > li,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li {
    font-size: 14px;
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)),
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)),
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)),
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)),
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)),
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li span:not(.long):not(.short):not(:nth-of-type(2)) {
  color: #999999;
  font-weight: 300;
  font-size: 14px;
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li .long,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li .long,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li .long,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li .long,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li .long,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li .long {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .vehicle .brand-title-price-and-more > ul > li .long,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li .long,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li .long,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li .long,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li .long,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li .long {
    display: inline-block;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehicles .vehicle .brand-title-price-and-more > ul > li .short,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li .short,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li .short,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li .short,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li .short,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li .short {
    display: none;
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li:last-child(2),
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li:last-child(2),
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li:last-child(2),
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li:last-child(2),
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li:last-child(2),
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li:last-child(2) {
  justify-self: center;
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li:last-child,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li:last-child,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li:last-child,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li:last-child,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li:last-child,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li:last-child {
  justify-self: end;
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li:first-child,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li:first-child,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li:first-child,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li:first-child,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li:first-child,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li:first-child {
  justify-self: start;
}
.layout-vehicles .vehicle .brand-title-price-and-more > ul > li ul li,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more > ul > li ul li,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more > ul > li ul li,
.layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li ul li,
.layout-vehiclessearch .vehicle .brand-title-price-and-more > ul > li ul li,
.layout-vehiclescategory .vehicle .brand-title-price-and-more > ul > li ul li {
  margin: 0 !important;
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more {
    position: absolute;
    bottom: -20px;
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more {
    right: 2rem;
    width: calc(100% - 4rem);
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .price-and-value,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .price-and-value,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .price-and-value,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .price-and-value,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .price-and-value,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .price-and-value {
  display: flex;
  gap: .25rem;
  align-items: flex-end;
  width: max-content;
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .price-and-value h4 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .price-and-value span,
  .layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .price-and-value span,
  .layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .price-and-value span,
  .layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .price-and-value span,
  .layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .price-and-value span,
  .layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .price-and-value span {
    display: inline-block;
    font-size: 11px;
  }
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .more,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .more,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .more,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .more,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .more,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .more {
  justify-self: end;
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .more i,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .more i,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .more i,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .more i,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .more i,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .more i {
  color: #4c7257;
  padding: .5rem 1rem;
  border: 1px solid #4c7257;
  border-radius: 8px;
}
.layout-vehicles .vehicle .brand-title-price-and-more .price-and-more .more:hover i,
.layout-vehiclesfeatured .vehicle .brand-title-price-and-more .price-and-more .more:hover i,
.layout-vehiclesfavorite .vehicle .brand-title-price-and-more .price-and-more .more:hover i,
.layout-vehicleslatest .vehicle .brand-title-price-and-more .price-and-more .more:hover i,
.layout-vehiclessearch .vehicle .brand-title-price-and-more .price-and-more .more:hover i,
.layout-vehiclescategory .vehicle .brand-title-price-and-more .price-and-more .more:hover i {
  color: #be1622;
  border-color: #be1622;
  transition: all 0.25s ease;
}
.layout-vehicles .vehicle.quarantained .toggle-favorite,
.layout-vehiclesfeatured .vehicle.quarantained .toggle-favorite,
.layout-vehiclesfavorite .vehicle.quarantained .toggle-favorite,
.layout-vehicleslatest .vehicle.quarantained .toggle-favorite,
.layout-vehiclessearch .vehicle.quarantained .toggle-favorite,
.layout-vehiclescategory .vehicle.quarantained .toggle-favorite {
  right: 0;
  cursor: pointer;
}
.layout-vehicles .vehicle.quarantained .image,
.layout-vehiclesfeatured .vehicle.quarantained .image,
.layout-vehiclesfavorite .vehicle.quarantained .image,
.layout-vehicleslatest .vehicle.quarantained .image,
.layout-vehiclessearch .vehicle.quarantained .image,
.layout-vehiclescategory .vehicle.quarantained .image {
  position: relative;
  isolation: isolate;
}
.layout-vehicles .vehicle.quarantained .image::before,
.layout-vehiclesfeatured .vehicle.quarantained .image::before,
.layout-vehiclesfavorite .vehicle.quarantained .image::before,
.layout-vehicleslatest .vehicle.quarantained .image::before,
.layout-vehiclessearch .vehicle.quarantained .image::before,
.layout-vehiclescategory .vehicle.quarantained .image::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/vipbadge.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vehicles .vehicle.quarantained .image::before,
.layout-vehiclesfeatured .vehicle.quarantained .image::before,
.layout-vehiclesfavorite .vehicle.quarantained .image::before,
.layout-vehicleslatest .vehicle.quarantained .image::before,
.layout-vehiclessearch .vehicle.quarantained .image::before,
.layout-vehiclescategory .vehicle.quarantained .image::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .vehicle.quarantained .image::before,
  .layout-vehiclesfeatured .vehicle.quarantained .image::before,
  .layout-vehiclesfavorite .vehicle.quarantained .image::before,
  .layout-vehicleslatest .vehicle.quarantained .image::before,
  .layout-vehiclessearch .vehicle.quarantained .image::before,
  .layout-vehiclescategory .vehicle.quarantained .image::before {
    left: 1.5rem;
  }
}
.layout-vehicles .vehicle.quarantained .image span,
.layout-vehiclesfeatured .vehicle.quarantained .image span,
.layout-vehiclesfavorite .vehicle.quarantained .image span,
.layout-vehicleslatest .vehicle.quarantained .image span,
.layout-vehiclessearch .vehicle.quarantained .image span,
.layout-vehiclescategory .vehicle.quarantained .image span {
  display: none;
}
.layout-vehicles .vehicle.reserved.quarantained .image::before,
.layout-vehiclesfeatured .vehicle.reserved.quarantained .image::before,
.layout-vehiclesfavorite .vehicle.reserved.quarantained .image::before,
.layout-vehicleslatest .vehicle.reserved.quarantained .image::before,
.layout-vehiclessearch .vehicle.reserved.quarantained .image::before,
.layout-vehiclescategory .vehicle.reserved.quarantained .image::before {
  left: .5rem;
}
.layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet),
.layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet),
.layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet),
  .layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet),
  .layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) {
    display: flex;
    gap: 1rem;
  }
}
.layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox,
.layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox,
.layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox {
  background: none;
  position: relative;
}
.layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::before,
.layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::before,
.layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #be1622;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -.25rem;
  transform: translateY(-50%);
}
.layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::after,
.layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::after,
.layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox::after {
  content: "";
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/xmark-sharp-thin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -.25rem;
  transform: translateY(-50%);
}
.layout-vehicles .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox.checked::after,
.layout-vehicleslatest .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox.checked::after,
.layout-vehiclessearch .facetwp-facet:not(.category-and-choices .facetwp-facet) .facetwp-checkbox.checked::after {
  display: block;
}
.layout-vehicles {
  padding: 0 0 30px;
  background-color: #e6e6e6;
  position: relative;
  isolation: isolate;
}
.layout-vehicles::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles {
    padding: 30px 0;
  }
  .layout-vehicles::before {
    display: none;
  }
}
.layout-vehicles .container .filter-search-and-favorite {
  height: 50px;
  background-color: #ffffff;
  padding: .25rem 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  position: relative;
  isolation: isolate;
}
.layout-vehicles .container .filter-search-and-favorite::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #57585c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vehicles .container .filter-search-and-favorite::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #57585c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-search-and-favorite {
    display: none;
  }
}
.layout-vehicles .container .filter-search-and-favorite::before {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% / 3);
}
.layout-vehicles .container .filter-search-and-favorite::after {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% / 3);
}
.layout-vehicles .container .filter-search-and-favorite > * {
  cursor: pointer;
}
.layout-vehicles .container .filter-search-and-favorite p {
  margin: 0;
  color: #701005;
  font-weight: 500;
}
.layout-vehicles .container .filter-search-and-favorite .vehicle-search-toggle {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.layout-vehicles .container .filter-search-and-favorite .filter-toggles .filter-toggle {
  display: inline-block;
}
.layout-vehicles .container .filter-search-and-favorite .filter-toggles .filter-toggle.close {
  display: none;
}
.layout-vehicles .container .filter-search-and-favorite .filter-toggles p {
  font-weight: 700;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap {
  max-width: 100px;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap .facetwp-icon {
  left: 0;
  right: auto;
  z-index: 1;
  transform: rotateY(180deg);
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap .facetwp-icon::before {
  height: 1.5rem;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap input {
  border: none;
  padding: 0 0 0 2rem;
  min-width: unset;
  width: 100px;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap input::placeholder {
  color: #701005;
  font-weight: 700;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap input:focus {
  outline: 1px solid #be1622;
}
.layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search .facetwp-input-wrap .search-reset {
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  background-color: #f5f5f5;
  padding: .25rem;
  border-radius: .25rem;
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .facetwp-facet-vehicle_search {
  display: none;
}
.layout-vehicles .container .filter-search-and-favorite .favorites {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-search-and-favorite .favorites {
    display: none;
  }
}
.layout-vehicles .container .filter-search-and-favorite .favorites p {
  align-items: center;
  color: #701005;
  font-weight: 700;
  position: relative;
  padding-inline-start: 30px;
}
.layout-vehicles .container .filter-search-and-favorite .favorites p::before,
.layout-vehicles .container .filter-search-and-favorite .favorites p::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.layout-vehicles .container .filter-search-and-favorite .favorites p::before {
  background-image: url(../images/heart-white.svg);
}
.layout-vehicles .container .filter-search-and-favorite .favorites p::after {
  background-image: url(../images/heart-regular.svg);
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
  }
}
.layout-vehicles .container .filter-and-results .filter {
  display: none;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter {
    display: block !important;
    margin-block-start: 0;
    position: relative;
    padding: 0 1.25rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
    align-items: end;
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset .title {
    font-weight: 900;
    font-size: 24px;
    display: flex;
    align-items: end;
    line-height: 1;
  }
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset form.search {
  display: none;
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset form.search .input-and-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset .reset {
    font-size: 14px;
    border-radius: .5rem;
    justify-self: end;
  }
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset .reset:hover a {
    color: #be1622;
    transition: all 0.25s ease;
  }
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset .reset a {
  color: #701005;
  text-decoration: underline;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset .title-and-reset .reset a {
    color: #57585c;
    text-transform: uppercase;
    font-weight: 400;
  }
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset div.search {
  height: 9rem;
  display: flex;
  align-items: center;
  position: relative;
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset div.search .facetwp-input-wrap .facetwp-icon {
  left: 0;
  right: auto;
  padding: .5rem;
  z-index: 1;
  transform: rotateY(180deg);
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset div.search .facetwp-input-wrap input {
  border: none;
  min-height: 3rem;
  padding: 0 0 0 3rem;
  border-radius: 4px;
}
.layout-vehicles .container .filter-and-results .filter .title-search-and-reset div.search .facetwp-input-wrap input:focus {
  outline: 1px solid #be1622;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .title-search-and-reset div.search .facetwp-input-wrap input {
    max-width: 185px;
    min-width: 185px;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices {
  position: relative;
  padding: .5rem 0;
  border-bottom: 1px solid #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices {
    padding: .75rem 0;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label {
  display: none;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices .label {
    display: inline-block;
    color: #000000;
    border: none;
    margin: 0;
    padding-inline-start: 0;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet {
  padding: .5rem 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet {
    display: block;
    padding-inline-start: 0;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-dropdown {
  cursor: pointer;
}
@media screen and (min-width: 810px) and (max-width: 1023px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-dropdown {
    width: 35%;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-checkbox {
  margin-block-end: .5rem;
  background-size: 18px 18px;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-checkbox .facetwp-display-value {
  font-weight: 400;
  font-size: 16px;
  margin-inline-start: .25rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-toggle {
  color: #be1622;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet .facetwp-toggle:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  margin-inline-end: .25rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (min-width: 810px) and (max-width: 1023px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images .facetwp-checkbox {
  background-image: none;
  padding: 0;
  border-radius: .5rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images .facetwp-checkbox .facetwp-display-value img {
  height: 30px;
  width: 40px;
  object-fit: contain;
  filter: contrast(0.2);
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images .facetwp-checkbox:hover,
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_voertuigsoort_images .facetwp-checkbox.checked {
  background-color: #ffffff;
  filter: contrast(1);
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_speciaal .facetwp-checkbox {
  background: none;
  position: relative;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_speciaal .facetwp-checkbox::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #be1622;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: -.25rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_speciaal .facetwp-checkbox::after {
  content: "";
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/xmark-sharp-thin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -.25rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_speciaal .facetwp-checkbox.checked::after {
  display: block;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label + .facetwp-facet.facetwp-facet-vehicle_speciaal .facetwp-checkbox span {
  display: inline-block;
  width: max-content;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .label:has(+ .facetwp-type-slider) {
  display: initial;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-dropdown select {
  line-height: 1;
  background-color: #ffffff;
  border-radius: .25rem;
  border: none;
  color: #000000;
  padding: .5rem;
  width: 100%;
  font-size: 1rem;
  appearance: none;
  background-origin: content-box;
  background-image: url(../images/arrow-down-right-burgundy.svg);
  background-repeat: no-repeat;
  background-size: .75rem;
  background-position: right bottom;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-dropdown select {
    background-image: url(../images/arrow-down-right-green.svg);
    color: #999999;
    background-size: .5rem;
  }
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider {
  height: .5rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider .noUi-connect {
  background: #be1622;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider .noUi-handle {
  top: -7px;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider-label {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider-reset {
  border-color: #4c7257;
  background: #4c7257;
  color: #ffffff;
  box-shadow: none;
  margin: .5rem 0 0;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices .facetwp-type-slider .facetwp-slider-reset:hover {
  background: #ffffff;
  color: #4c7257;
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .filter .category-and-choices:has(.unfolded) .label::after {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .results {
  padding-block: 20px;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results {
    padding-block-start: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem .25rem;
  align-items: center;
  font-size: 14px;
  margin: 0 0 1rem;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager > * {
  height: max-content;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager {
    display: grid;
    align-items: center;
    height: 9rem;
    gap: 1.5rem;
    font-size: 16px;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager {
    grid-template-columns: repeat(3, auto);
    gap: 0;
    margin: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state {
  padding: 8px;
  align-self: start;
  grid-column: span 2;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state {
    align-self: unset;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state {
    grid-column: unset;
    background-color: transparent;
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state {
    order: 2;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state {
    margin: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state > .facetwp-facet {
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 550px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state > .facetwp-facet {
    justify-content: space-between;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state > .facetwp-facet .facetwp-checkbox {
  font-weight: 400;
  margin: 0;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .state > .facetwp-facet .facetwp-checkbox[data-value="gereserveerd"] {
  display: none;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort {
  display: flex;
  gap: 1rem;
  order: 3;
  justify-content: end;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort {
    align-items: center;
    order: 2;
    justify-content: end;
    width: max-content;
    justify-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort {
    order: 3;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort {
    margin: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen {
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen {
    display: inline-block;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen p {
  align-items: center;
  color: #701005;
  font-weight: 700;
  position: relative;
  padding-inline-start: 30px;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen p::before,
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen p::before {
  background-image: url(../images/heart-white.svg);
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .favorites-big-screen p::after {
  background-image: url(../images/heart-regular.svg);
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort {
  grid-column: span 2;
  font-size: 16px;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort {
    margin: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort > * {
  margin: 0;
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort select {
  border: none;
  background-color: #ffffff;
  color: #57585c;
  appearance: none;
  background-origin: content-box;
  background-image: url(../images/arrow-down-right-burgundy.svg);
  background-repeat: no-repeat;
  background-size: .5rem;
  background-position: bottom 0 right 0;
  padding: .5rem;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort select {
    height: 2rem;
    max-width: 120px;
    padding: 0 0 0 1rem;
    background-position: bottom 8px right 8px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .sort select {
    height: 40px;
    min-width: 120px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page {
    height: max-content;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page {
    justify-content: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page {
    margin: 0;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page select.facetwp-per-page-select {
  border: none;
  background-color: #ffffff;
  color: #57585c;
  appearance: none;
  background-origin: content-box;
  background-image: url(../images/arrow-down-right-burgundy.svg);
  background-repeat: no-repeat;
  background-size: .5rem;
  background-position: bottom 0 right -1.5rem;
  padding: .5rem 2rem .5rem .5rem;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page select.facetwp-per-page-select {
    height: 2rem;
    min-width: 60px;
    padding: 0 0 0 1rem;
    background-position: bottom 8px right 8px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .favorite-and-sort .facetwp-facet-vehicle_per_page select.facetwp-per-page-select {
    height: 40px;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count {
  font-weight: 700;
  order: 2;
  font-size: 12px;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count {
    order: 3;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count {
    position: absolute;
    bottom: 1rem;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count {
    order: 1;
  }
}
.layout-vehicles .container .filter-and-results .results .state-count-favorite-sort-and-pager .count > div {
  margin: 0;
  display: inline-block;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more {
    padding: 1rem;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more .brand {
  color: #57585c;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more .title-and-edition {
  min-height: 40px;
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more .title-and-edition {
    min-height: 42px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more > ul > li:first-child {
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle .brand-title-price-and-more .price-and-more {
    right: 1rem;
    width: calc(100% - 2rem);
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  margin: 30px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps {
    padding-inline-start: 200px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps h2 {
  color: #be1622;
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps h2 {
    font-size: 28px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul {
  margin: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul {
    display: flex;
    column-gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul {
    flex-direction: row;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul li {
  position: relative;
  padding-inline-start: 2rem;
  margin: 15px 0;
  font-weight: 700;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/vink-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul li::before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps ul li {
    font-size: 18px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) {
    right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) {
    right: auto;
    left: 45px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) img {
  margin: 0;
  height: 120px;
  width: auto;
}
@media screen and (min-width: 810px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) img {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(img) img {
    max-height: 100%;
    max-width: 145px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a {
    font-size: 18px;
  }
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a::after {
  margin-inline-start: 1rem;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .results .facetwp-template .usps p:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom {
  text-align: right;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager {
  margin: 30px 0 20px;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.next,
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.prev {
  font-size: 0;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.next::before,
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.prev::before {
  font-size: 1rem !important;
  color: #4c7257;
  background-color: #ffffff;
  padding: .5rem;
  border-radius: 2px;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.next {
  margin-right: 0;
  padding-right: 0;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page:hover,
.layout-vehicles .container .filter-and-results .results .pager-bottom .facetwp-facet-vehicle_pager .facetwp-page.active {
  color: #be1622;
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) {
  position: relative;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles {
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a {
    font-size: 18px;
  }
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a::after {
  margin-inline-start: 1rem;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicles .container .filter-and-results .results:has(.no-vehicles) .no-vehicles a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.filter-open .layout-vehicles .container {
  position: relative;
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .filter-toggles .filter-toggle.open {
  display: none;
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .filter-toggles .filter-toggle.close {
  display: inline-block !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .filter-toggles .filter-toggle.close i {
  font-size: 2rem;
  color: #be1622;
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .filter-toggles > p {
  display: none;
}
.filter-open .layout-vehicles .container .filter-search-and-favorite .search,
.filter-open .layout-vehicles .container .filter-search-and-favorite .favorites,
.filter-open .layout-vehicles .container .filter-search-and-favorite::before,
.filter-open .layout-vehicles .container .filter-search-and-favorite::after {
  display: none;
}
.filter-open .layout-vehicles .container .filter-and-results .filter {
  display: block;
}
@media screen and (max-width: 1280px) {
  .filter-open .layout-vehicles .container .filter-and-results .filter > .title,
  .filter-open .layout-vehicles .container .filter-and-results .filter form.search,
  .filter-open .layout-vehicles .container .filter-and-results .filter div.search {
    display: none;
  }
}
.filter-open .layout-vehicles .container .filter-and-results .filter .reset {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search {
  position: relative;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search i:first-of-type {
  display: none;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search i:nth-of-type(2) {
  display: inline-block;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding: 30px;
  background-color: #e6e6e6;
  z-index: 3;
  width: 100vw;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button input {
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  color: #000000;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button input:focus {
  outline: none;
  border: 1px solid #be1622;
  padding-inline-start: .5rem;
  border-radius: 2px;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button input::placeholder {
  color: #000000;
  font-weight: 700;
  opacity: 1;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button button {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: max-content;
  width: max-content;
  margin: auto;
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 4px;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button button:hover {
  color: #be1622;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.vehicle-search-open .layout-vehicles .container .filter-search-and-favorite .search .input-and-button button p {
  margin: 0;
  line-height: 1;
  color: #ffffff;
}
.vehicle-search-open .layout-vehicles .container .blanket {
  height: 100%;
  width: 100vw;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 245px;
}
@media screen and (max-width: calc(1600px - 1px)) {
  .vehicle-search-open .layout-vehicles .container .filter-and-results {
    position: relative;
    z-index: -1;
  }
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search {
  position: relative;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  margin: 15px auto;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button input {
  border: none;
  border-radius: 4px;
  padding: .5rem;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button input:focus {
  outline: none;
  border: 1px solid #4c7257;
  padding-inline-start: .5rem;
  border-radius: 2px;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button button {
  background-color: #4c7257;
  color: #ffffff;
  display: flex;
  gap: .5rem;
  align-items: center;
  border: 1px solid #4c7257;
  width: max-content;
  padding: .25rem 1rem;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button button:hover {
  color: #be1622;
  background-color: #ffffff;
  border-color: #be1622;
  transition: all 0.25s ease;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .filter .search .input-and-button button p {
  margin: 0;
}
.vehicle-search-open .layout-vehicles .container .filter-and-results .results .state {
  display: none;
}
.layout-vehicles:has([data-value="bijzonder"].checked) ~ .layout-vehiclescategory {
  display: none;
}
.layout-vehicles a.image::before,
.layout-vehicleslatest a.image::before,
.layout-vehiclesfeatured a.image::before,
.layout-vehicledetail a.image::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehicles a.image::before,
  .layout-vehicleslatest a.image::before,
  .layout-vehiclesfeatured a.image::before,
  .layout-vehicledetail a.image::before {
    left: 1.5rem;
  }
}
.layout-vehicles a.image span,
.layout-vehicleslatest a.image span,
.layout-vehiclesfeatured a.image span,
.layout-vehicledetail a.image span {
  display: none;
}
.layout-vehicledetail a.image span {
  border-radius: 0;
}
.layout-vehiclesfavorite {
  padding: 30px 0;
}
.layout-vehiclesfavorite .vehicles {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-vehiclesfavorite .vehicles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfavorite .vehicles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfavorite .vehicles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-vehiclesfeatured {
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
  }
}
.layout-vehiclesfeatured .container > .title {
  color: #701005;
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured .container > .title {
    font-size: 30px;
  }
}
.layout-vehiclesfeatured .container > .title em {
  color: #57585c;
  font-style: normal;
  display: none;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container > .title em {
    display: inline;
  }
}
.layout-vehiclesfeatured .container .image-and-slider ul.slick-slider {
  margin: 30px -15px;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container .image-and-slider ul.slick-slider {
    position: static;
  }
}
.layout-vehiclesfeatured .container .image-and-slider ul.slick-slider .slick-slide {
  margin: 0 15px;
  height: auto;
}
.layout-vehiclesfeatured .container .vehicle {
  background-color: #f5f5f5;
  border-radius: 10px;
  height: auto;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more {
  background-color: #f5f5f5;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more .brand {
  color: #57585c;
  font-weight: 900;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more .title-and-edition {
  min-height: 40px;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more .title-and-edition {
    min-height: 42px;
  }
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more ul {
  border-color: #e6e6e6;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more ul li:last-child {
  display: none;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more ul li span {
  color: #999999;
}
.layout-vehiclesfeatured .container .vehicle .brand-title-price-and-more .price-and-more .more i {
  background-color: #ffffff;
  border-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container strong:has(.link-to-all) {
    justify-self: end;
  }
}
.layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all {
    font-size: 18px;
  }
}
.layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all::after {
  margin-inline-start: 1rem;
}
.layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured .container strong:has(.link-to-all) .link-to-all {
    margin-block-start: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured.style-has_image {
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured.style-has_image .container > .title {
    margin-inline-start: calc(240px + 2rem + 30px);
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured.style-has_image .container .image-and-slider {
    display: grid;
    grid-template-columns: 150px calc(1320px - 250px);
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured.style-has_image .container .image-and-slider {
    grid-template-columns: 300px calc(1320px - 300px);
    overflow: hidden;
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured.style-has_image .container .image-and-slider .slick-slider {
    grid-column: 2 / -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclesfeatured.style-has_image .container .image-and-slider .slick-slider .slick-track {
    height: max-content;
  }
}
.layout-vehiclesfeatured.style-has_image .container .image-and-slider > .image {
  display: none;
  align-self: end;
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured.style-has_image .container .image-and-slider > .image {
    display: block;
    width: 240px;
    position: absolute;
    left: 30px;
    bottom: -30px;
  }
}
.layout-vehiclesfeatured.style-has_image .container .image-and-slider > .image img {
  width: 100%;
  height: 100%;
}
.layout-vehiclesfeatured.style-has_image .container .vehicle .brand-title-price-and-more > ul li:last-child {
  display: list-item;
}
.layout-vehicleslatest {
  padding: 30px 0;
  background-color: #e6e6e6;
}
@media screen and (min-width: 1280px) {
  .layout-vehicleslatest {
    padding-block-start: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicleslatest .container > .title {
    margin: 0;
  }
}
.layout-vehicleslatest .container .vehicles {
  padding: 30px 0;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .container .vehicles {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicleslatest .container .vehicles {
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .container .vehicles {
    margin: 0 -25px;
  }
}
.layout-vehicleslatest .container .vehicles .slick-slide {
  margin: 0 .5rem;
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .container .vehicles .slick-slide {
    margin: 0 25px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .container .vehicles .slick-slide li {
    margin: .5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .container .vehicles .slick-slide li {
    margin: 20px 0 0;
  }
}
.layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more {
  padding: 1rem;
}
.layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more .brand {
  color: #57585c;
}
@media screen and (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more .brand {
    min-height: 58px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more .brand {
    margin-block-end: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more > ul {
    margin-block: 0;
  }
}
@media screen and (min-width: 640px) {
  .layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more > ul > li {
    margin-block: 0;
  }
}
.layout-vehicleslatest .container .vehicles .slick-slide li .vehicle .brand-title-price-and-more > ul > li:first-child {
  display: none;
}
.layout-vehicleslatest .container .link-to-all {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.layout-vehicleslatest .container .link-to-all:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicleslatest .container .link-to-all {
    font-size: 18px;
  }
}
.layout-vehicleslatest .container .link-to-all::after {
  margin-inline-start: 1rem;
}
.layout-vehicleslatest .container .link-to-all:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicleslatest .container .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 1280px) {
  .layout-vehicleslatest .container .link-to-all {
    display: block;
    width: max-content;
    margin: 1.5rem 0 1.5rem auto;
  }
}
.layout-vehiclessearch {
  padding: 30px 0;
  background-color: #e6e6e6;
}
.layout-vehiclessearch .container .text-and-state {
  display: flex;
  gap: .5rem;
  align-items: center;
  padding-block-end: 30px;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .text-and-state {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    margin-block-end: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .text-and-state {
    margin-block-end: 40px;
  }
}
.layout-vehiclessearch .container .text-and-state .text {
  display: flex;
  gap: .5rem;
  align-items: end;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .text-and-state .text {
    gap: 1rem;
  }
}
.layout-vehiclessearch .container .text-and-state .text h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .text-and-state .text h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .text-and-state .text h2 {
    font-size: 30px;
  }
}
.layout-vehiclessearch .container .text-and-state .text p {
  margin: 0;
  display: none;
  line-height: unset;
  font-size: 1.1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .text-and-state .text p {
    display: block;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .text-and-state .text p {
    font-size: 24px;
  }
}
.layout-vehiclessearch .container .text-and-state .text .count {
  display: flex;
  gap: .25rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .text-and-state .text .count {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .text-and-state .text .count {
    font-size: 24px;
  }
}
.layout-vehiclessearch .container .text-and-state .state .facetwp-facet {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.layout-vehiclessearch .container .text-and-state .state .facetwp-facet .facetwp-checkbox {
  padding-left: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .text-and-state .state .facetwp-facet .facetwp-checkbox {
    padding-left: 24px;
  }
}
.layout-vehiclessearch .container .text-and-state .state .facetwp-facet .facetwp-checkbox::before {
  width: 12px;
  height: 12px;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .text-and-state .state .facetwp-facet .facetwp-checkbox::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .text-and-state .state {
    margin: 1rem 0;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .text-and-state .state {
    margin: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    padding-block-end: 30px;
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .filter {
    display: flex;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .filter {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 45px;
  }
}
.layout-vehiclessearch .container .filter .facetwp-facet {
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .filter .facetwp-facet {
    width: calc(( 1320px - 30px * 4 ) / 5);
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .filter .facetwp-facet {
    width: auto;
    margin-bottom: 0;
  }
}
.layout-vehiclessearch .container .filter .facetwp-facet .fs-wrap {
  border: 1px solid #4c7257;
  border-radius: 8px;
  padding: .25rem;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.layout-vehiclessearch .container .filter .facetwp-facet .fs-wrap .fs-label-wrap {
  border: none;
}
.layout-vehiclessearch .container .filter .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  padding-block: 8px;
}
.layout-vehiclessearch .container .filter .facetwp-facet .fs-wrap .fs-arrow {
  border: none;
  position: relative;
  padding-inline-start: 2rem;
  padding-inline-start: 0;
  display: block;
  position: absolute;
  right: 12px;
}
.layout-vehiclessearch .container .filter .facetwp-facet .fs-wrap .fs-arrow::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow-down-right-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-vehiclessearch .container .filter .links-to-offer {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .filter .links-to-offer {
    flex-direction: column;
    align-items: start;
  }
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted) {
  position: relative;
  isolation: isolate;
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted)::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted)::before {
  top: auto;
  bottom: 0;
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted):hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted) {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted) {
    display: revert;
    font-size: .95rem;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted) {
    font-size: revert;
  }
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted)::before {
  width: 100%;
  background-color: #57585c;
  height: 1px;
}
.layout-vehiclessearch .container .filter .links-to-offer .link-to-all:not(.faceted):hover::before {
  width: 0;
  transition: all 0.25s ease;
}
.layout-vehiclessearch .container .filter .links-to-offer .faceted {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  height: 42px;
  display: flex;
  align-items: center;
  padding-block: 0;
}
.layout-vehiclessearch .container .filter .links-to-offer .faceted:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehiclessearch .container .filter .links-to-offer .faceted {
    font-size: 18px;
  }
}
.layout-vehiclessearch .container .filter .links-to-offer .faceted::after {
  margin-inline-start: 1rem;
}
.layout-vehiclessearch .container .filter .links-to-offer .faceted:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehiclessearch .container .filter .links-to-offer .faceted:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 810px) {
  .layout-vehiclessearch .container .filter .links-to-offer .faceted {
    width: 100%;
    justify-content: space-between;
  }
}
.layout-profile {
  padding: 1rem 0;
  background-color: #f5f5f5;
  border-block-end: 1px solid rgba(153, 153, 153, 0.4);
  color: #000000;
}
.layout-profile .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-profile .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.layout-profile .container .nicename strong {
  font-weight: 700;
}
.layout-profile .container .panel {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 809px) {
  .layout-profile .container .panel {
    justify-content: space-between;
  }
}
.layout-profile .container .panel li a {
  position: relative;
  isolation: isolate;
  padding: .25rem 0;
}
.layout-profile .container .panel li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-profile .container .panel li a::before {
  top: auto;
  bottom: 0;
}
.layout-profile .container .panel li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-profile .container .panel li a::before {
  width: 0;
  background-color: #000000;
}
.layout-profile .container .panel li a:hover::before {
  width: 100%;
}
.layout-profile .container .panel li:first-child a {
  font-weight: 700;
}
.layout-profile .container .panel li:first-child a::before {
  background-color: #be1622;
  width: 100%;
}
.layout-profile .container .panel li:first-child a:hover::before {
  width: 0;
}
.layout-vehiclescategory {
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclescategory .container {
    position: relative;
  }
}
.layout-vehiclescategory .container .slick-slider {
  margin: 0 -15px;
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclescategory .container .slick-slider {
    position: static;
  }
}
.layout-vehiclescategory .container .slick-slider .slick-slide {
  margin: 0 15px;
  height: auto;
}
.layout-vehiclescategory .container .vehicle {
  background-color: #f5f5f5;
}
.layout-vehiclescategory .container .vehicle .brand-title-price-and-more {
  min-height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-vehiclescategory .container .vehicle .brand-title-price-and-more {
    min-height: 200px;
  }
}
.layout-vehiclescategory .container .vehicle .brand-title-price-and-more .title-and-edition {
  min-height: 40px;
}
@media screen and (min-width: 810px) {
  .layout-vehiclescategory .container .vehicle .brand-title-price-and-more .title-and-edition {
    min-height: 42px;
  }
}
@media screen and (max-width: 1279px) {
  .layout-vehiclescategory .container .vehicle .brand-title-price-and-more > ul > li:first-child {
    display: none;
  }
}
.layout-vehiclescategory .container .vehicle .brand-title-price-and-more > ul > li:last-child {
  justify-self: unset;
  min-height: 50px;
}
.layout-vehiclescategory .container > strong a {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 1.5rem 0;
}
.layout-vehiclescategory .container > strong a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehiclescategory .container > strong a {
    font-size: 18px;
  }
}
.layout-vehiclescategory .container > strong a::after {
  margin-inline-start: 1rem;
}
.layout-vehiclescategory .container > strong a:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehiclescategory .container > strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
@media screen and (min-width: 1024px) {
  .layout-vehiclescategory .container > strong a {
    margin: 1.5rem 0 1.5rem auto;
  }
}
.layout-vehiclescategory:not(:has(.container>.title)) {
  padding-top: 4rem;
}
.layout-vehicleretain,
.layout-textandform,
.layout-text {
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vehicleretain,
  .layout-textandform,
  .layout-text {
    padding: 4rem 0;
  }
}
.layout-vehicleretain .container,
.layout-textandform .container,
.layout-text .container {
  max-width: 980px;
}
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield label,
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield label,
.layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield label,
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset label,
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset label,
.layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset label,
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
.layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset legend,
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset legend,
.layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset legend {
  display: inline-block !important;
}
@media screen and (min-width: 810px) {
  .layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield label,
  .layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield label,
  .layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield label,
  .layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset label,
  .layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset label,
  .layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset label,
  .layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
  .layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
  .layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield legend,
  .layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset legend,
  .layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset legend,
  .layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset legend {
    font-size: 18px;
  }
}
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset label.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields .gfield legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields .gfield legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-text .container .gform_wrapper form .gform_body .gform_fields .gfield legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-vehicleretain .container .gform_wrapper form .gform_body .gform_fields fieldset legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-textandform .container .gform_wrapper form .gform_body .gform_fields fieldset legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub),
.layout-text .container .gform_wrapper form .gform_body .gform_fields fieldset legend.gform-field-label--type-sub:not(.gfield--type-address .gform-field-label--type-sub) {
  display: none !important;
}
.layout-vehicleretain .vehicle-info,
.layout-textandform .vehicle-info,
.layout-text .vehicle-info {
  font-weight: 900;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
.layout-vehicleretain .vehicle-info img,
.layout-textandform .vehicle-info img,
.layout-text .vehicle-info img {
  width: 200px;
  float: left;
  height: 130px;
  margin-right: 15px;
}
.layout-vehicleretain:has(.go-back) .container,
.layout-textandform:has(.go-back) .container,
.layout-text:has(.go-back) .container {
  position: relative;
}
.layout-vehicleretain:has(.go-back) .container .title-and-text,
.layout-textandform:has(.go-back) .container .title-and-text,
.layout-text:has(.go-back) .container .title-and-text {
  min-height: 160px;
  margin: 4rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-vehicleretain:has(.go-back) .container .title-and-text,
  .layout-textandform:has(.go-back) .container .title-and-text,
  .layout-text:has(.go-back) .container .title-and-text {
    min-height: 130px;
  }
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back),
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back),
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) {
  position: relative;
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back {
  position: absolute;
  left: 0;
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  border-color: #4c7257;
  display: flex;
  align-items: center;
  gap: .5rem;
  top: -250px;
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:after,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:after,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
  .layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
  .layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back {
    font-size: 18px;
  }
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after {
  margin-inline-start: 1rem;
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:hover,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:hover,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:active,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:active,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:before,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:before,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
@media screen and (min-width: 810px) {
  .layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
  .layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back,
  .layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back {
    top: -230px;
  }
}
.layout-vehicleretain:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after,
.layout-textandform:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after,
.layout-text:has(.go-back) .container .gfield--type-html:has(.go-back) .go-back::after {
  display: none;
}
.gform_wrapper .gform_heading .gform_title {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 20px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not(input[type="checkbox"]):not(.gfield-choice-input),
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border: 1px solid #e6e6e6;
  min-height: 3rem;
  border-radius: 8px;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not(input[type="checkbox"]):not(.gfield-choice-input)::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-weight: 700;
  color: #57585c;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:not(input[type="checkbox"]):not(.gfield-choice-input):focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: none !important;
  box-shadow: 0 0 4px #4c7257 !important;
  border: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select * {
  color: #57585c;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="radio"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="radio"]::before {
  width: .75rem;
  height: .75rem;
  background-color: #be1622;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="checkbox"]::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="radio"]::before {
  color: #be1622;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="checkbox"]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="radio"]:focus {
  outline: 1px solid #be1622;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area::before {
  color: #000000 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area button {
  background-color: #be1622 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area button:hover {
  background-color: #57585c !important;
  transition: all 0.25s ease;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex {
  row-gap: 40px;
}
.gform_wrapper form .gform_body .gform_fields .gfield--type-consent legend {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_consent label {
  display: inline-block;
}
.gform_wrapper form .gform_footer {
  background-color: #4c7257 !important;
  border: 1px solid #4c7257 !important;
  border-radius: 8px !important;
  width: max-content;
  align-items: center;
  padding: .25rem 1rem;
}
.gform_wrapper form .gform_footer:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
.gform_wrapper form .gform_footer::after {
  color: #ffffff;
}
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_footer .button {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_footer button,
  .gform_wrapper form .gform_footer .button {
    font-size: 18px !important;
  }
}
.gform_wrapper form .gform_footer button:active,
.gform_wrapper form .gform_footer .button:active,
.gform_wrapper form .gform_footer button:focus,
.gform_wrapper form .gform_footer .button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.gform_wrapper form .gform_footer:hover {
  background-color: #57585c !important;
  border: 1px solid #57585c !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-footer .gform_wrapper .gform_title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-footer .gform_wrapper .gform_title {
    font-size: 22px;
  }
}
.layout-footer .gform_wrapper input {
  border: 1px solid #ffffff;
}
.layout-footer .gform_wrapper form .gform_footer {
  background-color: #ffffff !important;
  border: 1px solid #be1622 !important;
}
.layout-footer .gform_wrapper form .gform_footer::after {
  color: #be1622;
}
.layout-footer .gform_wrapper form .gform_footer .button {
  color: #be1622 !important;
}
.layout-footer .gform_wrapper form .gform_footer:hover {
  color: #ffffff !important;
  background-color: #be1622 !important;
  border: 1px solid #ffffff !important;
  transition: all 0.25s ease;
}
.layout-footer .gform_wrapper form .gform_footer:hover::after {
  color: #ffffff !important;
}
.layout-footer .gform_wrapper form .gform_footer:hover .button {
  color: #ffffff !important;
}
.layout-textandform .gform_wrapper .gform_title {
  color: #57585c;
}
.tml {
  margin: 30px auto;
  max-width: 1100px;
}
.tml form .tml-field-wrap input:not(.tml-checkbox) {
  border: 1px solid #57585c;
  border-radius: 4px;
  min-height: 2.5rem;
}
.tml form .tml-field-wrap input:not(.tml-checkbox):focus {
  border-color: #4c7257;
  box-shadow: 0 0 4px #4c7257;
  outline: 1px solid #4c7257;
}
.tml form .tml-field-wrap.tml-submit-wrap {
  color: #ffffff;
  background-color: #4c7257;
  border: 1px solid #4c7257;
  font-weight: 600;
  padding: .75rem 1rem;
  border-radius: 6px;
  width: max-content;
}
.tml form .tml-field-wrap.tml-submit-wrap:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .tml form .tml-field-wrap.tml-submit-wrap {
    font-size: 18px;
  }
}
.tml form .tml-field-wrap.tml-submit-wrap::after {
  margin-inline-start: 1rem;
}
.tml form .tml-field-wrap.tml-submit-wrap:hover {
  color: #4c7257;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.tml form .tml-field-wrap.tml-submit-wrap:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px #e6e6e6;
}
.tml form .tml-field-wrap.tml-submit-wrap button {
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.tml form .tml-field-wrap.tml-submit-wrap:hover button {
  color: #4c7257;
  transition: all 0.25s ease;
}
.tml .tml-links a {
  position: relative;
  isolation: isolate;
}
.tml .tml-links a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #be1622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tml .tml-links a::before {
  top: auto;
  bottom: 0;
}
.tml .tml-links a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.tml .tml-links a::before {
  height: 1px;
  background-color: #57585c;
}
.tml .tml-alerts .tml-messages .tml-message a {
  color: #be1622;
}
.slick-slider .slick-dots {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: max-content;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}
.slick-slider .slick-dots li {
  margin: 0;
  height: max-content;
  width: 30px;
  top: -11.4px;
}
@media screen and (min-width: 810px) {
  .slick-slider .slick-dots li {
    top: -12.6px;
  }
}
.slick-slider .slick-dots li button {
  padding: 0;
  width: 30px;
  height: 6px;
  background-color: transparent;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #701005;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 2.5rem;
  height: 2rem;
  border-radius: 2px;
  background-color: #4c7257;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  opacity: 1;
  font-size: 1rem !important;
  color: #ffffff;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  color: #4c7257;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-promise .slick-slider .slick-list {
  margin-left: -10%;
}
@media screen and (min-width: 1280px) {
  .layout-promise .slick-slider .slick-list {
    padding: 0;
    margin-left: 0;
  }
}
.layout-promise .slick-slider .slick-next,
.layout-promise .slick-slider .slick-prev {
  display: none !important;
}
@media screen and (min-width: 810px) {
  .layout-promise .slick-slider .slick-next,
  .layout-promise .slick-slider .slick-prev {
    display: flex !important;
  }
}
.layout-promise .slick-slider .slick-dots {
  top: -18px;
}
.layout-newslatest .slick-slider .slick-list {
  margin-left: -10%;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .slick-slider .slick-list {
    padding: 0;
    margin-left: 0;
  }
}
.layout-newslatest .slick-slider .slick-prev,
.layout-newslatest .slick-slider .slick-next {
  background-color: #ffffff;
  top: -40px;
  width: 3rem;
  height: 3rem;
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .slick-slider .slick-prev,
  .layout-newslatest .slick-slider .slick-next {
    display: flex !important;
  }
}
.layout-newslatest .slick-slider .slick-prev::before,
.layout-newslatest .slick-slider .slick-next::before {
  color: #4c7257;
}
.layout-newslatest .slick-slider .slick-prev:hover,
.layout-newslatest .slick-slider .slick-next:hover {
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-newslatest .slick-slider .slick-prev:hover::before,
.layout-newslatest .slick-slider .slick-next:hover::before {
  color: #ffffff;
}
.layout-newslatest .slick-slider .slick-prev {
  left: auto;
  right: 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .slick-slider .slick-prev {
    right: calc(40px + 2.5rem + 15px);
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .slick-slider .slick-next {
    right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .slick-slider .slick-dots {
    right: 40px;
  }
}
.layout-vehiclesfeatured .slick-slider .slick-list,
.layout-vehiclescategory .slick-slider .slick-list {
  margin-left: -10%;
}
@media screen and (min-width: 1024px) {
  .layout-vehiclesfeatured .slick-slider .slick-list,
  .layout-vehiclescategory .slick-slider .slick-list {
    padding: 0;
    margin-left: 0;
  }
}
.layout-vehiclesfeatured .slick-slider .slick-dots,
.layout-vehiclescategory .slick-slider .slick-dots {
  top: -1rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .slick-slider .slick-dots,
  .layout-vehiclescategory .slick-slider .slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 810px) {
  .layout-vehiclesfeatured .slick-slider .slick-dots.slick-active,
  .layout-vehiclescategory .slick-slider .slick-dots.slick-active {
    top: auto;
  }
}
.layout-vehiclesfeatured .slick-slider .slick-prev,
.layout-vehiclescategory .slick-slider .slick-prev,
.layout-vehiclesfeatured .slick-slider .slick-next,
.layout-vehiclescategory .slick-slider .slick-next {
  background-color: #e6e6e6;
  display: none !important;
  height: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .slick-slider .slick-prev,
  .layout-vehiclescategory .slick-slider .slick-prev,
  .layout-vehiclesfeatured .slick-slider .slick-next,
  .layout-vehiclescategory .slick-slider .slick-next {
    display: block !important;
    transform: none;
  }
}
.layout-vehiclesfeatured .slick-slider .slick-prev::before,
.layout-vehiclescategory .slick-slider .slick-prev::before,
.layout-vehiclesfeatured .slick-slider .slick-next::before,
.layout-vehiclescategory .slick-slider .slick-next::before {
  color: #701005;
}
.layout-vehiclesfeatured .slick-slider .slick-prev:hover,
.layout-vehiclescategory .slick-slider .slick-prev:hover,
.layout-vehiclesfeatured .slick-slider .slick-next:hover,
.layout-vehiclescategory .slick-slider .slick-next:hover {
  background-color: #701005;
  color: #e6e6e6;
  transition: all 0.25s ease;
}
.layout-vehiclesfeatured .slick-slider .slick-prev:hover::before,
.layout-vehiclescategory .slick-slider .slick-prev:hover::before,
.layout-vehiclesfeatured .slick-slider .slick-next:hover::before,
.layout-vehiclescategory .slick-slider .slick-next:hover::before {
  color: #e6e6e6;
}
.layout-vehiclesfeatured .slick-slider .slick-prev,
.layout-vehiclescategory .slick-slider .slick-prev {
  top: 0;
  right: 3.5rem;
  left: auto;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .slick-slider .slick-prev,
  .layout-vehiclescategory .slick-slider .slick-prev {
    right: calc(2.5rem + 45px);
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured .slick-slider .slick-prev,
  .layout-vehiclescategory .slick-slider .slick-prev {
    right: calc(2.5rem + 15px);
  }
}
.layout-vehiclesfeatured .slick-slider .slick-next,
.layout-vehiclescategory .slick-slider .slick-next {
  top: 0;
  right: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-vehiclesfeatured .slick-slider .slick-next,
  .layout-vehiclescategory .slick-slider .slick-next {
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehiclesfeatured .slick-slider .slick-next,
  .layout-vehiclescategory .slick-slider .slick-next {
    right: 0;
  }
}
.layout-vehiclescategory:not(:has(.container>.title)) .slick-slider .slick-prev,
.layout-vehiclescategory:not(:has(.container>.title)) .slick-slider .slick-next {
  top: -1.5rem;
}
.layout-vehicleslatest .slick-slider .slick-list {
  margin-left: -10%;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .slick-slider .slick-list {
    margin-left: -22%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicleslatest .slick-slider .slick-list {
    padding: 0;
    margin-left: 0;
  }
}
.layout-vehicleslatest .slick-slider .slick-prev,
.layout-vehicleslatest .slick-slider .slick-next {
  top: 100%;
  background-color: #ffffff;
  display: none !important;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .slick-slider .slick-prev,
  .layout-vehicleslatest .slick-slider .slick-next {
    top: -45px;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicleslatest .slick-slider .slick-prev,
  .layout-vehicleslatest .slick-slider .slick-next {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
.layout-vehicleslatest .slick-slider .slick-prev::before,
.layout-vehicleslatest .slick-slider .slick-next::before {
  color: #4c7257;
}
.layout-vehicleslatest .slick-slider .slick-prev:hover,
.layout-vehicleslatest .slick-slider .slick-next:hover {
  background-color: #4c7257;
  transition: all 0.25s ease;
}
.layout-vehicleslatest .slick-slider .slick-prev:hover::before,
.layout-vehicleslatest .slick-slider .slick-next:hover::before {
  color: #ffffff;
}
.layout-vehicleslatest .slick-slider .slick-prev {
  left: 25%;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .slick-slider .slick-prev {
    left: auto;
    right: calc(8px + 2.5rem + 15px);
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .slick-slider .slick-prev {
    right: calc(25px + 2.5rem + 15px);
  }
}
.layout-vehicleslatest .slick-slider .slick-next {
  right: 25%;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .slick-slider .slick-next {
    right: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .layout-vehicleslatest .slick-slider .slick-next {
    right: 25px;
  }
}
.layout-vehicleslatest .slick-slider .slick-dots {
  top: 0;
}
@media screen and (min-width: 810px) {
  .layout-vehicleslatest .slick-slider .slick-dots {
    top: -1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vehicleslatest .slick-slider .slick-dots {
    right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-vehicleslatest .slick-slider .slick-dots {
    display: none !important;
  }
}
.layout-imagesalbum .slick-slider .slick-list {
  margin-left: -10%;
}
@media screen and (min-width: 810px) {
  .layout-imagesalbum .slick-slider .slick-list {
    margin-left: -22%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-imagesalbum .slick-slider .slick-list {
    padding: 0;
    margin-left: 0;
  }
}
.fancybox__content img,
.f-thumbs__slide__img {
  aspect-ratio: 1.518;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
.whatsapp-chat-link {
  display: none;
}
aside.country-selector .weglot-lang {
  border: 1px solid #999999;
  border-radius: .5rem;
  background-color: #ffffff;
  cursor: pointer;
}
aside.country-selector .weglot-lang::after {
  display: none !important;
}
aside.country-selector .weglot-lang .wglanguage-name {
  padding: .5rem;
  height: unset;
  line-height: unset;
  font-size: 1rem;
}
aside.country-selector .weglot-lang:not(.wgcurrent) {
  margin: .5rem 0 0;
}
aside.country-selector > ul {
  border: none !important;
  background-color: transparent !important;
}
.full-menu aside.country-selector ul.language-open {
  display: block;
}
aside.country-selector:not(.full-menu aside) {
  display: none;
}
@media screen and (min-width: 1280px) {
  aside.country-selector:not(.full-menu aside) {
    display: block;
  }
}
@media screen and (max-width: calc(809px)) {
  html[lang="de"] .layout-header .header .container .logo p {
    bottom: -6px;
  }
}
@media screen and (min-width: 1280px) {
  html[lang="de"] .layout-header .header .container .logo p {
    margin: 0 0 0 .6rem;
  }
}
@media screen and (min-width: 1600px) {
  html[lang="de"] .layout-header .header .container .logo p {
    font-size: 20px;
    margin-block-end: -7px;
    margin: 0 0 -7px 1.5rem;
  }
}
html[lang="de"] .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle.reserved .reserved-banner,
html[lang="de"] .layout-vehicledetail .container .images-and-properties.reserved .reserved-banner {
  top: 1.25rem;
  left: -2.5rem;
}
@media screen and (min-width: 1280px) {
  html[lang="de"] .layout-vehicledetail .container .back-favorites-share-and-pager .share {
    right: 168px;
  }
}
html[lang="de"] .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul {
  gap: 1rem;
}
html[lang="de"] .layout-vehicleslatest .vehicle .brand-title-price-and-more > ul > li span {
  max-width: 5rem;
}
@media screen and (min-width: 1600px) {
  html[lang="pl"] .layout-header .header .container .logo p {
    font-size: 20px;
    margin-block-end: -7px;
  }
}
html[lang="pl"] .layout-vehiclescategory .container .link-to-all {
  font-size: .75rem;
}
@media screen and (min-width: 810px) {
  html[lang="pl"] .layout-vehiclescategory .container .link-to-all {
    font-size: 1rem;
  }
}
html[lang="pl"] .layout-vehiclescategory .container .vehicle .brand-title-price-and-more > ul > li span.short {
  overflow: hidden;
  max-width: 5rem;
}
@media screen and (min-width: 810px) {
  html[lang="pl"] .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle.reserved .reserved-banner,
  html[lang="pl"] .layout-vehicledetail .container .images-and-properties.reserved .reserved-banner {
    top: 1.5rem;
    left: -2.25rem;
  }
}
html[lang="pl"] .layout-personcta .container .buttons .call a,
html[lang="pl"] .layout-personcta .container .buttons .mail a {
  font-size: .75rem;
}
@media screen and (min-width: 1024px) {
  html[lang="pl"] .layout-personcta .container .buttons .call a,
  html[lang="pl"] .layout-personcta .container .buttons .mail a {
    font-size: 1rem;
  }
}
html[lang="en"] .layout-vehicles .container .filter-and-results .results .facetwp-template .vehicles .vehicle.reserved .reserved-banner,
html[lang="en"] .layout-vehicledetail .container .images-and-properties.reserved .reserved-banner {
  top: 1rem;
  left: -2.25rem;
}
