/* input(1976,8): run-time error CSS1024: Expected media identifier, found '650px'
input(1980,1): run-time error CSS1019: Unexpected token, found '}' */
@import url("https://use.typekit.net/ayj0bue.css");
@charset "utf-8";
/*
* === TYPEOGRAPHY ===
*/
/*
* === PANEL ===
*/
/*
* === SKELETON ===
*/
/*
* === GRID ===
*/
/*.make-position-classes(@class) {

    .grid--start-@{class} {
        justify-content: flex-start;
        text-align: start;
    }

    .grid--center-@{class} {
        justify-content: center;
        text-align: center;
    }

    .grid--end-@{class} {
        justify-content: flex-end;
        text-align: end;
    }

    .grid--top-@{class} {
        align-items: flex-start;
    }

    .grid--middle-@{class} {
        align-items: center;
    }

    .grid--bottom-@{class} {
        align-items: flex-end;
    }

    .grid--around-@{class} {
        justify-content: space-around;
    }

    .grid--between-@{class} {
        justify-content: space-between;
    }
}*/

[v-cloak] {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*! 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;
  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%;
  line-height: 1.15;
  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;
  max-width: 100%;
  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;
}
body {
  color: #787580;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 650px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
strong {
  font-weight: 800;
}
.text-centered {
  text-align: center;
}
/* Fade Transition */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 300ms linear !important;
}
.fade-enter,
.fade-leave-to {
  opacity: 0 !important;
}
/* Fade In Transition */

.fade-in-enter-active {
  transition: opacity 300ms linear !important;
}
.fade-in-enter {
  opacity: 0 !important;
}
/* Link hover */

@keyframes link-underline {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  50.01% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
/* Skeleton */

@keyframes loading {
  0% {
    background-position-x: 0;
  }
  40%, 100% {
    background-position-x: -200%;
  }
}
html {
  font-size: 62.5%;
  scroll-padding-top: 3rem;
}
body {
  max-width: 100%;
  margin: 0 auto;
  background: #EEE;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
a,
button,
input[type='button'],
input[type='submit'] {
  touch-action: manipulation;
}
.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 650px) {
  .hide-on-mobile {
    display: initial;
  }
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #202a44;
}
a:hover {
  text-decoration: none;
}
.responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 0.8rem;
}
legend {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
legend a {
  text-decoration: none;
}
/*.read-more-sentinel ~ * {display: none;}*/

.read-more {
  display: none;
}
.read-more.show {
  display: block;
}
h1 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1;
  margin: 0 0 4.8rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.3;
  margin: 0 0 2.4rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.hr {
  border: 0;
  border-top: 0.1rem solid #E1E0E4;
  margin: 2.4rem 0;
}
.hr--spacer {
  border: 0;
  margin: 1.2rem 0;
}
.hr--custom-form {
  margin: 4.8rem 0;
}
.wysiwyg p:first-child,
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg ul:first-child,
.wysiwyg ol:first-child {
  margin-top: 0;
}
.wysiwyg p:last-child,
.wysiwyg h1:last-child,
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
  margin-bottom: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  margin-top: 4.8rem;
}
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child {
  margin-top: 0;
}
.wysiwyg h1:last-child,
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child {
  margin-bottom: 0;
}
.wysiwyg hr,
.wysiwyg .hr {
  border: 0;
  border-top: 0.1rem solid #e1e0e4;
  margin: 2.4rem 0;
}
.wysiwyg hr--spacer,
.wysiwyg .hr--spacer {
  border: 0;
  margin: 1.2rem 0;
}
.wysiwyg hr--custom-form,
.wysiwyg .hr--custom-form {
  margin: 4.8rem 0;
}
.wysiwyg table {
  margin: 0;
  border: 0.1rem solid #E1E0E4;
  border: 0;
}
.wysiwyg table th {
  background: #202a44;
  color: #fff;
  text-align: left;
  padding: 1.6rem 1rem;
  border: 0;
}
.wysiwyg table td {
  padding: 0.4rem 1rem;
  background: #fff;
  border: 0;
}
.wysiwyg table tr:nth-child(odd) td {
  background: #f6f6f7;
}
.wysiwyg figure {
  margin: 0;
}
.wysiwyg figcaption {
  font-style: italic;
  margin-top: 1rem;
  color: #928f99;
}
.wysiwyg .custom-form-heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
  margin: 0 0 1rem 0;
}
.wysiwyg .custom-form-subheading {
  margin: 0 0 2.4rem 0;
  color: #928f99;
  /*@media @small {
            margin: 0 0 @layout__vertical-spacing 0;
        }*/

}
.container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.container--modal {
  max-width: 65rem;
}
.container--article {
  max-width: 90rem;
}
.container--general-page {
  max-width: 120rem;
}
.container--p-bottom {
  padding-bottom: 7.2rem;
}
.container--p-top {
  padding-top: 7.2rem;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 650px) {
  .grid {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .grid--double-gutters {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .grid--quad-gutters {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}
.grid--reverse {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 650px) {
  .grid--reverse-sm {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
.grid--row-gap {
  row-gap: 2rem;
}
@media only screen and (min-width: 650px) {
  .grid--row-gap {
    row-gap: 1.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .grid--row-gap.grid--double-gutters {
    row-gap: 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .grid--row-gap.grid--quad-gutters {
    row-gap: 6.4rem;
  }
}
.grid--deals {
  row-gap: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .grid--deals {
    row-gap: 1.6rem;
  }
}
.grid--deal-spotlights {
  margin-bottom: 4.8rem;
  display: hidden;
}
@media only screen and (min-width: 650px) {
  .grid--deal-spotlights {
    display: flex;
  }
}
.grid--justify-start {
  justify-content: flex-start;
}
.grid--justify-center {
  justify-content: center;
}
.grid--justify-end {
  justify-content: flex-end;
}
.grid--justify-space-around {
  justify-content: space-around;
}
.grid--justify-space-between {
  justify-content: space-between;
}
.grid--justify-space-evenly {
  justify-content: space-evenly;
}
.grid--align-start {
  align-items: flex-start;
}
.grid--align-center {
  align-items: center;
}
.grid--align-end {
  align-items: end;
}
.grid--masonry {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 985px) {
  .grid--masonry {
    column-count: 2;
    column-gap: 3.2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .grid--masonry {
    column-count: 3;
  }
}
.grid__col {
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .grid__col {
    width: auto;
  }
}
/*.for-each(@col-breaks);

.-each(@breakpoint) {
    @media only screen and (min-width: @breakpoint) {
        .makegrid(extract(@col-names, @i));
    }
}*/

@media only screen and (min-width: 650px) {
  [class^="grid__col--sm"],
  [class*="grid__col--sm"],
  [class^="grid__col--sm-offset"],
  [class*="grid__col--sm-offset"],
  [class*="grid__col--auto"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .grid--double-gutters > [class^="grid__col--sm"],
  .grid--double-gutters > [class*="grid__col--sm"],
  .grid--double-gutters > [class^="grid__col--sm-offset"],
  .grid--double-gutters > [class*="grid__col--sm-offset"],
  .grid--double-gutters > [class*="grid__col--auto"] {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .grid--quad-gutters > [class^="grid__col--sm"],
  .grid--quad-gutters > [class*="grid__col--sm"],
  .grid--quad-gutters > [class^="grid__col--sm-offset"],
  .grid--quad-gutters > [class*="grid__col--sm-offset"],
  .grid--quad-gutters > [class*="grid__col--auto"] {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .grid__col--sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .grid__col--sm-1 {
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }
  .grid__col--sm-2 {
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }
  .grid__col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--sm-4 {
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
  .grid__col--sm-5 {
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }
  .grid__col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--sm-7 {
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }
  .grid__col--sm-8 {
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }
  .grid__col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--sm-10 {
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }
  .grid__col--sm-11 {
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }
  .grid__col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 985px) {
  [class^="grid__col--md"],
  [class*="grid__col--md"],
  [class^="grid__col--md-offset"],
  [class*="grid__col--md-offset"],
  [class*="grid__col--auto"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .grid--double-gutters > [class^="grid__col--md"],
  .grid--double-gutters > [class*="grid__col--md"],
  .grid--double-gutters > [class^="grid__col--md-offset"],
  .grid--double-gutters > [class*="grid__col--md-offset"],
  .grid--double-gutters > [class*="grid__col--auto"] {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .grid--quad-gutters > [class^="grid__col--md"],
  .grid--quad-gutters > [class*="grid__col--md"],
  .grid--quad-gutters > [class^="grid__col--md-offset"],
  .grid--quad-gutters > [class*="grid__col--md-offset"],
  .grid--quad-gutters > [class*="grid__col--auto"] {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .grid__col--md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .grid__col--md-1 {
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }
  .grid__col--md-2 {
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }
  .grid__col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--md-4 {
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
  .grid__col--md-5 {
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }
  .grid__col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--md-7 {
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }
  .grid__col--md-8 {
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }
  .grid__col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--md-10 {
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }
  .grid__col--md-11 {
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }
  .grid__col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  [class^="grid__col--lg"],
  [class*="grid__col--lg"],
  [class^="grid__col--lg-offset"],
  [class*="grid__col--lg-offset"],
  [class*="grid__col--auto"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .grid--double-gutters > [class^="grid__col--lg"],
  .grid--double-gutters > [class*="grid__col--lg"],
  .grid--double-gutters > [class^="grid__col--lg-offset"],
  .grid--double-gutters > [class*="grid__col--lg-offset"],
  .grid--double-gutters > [class*="grid__col--auto"] {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .grid--quad-gutters > [class^="grid__col--lg"],
  .grid--quad-gutters > [class*="grid__col--lg"],
  .grid--quad-gutters > [class^="grid__col--lg-offset"],
  .grid--quad-gutters > [class*="grid__col--lg-offset"],
  .grid--quad-gutters > [class*="grid__col--auto"] {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .grid__col--lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .grid__col--lg-1 {
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }
  .grid__col--lg-2 {
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }
  .grid__col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--lg-4 {
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
  .grid__col--lg-5 {
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }
  .grid__col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--lg-7 {
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }
  .grid__col--lg-8 {
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }
  .grid__col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--lg-10 {
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }
  .grid__col--lg-11 {
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }
  .grid__col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1675px) {
  [class^="grid__col--xl"],
  [class*="grid__col--xl"],
  [class^="grid__col--xl-offset"],
  [class*="grid__col--xl-offset"],
  [class*="grid__col--auto"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .grid--double-gutters > [class^="grid__col--xl"],
  .grid--double-gutters > [class*="grid__col--xl"],
  .grid--double-gutters > [class^="grid__col--xl-offset"],
  .grid--double-gutters > [class*="grid__col--xl-offset"],
  .grid--double-gutters > [class*="grid__col--auto"] {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .grid--quad-gutters > [class^="grid__col--xl"],
  .grid--quad-gutters > [class*="grid__col--xl"],
  .grid--quad-gutters > [class^="grid__col--xl-offset"],
  .grid--quad-gutters > [class*="grid__col--xl-offset"],
  .grid--quad-gutters > [class*="grid__col--auto"] {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .grid__col--xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .grid__col--xl-1 {
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }
  .grid__col--xl-2 {
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }
  .grid__col--xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--xl-4 {
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
  .grid__col--xl-5 {
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }
  .grid__col--xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--xl-7 {
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }
  .grid__col--xl-8 {
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }
  .grid__col--xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--xl-10 {
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }
  .grid__col--xl-11 {
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }
  .grid__col--xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bg-white {
  background: #fff;
}
.header {
  position: relative;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  margin-bottom: -8rem;
  background: #202a44;
  position: sticky;
}
@media only screen and (min-width: 985px) {
  .header {
    margin-bottom: -10rem;
  }
}
@media only screen and (min-width: 985px) {
  .header {
    margin-bottom: -9rem;
  }
}
.header.is-stuck {
  background: #202a44;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.home .header {
  background: #202a44;
}
.header__inner {
  align-items: center;
  display: flex;
  height: 8rem;
  justify-content: space-between;
  padding: 1rem 1.6rem;
  max-width: 180rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 985px) {
  .header__inner {
    height: 10rem;
    padding: 1.6rem 6rem;
  }
}
@media only screen and (min-width: 985px) {
  .header__inner {
    height: 9rem;
    padding: 1rem 6rem;
  }
}
@media only screen and (min-width: 985px) {
  .header__logo {
    margin-right: 3.2rem;
  }
}
.header__logo-img,
.header__logo-img-alt {
  max-height: 4.8rem;
  max-width: 20rem;
}
@media only screen and (min-width: 985px) {
  .header__logo-img,
  .header__logo-img-alt {
    max-height: 6.8rem;
  }
}
.header__logo-img-alt {
  display: none;
}
.header__nav {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.header__right {
  align-items: center;
  display: flex;
  margin-left: 1.6rem;
  flex-shrink: 0;
}
.header__contact {
  color: #fff;
  font-weight: 700;
  text-align: right;
  color: #f8e08e;
}
.home .header__contact {
  color: #fff;
}
.home .header__contact {
  color: #f8e08e;
}
.is-stuck .header__contact {
  color: #f8e08e;
}
@media only screen and (min-width: 1300px) {
  .header__contact {
    margin-top: 0.25rem;
  }
}
.header__contact-phone,
.header__contact-alt-phone {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0.6rem 0 0;
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone,
  .header__contact-alt-phone {
    margin: 0;
  }
}
.header__contact-phone a,
.header__contact-alt-phone a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  color: #f8e08e;
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone a,
  .header__contact-alt-phone a {
    padding-top: 0;
    width: auto;
    height: auto;
    display: inline;
  }
}
.home .header__contact-phone a,
.home .header__contact-alt-phone a {
  color: #fff;
}
.header__contact-phone a:hover,
.header__contact-alt-phone a:hover {
  text-decoration: none;
}
.home .header__contact-phone a,
.home .header__contact-alt-phone a {
  color: #f8e08e;
}
.is-stuck .header__contact-phone a,
.is-stuck .header__contact-alt-phone a {
  color: #f8e08e;
}
.header__contact-phone-icon,
.header__contact-alt-phone-icon {
  fill: #fff;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.2rem;
  fill: #f8e08e;
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone-icon,
  .header__contact-alt-phone-icon {
    fill: #4e87a0;
  }
}
.is-stuck .header__contact-phone-icon,
.is-stuck .header__contact-alt-phone-icon {
  fill: #f8e08e;
}
@media only screen and (min-width: 1300px) {
  .is-stuck .header__contact-phone-icon,
  .is-stuck .header__contact-alt-phone-icon {
    fill: #4e87a0;
  }
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone-icon,
  .header__contact-alt-phone-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.header__contact--has-alt-phone .header__contact-phone-icon,
.header__contact--has-alt-phone .header__contact-alt-phone-icon {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .header__contact--has-alt-phone .header__contact-phone-icon,
  .header__contact--has-alt-phone .header__contact-alt-phone-icon {
    display: inline;
  }
}
.header__contact-phone-label,
.header__contact-alt-phone-label {
  display: none;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone-label,
  .header__contact-alt-phone-label {
    display: inline;
  }
}
.header__contact-phone-number,
.header__contact-alt-phone-number {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .header__contact-phone-number,
  .header__contact-alt-phone-number {
    display: inline;
  }
}
.header__cta {
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1300px) {
  .header__cta {
    display: block;
  }
}
.header__cta a {
  color: #fff;
  text-decoration: none;
  color: #f8e08e;
}
.home .header__cta a {
  color: #fff;
}
.header__cta a:hover {
  text-decoration: underline;
}
.home .header__cta a {
  color: #f8e08e;
}
.is-stuck .header__cta a {
  color: #f8e08e;
}
.header__saved-vehicles {
  position: relative;
  top: -0.1rem;
}
.header__nav-open {
  height: 4rem;
  width: 4rem;
  background: transparent;
  border-radius: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  .header__nav-open {
    display: none;
  }
}
.header__nav-open-icon {
  fill: #fff;
  height: 2.6rem;
  width: 2.3rem;
  padding: 0;
  fill: #f8e08e;
}
.home .header__nav-open-icon {
  fill: #fff;
}
.home .header__nav-open-icon {
  fill: #f8e08e;
}
.is-stuck .header__nav-open-icon {
  fill: #f8e08e;
}
.footer {
  background: #202a44;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  /*&__newsletter {
        order: 1;
        margin-bottom: @layout__vertical-spacing;
        .column(12);

        @media @medium {
            order: 5;
            .column(4);
            border: 0;
            padding-top: 0;
            margin-bottom: 0;
        }

        @media @large {
            .column(3);
        }
    }

    &__newsletter-inner {
        border: .1rem solid rgba(255,255,255,.1);
        border-radius: @panel__border-radius;
        padding: @layout__gutter-width*2;
        max-width: 50rem;
        margin: 0 auto;

        @media @medium {
            border: 0;
            padding: 0;
        }
    }*/

  /*&__newsletter-subheading {
        margin: 0 0 3rem 0;
    }*/

  /*&__cap {
        width: 10rem;

        @media @small {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: @layout__gutter-width;
        }

        @media @medium {
            left: @layout__outer-margin;
        }
    }*/

}
.footer__inner {
  padding: 4.8rem 1.6rem;
  position: relative;
  z-index: 1;
  max-width: 160rem;
  margin: 0 auto;
}
@media only screen and (min-width: 985px) {
  .footer__inner {
    padding: 7.2rem 6rem 4.8rem;
  }
}
.footer__row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  align-items: flex-start;
}
@media only screen and (min-width: 985px) {
  .footer__row {
    justify-content: space-between;
  }
}
.footer__nav {
  margin-bottom: 2.4rem;
  text-align: center;
  order: 5;
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .footer__nav {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    min-width: 18rem;
  }
}
@media only screen and (min-width: 985px) {
  .footer__nav {
    order: 1;
    flex-basis: auto;
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__contact {
  margin-bottom: 4.8rem;
  text-align: center;
  order: 5;
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  /*@media @xlarge {
            .column(3);
        }*/

}
@media only screen and (min-width: 650px) {
  .footer__contact {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    flex-direction: column;
    max-width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .footer__contact {
    order: 1;
    flex-basis: auto;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 2.4rem;
  }
}
.footer__contact-heading,
.footer__nav-heading,
.footer__newsletter-heading {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer__contact-times,
.footer__contact-phone,
.footer__contact-email {
  margin: 0;
}
.footer__contact-times {
  margin-bottom: 1rem;
}
.footer__contact-phone {
  font-size: 18px;
  font-size: 1.8rem;
}
.footer__contact-phone--alt {
  margin-bottom: 1.8rem;
}
.footer__contact-phone-label {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer__contact-email-link,
.footer__contact-phone-link {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.footer__contact-email-link::after,
.footer__contact-phone-link::after {
  background-color: #fff;
  bottom: 0rem;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: width 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0%;
}
.footer__contact-email-link:hover::after,
.footer__contact-phone-link:hover::after {
  width: 100%;
}
.footer__nav-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__nav-item {
  margin: 0.5rem 0;
}
.footer__nav-link {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer__nav-link::after {
  background-color: #fff;
  bottom: 0rem;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: width 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0%;
}
.footer__nav-link:hover::after {
  width: 100%;
}
.footer__legal {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  clear: both;
  padding: 2.4rem 1.6rem 2.4rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .footer__legal {
    padding: 2.4rem 6rem 2.4rem;
    text-align: left;
  }
}
.footer__legal-inner {
  max-width: 160rem;
  margin: 0 auto;
}
@media only screen and (min-width: 985px) {
  .footer__legal-inner {
    display: flex;
    align-items: center;
  }
}
.footer__legal-p {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__legal-p a {
  color: #fff;
}
.footer__powered-by {
  flex-shrink: 0;
  width: 19rem;
  margin: 2rem auto 0 auto;
  color: #fff;
  transition: opacity 200ms;
  display: block;
}
@media only screen and (min-width: 985px) {
  .footer__powered-by {
    margin-left: 3.2rem;
    margin-top: 0;
  }
}
.footer__powered-by:hover {
  opacity: 0.75;
}
.footer__social {
  text-align: center;
  margin-top: 4.3rem;
  display: inline-block;
  /*@media @medium {
            position: absolute;
            top: @layout__vertical-spacing*2;
            right: @layout__outer-margin;
        }*/

}
.footer__social a {
  color: #fff;
}
.footer__client-logo {
  margin-top: 4rem;
  text-align: center;
}
.footer__client-logo img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 985px) {
  .footer__client-logo {
    text-align: left;
  }
  .footer__client-logo img {
    margin-left: 0;
  }
}
.navbar {
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  .navbar {
    display: block;
  }
}
.navbar__container {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.navbar__item {
  float: left;
  position: relative;
}
.navbar__item--has-children .navbar__link {
  cursor: default;
}
.navbar__item--has-children .navbar__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0;
  border-color: #fff transparent transparent;
  position: relative;
  margin-left: 0.6rem;
  top: -0.2rem;
  transition: transform 200ms;
  border-color: #4e87a0 transparent transparent;
}
.is-stuck .navbar__item--has-children .navbar__link::after {
  border-color: #4e87a0 transparent transparent;
}
.navbar__link {
  color: #fff;
  display: block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: none;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  transition: background 200ms, border 200ms, color 200ms;
  cursor: pointer;
}
.home .navbar__link {
  color: #fff;
}
.is-current .navbar__link {
  color: #202a44;
}
.home .navbar__link {
  color: #fff;
}
.is-stuck .navbar__link {
  color: #fff;
}
.navbar__item:hover .navbar__link {
  background: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.08);
}
.is-stuck .navbar__item:hover .navbar__link {
  background: rgba(0, 0, 0, 0.08);
}
.navbar__child-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 1rem 5rem 0 rgba(0, 41, 62, 0.2), 0 0.25rem 0.25rem 0 rgba(0, 41, 62, 0.05);
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 20rem;
  width: max-content;
  min-width: 20rem;
  overflow: hidden;
  display: none;
  z-index: 10;
}
.navbar__item--has-children:hover .navbar__child-list {
  display: block;
}
.navbar__child-link {
  color: #787580;
  font-weight: 700;
  text-decoration: none;
  padding: 0.3rem 2rem;
  display: block;
}
.navbar__child-link:hover {
  background: #f6f6f7;
}
.hero {
  background: linear-gradient(30deg, #202a44 0%, #4e87a0 60%, #4e87a0 100%);
  margin-bottom: 2.4rem;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .hero {
    margin-bottom: 4.8rem;
  }
}
.hero--home {
  background: linear-gradient(30deg, #202a44 0%, #4e87a0 60%, #4e87a0 100%);
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  /*@media @medium {
            margin-bottom: @hero__home-bottom-margin;
        }*/

}
.hero--has-image {
  background-image: none;
}
.hero--has-image::before {
  content: none;
}
.hero--has-image .hero__img::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--has-manufacturer-image .hero__img {
  content: "";
  margin-top: 2.5%;
  display: block;
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  bottom: 0;
}
@media 650px {
  .hero--has-manufacturer-image .hero__img {
    margin-top: 10%;
  }
}
.hero--has-manufacturer-image .hero__img img {
  filter: brightness(0.85);
}
@media (max-width: 1439px) {
  .hero--has-manufacturer-image .hero__img img {
    filter: brightness(0.65);
  }
}
.hero--home.hero--has-image .hero__img::after {
  background: rgba(0, 0, 0, 0.5);
}
.hero--big-margin {
  margin-bottom: 9.6rem;
}
.hero--no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 1300px) {
  .hero--contact .hero__heading,
  .hero--contact .hero__subheading {
    padding-right: calc(50% + 6rem );
  }
}
.hero--article.hero--image {
  display: flex;
  min-height: 40rem;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .hero--article.hero--image {
    min-height: 50rem;
  }
}
.hero--article.hero--image::before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.33;
}
.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  transform: none;
  width: 100%;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 9rem;
  padding-bottom: 3.4rem;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .hero__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 650px) {
  .hero__container {
    padding-top: 10.4rem;
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .hero__container {
    padding-top: 14.8rem;
    padding-bottom: 7.2rem;
  }
}
.hero__container--has-blocks {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.hero--slim .hero__container {
  padding-top: 4.8rem;
}
.hero--article .hero__container {
  max-width: 90rem;
  flex-grow: 1;
}
.hero--general-page .hero__container {
  max-width: 120rem;
  flex-grow: 1;
}
.hero--enquire .hero__container {
  max-width: 160rem;
}
.hero--home .hero__container {
  padding-top: 9rem;
  padding-top: 11rem;
}
@media only screen and (min-width: 650px) {
  .hero--home .hero__container {
    padding-top: 10.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .hero--home .hero__container {
    padding-top: 14.8rem;
    padding-bottom: 7.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .hero--home .hero__container {
    padding-top: 12.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .hero--home .hero__container {
    padding-top: 16.8rem;
  }
}
.hero--enquire .hero__container {
  padding-bottom: 9.6rem;
  padding-top: 9rem;
}
@media only screen and (min-width: 650px) {
  .hero--enquire .hero__container {
    padding-top: 10.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .hero--enquire .hero__container {
    padding-top: 14.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  .hero--enquire .hero__container {
    padding-bottom: 16rem;
  }
}
.hero--search .hero__container {
  padding-top: 9rem;
}
@media only screen and (min-width: 650px) {
  .hero--search .hero__container {
    padding-top: 10.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .hero--search .hero__container {
    padding-top: 14.8rem;
  }
}
.hero--article.hero--has-image .hero__container {
  padding-top: 19.2rem;
}
@media only screen and (min-width: 1300px) {
  .hero--article.hero--has-image .hero__container {
    padding-top: 24rem;
  }
}
.hero__heading,
.hero h1 {
  font-size: 33px;
  font-size: 3.3rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 1.2rem 0;
  color: #fff;
}
@media only screen and (min-width: 650px) {
  .hero__heading,
  .hero h1 {
    font-size: 66px;
    font-size: 6.6rem;
    margin-bottom: 2.2rem;
  }
}
.hero__heading:last-child,
.hero h1:last-child {
  margin-bottom: 0;
}
.hero--has-image .hero__heading,
.hero--has-image .hero h1 {
  color: #fff;
}
.hero--home .hero__heading,
.hero--home h1 {
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 2.2rem 0;
}
@media only screen and (min-width: 650px) {
  .hero--home .hero__heading,
  .hero--home h1 {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
.hero--has-image.hero--home .hero__heading,
.hero--has-image.hero--home h1 {
  color: #fff;
}
.hero--home h2,
.hero--home h3,
.hero--home h4,
.hero--home a {
  color: #fff;
}
.hero__subheading,
.hero .block-area__item--text p,
.hero .block-area__item--text ul,
.hero .block-area__item--text ol {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  color: #787580;
  color: #fff;
  max-width: 110rem;
}
@media only screen and (min-width: 650px) {
  .hero__subheading,
  .hero .block-area__item--text p,
  .hero .block-area__item--text ul,
  .hero .block-area__item--text ol {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .hero__subheading,
  .hero .block-area__item--text p,
  .hero .block-area__item--text ul,
  .hero .block-area__item--text ol {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.hero__subheading p,
.hero .block-area__item--text p p,
.hero .block-area__item--text ul p,
.hero .block-area__item--text ol p {
  margin: 0 0 0.8em 0;
}
.hero__subheading p:last-child,
.hero .block-area__item--text p p:last-child,
.hero .block-area__item--text ul p:last-child,
.hero .block-area__item--text ol p:last-child {
  margin-bottom: 0;
}
.hero__subheading .read-more p:last-child,
.hero .block-area__item--text p .read-more p:last-child,
.hero .block-area__item--text ul .read-more p:last-child,
.hero .block-area__item--text ol .read-more p:last-child {
  margin: 0 0 0.8em 0;
}
.hero__subheading h1,
.hero .block-area__item--text p h1,
.hero .block-area__item--text ul h1,
.hero .block-area__item--text ol h1,
.hero__subheading h2,
.hero .block-area__item--text p h2,
.hero .block-area__item--text ul h2,
.hero .block-area__item--text ol h2,
.hero__subheading h3,
.hero .block-area__item--text p h3,
.hero .block-area__item--text ul h3,
.hero .block-area__item--text ol h3,
.hero__subheading h4,
.hero .block-area__item--text p h4,
.hero .block-area__item--text ul h4,
.hero .block-area__item--text ol h4 {
  color: #fff;
}
.hero--has-image .hero__subheading,
.hero--has-image .hero .block-area__item--text p,
.hero--has-image .hero .block-area__item--text ul,
.hero--has-image .hero .block-area__item--text ol {
  color: #fff;
}
.hero--has-image .hero__subheading h1,
.hero--has-image .hero .block-area__item--text p h1,
.hero--has-image .hero .block-area__item--text ul h1,
.hero--has-image .hero .block-area__item--text ol h1,
.hero--has-image .hero__subheading h2,
.hero--has-image .hero .block-area__item--text p h2,
.hero--has-image .hero .block-area__item--text ul h2,
.hero--has-image .hero .block-area__item--text ol h2,
.hero--has-image .hero__subheading h3,
.hero--has-image .hero .block-area__item--text p h3,
.hero--has-image .hero .block-area__item--text ul h3,
.hero--has-image .hero .block-area__item--text ol h3,
.hero--has-image .hero__subheading h4,
.hero--has-image .hero .block-area__item--text p h4,
.hero--has-image .hero .block-area__item--text ul h4,
.hero--has-image .hero .block-area__item--text ol h4 {
  color: #fff;
}
.hero--home .hero__subheading {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 650px) {
  .hero--home .hero__subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.hero--has-image.hero--home .hero__subheading {
  color: #fff;
}
.hero--has-image.hero--home .hero__subheading h1,
.hero--has-image.hero--home .hero__subheading h2,
.hero--has-image.hero--home .hero__subheading h3,
.hero--has-image.hero--home .hero__subheading h4 {
  color: #fff;
}
.hero--search .hero__subheading {
  margin-bottom: 2.4rem;
}
.hero__heading-small {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
}
.hero__toggle {
  margin: 2.4rem 0 1.2rem;
  display: inline-block;
}
@media only screen and (min-width: 650px) {
  .hero__toggle {
    position: absolute;
    right: 2rem;
    top: 9.4rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 985px) {
  .hero__toggle {
    top: 14.8rem;
    right: 6rem;
  }
}
.hero--home .hero__subheading {
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 650px) {
  .hero--home .hero__subheading {
    margin: 0 0 4.8rem 0;
  }
}
@media only screen and (min-width: 985px) {
  .hero--home .hero__subheading {
    margin: 0 0 7.2rem 0;
  }
}
@media only screen and (min-width: 985px) {
  .hero__search {
    position: relative;
    top: 0;
    margin-top: 4.8rem;
  }
}
.hero__manufacturer-logo-group {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .hero__manufacturer-logo-group {
    margin-bottom: 2.2rem;
  }
}
.hero__manufacturer-logo {
  width: 6rem;
  border-radius: 0.5rem;
  margin-right: 1.6rem;
  position: relative;
  top: 0.2rem;
  display: none;
  background: #fff;
}
@media only screen and (min-width: 375px) {
  .hero__manufacturer-logo {
    width: 8rem;
    display: block;
  }
}
@media only screen and (min-width: 650px) {
  .hero__manufacturer-logo {
    top: 0.4rem;
    margin-right: 2.2rem;
  }
}
.search-tabs__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  display: flex;
}
.search-tabs__tabs:before,
.search-tabs__tabs:after {
  content: " ";
  display: table;
}
.search-tabs__tabs:after {
  clear: both;
}
.search-tabs__tabs-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #101521;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 650px) {
  .search-tabs__tabs-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.search-tabs__tabs-item:last-child {
  border-radius: 0 0.5rem 0 0;
}
.search-tabs__tabs-item:first-child {
  border-radius: 0.5rem 0 0 0;
}
.search-tabs__tabs-item.is-active {
  background: #fff;
  margin-top: 0;
  bottom: -0.3rem;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .search-tabs__tabs-item.is-active {
    bottom: -0.1rem;
  }
}
.search-tabs__tabs-link {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 1rem 2.5rem;
  text-decoration: none;
  user-select: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 375px) {
  .search-tabs__tabs-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .search-tabs__tabs-link {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1rem 4.8rem;
  }
}
.is-active .search-tabs__tabs-link {
  color: #202a44;
  padding-top: 1.3rem;
  padding-bottom: 1.1rem;
}
@media only screen and (min-width: 650px) {
  .is-active .search-tabs__tabs-link {
    padding-top: 1.5rem;
  }
}
.search-tabs--is-vertical .search-tabs__tabs-link {
  padding: 1rem 2.5rem;
}
.search-tabs__tab-container {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
  padding: 2.4rem 1.6rem 3.2rem;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .search-tabs__tab-container {
    padding: 4.8rem 3.2rem 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .search-tabs__tab-container {
    padding: 4.8rem 6.4rem 3.2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .search-tabs__tab-container {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }
}
.search-tabs--is-vertical .search-tabs__tab-container {
  padding: 2.4rem 1.6rem 3.2rem;
}
@media only screen and (min-width: 650px) {
  .search-tabs--is-vertical .search-tabs__tab-container {
    padding: 4.8rem 3.2rem 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .search-tabs--no-contract-toggle .search-tabs__tab-container {
    padding-top: 2.4rem;
  }
}
.search-tabs__tabs + .search-tabs__tab-container {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
@media only screen and (min-width: 985px) {
  .search-tabs__contract-select-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
  }
}
.search-tabs__browse-by-brand {
  display: none;
}
@media only screen and (min-width: 985px) {
  .search-tabs__browse-by-brand {
    display: block;
  }
}
.search-tabs__browse-by-brand a {
  color: #202a44;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 0.2rem;
  margin-bottom: -0.2rem;
}
.search-tabs__browse-by-brand a::after {
  background-color: #202a44;
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  right: 0;
  pointer-events: none;
}
.search-tabs__browse-by-brand a:hover::after {
  animation: link-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running;
}
.search-tabs__contract-toggle {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .search-tabs__contract-toggle {
    display: none;
  }
}
.search-tabs__contract-radio {
  display: none;
}
@media only screen and (min-width: 650px) {
  .search-tabs__contract-radio {
    display: block;
  }
}
.search-tabs--is-vertical .search-tabs__contract-radio {
  display: none;
}
.search-tabs--is-vertical .search-tabs__contract-toggle {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 985px) {
  .search-tabs__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.search-tabs--is-vertical .search-tabs__row {
  display: block;
}
.search-tabs__search-fields {
  width: 100%;
}
@media only screen and (min-width: 985px) {
  .search-tabs__search-fields {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-wrap: nowrap;
  }
}
.search-tabs--is-vertical .search-tabs__search-fields {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.search-tabs__select {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 985px) {
  .search-tabs__select {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    flex: 1;
  }
}
.search-tabs--is-vertical .search-tabs__select {
  padding-left: 0;
  padding-right: 0;
}
.search-tabs__select-label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}
.search-tabs--is-vertical .search-tabs__select-label {
  display: none;
}
.search-tabs__submit-wrap {
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .search-tabs__submit-wrap {
    margin: 0 0 1.6rem 1.6rem;
    display: flex;
    align-items: center;
    align-self: flex-end;
  }
}
.search-tabs--is-vertical .search-tabs__submit-wrap {
  margin: 2.4rem 0 0 0;
}
@media only screen and (min-width: 985px) {
  .search-tabs--is-vertical .search-tabs__submit-wrap {
    margin-top: 3.4rem;
  }
}
.search-tabs__submit {
  white-space: nowrap;
}
.offer-type-radio-toggle {
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .offer-type-radio-toggle {
    text-align: left;
  }
}
.search-tabs-2__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  display: flex;
}
.search-tabs-2__tabs:before,
.search-tabs-2__tabs:after {
  content: " ";
  display: table;
}
.search-tabs-2__tabs:after {
  clear: both;
}
.search-tabs-2__tabs-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #101521;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 650px) {
  .search-tabs-2__tabs-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.search-tabs-2__tabs-item:last-child {
  border-radius: 0 0.5rem 0 0;
}
.search-tabs-2__tabs-item:first-child {
  border-radius: 0.5rem 0 0 0;
}
.search-tabs-2__tabs-item.is-active {
  background: #fff;
  margin-top: 0;
  bottom: -0.3rem;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .search-tabs-2__tabs-item.is-active {
    bottom: -0.1rem;
  }
}
.search-tabs-2__tabs-link {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 1rem 2.5rem;
  text-decoration: none;
  user-select: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 375px) {
  .search-tabs-2__tabs-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .search-tabs-2__tabs-link {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1.5rem 4.8rem;
  }
}
.is-active .search-tabs-2__tabs-link {
  color: #202a44;
  padding-top: 1.8rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .is-active .search-tabs-2__tabs-link {
    padding-top: 2rem;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__tabs-link {
  padding: 1.5rem 2.5rem;
}
.search-tabs-2__tab-container {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
  padding: 2.4rem 1.6rem 3.2rem;
  position: relative;
  /*@media @large {
            padding-left: @layout__gutter-width*6;
            padding-right: @layout__gutter-width*6;
        }*/

}
@media only screen and (min-width: 650px) {
  .search-tabs-2__tab-container {
    padding: 4.8rem 3.2rem 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__tab-container {
    padding: 4.8rem 6.4rem 3.2rem;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__tab-container {
  padding: 2.4rem 1.6rem 3.2rem;
}
@media only screen and (min-width: 650px) {
  .search-tabs-2--is-vertical .search-tabs-2__tab-container {
    padding: 4.8rem 3.2rem 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .search-tabs-2--no-contract-toggle .search-tabs-2__tab-container {
    padding-top: 2.4rem;
  }
}
.search-tabs-2__tabs + .search-tabs-2__tab-container {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__contract-select-container {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__contract-select-container {
  display: block;
}
.search-tabs-2__browse-by-brand {
  display: none;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__browse-by-brand {
    display: block;
  }
}
.search-tabs-2__browse-by-brand a {
  color: #202a44;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 0.2rem;
  margin-bottom: -0.2rem;
}
.search-tabs-2__browse-by-brand a::after {
  background-color: #202a44;
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  right: 0;
  pointer-events: none;
}
.search-tabs-2__browse-by-brand a:hover::after {
  animation: link-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__contract-toggle {
    margin-right: 1rem;
  }
}
.search-tabs-2__contract-toggle,
.search-tabs-2__type-toggle {
  margin-bottom: 1.6rem;
}
.search-tabs-2--is-vertical .search-tabs-2__contract-radio {
  display: none;
}
.search-tabs-2--is-vertical .search-tabs-2__contract-toggle {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__row {
  display: block;
}
.search-tabs-2__search-fields {
  width: 100%;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__search-fields {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-wrap: nowrap;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__search-fields {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.search-tabs-2__select {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__select {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    flex: 1;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__select {
  padding-left: 0;
  padding-right: 0;
}
.search-tabs-2__select-label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}
.search-tabs-2--is-vertical .search-tabs-2__select-label {
  display: none;
}
.search-tabs-2__submit-wrap {
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2__submit-wrap {
    margin: 0 0 1.6rem 1.6rem;
    display: flex;
    align-items: center;
    align-self: flex-end;
  }
}
.search-tabs-2--is-vertical .search-tabs-2__submit-wrap {
  margin: 2.4rem 0 0 0;
}
@media only screen and (min-width: 985px) {
  .search-tabs-2--is-vertical .search-tabs-2__submit-wrap {
    margin-top: 3.4rem;
  }
}
.search-tabs-2__submit {
  white-space: nowrap;
}
.offer-type-radio-toggle {
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .offer-type-radio-toggle {
    text-align: left;
  }
}
.button {
  background: #4e87a0;
  border: 0;
  border-radius: 999em;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  min-height: 4.5rem;
  padding: 0.5rem 3rem 0;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1), color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (min-width: 650px) {
  .button {
    min-height: 6.4rem;
    padding: 1rem 3rem 0.6rem;
  }
}
.button:hover {
  box-shadow: 0 0.25rem 2.5rem rgba(106, 159, 183, 0.33);
  background: #649bb3;
}
.button:active {
  top: 0.2rem;
}
.button--disabled {
  background: rgba(78, 135, 160, 0.25);
  cursor: not-allowed;
}
.button--disabled:hover {
  box-shadow: none;
  background: rgba(78, 135, 160, 0.25);
}
@media only screen and (min-width: 650px) {
  .button--big-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button--secondary {
  background: #202a44;
  color: #fff;
}
.button--tertiary {
  background: #E1E0E4;
  color: #787580;
}
.button--tertiary:hover {
  background: #d4d2d8;
  box-shadow: none;
}
.button--small {
  padding: 0.5rem 2rem 0;
  min-height: 4.5rem;
}
.button--xsmall {
  padding: 0.5rem 3rem 0;
  min-height: 3.8rem;
}
.button--narrow {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.button--outline {
  background: transparent;
  border: 0.2rem solid #4e87a0;
  color: #202a44;
  /*padding: (@button__padding-y-mobile - @button__border-width) (@button__padding-x-mobile - @button__border-width);

        @media @small {
            padding: (@button__padding-y - @button__border-width) (@button__padding-x - @button__border-width);
        }*/

}
.button--outline:hover {
  box-shadow: none;
  background: rgba(78, 135, 160, 0.1);
}
.button--outline.button--secondary {
  border: 0.2rem solid #202a44;
  color: #202a44;
}
.button--outline.button--invert {
  border: 0.2rem solid #fff;
  color: #fff;
}
.button--outline.button--invert:hover {
  background: rgba(255, 255, 255, 0.1);
}
.button--narrow {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.button--icon-only {
  height: 2.6rem;
  width: 2.6rem;
  min-height: 0;
  padding: 0;
  line-height: 3rem;
  background: transparent;
  border-radius: 0;
}
.button--icon-only:hover {
  box-shadow: none;
}
.button--circle {
  height: 1.8rem;
  width: 1.8rem;
  min-height: 0;
  padding: 0;
  line-height: 1.8rem;
}
.button--circle.button--secondary {
  background: #202a44;
}
.button--filter {
  background: #e2e2e2;
  color: #85828d;
  padding: 0.6rem 2rem;
  min-height: 3.8rem;
  border-radius: 999em;
}
.button--filter:hover {
  box-shadow: none;
  background: #d5d5d5;
}
.button--filter.is-selected {
  background: #202a44;
  color: #fff;
}
.button--filter.inactive {
  cursor: default;
}
.button--filter.inactive:active {
  top: 0;
}
.button--link {
  background: transparent;
  color: #202a44;
  position: relative;
}
.button--link:hover {
  box-shadow: none;
  background: transparent;
}
.button--link.button--secondary {
  color: #787580;
}
.button--back {
  color: #928f99;
  padding-left: 0;
  padding-right: 0;
}
.button--back:hover {
  background: transparent;
  color: #787580;
}
.button--danger {
  color: #e74c3c;
}
.button--danger:hover {
  color: #d62c1a;
}
.button--form.button--back {
  padding-left: 0;
  padding-right: 0;
}
.button--link.button--small {
  font-size: 16px;
  font-size: 1.6rem;
}
.button--form {
  min-height: 4.6rem;
  margin-top: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .button--form {
    min-height: 5.4rem;
    width: auto;
  }
}
.button--form-inline {
  margin-top: 1rem;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media only screen and (min-width: 985px) {
  .button--form-inline {
    margin-top: 0;
  }
}
.button--form-no-margin {
  margin: 0;
}
.button--input-append {
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.button--cta {
  padding-left: 6rem;
  padding-right: 6rem;
}
.button--mobile-full-width {
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .button--mobile-full-width {
    width: auto;
  }
}
.button--full-width {
  width: 100%;
}
.button--panel-bottom {
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.button.is-loading::before {
  content: " ";
  display: inline-block;
  fill: #4e87a0;
  position: relative;
  left: -1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.2rem;
  animation: spin 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.button--small.is-loading::before {
  left: -1rem;
}
.button--tertiary.is-loading::before {
  border-color: #787580 transparent transparent;
}
.button__icon {
  display: inline-block;
  width: 1.4rem;
  max-height: 1.6rem;
  fill: #fff;
  position: relative;
  top: 0.2rem;
  left: -0.5rem;
}
.button__icon--xl {
  top: 0;
  left: -0.8rem;
  width: 2.4rem;
  max-height: none;
}
.button--link .button__icon {
  fill: #202a44;
}
.button--back .button__icon {
  fill: #928f99;
}
.button--outline .button__icon {
  fill: #202a44;
}
.button--outline.button--secondary .button__icon {
  fill: #202a44;
}
.button--circle .button__icon {
  left: auto;
  top: 0;
  width: 0.8rem;
  fill: #fff;
}
.button--icon-only .button__icon {
  left: auto;
  top: 0;
  width: 1.2rem;
  fill: #000;
}
.button--icon-only:hover .button__icon {
  fill: #000;
}
.button--flex {
  display: flex;
}
.button--whatsapp {
  background: #25d366;
}
.button--whatsapp:hover {
  background: #36dc74;
  box-shadow: none;
}
.badge {
  font-size: 14px;
  font-size: 1.4rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
}
.badge--secondary {
  color: #202a44;
  background: #96a5cd;
}
.row-heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: -2.4rem 0 3.2rem 0;
}
@media only screen and (min-width: 650px) {
  .row-heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 650px) {
  
}
.row-heading--small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  .row-heading--small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.row-heading--center {
  text-align: center;
}
.bullet-list {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.bullet-list--small {
  font-size: 16px;
  font-size: 1.6rem;
}
.bullet-list--invert {
  color: #fff;
}
.bullet-list__item {
  list-style-type: none;
  position: relative;
}
.bullet-list__item::before {
  content: "\2022";
  position: absolute;
  left: -2rem;
}
.bullet-list-inline {
  padding: 0;
}
.bullet-list-inline--invert {
  color: #fff;
}
.bullet-list-inline--small {
  font-size: 16px;
  font-size: 1.6rem;
}
.bullet-list-inline__item {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.bullet-list-inline__item::before {
  content: "\2022";
  margin: 0 0.7rem 0 0.4rem;
}
.bullet-list-inline__item:first-child::before {
  content: none;
}
.deals {
  margin-bottom: 2.4rem;
  margin-top: 3.4rem;
}
@media only screen and (min-width: 985px) {
  .deals {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
  }
}
.deals__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .deals__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.deals__view-toggle {
  display: none;
  margin-left: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .deals__view-toggle {
    display: block;
  }
}
.deals__contract-toggle {
  text-align: right;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .deals__contract-toggle {
    margin-bottom: 0;
  }
}
.deals__legal {
  font-size: 14px;
  font-size: 1.4rem;
  color: #787580;
  margin: 1.2rem 0 4.8rem;
}
.search-results {
  padding-top: 1.5rem;
}
.search-results__load-more {
  text-align: center;
  margin: 3.6rem 0 4.8rem;
}
@media only screen and (min-width: 650px) {
  .search-results__load-more {
    margin: 2.4rem 0 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .search-results__load-more {
    margin: 2.4rem 0 0 0;
  }
}
@media only screen and (min-width: 375px) {
  .search-utilities {
    padding-top: 2.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 650px) {
  .search-utilities {
    padding-top: 0;
  }
}
@media only screen and (min-width: 985px) {
  .search-utilities {
    margin-bottom: 0.9rem;
  }
}
.search-utilities__left {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .search-utilities__right {
    display: flex;
    float: none;
    gap: 0.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .search-utilities__heading {
    display: flex;
    align-items: center;
  }
}
.search-utilities__results-count {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-bottom: 1rem;
  color: #928f99;
}
@media only screen and (min-width: 650px) {
  .search-utilities__results-count {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 375px) {
  .search-utilities__results-count {
    margin-bottom: 0;
  }
}
.search-utilities__offer-type {
  display: none;
}
@media only screen and (min-width: 650px) {
  .search-utilities__offer-type {
    display: block;
  }
}
.search-utilities__sort {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 375px) {
  .search-utilities__sort {
    margin-bottom: 0;
  }
}
.offer-type-toggle {
  background: #e2e2e2;
  border: 0.2rem solid #e2e2e2;
  border-radius: 99em;
  box-sizing: border-box;
  color: #222;
  display: inline-block;
  min-height: 4rem;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .offer-type-toggle {
    width: auto;
  }
}
@media only screen and (min-width: 650px) {
  .offer-type-toggle--full-width {
    width: 100%;
  }
}
.offer-type-toggle__input {
  display: none;
}
.offer-type-toggle__label {
  border-radius: 99em;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  padding: 0 1.4rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.offer-type-toggle__input:checked + .offer-type-toggle__label {
  background-color: #202a44;
  color: #fff;
  cursor: default;
  /*padding-left: 1.2rem;
        padding-right: 1.2rem;*/

}
.offer-type-toggle__icon {
  height: 1.4rem;
  fill: #928f99;
}
.deal-card {
  height: 100%;
  box-sizing: border-box;
  /*&.has-badge {
        margin-top: 1.3rem;

        :first-child > & {
            margin-top: 0;
        }

        .deal-carousel & {
            margin-top: 0;
        }

        @media @small {
            margin-top: 0;
        }
    }*/

  /*&__save {
        background: transparent;
        border: 0;
        cursor: pointer;
        height: 1.8rem;
        padding: 0;
        position: absolute;
        right: @layout__gutter-width - .5rem;
        top: @layout__gutter-width - .8rem;
        width: 1.8rem;
        z-index: 5;
    }

    &__save-svg {
        display: block;
        fill: @color__grey;
    }*/

}
.deal-card__inner {
  height: 100%;
}
.deal-card__link {
  text-decoration: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 375px) {
  .deal-card__link {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-card__link {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-card__link:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.deal-card--car-and-driving .deal-card__link {
  padding-top: 0;
}
.deal-card__badges {
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 10;
}
.deal-card__hot-offer {
  margin-right: 0.5rem;
}
.deal-card__heading-group {
  position: relative;
  z-index: 10;
  margin-bottom: 1.6rem;
}
.deal-card__heading {
  margin: 0;
}
.has-badge .deal-card__heading {
  margin-top: 1rem;
}
@media only screen and (min-width: 650px) {
  .has-badge .deal-card__heading {
    margin-top: 0;
  }
}
.deal-card__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #000;
  margin: 0 0 0.3rem;
}
.has-badge .deal-card__title {
  margin-top: 0.4rem;
}
.deal-card__subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  display: block;
  font-weight: 700;
  margin: 0;
}
.deal-card__tags {
  margin: 1rem 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #787580;
  display: flex;
  flex-wrap: wrap;
}
.deal-card__tag::after {
  content: "\00B7";
  display: inline-block;
  padding: 0 0.3rem;
}
.deal-card__tag:last-child::after {
  content: none;
}
.deal-card__image-wrap {
  margin: 0 -1.6rem;
  position: relative;
  z-index: 1;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .deal-card__image-wrap {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-card__image-wrap {
    margin: 0 -3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-card:hover .deal-card__image-wrap {
    transform: translateY(-0.4rem);
  }
}
.deal-card--car-and-driving .deal-card__image-wrap {
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
  flex-grow: 0;
}
@media only screen and (min-width: 650px) {
  .deal-card--car-and-driving .deal-card__image-wrap {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-card--car-and-driving:hover .deal-card__image-wrap {
    transform: none;
  }
}
.deal-card__image {
  padding-top: 75%;
  position: relative;
  margin: -12% 0 -18%;
}
@media only screen and (min-width: 650px) {
  .deal-card__image {
    margin: -12% 0 -16%;
  }
}
.deal-card__image img {
  clip-path: inset(1.25rem 0 0.2rem 0);
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.deal-card--car-and-driving .deal-card__image {
  margin: 0;
  padding-top: 56%;
  overflow: hidden;
}
.deal-card--car-and-driving .deal-card__image img {
  clip-path: none;
}
.deal-card--cvd .deal-card__image {
  margin: -8% 0 -12%;
}
@media only screen and (min-width: 650px) {
  .deal-card--cvd .deal-card__image {
    margin: -10% 0 -11%;
  }
}
.deal-card__price {
  position: relative;
  z-index: 10;
}
.deal-card__monthly-cost {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.8;
  color: #202a44;
  font-weight: 800;
  margin: 0;
  text-align: right;
}
.deal-card__monthly-cost--poa {
  font-size: 36px;
  font-size: 3.6rem;
}
.deal-card__monthly-cost small {
  font-size: 24px;
  font-size: 2.4rem;
}
.deal-card__inc-vat,
.deal-card__ex-vat {
  font-size: 14px;
  font-size: 1.4rem;
  color: #787580;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-top: 1rem;
}
.deal-card__finance {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 1.6rem;
  border-top: 0.1rem solid #E1E0E4;
}
.deal-card__terms {
  font-size: 14px;
  font-size: 1.4rem;
  color: #787580;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
.deal-card__initial-rental,
.deal-card__term-length,
.deal-card__term-mileage {
  margin: 0 0 0.2rem;
}
.deal-card__term-mileage {
  margin: 0;
}
.tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.tag-list__tag {
  font-size: 14px;
  font-size: 1.4rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
  margin: 0 0.6rem 0.6rem 0;
  background: #e9e8eb;
  color: #46444b;
  font-weight: 400;
}
.tag-list__tag--secondary {
  color: #202a44;
  background: #96a5cd;
}
.tag-list__tag--hot-offer {
  background: #202a44;
  color: #fff;
}
@media only screen and (min-width: 650px) {
  .tag-list--big .tag-list__tag {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.make-logo-panel__row {
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__headings {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  .make-logo-panel__headings {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 25%;
    flex-direction: column;
    max-width: 25%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__logos {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.666666667%;
    flex-direction: column;
    max-width: 66.666666667%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.make-logo-panel__heading {
  font-weight: 800;
  margin: 0 0 2.2rem 0;
  color: #000;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
}
@media only screen and (min-width: 650px) {
  .make-logo-panel__heading {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
.make-logo-panel__subheading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  color: #787580;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .make-logo-panel__subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__subheading {
    margin-bottom: 4.8rem;
  }
}
.make-logo-panel__view-all-above {
  margin-bottom: 1rem;
  margin-left: -0.5rem;
  display: none;
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__view-all-above {
    display: inline-block;
  }
}
.make-logo-panel__view-all-below {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 985px) {
  .make-logo-panel__view-all-below {
    display: none;
  }
}
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.logo-grid--full-width {
  margin: 2.4rem -0.4rem 0.8rem -0.4rem;
}
@media only screen and (min-width: 650px) {
  .logo-grid--full-width {
    margin: 4.8rem -0.8rem 1.6rem -0.8rem;
  }
}
.logo-grid--full-width.logo-grid--block {
  margin-bottom: 0;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .logo-grid--full-width.logo-grid--block {
    margin-top: 1.6rem;
  }
}
.logo-grid__item {
  position: relative;
  width: 25%;
}
@media only screen and (min-width: 650px) {
  .logo-grid__item {
    width: 16.66%;
  }
}
@media only screen and (min-width: 985px) {
  .logo-grid__item {
    width: 14.2%;
  }
}
.logo-grid__link {
  display: block;
  background: #fff;
}
.logo-grid--full-width .logo-grid__item {
  width: 33.33%;
}
@media only screen and (min-width: 650px) {
  .logo-grid--full-width .logo-grid__item {
    width: 20%;
  }
}
@media only screen and (min-width: 985px) {
  .logo-grid--full-width .logo-grid__item {
    width: 14.2%;
  }
}
@media only screen and (min-width: 1300px) {
  .logo-grid--full-width .logo-grid__item {
    width: 11.11%;
  }
}
.logo-grid--boxed .logo-grid__item {
  padding: 0 0.4rem 0.8rem 0.4rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .logo-grid--boxed .logo-grid__item {
    padding: 0 0.8rem 1.6rem 0.8rem;
  }
}
.logo-grid--boxed .logo-grid__link {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*&:hover {
            .panel-hover;
        }*/

}
@media only screen and (min-width: 375px) {
  .logo-grid--boxed .logo-grid__link {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .logo-grid--boxed .logo-grid__link {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .logo-grid--boxed .logo-grid__link {
    padding: 0;
  }
}
@media only screen and (min-width: 650px) {
  .logo-grid--boxed .logo-grid__link {
    padding: 0;
  }
}
@media only screen and (min-width: 985px) {
  .logo-grid--boxed .logo-grid__link {
    padding: 0.4rem;
  }
}
.logo-grid__label {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 0.5rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.logo-grid__label:hover {
  opacity: 1;
}
.logo-grid--boxed .logo-grid__label {
  top: 0;
  right: 0.4rem;
  bottom: 0.8rem;
  left: 0.4rem;
}
@media only screen and (min-width: 650px) {
  .logo-grid--boxed .logo-grid__label {
    top: 0;
    left: 0.8rem;
    bottom: 1.6rem;
    right: 0.8rem;
  }
}
.logo-grid__img {
  margin: 0 auto;
}
.skeleton-logo {
  padding-top: 70%;
  width: 100%;
  position: relative;
  display: block;
}
.skeleton-logo::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  border-radius: 0.5rem;
}
.latest-news {
  background-color: #e8e8e8;
  padding: 2.4rem 0 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .latest-news {
    padding: 4.8rem 0;
  }
}
.latest-news--block {
  padding: 0;
  background-color: transparent;
}
.latest-news--related {
  background-color: transparent;
}
@media only screen and (min-width: 985px) {
  .latest-news--related {
    padding: 9.6rem 0;
  }
}
.latest-news__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .latest-news__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.latest-news__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .latest-news__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.latest-news--block .latest-news__container {
  padding: 0;
  margin: 0;
  max-width: none;
}
.latest-news__more {
  margin-top: 4.8rem;
}
.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  margin: 0 -1.6rem;
}
.social--block {
  margin: 0 -0.5rem;
}
@media only screen and (min-width: 650px) {
  .social--block {
    margin: 0 -0.8rem;
  }
}
.social--block .social__item {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 650px) {
  .social--block .social__item {
    padding: 0 0.8rem;
  }
}
.social__icon {
  height: 2rem;
  width: 2rem;
  fill: #202a44;
  margin: 0 1.6rem;
}
.social--block .social__link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  background: #202a44;
  border-radius: 100%;
}
@media only screen and (min-width: 650px) {
  .social--block .social__link {
    height: 8rem;
    width: 8rem;
  }
}
.social--block .social__icon {
  height: 2rem;
  width: 2rem;
}
@media only screen and (min-width: 650px) {
  .social--block .social__icon {
    height: 3rem;
    width: 3rem;
  }
}
.social--currentcolor .social__icon,
.social--currentcolor .social__link,
.social--block .social__icon,
.social--block .social__link {
  fill: currentColor;
}
.article-card {
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
.article-card__link {
  text-decoration: none;
  color: #787580;
  background: #fff;
  display: block;
  height: 100%;
  transition: box-shadow 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
.article-card__link:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.article-card--no-image .article-card__link {
  border-left: 0.6rem solid #202a44;
  border-radius: 0.5rem;
}
.article-card__img-wrapper {
  background: #928f99;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.article-card__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.article-card--square-thumb .article-card__img-wrapper {
  padding-top: 100%;
}
.article-card__img {
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.article-card__no-img {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.article-card__summary {
  padding: 2rem;
}
@media only screen and (min-width: 1300px) {
  .article-card__summary {
    padding: 3.2rem;
  }
}
.article-card__link:hover .article-card__img {
  transform: scale(1.04);
}
.article-card__link:hover .article-card__img-wrapper::after {
  opacity: 0.2;
}
.article-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 650px) {
  .article-card__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.block-area__item--text-light .block-area__container h3.article-card__title {
  color: #000;
}
@media only screen and (min-width: 650px) {
  .article-card__title {
    margin: 0 0 1rem;
  }
}
.article-card__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  color: #787580;
}
@media only screen and (min-width: 650px) {
  .article-card__excerpt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.article-card__date {
  margin: 2rem 0 0;
}
.used-vehicle-card {
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
.used-vehicle-card__link {
  text-decoration: none;
  color: #787580;
  background: #fff;
  display: block;
  height: 100%;
  transition: box-shadow 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
.used-vehicle-card__link:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.used-vehicle-card--no-image .used-vehicle-card__link {
  border-left: 0.6rem solid #202a44;
  border-radius: 0.5rem;
}
.used-vehicle-card__img-wrapper {
  background: #928f99;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.used-vehicle-card__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.used-vehicle-card--4by3 .used-vehicle-card__img-wrapper {
  padding-top: 75%;
}
.used-vehicle-card__img {
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.used-vehicle-card__no-img {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.used-vehicle-card__summary {
  padding: 2rem;
}
@media only screen and (min-width: 1300px) {
  .used-vehicle-card__summary {
    padding: 1.6rem 3.2rem 2.4rem;
  }
}
.used-vehicle-card__link:hover .used-vehicle-card__img {
  transform: scale(1.04);
}
.used-vehicle-card__link:hover .used-vehicle-card__img-wrapper::after {
  opacity: 0.2;
}
.used-vehicle-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 650px) {
  .used-vehicle-card__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 650px) {
  .used-vehicle-card__title {
    margin: 0 0 1rem;
  }
}
.used-vehicle-card__heading {
  margin: 0 0 1.4rem 0;
}
.used-vehicle-card__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #000;
  margin-bottom: 0.4rem;
}
.used-vehicle-card__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: block;
  font-weight: 400;
}
.used-vehicle-card__meta {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 1.6rem 0;
  padding: 0;
  /*border-top: @form__input-border-width solid @color__light-grey;
        border-bottom: @form__input-border-width solid @color__light-grey;*/

}
.used-vehicle-card__meta-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.used-vehicle-card__meta-icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: #928f99;
  margin-right: 0.6rem;
}
.used-vehicle-card__price {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #202a44;
  font-weight: 800;
  margin: 0;
}
.used-vehicle-card__inc-vat,
.used-vehicle-card__ex-vat {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  margin-left: -0.2rem;
}
.article-meta {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 650px) {
  .article-meta {
    display: flex;
  }
}
.article-meta__item {
  margin: 0 1.6rem 0.4rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 650px) {
  .article-meta__item {
    margin-bottom: 0;
  }
}
.article-meta__item--date {
  flex-shrink: 0;
}
.article-meta__item:last-child {
  margin-right: 0;
}
.article-meta__item a {
  color: #fff;
}
.article-meta--white {
  color: #fff;
  opacity: 0.75;
}
.article-meta__icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: #928f99;
  position: relative;
  top: 0.3rem;
  margin-right: 0.5rem;
}
.article-meta--white .article-meta__icon {
  fill: #fff;
}
.pagination {
  list-style-type: none;
  margin: 3.2rem 0 9.6rem;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination__item {
  display: inline-block;
  margin: 0 0.4rem 0.8rem;
}
.pagination__item a {
  outline: 0;
}
.pagination__item:hover a {
  border-color: #202a44;
  color: #fff;
  background: #202a44;
  box-shadow: 0 0.25rem 2.5rem rgba(48, 63, 103, 0.33);
}
.pagination__item.active a,
.pagination__item.active span {
  border-color: #202a44;
  color: #fff;
  background-color: #202a44;
  cursor: default;
}
.pagination__item.active a:hover,
.pagination__item.active span:hover {
  box-shadow: none;
}
.pagination__item.disabled a,
.pagination__item.disabled span {
  border-color: #928f99;
  color: #928f99;
  cursor: default;
  box-shadow: none;
  background: transparent;
}
.pagination__item--prev a,
.pagination__item--next a,
.pagination__item--prev span,
.pagination__item--next span {
  text-indent: -9999%;
  width: 4.5rem;
  white-space: nowrap;
  position: relative;
}
.pagination__item--prev a::after,
.pagination__item--next a::after,
.pagination__item--prev span::after,
.pagination__item--next span::after {
  content: "\2039";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  height: 2rem;
  width: 2rem;
  margin-top: -0.1rem;
}
.pagination__item--next a:after,
.pagination__item--next span:after {
  content: "\203A";
}
.pagination a,
.pagination span {
  border-radius: 999em;
  box-sizing: border-box;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 0.2rem solid #202a44;
  color: #202a44;
  padding: 0.8rem 0;
  min-height: 4.5rem;
  min-width: 4.5rem;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
@media only screen and (min-width: 985px) {
  .pagination a,
  .pagination span {
    padding: 0.8rem 0;
  }
}
.latest-testimonials {
  padding: 2.4rem 0 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 985px) {
  .latest-testimonials {
    padding: 4.8rem 0 4.8rem;
  }
}
.latest-testimonials--block {
  padding: 0;
}
.latest-testimonials--bg-secondary {
  background: #e8e8e8;
}
.latest-testimonials--bg-tertiary {
  background: #e2e2e2;
}
.latest-testimonials__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .latest-testimonials__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.latest-testimonials__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .latest-testimonials__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.latest-testimonials--block .latest-testimonials__container {
  padding: 0;
  margin: 0;
  max-width: none;
}
@media only screen and (min-width: 985px) {
  .latest-testimonials__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media only screen and (min-width: 985px) {
  .latest-testimonials__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.latest-testimonials__more {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 650px) {
  .latest-testimonials__more {
    margin-top: 1.6rem;
  }
}
/*.latest-testimonial-card {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: @layout__vertical-spacing;
    padding-bottom: @layout__vertical-spacing/2;

    @media @medium {
        margin-top: 0;
    }

    &__inner {
        .panel();
        height: 100%;
        display: block;
    }

    &__body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    &__blockquote {
        margin: @layout__gutter-width 0 0 0;
        text-align: center;
        padding-top: @panel__padding-y;

        p {
            .font-size(@font__size-small);
            margin: 0;
        }

        p:first-child {
            margin-top: 0;
        }
    }

    &__cite {
        font-style: normal;
        .font-size(@font__size-small);
        text-align: center;
        display: block;
        margin: auto 0 0;
        padding-top: 2rem;
    }

    &__name {
        font-weight: @font__weight-medium;
        display: block;
        color: @font__color-headings;
    }

    &__location {
        display: block;
    }

    &__img {
        border-radius: 100%;
        width: 10rem;
        height: 10rem;
        top: -5rem;
        left: 50%;
        position: absolute;
        margin: 0 0 0 -5rem;
        z-index: 5;

        @media @small {
            border: 0;
            margin-top: 0;
            margin-right: @panel__padding-x;
        }
    }

    &__icon {
        width: 10rem;
        max-height: 10rem;
        top: -5rem;
        left: 50%;
        position: absolute;
        margin: 0 0 0 -5rem;
        z-index: 5;
        fill: darken(@color__secondary,10%);

        @media @small {
            margin-top: 0;
        }
    }

    &__rating {
        display: flex;
        justify-content: center;
        margin: 2rem 0 0;
    }
}*/

.skeleton-deal-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 41rem;
  display: block;
  box-shadow: none;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 375px) {
  .skeleton-deal-card {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .skeleton-deal-card {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .skeleton-deal-card {
    margin-bottom: 1.6rem;
  }
}
.skeleton-deal-card--model {
  height: 37rem;
}
.skeleton-deal-card--deal {
  height: 46.5rem;
}
.skeleton-deal-card__title,
.skeleton-deal-card__subtitle,
.skeleton-deal-card__img,
.skeleton-deal-card__price {
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
}
.skeleton-deal-card__title {
  height: 2.8rem;
  width: 15rem;
  margin-bottom: 1rem;
}
.skeleton-deal-card__subtitle {
  height: 1.6rem;
  width: 20rem;
  margin-bottom: 5rem;
}
.skeleton-deal-card__img {
  width: 100%;
  height: 15rem;
  margin-bottom: 5rem;
}
.skeleton-deal-card--model .skeleton-deal-card__img {
  height: 14rem;
  margin-bottom: 3rem;
}
.skeleton-deal-card__price {
  height: 4rem;
  width: 15rem;
}
.skeleton-deals__controls {
  padding-top: 0.6rem;
  display: block;
  margin-bottom: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 375px) {
  .skeleton-deals__controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .skeleton-deals__controls {
    padding-top: 0;
  }
}
@media only screen and (min-width: 985px) {
  .skeleton-deals__controls {
    margin-bottom: 1rem;
  }
}
.skeleton-deals__controls::before {
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  height: 2rem;
  width: 14rem;
  content: "";
  margin-bottom: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 375px) {
  .skeleton-deals__controls::before {
    margin-bottom: 0;
    margin-top: 0;
    top: 1rem;
  }
}
.skeleton-deals__controls::after {
  height: 4rem;
  display: block;
  content: "";
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  border-radius: 2.8rem;
  top: 0;
  right: 0;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}
@media only screen and (min-width: 375px) {
  .skeleton-deals__controls::after {
    width: 18rem;
    margin-bottom: 0;
  }
}
.skeleton-deals__cards {
  padding-top: 1.5rem;
}
.modal-drawer {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*&__button-group {
        display: flex;
        background: @color__body-background;
        padding: @panel__padding-y-mobile @panel__padding-x-mobile;
        align-items: center;

        @media @small {
            padding: @panel__padding-y @panel__padding-x;
        }

        @media @medium {
            justify-content: flex-end;
        }
    }

    &__button {
        flex-grow: 1;

        @media @small {
            flex-grow: 0;
            margin-left: @panel__padding-x;
        }
    }*/

}
.modal-drawer__mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease;
}
.modal-drawer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.modal-drawer--right .modal-drawer__wrapper {
  align-items: flex-end;
}
.modal-drawer__container {
  width: 100%;
  max-width: 80rem;
  background-color: #fff;
  box-shadow: 0 1rem 5rem 0 rgba(0, 41, 62, 0.2), 0 0.25rem 0.25rem 0 rgba(0, 41, 62, 0.05);
  height: 100%;
  pointer-events: all;
  transition: transform 0.3s;
  transform: translateX(0);
}
.modal-drawer--filter .modal-drawer__container {
  max-width: 50rem;
}
.modal-drawer--sort .modal-drawer__container {
  max-width: 50rem;
}
.modal-drawer__header {
  height: 6rem;
  border-bottom: 0.1rem solid #E1E0E4;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .modal-drawer__header {
    padding: 0 3.2rem;
  }
}
@media only screen and (min-width: 985px) {
  .modal-drawer__header {
    height: 8rem;
  }
}
.modal-drawer__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-top: 0;
  color: #787580;
  margin: 0;
  padding-top: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 650px) {
  .modal-drawer__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modal-drawer__body {
  overflow: hidden;
  overflow-y: auto;
  top: 6rem;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  box-sizing: border-box;
  background: #EEE;
}
@media only screen and (min-width: 985px) {
  .modal-drawer__body {
    top: 8rem;
  }
}
.modal-drawer--has-padding .modal-drawer__body {
  padding: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .modal-drawer--has-padding .modal-drawer__body {
    padding: 3.2rem;
  }
}
.modal-drawer--has-padding .modal-drawer__body p:first-child {
  margin-top: 0;
}
.modal-drawer--has-close-button .modal-drawer__body {
  bottom: 8.7rem;
}
.modal-drawer__close {
  background: transparent;
  border: 0;
  height: 3rem;
  width: 3rem;
  padding: 0;
  cursor: pointer;
  outline: 0;
  margin-left: auto;
}
.modal-drawer__close-icon {
  height: 3rem;
  width: 3rem;
}
.modal-drawer__close-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 0.1rem solid #E1E0E4;
  background: #fff;
  padding: 1.2rem 1.6rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .modal-drawer__close-button {
    padding: 1.6rem 3.2rem;
  }
}
.modal-drawer-enter .modal-drawer__mask,
.modal-drawer-leave-active .modal-drawer__mask {
  opacity: 0;
}
.modal-drawer-enter .modal-drawer__container,
.modal-drawer-leave-active .modal-drawer__container {
  transform: translateX(-100%);
}
.modal-drawer--right.modal-drawer-enter .modal-drawer__container,
.modal-drawer--right.modal-drawer-leave-active .modal-drawer__container {
  transform: translateX(100%);
}
.modal-facets {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.modal-facets__item {
  border-bottom: 0.1rem solid #E1E0E4;
  background: #fff;
  padding: 2.2rem 1.6rem 1rem;
}
@media only screen and (min-width: 650px) {
  .modal-facets__item {
    padding: 2.6rem 3.2rem 1rem;
  }
}
@media only screen and (min-width: 985px) {
  .modal-facets__item {
    display: none;
  }
}
.modal-facets__item--advanced {
  display: block;
}
.modal-facets__item--no-padding {
  padding: 0;
}
.modal-facets__item--offer-type-toggle {
  padding-bottom: 2.2rem;
}
.modal-menu__item {
  border-bottom: 0.1rem solid #E1E0E4;
}
.modal-menu__item--child:first-child {
  border-top: 0.1rem solid #E1E0E4;
}
.modal-menu__item--child:last-child {
  border-bottom: 0;
}
.modal-menu__list,
.modal-menu__child-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.modal-menu__link {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 1.6rem 1.6rem;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1.3;
}
@media only screen and (min-width: 650px) {
  .modal-menu__link {
    padding: 2rem 3.2rem;
  }
}
.modal-menu__item--child .modal-menu__link {
  padding-left: 3.2rem;
}
@media only screen and (min-width: 650px) {
  .modal-menu__item--child .modal-menu__link {
    padding-left: 6.4rem;
  }
}
.modal-menu-contact {
  font-weight: 700;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .modal-menu-contact {
    padding: 2rem 3.2rem;
  }
}
.modal-menu-contact__phone,
.modal-menu-contact__alt-phone {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
}
.modal-menu-contact__phone a,
.modal-menu-contact__alt-phone a {
  color: #202a44;
  text-decoration: none;
}
.modal-menu-contact__phone a:hover,
.modal-menu-contact__alt-phone a:hover {
  text-decoration: underline;
}
.modal-menu-contact__phone-label,
.modal-menu-contact__alt-phone-label {
  font-size: 20px;
  font-size: 2rem;
}
.modal-menu-contact__phone-icon {
  fill: #202a44;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}
.modal-menu-contact__cta {
  margin: 0.2rem 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.modal-menu-contact__cta a {
  color: #787580;
  text-decoration: none;
}
.modal-menu-contact__cta a:hover {
  text-decoration: underline;
}
.expandable-modal-facet {
  padding: 0;
  border-top: 0.1rem solid #eeeef0;
  /*&__subgroup-title {
        margin: 1rem 0;
        .font-size(@font__size-main-mobile);
        font-weight: @font__weight-bold;

        @media @xsmall {
            .font-size(1.8);
        }
    }*/

}
.expandable-modal-facet:first-child {
  border-top: 0;
}
.expandable-modal-facet__title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 1.6rem 1.6rem;
  color: #000;
}
@media only screen and (min-width: 650px) {
  .expandable-modal-facet__title {
    padding: 2rem 3.2rem;
  }
}
.expandable-modal-facet__selected-count {
  background-color: #E1E0E4;
  border-radius: 100%;
  color: #787580;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  right: 0;
  text-align: center;
  top: -0.5rem;
  margin-left: 0.2rem;
  width: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.expandable-modal-facet__content {
  padding: 0 1.6rem 2.2rem;
}
@media only screen and (min-width: 650px) {
  .expandable-modal-facet__content {
    padding: 0 3.2rem 2.6rem;
  }
}
.expandable-modal-facet--no-pad .expandable-modal-facet__content {
  padding: 0;
}
.expandable-modal-facet__icon {
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #202a44;
  border-radius: 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.1rem;
}
@media only screen and (min-width: 650px) {
  .expandable-modal-facet__icon {
    right: 3.2rem;
  }
}
.expandable-modal-facet__plus,
.expandable-modal-facet__minus {
  width: 1.2rem;
  fill: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expandable-modal-facet__plus {
  display: none;
}
.is-collapsed .expandable-modal-facet__plus {
  display: block;
}
.is-collapsed .expandable-modal-facet__minus {
  display: none;
}
.no-facets {
  text-align: center;
  background: #f6f6f7;
  border-radius: 0.5rem;
  padding: 1.6rem 1.6rem;
}
.no-facets--dropdown {
  font-size: 16px;
  font-size: 1.6rem;
}
.no-facets--dropdown a {
  display: block;
  color: #202a44;
}
.no-results {
  text-align: center;
  margin: 5rem 0 5rem 0;
}
@media only screen and (min-width: 985px) {
  .no-results {
    margin: 8rem 0 10rem 0;
  }
}
.no-results--deals {
  margin: 4rem 0 2rem;
}
@media only screen and (min-width: 985px) {
  
}
.no-results__icon {
  background: #E1E0E4;
  border-radius: 100%;
  display: inline-block;
  padding: 2.8rem;
  margin-bottom: 2rem;
}
.no-results__icon svg {
  fill: #4e87a0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.no-results__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 650px) {
  .no-results__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.no-results__body {
  color: #928f99;
  margin: 0;
}
.form-radio {
  margin-bottom: 1.2rem;
  padding-top: 1.4rem;
}
@media only screen and (min-width: 650px) {
  .form-radio {
    margin-bottom: 1.6rem;
  }
}
.form-radio--inline {
  display: inline-block;
  margin-right: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .form-radio--inline {
    margin-right: 1.6rem;
  }
}
.form-radio--inline:first-child {
  margin-left: 0;
}
.form-radio__input {
  display: none;
}
.form-radio__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #787580;
  cursor: pointer;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media only screen and (min-width: 650px) {
  .form-radio__label {
    padding-left: 3.8rem;
  }
}
.form-radio__label::before {
  border: 0.2rem solid #E1E0E4;
  border-radius: 100%;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  width: 2rem;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 650px) {
  .form-radio__label::before {
    height: 2.6rem;
    width: 2.6rem;
  }
}
.form-radio--big .form-radio__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (min-width: 650px) {
  .form-radio--big .form-radio__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-radio__input:checked ~ .form-radio__label::before {
  background-color: #202a44;
  border-color: #202a44;
}
.form-radio__input:checked ~ .form-radio__label::after {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 0.7rem;
  position: absolute;
  width: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 650px) {
  .form-radio__input:checked ~ .form-radio__label::after {
    left: 1rem;
  }
}
.form-select {
  margin-bottom: 1.6rem;
  /*&--vue-multiselect {
        position: relative;
    }*/

}
@media only screen and (min-width: 650px) {
  .form-select--double-m-bottom {
    margin-bottom: 3.2rem;
  }
}
.form-select--triple-m-bottom {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 650px) {
  .form-select--triple-m-bottom {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .form-select--inline {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 985px) {
  .form-select--lease-config-form {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1300px) {
  .form-select--lease-config-form {
    flex-wrap: nowrap;
  }
}
.form-select--lease-config-form-button-style {
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .form-select--lease-config-form-button-style {
    display: block;
  }
}
.form-select--sort {
  margin-bottom: 0;
}
.form-select__label,
.form-select label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}
.block-area__item--text-light .form-select__label,
.block-area__item--text-light .form-select label {
  color: #fff;
}
.form-select__required {
  color: #e74c3c;
}
.form-select--inline .form-select__label {
  margin-left: 0;
  min-width: 17rem;
}
@media only screen and (min-width: 650px) {
  .form-select--inline .form-select__label {
    margin-bottom: 0.2rem;
  }
}
.form-select--lease-config-form .form-select__label {
  font-weight: 400;
}
.form-select__select {
  font-size: 16px;
  font-size: 1.6rem;
  border: 0.1rem solid #E1E0E4;
  border-radius: 2.8rem;
  box-sizing: border-box;
  color: #787580;
  font-weight: 400;
  height: 4.6rem;
  padding: 0 0 0 2.2rem;
  padding-right: 3.4rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - .6rem);
  background-position-y: 1.1rem;
  background-color: #fff;
}
@media only screen and (min-width: 650px) {
  .form-select__select {
    background-position-y: 1.5rem;
    height: 5.4rem;
  }
}
.form-select__select::-ms-expand {
  display: none;
}
.form-select__select.input-validation-error,
.form-select__select.invalid,
.show-validation .form-select__select:required:invalid {
  border-color: #f29f97;
  background-color: #fbe2df;
}
.form-select__select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgba(146, 143, 153, 0.15);
}
.form-select__select.active {
  opacity: 0.5;
}
.form-select--sort .form-select__select {
  height: 3.8rem;
  width: 100%;
  border-width: 0.2rem;
  background-position-y: 0.8rem;
  border: 0;
  color: #85828d;
  background-color: #e2e2e2;
  font-weight: 700;
}
.form-select--sort .form-select__select:focus {
  box-shadow: 0 0 0 0.3rem rgba(146, 143, 153, 0.25);
}
.form-select--lease-config-form .form-select__select {
  color: #202a44;
  font-weight: 700;
}
.form-select--no-label .form-select__label {
  display: none;
}
.radio-button-group {
  margin-bottom: 1.6rem;
}
.radio-button-group__label {
  font-weight: 400;
  margin-bottom: 0.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
}
.radio-button-group__items {
  display: flex;
  gap: 0.8rem;
}
.radio-button-group__item {
  flex: 1;
}
.radio-button-group__item input {
  display: none;
}
.radio-button-group__item label {
  border: 0.1rem solid #E1E0E4;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: center;
  min-height: 4.6rem;
  font-weight: 700;
}
.radio-button-group__item input:checked + label {
  background: #202a44;
  color: #fff;
  border: #202a44;
}
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}
#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}
#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}
#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
:root {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: 0.5rem;
  --cc-btn-border-radius: 0.4rem;
  --cc-modal-transition-duration: 0.25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}
#cc-main.cc--rtl {
  direction: rtl;
}
#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}
#cc-main button > span {
  pointer-events: none;
}
#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}
#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}
#cc-main .cc__link {
  color: var(--cc-link-color);
}
#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}
@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}
@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}
.cc--darkmode #cc-main {
  color-scheme: dark;
}
#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}
#cc-main .cm--top {
  top: var(--cc-modal-margin);
}
#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-48.4%));
}
#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}
#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}
#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}
#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}
#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}
#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0 0;
}
#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}
#cc-main .cm__title {
  font-size: 1.05em;
}
#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}
#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}
#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}
#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}
#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}
#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}
#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}
#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}
#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}
#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}
#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}
#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}
#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}
#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}
#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}
#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}
#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--box .cm__btn--close {
  display: block;
}
#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--box.cm--wide {
  max-width: 36em;
}
#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}
#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}
#cc-main .cm--cloud .cm__texts {
  flex: 1;
}
#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}
#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}
#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}
#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}
#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}
#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}
#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}
#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: 0.35s;
}
#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}
#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}
#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}
#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}
#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}
#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}
#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}
#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}
#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}
#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}
#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}
#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}
#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}
#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}
#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}
.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}
.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}
.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}
.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}
#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}
#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}
@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: 0.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}
#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}
#cc-main svg {
  fill: none;
  width: 100%;
}
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}
#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}
#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}
#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}
#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}
#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}
#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}
#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}
#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}
#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}
#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}
#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}
#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}
#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}
#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}
#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}
#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}
#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}
#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}
#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}
#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}
#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}
#cc-main .toggle-service .toggle__icon {
  position: relative;
}
#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}
#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}
#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}
#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}
#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}
#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}
#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}
#cc-main .toggle__icon-off {
  opacity: 1;
}
#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}
#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}
#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}
#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}
#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}
#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}
#cc-main .pm__section-desc {
  line-height: 1.5em;
}
#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#cc-main .pm__table-caption {
  text-align: left;
}
#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}
#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}
#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}
#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}
#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}
#cc-main .pm__btn-group {
  display: flex;
}
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}
#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}
#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}
#cc-main .pm--box {
  height: calc(98%);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-48.4%));
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: 0.35s;
}
#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}
#cc-main .pm--bar .pm__table-head {
  display: none;
}
#cc-main .pm--bar .pm__table-caption {
  display: block;
}
#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}
#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}
#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}
#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}
#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}
#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}
#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}
#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}
#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}
#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}
#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}
#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}
#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}
.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}
.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}
.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}
.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}
#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}
#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}
#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}
#cc-main.cc--rtl .toggle-service {
  left: 0;
}
#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}
#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}
#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}
#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}
#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}
#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}
#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}
#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}
#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}
#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}
#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
#cc-main {
  --cc-primary-color: #000;
  --cc-secondary-color: #787580;
  --cc-font-family: ff-speak-web, sans-serif;
  --cc-btn-primary-bg: #4e87a0;
  --cc-btn-primary-border-color: #4e87a0;
  --cc-btn-primary-hover-bg: #649bb3;
  --cc-btn-primary-hover-border-color: #649bb3;
}
#cc-main .cm__title {
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
}
#cc-main .cm__desc {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
#cc-main a {
  text-decoration: underline;
  background-image: none;
}
#cc-main .cm__btn {
  font-size: 14px;
  font-size: 1.4rem;
}
.faqs div:last-child .faq {
  border-bottom: 0;
}
.faq__question {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  padding: 1.6rem 1.6rem 1.6rem 4.8rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.5rem;
  margin: 0 0 1.2rem 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #eeeef0;
}
@media only screen and (min-width: 650px) {
  .faq__question {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .is-collapsed .faq__question:hover {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  }
}
.block-area__item--has-bg .faq__question {
  border: 0;
}
.faq__plus-icon,
.faq__minus-icon {
  fill: #202a44;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq__plus-icon {
  display: none;
}
.faq__answer {
  padding: 1.2rem 1.6rem 4.8rem 1.6rem;
}
.faq__answer p:first-child {
  margin-top: 0;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
.faq.is-collapsed .faq__minus-icon {
  display: none;
}
.faq.is-collapsed .faq__plus-icon {
  display: block;
}
.expandable-panel {
  padding: 0;
  border-top: 0.1rem solid #eeeef0;
  border-bottom: 0.1rem solid #eeeef0;
  margin: 4.8rem 0;
}
.expandable-panel + .expandable-panel {
  border-top: 0;
  margin-top: -4.8rem;
}
.expandable-panel__title {
  margin: 0;
  padding: 1.2rem 3.2rem 1.3rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  user-select: none;
}
@media only screen and (min-width: 375px) {
  .expandable-panel__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.expandable-panel__content {
  padding: 0 0 1.6rem 0;
}
.expandable-panel__icon {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #202a44;
  border-radius: 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.1rem;
}
.expandable-panel__plus,
.expandable-panel__minus {
  width: 1.2rem;
  fill: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expandable-panel__plus {
  display: none;
}
.is-collapsed .expandable-panel__plus {
  display: block;
}
.is-collapsed .expandable-panel__minus {
  display: none;
}
.cta-panel {
  padding: 1.6rem 1.6rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.1rem solid #E1E0E4;
}
@media only screen and (min-width: 985px) {
  .cta-panel {
    padding: 4.05rem 6.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cta-panel--button-only {
  background: transparent;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 985px) {
  .tabs .cta-panel {
    padding: 2.7rem 4.8rem;
  }
}
.tabs .cta-panel--button-only {
  padding: 0;
}
.cta-panel__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.3;
  margin: 0 0 2.4rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  .cta-panel__heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .cta-panel__heading {
    font-size: 33px;
    font-size: 3.3rem;
    margin: 0 0 1rem 0;
  }
}
.cta-panel__subheading {
  margin-top: 0.4rem;
  display: block;
  color: #202a44;
}
@media only screen and (min-width: 650px) {
  .cta-panel__subheading {
    margin-top: 0;
  }
}
.cta-panel__button {
  margin-top: 2rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 985px) {
  .cta-panel__button {
    margin-top: 0;
    padding-left: 3.2rem;
  }
}
.cta-panel--button-only .cta-panel__button {
  padding-left: 0;
}
.image-gallery {
  padding: 0;
  margin: 0 -0.4rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 650px) {
  .image-gallery {
    margin: 0 -0.8rem;
  }
}
.image-gallery__item {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 0 0.4rem 0.8rem;
}
@media only screen and (min-width: 650px) {
  .image-gallery__item {
    padding: 0 0.8rem 1.6rem;
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 1300px) {
  .image-gallery__item {
    flex-basis: 20%;
  }
}
.image-gallery__img,
.wysiwyg .image-gallery__img {
  border-radius: 0.5rem;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0;
}
.image-gallery__img:hover,
.wysiwyg .image-gallery__img:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.quote {
  background: #f6f6f7;
  border-left: 0.8rem solid #E1E0E4;
  margin: 4.8rem 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.6rem 3.2rem 1.6rem 2.4rem;
  /*&::before {
        color: @quote__border-color;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }*/

}
@media only screen and (min-width: 650px) {
  .quote {
    padding: 2.7rem 6.4rem 2.7rem 5.6rem;
  }
}
.quote cite {
  font-weight: 700;
  /*&::before {
            content: "-";
        }*/

}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper--m-bottom {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 650px) {
  .video-wrapper--m-bottom {
    margin-bottom: 4.8rem;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pod {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pod__image {
  margin: 0 0 2.4rem 0;
}
.pod__image img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
  display: block;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 650px) {
  .pod--image-left,
  .pod--image-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .pod--image-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 650px) {
  .pod--image-left .pod__image,
  .pod--image-right .pod__image {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin: 0;
  }
}
@media only screen and (min-width: 650px) {
  .pod--image-left .pod__content,
  .pod--image-right .pod__content {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.666666667%;
    flex-direction: column;
    max-width: 66.666666667%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.pod__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pod__heading {
  margin: 0 0 0.8rem 0;
}
.pod__body {
  margin-bottom: 0.8rem;
}
.pod__body p:last-child,
.pod__body ul:last-child,
.pod__body ol:last-child {
  margin-bottom: 0;
}
.pod__button {
  margin-top: auto;
  padding-top: 1.6rem;
}
.spinner {
  width: 4rem;
  height: 4rem;
  display: block;
  position: relative;
  margin: 4.8rem auto;
}
.spinner--full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -2.3rem 0 0 -2.3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border-color: #928f99 transparent transparent;
  border-style: solid;
  border-width: 0.3rem;
}
.spinner:before {
  animation: spin 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.spinner:after {
  animation: spin 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.inline-search {
  border-bottom: 0 solid transparent;
  z-index: 50;
}
.inline-search__container {
  padding-top: 2.4rem;
  display: none;
}
.is-open .inline-search__container {
  display: block;
}
@media only screen and (min-width: 650px) {
  .inline-search__container {
    display: block;
  }
}
.inline-search__dropdown {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .inline-search__form {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.inline-search__toggle {
  padding: 2.4rem 0 0;
  margin-bottom: -5.65rem;
}
@media only screen and (min-width: 650px) {
  .inline-search__toggle {
    display: none;
  }
}
.quick-filters {
  position: relative;
  margin-top: 4.4rem;
}
@media only screen and (min-width: 650px) {
  .quick-filters {
    margin-top: 1rem;
  }
}
.quick-filters--news {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 650px) {
  .quick-filters--news {
    margin-bottom: 2.4rem;
  }
}
.quick-filters::before {
  content: "";
  display: block;
  height: 100%;
  width: 2rem;
  background: linear-gradient(90deg, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0.8) 100%);
  position: absolute;
  z-index: 10;
  right: -2rem;
  top: 0;
}
@media only screen and (min-width: 985px) {
  .quick-filters::before {
    content: none;
  }
}
.quick-filters__list {
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin: 0 -2rem;
  padding: 0 2rem;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .quick-filters__list {
    margin: 0;
    padding: 0;
    white-space: normal;
    text-align: center;
  }
}
.quick-filters__list::after {
  content: "";
  display: inline-block;
  width: 0;
}
.quick-filters__item {
  display: inline-block;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.quick-filters__item:last-child {
  margin-right: 0;
}
.model-card {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  /*&.has-badge {
        margin-top: 1.3rem;

        @media @small {
            margin-top: 0;
        }
    }*/

  /*&--has-image-override &__image {
        margin: 0;
        padding-top: 67%; //??

        img {
            clip-path: none;
        }
    }*/

}
.model-card__inner {
  height: 100%;
}
.model-card__link {
  text-decoration: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-top: 0;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 375px) {
  .model-card__link {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card__link {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .model-card__link {
    padding-top: 0;
  }
}
@media only screen and (min-width: 650px) {
  .model-card__link {
    padding-top: 0;
  }
}
@media only screen and (min-width: 650px) {
  .model-card__link:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.model-card--has-synopsis .model-card__link {
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  .model-card--has-synopsis .model-card__link {
    flex-direction: row;
    align-items: center;
  }
}
.model-card--car-and-driving .model-card__link {
  padding-top: 0;
}
.model-card__hot-offer {
  font-size: 14px;
  font-size: 1.4rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
  position: absolute;
  top: 1.5rem;
  z-index: 5;
  left: 1.5rem;
}
.model-card__hot-offer--secondary {
  color: #202a44;
  background: #96a5cd;
}
.model-card__label {
  font-size: 16px;
  font-size: 1.6rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 0.2rem 1rem;
  position: absolute;
  top: -1.4rem;
  z-index: 5;
}
.model-card__heading {
  margin: 0;
  position: relative;
  z-index: 10;
}
.has-badge .model-card__heading {
  margin-top: 1rem;
}
@media only screen and (min-width: 650px) {
  .has-badge .model-card__heading {
    margin-top: 0;
  }
}
.model-card__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #000;
  margin-bottom: 0.2rem;
}
.model-card__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: block;
  font-weight: 400;
  margin: 0 0 0.3rem 0;
}
.model-card--has-synopsis .model-card__subtitle {
  margin: 0 0 -0.4rem 0;
}
.model-card__synopsis {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  margin: 0.6rem 0 1.6rem 0;
}
.model-card__image-wrap {
  margin: 0 -1.6rem;
  position: relative;
  z-index: 1;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 375px) {
  .model-card__image-wrap {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card__image-wrap {
    margin: 0 -3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card:hover .model-card__image-wrap {
    transform: translateY(-0.4rem);
  }
}
.model-card--has-synopsis.model-card--has-image-override .model-card__image-wrap img {
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 650px) {
  .model-card--has-synopsis.model-card--has-image-override:hover .model-card__image-wrap {
    transform: none;
  }
}
.model-card--has-synopsis .model-card__image-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
@media only screen and (min-width: 1300px) {
  .model-card--has-synopsis .model-card__image-wrap {
    width: 50%;
    height: 100%;
  }
}
.model-card--car-and-driving .model-card__image-wrap {
  display: block;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 375px) {
  .model-card--car-and-driving .model-card__image-wrap {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card--car-and-driving .model-card__image-wrap {
    margin-bottom: 2.7rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card--car-and-driving:hover .model-card__image-wrap {
    transform: none;
  }
}
.model-card__image {
  padding-top: 75%;
  position: relative;
  margin: -10% 0;
}
.model-card__image img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.model-card--car-and-driving .model-card__image {
  margin: 0;
  padding-top: 56%;
}
.model-card--car-and-driving .model-card__image img {
  clip-path: none;
}
.model-card--cvd .model-card__image {
  margin: -5% 0;
  padding-top: 67%;
}
.model-card--cvd .model-card__image img {
  clip-path: none;
}
@media only screen and (min-width: 1300px) {
  .model-card--has-synopsis .model-card__image {
    margin: 0;
    padding-top: 0;
    height: 100%;
  }
  .model-card--has-synopsis .model-card__image img {
    transform: none;
    top: 0;
    object-position: center;
    object-fit: contain;
    height: 100%;
  }
}
.model-card--has-synopsis.model-card--has-image-override .model-card__image {
  margin: 0;
}
@media only screen and (min-width: 1300px) {
  .model-card--has-synopsis.model-card--has-image-override .model-card__image img {
    object-fit: cover;
  }
}
.model-card--has-synopsis .model-card__body {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 375px) {
  .model-card--has-synopsis .model-card__body {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .model-card--has-synopsis .model-card__body {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .model-card--has-synopsis .model-card__body {
    width: 50%;
  }
}
.model-card__price {
  position: relative;
  z-index: 10;
}
.model-card__monthly-cost {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #202a44;
  font-weight: 800;
  margin: 0;
}
.model-card__monthly-cost--poa {
  font-size: 36px;
  font-size: 3.6rem;
}
.model-card__inc-vat,
.model-card__ex-vat {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  margin-left: -0.5rem;
}
.model-card__from {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  margin-bottom: -0.5rem;
}
.derivative-card {
  padding-bottom: 1.2rem;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .derivative-card {
    padding-bottom: 2.4rem;
  }
}
.derivative-card__inner {
  height: 100%;
}
.derivative-card__link {
  text-decoration: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  height: 100%;
  overflow: hidden;
  color: #787580;
}
@media only screen and (min-width: 375px) {
  .derivative-card__link {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-card__link {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-card__link:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 650px) {
  .derivative-card__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.derivative-card__hot-offer {
  font-size: 14px;
  font-size: 1.4rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  position: absolute;
  top: -1.4rem;
  z-index: 5;
  left: 0;
}
.derivative-card__hot-offer--secondary {
  color: #202a44;
  background: #96a5cd;
}
.derivative-card__heading-group {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 650px) {
  .derivative-card__heading-group {
    margin-bottom: -5rem;
  }
}
.derivative-card__heading {
  margin: 0 0 1.5rem 0;
}
.derivative-card__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #787580;
  margin-bottom: 0.5rem;
}
.derivative-card__suptitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.derivative-card__image {
  margin: -12% -1.6rem -10%;
  position: relative;
  z-index: 1;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-top: 75%;
}
@media only screen and (min-width: 650px) {
  .derivative-card__image {
    margin: auto -3.2rem 0;
  }
}
.derivative-card__image img {
  clip-path: inset(1.25rem 0 0.2rem 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .derivative-card:hover .derivative-card__image {
    transform: translateY(-0.4rem);
  }
}
.derivative-card__price {
  position: relative;
  z-index: 10;
}
.derivative-card__monthly-cost {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #202a44;
  font-weight: 800;
  margin: 0;
}
.derivative-card__monthly-cost--poa {
  font-size: 36px;
  font-size: 3.6rem;
}
.derivative-card__inc-vat,
.derivative-card__ex-vat {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  margin-left: -0.5rem;
}
.derivative-card__from {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 400;
  display: block;
  margin-bottom: -0.5rem;
}
.derivative-card__initial-rental {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  font-weight: 700;
  margin: 0;
}
.derivative-card__terms {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 0.1rem solid #E1E0E4;
  color: #928f99;
  display: flex;
  line-height: 1.4;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  position: relative;
  z-index: 10;
}
.derivative-card__term-length {
  margin: 0 1.6rem 0 0;
}
.derivative-card__term-mileage {
  margin: 0;
}
.derivative-card__save {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 1.8rem;
  padding: 0;
  position: absolute;
  right: 1.1rem;
  top: 0.8rem;
  width: 1.8rem;
  z-index: 5;
}
.derivative-card__save-svg {
  display: block;
  fill: #928f99;
}
.derivative-table {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table {
    overflow: hidden;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-table__inner {
    display: table;
    width: 99.99%;
    border-collapse: collapse;
  }
}
.derivative-table__header {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .derivative-table__header {
    display: table-row;
  }
}
.derivative-table__header-cell {
  text-transform: uppercase;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  display: table-cell;
  padding: 0;
  background: #202a44;
  border: 0.1rem solid #202a44;
  border-top: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.derivative-table__header-cell:first-child {
  border-left: 0;
  border-radius: 0.5rem 0 0 0;
}
.derivative-table__header-cell:last-child {
  border-right: 0;
  border-radius: 0 0.5rem 0 0;
}
.derivative-table__header-cell.asc,
.derivative-table__header-cell.desc {
  background: #101521;
}
.derivative-table__header-cell a {
  color: #fff;
  text-decoration: none;
  padding: 1.6rem 1rem;
  display: block;
}
.derivative-table__header-cell a::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 0.6rem;
  position: relative;
  transform: rotate(-135deg);
  top: -0.2rem;
}
.derivative-table__header-cell.desc a::after {
  transform: rotate(45deg);
  top: -0.4rem;
}
.derivative-table__header-cell--heading a {
  padding: 1.6rem 2rem;
  text-align: left;
  border-left: 0;
}
.has-offer .derivative-table__header-cell--heading a {
  padding: 1.6rem 1rem;
}
.derivative-table__header-cell--button a {
  border-right: 0;
}
.derivative-table__row {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  color: #787580;
  margin-bottom: 1.2rem;
  position: relative;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__row {
    padding: 0;
    display: table-row;
    width: 100%;
  }
}
.derivative-table__row.has-badge {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__row.has-badge {
    margin-top: 0;
  }
}
.derivative-table__card-link {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 375px) {
  .derivative-table__card-link {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-table__card-link {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-table__card-link {
    display: none;
  }
}
.derivative-table__hot-offer {
  font-size: 14px;
  font-size: 1.4rem;
  background: #202a44;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
  display: inline-block;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  position: absolute;
  top: -3rem;
  z-index: 5;
  left: -1.6rem;
}
.derivative-table__hot-offer--secondary {
  color: #202a44;
  background: #96a5cd;
}
@media only screen and (min-width: 650px) {
  .derivative-table__hot-offer {
    position: static;
    border-radius: 0.4rem;
  }
}
.derivative-table__cell {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid #E1E0E4;
  padding: 0.5rem 0;
  vertical-align: middle;
}
.derivative-table__cell--button {
  display: none;
  text-align: right;
}
.derivative-table__cell--offer {
  padding: 0;
}
.derivative-table__cell--offer,
.derivative-table__cell--heading,
.derivative-table__cell--blp {
  border-top: 0;
}
.derivative-table__cell--mpg,
.derivative-table__cell--co2,
.derivative-table__cell--0-62,
.derivative-table__cell--combinedRange,
.derivative-table__cell--batteryCapacity,
.derivative-table__cell--fuelType,
.derivative-table__cell--bodyStyle {
  display: none;
}
.derivative-table__cell--24month,
.derivative-table__cell--36month,
.derivative-table__cell--48month {
  color: #928f99;
}
.derivative-table__cell--heading {
  padding-top: 0;
}
.has-badge .derivative-table__cell--heading {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__cell {
    display: table-cell;
    border-top: 0;
    width: auto;
    padding: 0.4rem 1rem;
    background: #fff;
    border: 0.1rem solid #EEE;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #787580;
  }
  .derivative-table__cell--heading {
    text-align: left;
    border-left: 0;
    padding: 0.4rem 2rem;
    min-width: 20rem;
  }
  .has-offer .derivative-table__cell--heading {
    padding: 0.4rem 1rem;
  }
  .derivative-table__cell--button {
    border-right: 0;
    max-width: max-content;
  }
  .derivative-table__cell--offer {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  .derivative-table__cell {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.derivative-table__label {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
}
@media only screen and (min-width: 650px) {
  .derivative-table__label {
    display: none;
  }
}
.derivative-table__value {
  white-space: nowrap;
}
.derivative-table__value--monthly-price {
  color: #202a44;
  font-weight: 800;
}
.derivative-table__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #787580;
  margin-bottom: 1rem;
  color: #000;
}
@media only screen and (min-width: 650px) {
  .derivative-table__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .derivative-table__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.derivative-table__suptitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__suptitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
    display: inline;
    color: #000;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1300px) {
  .derivative-table__suptitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.has-badge .derivative-table__suptitle {
  margin-top: 0.4rem;
}
@media only screen and (min-width: 650px) {
  .has-badge .derivative-table__suptitle {
    margin-top: 0;
  }
}
.derivative-table__meta {
  font-size: 0px;
  font-size: 0rem;
  color: #928f99;
  display: block;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__meta {
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }
}
.derivative-table__meta-item {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .derivative-table__meta-item--combinedRange {
    display: none;
  }
}
.derivative-table__meta-item::after {
  content: "\00B7";
  display: inline-block;
  padding: 0 0.3rem;
}
.derivative-table__meta-item:last-child::after {
  content: none;
}
@media only screen and (min-width: 650px) {
  .derivative-table__tags {
    margin-top: 0.8rem;
  }
}
.derivative-table__heading-link {
  text-decoration: none;
}
.box-calculator-toggle {
  border: solid 1px #eeeef0;
  padding: 12px 10px 0;
  margin: 0 0 2rem 0;
}
.bik-calculator-notes {
  font-size: 16px;
  font-size: 1.6rem;
}
.bik-calculator-table {
  margin: 0 0 2.2rem 0;
  padding: 0;
  list-style-type: none;
  /*    &__highlight {
        background: @color__primary;
    }*/

}
.bik-calculator-table__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  align-items: center;
}
.bik-calculator-table__item:last-child {
  margin-bottom: 0;
}
.bik-calculator-table__key {
  font-weight: 400;
  color: #928f99;
}
.bik-calculator-table__value {
  font-weight: 700;
  text-align: right;
}
.bik-calculator-table__strong {
  color: #202a44;
  font-weight: 800;
}
.newsletter-signup {
  position: relative;
}
@media only screen and (min-width: 650px) {
  .newsletter-signup__submit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter-signup__input {
  font-size: 16px;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.33);
  border-radius: 2.8rem;
  color: #fff;
  font-weight: 700;
  height: 4.6rem;
  padding: 0 2.2rem;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .newsletter-signup__input {
    height: 5.4rem;
  }
}
.newsletter-signup__input::placeholder {
  color: #fff;
}
.newsletter-signup__input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-signup__input:focus {
  outline: 0;
  border-color: #202a44;
}
.news-article-list-item {
  padding-bottom: 1.6rem;
  border-bottom: 0 solid transparent;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 985px) {
  .news-article-list-item {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .news-article-list-item {
    padding: 0 0 1.6rem 0;
    max-width: none;
    border-bottom: 0 solid transparent;
  }
}
.news-article-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.news-article-list-item__img {
  height: 8.2rem;
  width: 8.2rem;
  min-height: 8.2rem;
  min-width: 8.2rem;
  object-fit: cover;
  margin-right: 1.6rem;
}
.news-article-list-item__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 650px) {
  .news-article-list-item__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.news-article-list-item__link {
  text-decoration: none;
  color: #787580;
  display: flex;
  align-items: flex-start;
}
.news-article-list-item__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
}
.news-article-list-item__excerpt {
  display: none;
}
.breadcrumb__back {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2.4rem 0;
}
@media only screen and (min-width: 650px) {
  .breadcrumb__back {
    margin-bottom: 4.8rem;
    display: none;
  }
}
.breadcrumb__list {
  list-style-type: none;
  margin: 2.4rem 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
}
@media only screen and (min-width: 650px) {
  .breadcrumb__list {
    margin-bottom: 4.8rem;
    display: block;
  }
}
.breadcrumb--hero .breadcrumb__list,
.breadcrumb--hero .breadcrumb__back {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .breadcrumb--hero .breadcrumb__list,
  .breadcrumb--hero .breadcrumb__back {
    margin-bottom: 1.2rem;
  }
}
.breadcrumb__item {
  display: inline-block;
  color: #928f99;
  overflow: hidden;
}
@media only screen and (min-width: 650px) {
  .breadcrumb__item {
    white-space: nowrap;
  }
  .breadcrumb__item:last-child {
    text-overflow: ellipsis;
    max-width: 20rem;
  }
}
@media only screen and (min-width: 1300px) {
  .breadcrumb__item:last-child {
    max-width: 30rem;
  }
}
.hero--has-image .breadcrumb__item,
.derivative-hero--has-image .breadcrumb__item {
  color: #fff;
}
.breadcrumb--hero .breadcrumb__item:last-child {
  color: #fff;
  opacity: 0.5;
}
.hero--has-image .breadcrumb--hero .breadcrumb__item:last-child,
.derivative-hero--has-image .breadcrumb--hero .breadcrumb__item:last-child {
  color: #fff;
}
.breadcrumb__icon,
.breadcrumb__back-icon {
  display: inline-block;
  fill: #928f99;
  width: 0.6rem;
  height: 1.6rem;
  margin: 0 0.25rem;
  position: relative;
  top: 0.25rem;
}
.hero--has-image .breadcrumb__icon,
.hero--has-image .breadcrumb__back-icon,
.derivative-hero--has-image .breadcrumb__icon,
.derivative-hero--has-image .breadcrumb__back-icon {
  fill: #fff;
}
.breadcrumb__back-icon {
  width: 1.4rem;
}
.breadcrumb__link {
  color: #202a44;
  text-decoration: none;
}
@media only screen and (min-width: 650px) {
  .breadcrumb__link {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .breadcrumb__link::after {
    background-color: #202a44;
    bottom: 0rem;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    transition: width 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 0%;
  }
  .breadcrumb__link:hover::after {
    width: 100%;
  }
}
.breadcrumb--hero .breadcrumb__icon {
  fill: #fff;
  opacity: 0.5;
}
.hero--has-image .breadcrumb--hero .breadcrumb__icon,
.derivative-hero--has-image .breadcrumb--hero .breadcrumb__icon {
  fill: #fff;
}
.breadcrumb--hero .breadcrumb__back-icon {
  fill: #fff;
}
.hero--has-image .breadcrumb--hero .breadcrumb__back-icon,
.derivative-hero--has-image .breadcrumb--hero .breadcrumb__back-icon {
  fill: #fff;
}
.breadcrumb--hero .breadcrumb__link {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  opacity: 0.5;
}
.breadcrumb--hero .breadcrumb__link::after {
  background-color: #fff;
  bottom: 0rem;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: width 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0%;
}
.breadcrumb--hero .breadcrumb__link:hover::after {
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .breadcrumb--hero .breadcrumb__link {
    opacity: 1;
  }
}
.hero--has-image .breadcrumb--hero .breadcrumb__link,
.derivative-hero--has-image .breadcrumb--hero .breadcrumb__link {
  color: #fff;
}
.tabs {
  margin-bottom: 4.8rem;
}
.tabs__sentinel {
  height: 1px;
}
@media only screen and (min-width: 650px) {
  .tabs__sentinel {
    display: none;
  }
}
.tabs__content {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.6rem 1.6rem 3.2rem;
}
.tabs__content:before,
.tabs__content:after {
  content: " ";
  display: table;
}
.tabs__content:after {
  clear: both;
}
@media only screen and (min-width: 650px) {
  .tabs__content {
    padding: 2.7rem 3.2rem 5.4rem;
  }
}
.tabs__content.tabs__content--no-bottom-padding {
  padding-bottom: 0;
}
.tabs__content.tabs__content--wysiwyg {
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
}
@media only screen and (min-width: 650px) {
  .tabs__content.tabs__content--wysiwyg {
    padding-top: 5.4rem;
    padding-bottom: 8.1rem;
  }
}
.tabs__content--spinner {
  height: 70rem;
}
@media only screen and (min-width: 650px) {
  .tabs__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.tabs--sticky .tabs__nav {
  z-index: 10;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 650px) {
  .tabs--sticky .tabs__nav {
    position: relative;
  }
}
.tab-nav {
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.stuck .tab-nav {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0 -1rem;
}
@media only screen and (min-width: 375px) {
  .stuck .tab-nav {
    margin: 0 -2rem;
  }
}
@media only screen and (min-width: 650px) {
  .stuck .tab-nav {
    box-shadow: none;
    margin: 0;
  }
}
.tab-nav::after,
.tab-nav::before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 1.9rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5rem;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (min-width: 650px) {
  .tab-nav::after,
  .tab-nav::before {
    content: none;
  }
}
.tab-nav::before {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.tab-nav__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  border-bottom: 0.1rem solid #eeeef0;
}
.tab-nav__ul:before,
.tab-nav__ul:after {
  content: " ";
  display: table;
}
.tab-nav__ul:after {
  clear: both;
}
@media only screen and (min-width: 650px) {
  .tab-nav__ul {
    overflow-x: hidden;
    border-bottom: 0;
    background: transparent;
  }
}
.stuck .tab-nav__ul {
  padding: 0 1rem;
}
@media only screen and (min-width: 375px) {
  .stuck .tab-nav__ul {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 650px) {
  .stuck .tab-nav__ul {
    padding: 0;
  }
}
.tab-nav__ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.tab-nav--gallery .tab-nav__ul {
  border-bottom: 0;
}
.tab-nav__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  flex-grow: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 650px) {
  .tab-nav__item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .tab-nav__item {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0.6rem;
    border-right: 0.1rem solid #d4d2d8;
    background-color: #E1E0E4;
  }
}
.tab-nav__item:last-child {
  border-radius: 0 0.5rem 0 0;
  border-right: 0;
}
.tab-nav__item:first-child {
  border-radius: 0.5rem 0 0 0;
}
.tab-nav__item.is-active {
  position: relative;
  border-right: 0;
}
@media only screen and (min-width: 650px) {
  .tab-nav__item.is-active {
    background: #fff;
    margin-top: 0;
    bottom: -0.1rem;
  }
}
.tab-nav__link {
  color: #787580;
  display: block;
  font-weight: 800;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  text-decoration: none;
  text-align: center;
  border: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
  outline: 0;
  border-bottom: 0.4rem solid transparent;
  white-space: nowrap;
}
.is-active .tab-nav__link {
  border-bottom: 0.4rem solid #202a44;
  color: #000;
  font-weight: 800;
}
@media only screen and (min-width: 650px) {
  .is-active .tab-nav__link {
    padding-top: 1.6rem;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 650px) {
  .tab-nav__link {
    padding: 1.2rem 3.2rem;
    border-bottom: 0;
  }
}
.testimonials {
  margin-bottom: -1.6rem;
}
@media only screen and (min-width: 985px) {
  .testimonials {
    margin-bottom: -3.2rem;
  }
}
.testimonial {
  display: inline-block;
  padding-bottom: 1.6rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .testimonial {
    padding-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .testimonial {
    padding-bottom: 3.2rem;
  }
}
.testimonial--carousel {
  padding-bottom: 0;
}
.testimonial__icon {
  width: 3.2rem;
  fill: #E1E0E4;
  margin-bottom: 0.5rem;
  display: none;
}
@media only screen and (min-width: 650px) {
  .testimonial__icon {
    display: block;
  }
}
.testimonial__inner {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .testimonial__inner {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .testimonial__inner {
    padding: 2.7rem 3.2rem;
  }
}
.testimonial--carousel .testimonial__inner {
  padding: 0;
  border: 0;
  background: 0;
  box-shadow: none;
}
.testimonial__header {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 650px) {
  .testimonial__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.6rem;
  }
}
.testimonial__avatar-group {
  display: flex;
  align-items: center;
}
.testimonial__location {
  color: #787580;
}
.testimonial__cite {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-align: left;
}
.testimonial__name {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.testimonial__img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  margin: 0 1.6rem 0 0;
}
@media only screen and (min-width: 650px) {
  .testimonial__img {
    width: 6rem;
    height: 6rem;
    margin: 0 1.6rem 0 0;
  }
}
.testimonial__rating {
  margin-left: auto;
  flex-shrink: 0;
  margin: 1.6rem 0 1rem;
}
@media only screen and (min-width: 650px) {
  .testimonial__rating {
    padding-left: 1rem;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1300px) {
  .testimonial--carousel .testimonial__img {
    width: 6rem;
    height: 6rem;
    margin-right: 1.35rem;
  }
}
.testimonial__body {
  text-align: left;
  color: #787580;
}
.testimonial__body p {
  font-size: 16px;
  font-size: 1.6rem;
}
.testimonial__body p:first-child {
  margin-top: 0;
}
.testimonial__body p:last-child {
  margin-bottom: 0;
}
.testimonial__vehicle {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  padding-top: 1.6rem;
  margin-top: auto;
  text-align: left;
  color: #787580;
}
.google-review-score {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .google-review-score--stack {
    display: block;
  }
}
.google-review-score__logo {
  margin: 0.4rem 0.8rem 0 0;
  width: 6rem;
}
@media only screen and (min-width: 650px) {
  .google-review-score--stack .google-review-score__logo {
    float: right;
    margin: 0.4rem 0 0.2rem 0;
  }
}
.google-review-score__rating {
  width: 10rem;
  clear: both;
}
.generic-review-score {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .generic-review-score {
    display: block;
  }
}
.generic-review-score__rating {
  width: 10rem;
  clear: both;
}
.trustpilot-review-score {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .trustpilot-review-score--stack {
    display: block;
  }
}
.trustpilot-review-score__logo {
  margin: 0 0.8rem 0 0;
  width: 9rem;
}
@media only screen and (min-width: 650px) {
  .trustpilot-review-score--stack .trustpilot-review-score__logo {
    width: 7rem;
    float: right;
    margin: 0 0 0.4rem 0;
  }
}
.trustpilot-review-score__rating {
  width: 10rem;
  clear: both;
}
.feefo-review-score {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .feefo-review-score--stack {
    display: block;
  }
}
.feefo-review-score__logo {
  margin: 0 0.8rem 0 0;
  width: 9rem;
}
@media only screen and (min-width: 650px) {
  .feefo-review-score--stack .feefo-review-score__logo {
    width: 7rem;
    float: right;
    margin: 0 0 0.5rem 0;
  }
}
.feefo-review-score__rating {
  width: 10rem;
  clear: both;
}
.facebook-review-score {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .facebook-review-score--stack {
    display: block;
  }
}
.facebook-review-score__logo {
  margin: 0 0.8rem 0 0;
  width: 8rem;
}
@media only screen and (min-width: 650px) {
  .facebook-review-score--stack .facebook-review-score__logo {
    width: 7rem;
    float: right;
    margin: 0.2rem 0 0.7rem 0;
  }
}
.facebook-review-score__rating {
  width: 10rem;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  .contact-form {
    padding: 1.35rem 3.2rem;
  }
}
.contact-form__heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
  margin: 0 0 1rem 0;
}
.contact-form__body {
  margin: 0 0 2.4rem 0;
  color: #928f99;
}
@media only screen and (min-width: 650px) {
  .contact-form__body {
    margin: 0 0 4.8rem 0;
  }
}
.contact-form__subheading {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2.7rem 0;
}
@media only screen and (min-width: 650px) {
  .contact-form__subheading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.derivative-gallery {
  background: #fff;
  border-radius: 0.5rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  margin: 0 -1rem;
  overflow: hidden;
  position: relative;
  padding: 75% 0 0 0;
}
.derivative-details__gallery--has-tabs .derivative-gallery {
  border-radius: 0 0 0.5rem 0.5rem;
}
@media only screen and (min-width: 375px) {
  .derivative-gallery {
    margin: 0;
  }
}
.derivative-gallery--imagin {
  padding-top: 62.5%;
}
.derivative-gallery--car-and-driving {
  padding-top: 56.25%;
}
.derivative-gallery--cvd {
  padding-top: 0;
}
.derivative-gallery--car-and-driving-plus-cvd {
  padding-top: 60%;
}
.derivative-gallery--16-9 {
  padding-top: 56.25%;
}
.derivative-gallery__main-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.derivative-gallery__main-img .swiper-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.derivative-gallery--cvd .derivative-gallery__main-img {
  position: relative;
}
.derivative-gallery--cvd .derivative-gallery__main-img .swiper-container {
  position: relative;
}
.derivative-gallery__img {
  max-width: none;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.derivative-gallery--cvd .derivative-gallery__img {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}
.derivative-gallery__nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 3.2rem;
  right: 3.2rem;
  bottom: 3.2rem;
  display: none;
}
@media only screen and (min-width: 650px) {
  .derivative-gallery__nav {
    display: flex;
  }
}
.derivative-gallery__nav-item {
  list-style-type: none;
  margin-right: 0.8rem;
  overflow: hidden;
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.25rem;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 985px) {
  .derivative-gallery__nav-item {
    max-width: 9rem;
  }
}
.derivative-gallery__nav-item:last-child {
  margin-right: 0;
}
.derivative-gallery__nav-item.active {
  border-color: #202a44;
}
.derivative-gallery--car-and-driving .derivative-gallery__nav-item a {
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.derivative-gallery--car-and-driving .derivative-gallery__nav-item a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.derivative-gallery__prev,
.derivative-gallery__next {
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6rem;
  opacity: 0.8;
  transition: opacity 200ms;
  cursor: pointer;
  outline: 0;
}
@media only screen and (min-width: 650px) {
  .derivative-gallery__prev,
  .derivative-gallery__next {
    height: 4rem;
    width: 4rem;
  }
}
.derivative-gallery__prev:hover,
.derivative-gallery__next:hover {
  opacity: 1;
}
.derivative-gallery__prev.swiper-button-disabled,
.derivative-gallery__next.swiper-button-disabled {
  opacity: 0;
}
.derivative-gallery__prev {
  left: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .derivative-gallery__prev {
    left: 3.2rem;
  }
}
.derivative-gallery__next {
  right: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .derivative-gallery__next {
    right: 3.2rem;
  }
}
.derivative-gallery__next-icon,
.derivative-gallery__prev-icon {
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #202a44;
  left: 50%;
  margin-left: 0.1rem;
}
@media only screen and (min-width: 650px) {
  .derivative-gallery__next-icon,
  .derivative-gallery__prev-icon {
    height: 2.8rem;
  }
}
.derivative-gallery__prev-icon {
  margin-left: -0.1rem;
}
.swiper-slide .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.swiper-slide.is-loading img {
  opacity: 0;
}
.quick-spec {
  margin: 0;
  padding: 0;
}
.quick-spec__item {
  display: inline-block;
  margin-right: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #928f99;
}
@media only screen and (min-width: 985px) {
  .quick-spec__item {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 1.6rem;
    font-weight: 800;
  }
}
.quick-spec--hero .quick-spec__item {
  color: #fff;
}
.quick-spec--hero .quick-spec__item .hero--has-image,
.derivative-hero--has-image .quick-spec--hero .quick-spec__item {
  color: #fff;
}
.quick-spec--small .quick-spec__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0.8rem;
}
.quick-spec__icon {
  height: 1.6rem;
  max-width: 2.2rem;
  fill: #928f99;
  position: relative;
  bottom: -0.2rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 985px) {
  .quick-spec__icon {
    height: 1.8rem;
  }
}
.quick-spec--hero .quick-spec__icon {
  fill: #fff;
}
.quick-spec--hero .quick-spec__icon .hero--has-image,
.derivative-hero--has-image .quick-spec--hero .quick-spec__icon {
  fill: #fff;
}
.quick-spec--small .quick-spec__icon {
  bottom: -0.3rem;
  margin-right: 0.25rem;
}
.lease-config-form {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /*&__option-summary-wrap {
        padding-bottom: @panel__padding-y-mobile;

        @media @small {
            padding-bottom: @panel__padding-y;
        }
    }*/

}
@media only screen and (min-width: 375px) {
  .lease-config-form {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .lease-config-form {
    padding: 2.7rem 3.2rem;
  }
}
.lease-config-form.is-loading {
  height: 75.5rem;
}
@media only screen and (min-width: 375px) {
  .lease-config-form.is-loading {
    height: 77.1rem;
  }
}
@media only screen and (min-width: 400px) {
  .lease-config-form.is-loading {
    height: 74.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .lease-config-form.is-loading {
    height: 60.4rem;
  }
}
@media only screen and (min-width: 985px) {
  .lease-config-form.is-loading {
    height: 74rem;
  }
}
@media only screen and (min-width: 1300px) {
  .lease-config-form.is-loading {
    height: 62.8rem;
  }
}
.lease-config-form__spinner {
  overflow: hidden;
  height: 100%;
}
.lease-config-form__contract-type {
  font-size: 18px;
  font-size: 1.8rem;
  color: #202a44;
  font-weight: 800;
  margin: 0;
}
.lease-config-form__price {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 985px) {
  .lease-config-form__price {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 985px) {
  .lease-config-form__alert {
    margin-top: -1rem;
  }
}
.lease-config-form__monthly-cost {
  color: #202a44;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 985px) {
  .lease-config-form__monthly-cost {
    margin: 0 0 1rem 0;
  }
}
.lease-config-form__amount {
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__amount {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 985px) {
  .lease-config-form__amount {
    font-size: 50px;
    font-size: 5rem;
  }
}
.lease-config-form__amount--poa {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__amount--poa {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 985px) {
  .lease-config-form__amount--poa {
    font-size: 50px;
    font-size: 5rem;
  }
}
.lease-config-form__amount small {
  font-size: 24px;
  font-size: 2.4rem;
}
.lease-config-form__amount-tooltip {
  position: relative;
  top: -0.6em;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__amount-tooltip {
    top: -1em;
  }
}
.lease-config-form__inc-vat {
  font-size: 16px;
  font-size: 1.6rem;
  color: #202a44;
  font-weight: 800;
  display: inline-block;
}
.lease-config-form__additional {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  margin: 0;
}
.lease-config-form__additional strong {
  font-weight: 700;
}
.lease-config-form__additional--balloon {
  margin: 0.5rem 0 0 0;
}
@media only screen and (min-width: 985px) {
  .lease-config-form__additional--balloon {
    margin: 1rem 0 0 0;
  }
}
.lease-config-form__excess-mileage {
  display: block;
}
.lease-config-form__statement {
  margin: 1rem 0 1rem 0;
  display: block;
  font-size: 1.2rem;
}
.lease-config-form__msrp {
  display: block;
  margin: 0 0 0.8rem 0;
}
.lease-config-form__saving {
  color: #16a34a;
  font-weight: 700;
  padding-left: 0.6rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.lease-config-form__option-summary {
  padding: 1.6rem 0 0;
  margin: 3.5rem 0 0;
  border-top: 0.1rem solid #eeeef0;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__option-summary {
    margin: 2.6rem 0 0;
  }
}
.lease-config-form__submit {
  border-radius: 0.5rem 0.5rem 0 0;
  margin: 0 -1.6rem -1.6rem -1.6rem;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__submit {
    margin: 0 -3.2rem -2.7rem -3.2rem;
  }
}
.lease-config-form__maintenance {
  flex-direction: row;
  display: block;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__maintenance {
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
  }
}
.lease-config-form__maintenance-heading {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: inline-block;
  font-weight: 400;
  user-select: none;
  padding-top: 0.2rem;
  margin: 0 2rem 1rem 0;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__maintenance-heading {
    min-width: 17rem;
    margin: 0 0 0.2rem 0;
    display: block;
  }
}
.lease-config-form__ancillary-product-pricing {
  flex-direction: row;
  display: block;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__ancillary-product-pricing {
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
  }
}
.lease-config-form__ancillary-product-pricing-heading {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: inline-block;
  font-weight: 400;
  user-select: none;
  padding-top: 0.2rem;
  margin: 0 2rem 1rem 0;
}
@media only screen and (min-width: 650px) {
  .lease-config-form__ancillary-product-pricing-heading {
    max-width: 17rem;
    margin: 0 0 0.2rem 0;
    display: block;
  }
}
.lease-config-form__enquire-buttons {
  margin-top: 1.6rem;
}
.lease-config-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202a44;
  box-shadow: 0 -1rem 5rem 0 rgba(0, 41, 62, 0.2), 0 -0.25rem 0.25rem 0 rgba(0, 41, 62, 0.05);
  z-index: 90;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-top: #202a44 0.4rem solid;
}
@media only screen and (min-width: 1300px) {
  .lease-config-sticky {
    display: none;
  }
}
.lease-config-sticky__lease-type {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.lease-config-sticky__monthly-price {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
}
.lease-config-sticky__amount {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.2rem;
}
.lease-config-sticky__upfront {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
}
.lease-config-sticky__action button {
  white-space: nowrap;
}
.similar-deals {
  padding-bottom: 2.4rem;
  padding-top: 4.8rem;
  background: #e8e8e8;
}
.similar-deals__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .similar-deals__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.hot-deals {
  padding-bottom: 2.4rem;
  padding-top: 4.8rem;
  background: #e8e8e8;
}
@media only screen and (min-width: 985px) {
  .hot-deals {
    padding-top: 4.3rem;
  }
}
@media only screen and (min-width: 985px) {
  .hot-deals--has-heading {
    padding-bottom: 4.8rem;
    padding-top: 4.8rem;
  }
}
.hot-deals__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .hot-deals__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.hot-deals__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  color: #928f99;
  margin-bottom: 2.9rem;
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .hot-deals__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.deal-carousel {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .deal-carousel::before,
  .deal-carousel::after {
    content: "";
    display: block;
    width: 7.6rem;
    position: absolute;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.7) 0%, rgba(232, 232, 232, 0) 100%);
  }
  .deal-carousel::before {
    right: -0.1rem;
    left: auto;
    background: linear-gradient(90deg, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0.7) 100%);
  }
}
.deal-carousel--inline {
  overflow: visible;
  padding: 1rem 0;
  margin: -1rem 0;
}
.deal-carousel--inline::before,
.deal-carousel--inline::after {
  content: none;
}
.deal-carousel__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .deal-carousel__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.deal-carousel--inline .deal-carousel__container {
  padding: 0 0.8rem;
  margin: 0 -0.8rem;
}
.deal-carousel__row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  margin-left: -2.8rem;
  margin-right: -2.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  scroll-snap-type: x mandatory;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 375px) {
  .deal-carousel__row {
    margin-left: -3.8rem;
    margin-right: -3.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 650px) {
  .deal-carousel__row {
    scroll-snap-type: none;
  }
}
@media only screen and (min-width: 985px) {
  .deal-carousel__row {
    margin-left: -6.8rem;
    margin-right: -6.8rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1675px) {
  .deal-carousel__row {
    margin-left: calc( 0px - ((100vw - 160rem) / 2 + .8rem) );
    margin-right: calc( 0px - ((100vw - 160rem) / 2 + .8rem) );
    padding-left: calc( (100vw - 160rem  ) / 2 );
    padding-right: calc( (100vw - 160rem  ) / 2 );
  }
}
.deal-carousel__row::-webkit-scrollbar {
  display: none;
}
.deal-carousel__row::after {
  min-width: 2rem;
  content: "";
  display: block;
}
@media only screen and (min-width: 375px) {
  .deal-carousel__row::after {
    min-width: 3rem;
  }
}
@media only screen and (min-width: 985px) {
  .deal-carousel__row::after {
    min-width: 6rem;
  }
}
@media only screen and (min-width: 1675px) {
  .deal-carousel__row::after {
    min-width: calc( (100vw - 160rem) / 2 );
  }
}
.deal-carousel--inline .deal-carousel__row {
  padding-bottom: 1.5rem;
}
.deal-carousel--inline .deal-carousel__row::after {
  content: none;
}
.deal-carousel__item {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  flex-basis: 90%;
  scroll-snap-align: center;
}
@media only screen and (min-width: 650px) {
  .deal-carousel__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    flex-direction: column;
    max-width: 50%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .deal-carousel__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.333333333%;
    flex-direction: column;
    max-width: 33.333333333%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 1675px) {
  .deal-carousel__item {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 25%;
    flex-direction: column;
    max-width: 25%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.deal-carousel__next,
.deal-carousel__prev {
  position: absolute;
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0 2rem 2.4rem rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -5rem;
  z-index: 30;
  left: 0.5rem;
  cursor: pointer;
  outline: 0;
}
@media only screen and (min-width: 985px) {
  .deal-carousel__next,
  .deal-carousel__prev {
    left: 2.2rem;
    height: 6rem;
    width: 6rem;
  }
}
.deal-carousel__next {
  right: 0.5rem;
  left: auto;
}
@media only screen and (min-width: 985px) {
  .deal-carousel__next {
    right: 2.2rem;
  }
}
.deal-carousel--inline .deal-carousel__next,
.deal-carousel--inline .deal-carousel__prev {
  display: none;
}
@media only screen and (min-width: 650px) {
  .deal-carousel--inline .deal-carousel__next,
  .deal-carousel--inline .deal-carousel__prev {
    display: block;
  }
}
.deal-carousel--inline .deal-carousel__next {
  right: -1.5rem;
}
@media only screen and (min-width: 985px) {
  .deal-carousel--inline .deal-carousel__next {
    right: -3.8rem;
  }
}
.deal-carousel--inline .deal-carousel__prev {
  left: -1.5rem;
}
@media only screen and (min-width: 985px) {
  .deal-carousel--inline .deal-carousel__prev {
    left: -3.8rem;
  }
}
.deal-carousel__next-icon,
.deal-carousel__prev-icon {
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #202a44;
  left: 2rem;
}
@media only screen and (min-width: 985px) {
  .deal-carousel__next-icon,
  .deal-carousel__prev-icon {
    left: 2.5rem;
  }
}
.deal-carousel.dragging a {
  pointer-events: none;
}
.alert {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #f6f6f7;
  padding: 1.25rem 1.6rem;
  margin: 0 0 2.4rem 0;
  color: #64616b;
  border-radius: 0.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 650px) {
  .alert {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.alert--small {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem 1rem;
}
.alert--no-results {
  margin-top: 2.4rem;
}
.alert--no-margin {
  margin: 0;
}
.alert--lease-config {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.alert--warning {
  background: #fbb03b;
  color: #fff;
}
.alert--error {
  background: #e74c3c;
  color: #fff;
}
.alert--info {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}
.alert--info a {
  color: #3b82f6;
}
.alert--estimate {
  background: #fbb03b;
}
.alert--panel-top-alert {
  border-radius: 0.5rem 0.5rem 0 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: -1.6rem -1.6rem 2.4rem -1.6rem;
}
@media only screen and (min-width: 375px) {
  .alert--panel-top-alert {
    margin: -2.4rem -2.4rem 2.4rem -2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .alert--panel-top-alert {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    margin: -2.7rem -3.2rem 2.4rem -3.2rem;
  }
}
.modal {
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.modal__container {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 5rem 0 rgba(0, 41, 62, 0.2), 0 0.25rem 0.25rem 0 rgba(0, 41, 62, 0.05);
  height: auto;
  pointer-events: all;
  max-height: calc(100vh - 1.6rem*2);
  transition: transform 0.2s ease;
}
@media only screen and (min-width: 985px) {
  .modal__container {
    margin: 1.6rem auto;
  }
}
.modal--confirm .modal__container {
  max-width: 46rem;
  height: auto;
}
.modal--signature .modal__container {
  max-width: 70rem;
  height: auto;
}
.modal--salsac .modal__container {
  max-width: 70rem;
  height: auto;
}
.modal__header {
  height: 6rem;
  border-bottom: 0.1rem solid #E1E0E4;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  justify-content: space-between;
}
@media only screen and (min-width: 650px) {
  .modal__header {
    padding: 0 3.2rem;
  }
}
@media only screen and (min-width: 985px) {
  .modal__header {
    height: 8rem;
  }
}
.modal__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-top: 0;
  margin: 0;
  padding-top: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 650px) {
  .modal__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modal__body {
  overflow: hidden;
  overflow-y: auto;
  min-height: 10rem;
  position: relative;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  max-height: calc(100vh - 12rem - 1.6rem*2);
}
@media only screen and (min-width: 650px) {
  .modal__body {
    padding: 2.7rem 3.2rem;
  }
}
.modal__confirm {
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .modal__confirm {
    padding: 2.7rem 3.2rem;
  }
}
.modal--confirm .modal__body,
.modal--signature .modal__body {
  padding: 0;
}
.modal__close {
  background: transparent;
  border: 0;
  height: 3rem;
  width: 3rem;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.modal__close-icon {
  height: 2.2rem;
  width: 2.2rem;
  margin-top: 0.5rem;
}
.modal__confirm-heading {
  margin: 0 0 1rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
}
.modal__confirm-p {
  margin: 0 0 1.6rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.modal__confirm-ul {
  margin: 0;
  padding: 0 0 0 2.2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.modal__button-group {
  display: flex;
  background: #EEE;
  padding: 1.6rem;
  align-items: center;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media only screen and (min-width: 650px) {
  .modal__button-group {
    justify-content: flex-end;
  }
}
.modal__button {
  flex-grow: 1;
}
@media only screen and (min-width: 650px) {
  .modal__button {
    flex-grow: 0;
    margin-left: 1.6rem;
  }
}
.modal-enter,
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal__container,
.modal-leave-active .modal__container {
  transform: scale(0.9);
}
.lease-summary__vehicle-heading {
  margin: 0;
  position: relative;
  z-index: 10;
}
.lease-summary__vehicle-model {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
  font-weight: 800;
  color: #000;
  margin-bottom: 0.5rem;
}
.lease-summary__vehicle-derivative {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  display: block;
  font-weight: 700;
}
.lease-summary__vehicle-image {
  margin: -15% -0.8rem -10%;
  position: relative;
  z-index: 1;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-top: 75%;
}
@media only screen and (min-width: 650px) {
  .lease-summary__vehicle-image {
    margin: -10% -1.6rem -5%;
  }
}
.lease-summary__vehicle-image img {
  clip-path: inset(1.25rem 0 0.2rem 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lease-summary--car-and-driving .lease-summary__vehicle-image {
  margin: 2.7rem 0;
  padding-top: 0;
}
.lease-summary--car-and-driving .lease-summary__vehicle-image img {
  clip-path: none;
  position: static;
}
.lease-summary__monthly-cost {
  color: #928f99;
  font-weight: 800;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 0.1rem solid #E1E0E4;
  position: relative;
  z-index: 10;
}
.lease-summary--from-prices-only .lease-summary__monthly-cost {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lease-summary__monthly-cost-amount {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  color: #202a44;
}
.lease-summary__monthly-cost-amount--poa {
  font-size: 40px;
  font-size: 4rem;
}
.lease-summary__monthly-cost-amount small {
  font-size: 20px;
  font-size: 2rem;
}
.lease-summary__monthly-cost-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.4rem;
}
.lease-summary__monthly-cost-vat {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.lease-summary__amount-tooltip {
  position: relative;
  top: -1em;
}
.lease-summary__terms {
  margin-bottom: 2rem;
}
.lease-summary__options {
  margin: 2rem 0 0 0;
  border-top: 0.1rem solid #E1E0E4;
  padding: 1.6rem 0;
}
.lease-summary__small {
  margin: 0 0 -0.8rem 0;
  padding: 2rem 0 0.8rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #928f99;
  border-top: 0.1rem solid #E1E0E4;
}
.lease-summary__small p {
  margin: 0 0 1em 0;
}
.lease-summary__small p:last-child {
  margin-bottom: 0;
}
.list-table {
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.list-table__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  align-items: center;
}
.list-table__item:last-child {
  margin-bottom: 0;
}
.list-table__key {
  font-weight: 400;
  color: #928f99;
}
.list-table__value {
  font-weight: 700;
  text-align: right;
}
.list-table__strong {
  color: #202a44;
  font-weight: 800;
}
.tooltip-icon {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  background: #E1E0E4;
  border-radius: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  fill: #928f99;
  margin: 0 0.3rem 0 0.6rem;
}
.tooltip-icon:hover {
  fill: #fff;
  background: #202a44;
}
.tooltip-icon--form-left {
  margin: 0 0.2rem 0 0;
}
@media only screen and (min-width: 650px) {
  .tooltip-icon--form-left {
    top: 0.4rem;
  }
}
.tooltip-icon--prop-form-heading {
  top: -0.2rem;
  margin: 0 0 0 0.1rem;
}
.v-popover {
  display: inline;
}
.tooltip {
  display: block !important;
  z-index: 10000;
  max-width: 30rem;
}
.tooltip__heading {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}
.tooltip__body {
  margin: 0 0 0.4rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.tooltip .tooltip-inner {
  background: #222;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem 1.25rem;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  color: #fff;
}
.tooltip .tooltip-arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 1;
  background: #222;
  transform: rotate(45deg);
}
.tooltip[x-placement^="top"] {
  margin-bottom: 1rem;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  bottom: -0.4rem;
  left: calc(49%);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 1rem;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -0.4rem;
  left: calc(49%);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 1rem;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  left: -0.4rem;
  top: calc(49%);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 1rem;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  right: -0.4rem;
  top: calc(49%);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement="bottom-start"] .tooltip-arrow,
.tooltip[x-placement="top-start"] .tooltip-arrow {
  margin-left: 1rem;
}
.tooltip[x-placement="bottom-end"] .tooltip-arrow,
.tooltip[x-placement="top-end"] .tooltip-arrow {
  margin-right: 1rem;
}
.tooltip[x-placement="right-start"] .tooltip-arrow,
.tooltip[x-placement="left-start"] .tooltip-arrow {
  margin-top: 1rem;
}
.tooltip[x-placement="right-end"] .tooltip-arrow,
.tooltip[x-placement="left-end"] .tooltip-arrow {
  margin-bottom: 1rem;
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.tooltip a {
  color: #fff;
}
.thanks {
  text-align: center;
  padding: 4.8rem 0 4.8rem;
  height: 100%;
  box-sizing: border-box;
  max-width: 70rem;
  margin: 0 auto;
}
@media only screen and (min-width: 650px) {
  .thanks {
    padding: 4.8rem 0 2.4rem;
  }
}
.thanks--v-center {
  display: flex;
  align-items: center;
  padding: 0;
}
.thanks__inner {
  padding: 4.8rem 0 2.4rem;
}
@media only screen and (min-width: 650px) {
  .thanks__inner {
    padding: 4.8rem 0 7.2rem;
  }
}
.thanks--modal {
  max-width: 60rem;
  margin: 0 auto;
}
.thanks__icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2.4rem;
}
@media only screen and (min-width: 985px) {
  .thanks__icon {
    margin: 0 auto 3.2rem;
  }
}
.thanks__heading {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 2.2rem 0;
  color: #000;
}
@media only screen and (min-width: 650px) {
  .thanks__heading {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
.thanks__subheading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem 0;
  color: #787580;
  margin-bottom: 3.8rem;
}
@media only screen and (min-width: 650px) {
  .thanks__subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.thanks__button {
  margin: 1rem 0.4rem 0;
}
.thanks__link {
  display: block;
  margin: 2rem auto 0;
  color: #787580;
}
.success-icon {
  border-radius: 50%;
  border: 4px solid #A5DC86;
  box-sizing: content-box;
  height: 8rem;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 8rem;
}
.success-icon:after,
.success-icon:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.success-icon:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.success-icon:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.success-icon__placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.success-icon__fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.success-icon__tip,
.success-icon__long {
  background-color: #A5DC86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.success-icon__tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}
.success-icon__long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
.contact-details {
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .contact-details {
    text-align: left;
  }
}
.contact-details__opening-hours {
  width: 100%;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #E1E0E4;
}
.contact-details__email {
  margin: 0 0 2rem 0;
}
.contact-details__email a {
  font-weight: 700;
  color: #202a44;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.contact-details__email a::after {
  background-color: #202a44;
  bottom: 0rem;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: width 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0%;
}
.contact-details__email a:hover::after {
  width: 100%;
}
.contact-details__address {
  margin: 1rem 0 3rem;
}
.contact-details__how-to-find-us {
  margin: 0 0 4rem;
}
.phone {
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 800;
  color: #202a44;
}
@media only screen and (min-width: 1675px) {
  .phone {
    font-size: 40px;
    font-size: 4rem;
  }
}
.phone--alt {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
.phone__overline {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: -0.5rem;
}
.phone a {
  text-decoration: none;
}
.phone__label {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: -0.4rem;
}
.opening-hours__heading {
  font-size: 18px;
  font-size: 1.8rem;
  color: #928f99;
  margin: 0.5rem 0 1.5rem 0;
  font-weight: 700;
}
@media only screen and (min-width: 1675px) {
  .opening-hours__heading {
    margin-top: 1rem;
  }
}
.opening-hours__table {
  text-align: left;
  width: auto;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1300px) {
  .opening-hours__table {
    width: 100%;
  }
}
@media only screen and (min-width: 1675px) {
  .opening-hours__table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-us-map__iframe {
  height: 30rem;
  display: block;
}
.spec-list {
  list-style-type: none;
  padding: 0 0 1.6rem 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.spec-list--tooltip {
  position: relative;
  padding: 0;
  margin-top: -0.5rem;
}
.spec-list__item {
  border-bottom: 0.1rem solid #E1E0E4;
  padding: 0.6rem 0;
}
.spec-list__item:last-child {
  border-bottom: 0;
}
.spec-list--tooltip .spec-list__item {
  border-bottom: 0.1rem solid #3c3c3c;
}
.spec-list--tooltip .spec-list__item:last-child {
  border-bottom: 0;
}
.form-input,
.form-checkbox-group {
  margin-bottom: 1.6rem;
}
.form-input--has-icon,
.form-checkbox-group--has-icon {
  position: relative;
}
@media only screen and (min-width: 650px) {
  .form-input--double-m-bottom,
  .form-checkbox-group--double-m-bottom {
    margin-bottom: 3.2rem;
  }
}
.form-input--triple-m-bottom,
.form-checkbox-group--triple-m-bottom {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 650px) {
  .form-input--triple-m-bottom,
  .form-checkbox-group--triple-m-bottom {
    margin-bottom: 4.8rem;
  }
}
.form-input__input,
.form-checkbox-group__input,
.form-input__textarea,
.form-checkbox-group__textarea {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0.1rem solid #E1E0E4;
  border-radius: 2.8rem;
  box-sizing: border-box;
  color: #787580;
  font-weight: 400;
  height: 4.6rem;
  line-height: 4.6rem;
  padding: 0 0 0 2.2rem;
  width: 100%;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  background-color: #fff;
}
@media only screen and (min-width: 650px) {
  .form-input__input,
  .form-checkbox-group__input,
  .form-input__textarea,
  .form-checkbox-group__textarea {
    height: 5.4rem;
    line-height: 5.4rem;
  }
}
.form-input__input.input-validation-error,
.form-checkbox-group__input.input-validation-error,
.form-input__textarea.input-validation-error,
.form-checkbox-group__textarea.input-validation-error,
.form-input__input.invalid,
.form-checkbox-group__input.invalid,
.form-input__textarea.invalid,
.form-checkbox-group__textarea.invalid,
.show-validation .form-input__input:required:invalid,
.show-validation .form-checkbox-group__input:required:invalid,
.show-validation .form-input__textarea:required:invalid,
.show-validation .form-checkbox-group__textarea:required:invalid,
input[type=hidden].form-input__input.invalid + .form-input__input,
input[type=hidden].form-input__input.invalid + .form-checkbox-group__input,
input[type=hidden].form-input__input.invalid + .form-input__textarea,
input[type=hidden].form-input__input.invalid + .form-checkbox-group__textarea,
input[type=hidden].form-checkbox-group__input.invalid + .form-input__input,
input[type=hidden].form-checkbox-group__input.invalid + .form-checkbox-group__input,
input[type=hidden].form-checkbox-group__input.invalid + .form-input__textarea,
input[type=hidden].form-checkbox-group__input.invalid + .form-checkbox-group__textarea,
input[type=hidden].form-input__textarea.invalid + .form-input__input,
input[type=hidden].form-input__textarea.invalid + .form-checkbox-group__input,
input[type=hidden].form-input__textarea.invalid + .form-input__textarea,
input[type=hidden].form-input__textarea.invalid + .form-checkbox-group__textarea,
input[type=hidden].form-checkbox-group__textarea.invalid + .form-input__input,
input[type=hidden].form-checkbox-group__textarea.invalid + .form-checkbox-group__input,
input[type=hidden].form-checkbox-group__textarea.invalid + .form-input__textarea,
input[type=hidden].form-checkbox-group__textarea.invalid + .form-checkbox-group__textarea {
  border-color: #f29f97;
  background-color: #fbe2df;
}
.form-input__input:focus,
.form-checkbox-group__input:focus,
.form-input__textarea:focus,
.form-checkbox-group__textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #202a44, 0 0 0 0.3rem #fff, 0 0 0 0.6rem rgba(225, 224, 228, 0.5);
  border-color: #202a44;
}
.form-input__input:disabled,
.form-checkbox-group__input:disabled,
.form-input__textarea:disabled,
.form-checkbox-group__textarea:disabled,
.form-input__input:read-only,
.form-checkbox-group__input:read-only,
.form-input__textarea:read-only,
.form-checkbox-group__textarea:read-only {
  background-color: #f6f6f7;
  box-shadow: none;
  border-color: #E1E0E4;
}
.form-input--has-icon .form-input__input,
.form-input--has-icon .form-checkbox-group__input,
.form-checkbox-group--has-icon .form-input__input,
.form-checkbox-group--has-icon .form-checkbox-group__input {
  padding-left: 7rem;
}
.form-input--center,
.form-checkbox-group--center {
  text-align: center;
}
.form-input__textarea,
.form-checkbox-group__textarea {
  height: 15rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1.6;
}
.form-input__label,
.form-checkbox-group__label,
.form-input label,
.form-checkbox-group label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}
.block-area__item--text-light .form-input__label,
.block-area__item--text-light .form-checkbox-group__label,
.block-area__item--text-light .form-input label,
.block-area__item--text-light .form-checkbox-group label {
  color: #fff;
}
.form-input--required.form-input--howdidyouhearaboutus label::after,
.form-checkbox-group--required.form-input--howdidyouhearaboutus label::after {
  content: " *";
}
.form-input__required,
.form-checkbox-group__required {
  color: #e74c3c;
}
.form-input__icon-wrap,
.form-checkbox-group__icon-wrap {
  position: relative;
}
.form-input__icon-wrap::after,
.form-checkbox-group__icon-wrap::after {
  content: "";
  border-right: 0.1rem solid #E1E0E4;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  bottom: 0.1rem;
  width: 5.5rem;
  border-radius: 2.8rem 0 0 2.8rem;
  background: #f6f6f7;
}
.form-input__icon,
.form-checkbox-group__icon {
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  fill: #928f99;
  z-index: 5;
}
.form-input__group,
.form-checkbox-group__group {
  display: flex;
}
.form-input__group .form-input__input,
.form-input__group .form-checkbox-group__input,
.form-checkbox-group__group .form-input__input,
.form-checkbox-group__group .form-checkbox-group__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 0;
}
.field-validation-error,
.validation-message {
  font-size: 16px;
  font-size: 1.6rem;
  color: #928f99;
  margin-left: 1rem;
  color: #e74c3c;
  display: block;
  margin-top: 0.5rem;
}
.hide-validation .field-validation-error,
.hide-validation .validation-message {
  display: none;
}
.date-group {
  display: flex;
}
.date-group__item {
  width: 30%;
  padding: 0 0.4rem;
}
@media only screen and (min-width: 650px) {
  .date-group__item {
    width: 25%;
  }
}
.date-group__item:last-child {
  width: 40%;
}
@media only screen and (min-width: 650px) {
  .date-group__item:last-child {
    width: 50%;
  }
}
.form-checkbox {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.2rem;
  padding-top: 1.4rem;
  /*&--lease-config-form {
        margin-bottom: 0;

        @media @large {
            margin-bottom: @layout__vertical-spacing/3;
        }
    }*/

  /*&__heading {
        .font-size(@form__label-font-size);
        color: @color__grey;
        display: inline-block;
        font-weight: @form__label-font-weight;
        margin: 0 0 .6rem 0;
        user-select: none;

        @media @small {
            display: block;
        }
    }

    &--inline &__heading {
        margin: 0 2rem 1rem 0;

        @media @small {
            min-width: @form__label-inline-width;
            margin: 0 0 .2rem 0;
        }
    }*/

}
@media only screen and (min-width: 650px) {
  .form-checkbox {
    margin-bottom: 1.6rem;
  }
}
.form-checkbox--inline {
  flex-direction: row;
  display: block;
}
@media only screen and (min-width: 650px) {
  .form-checkbox--inline {
    display: flex;
    align-items: flex-start;
  }
}
.form-checkbox--no-m-bottom {
  margin-bottom: 0;
}
.form-checkbox--no-p-top {
  padding-top: 0;
}
.form-checkbox__label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media only screen and (min-width: 650px) {
  .form-checkbox__label {
    padding-left: 3.8rem;
  }
}
.form-checkbox--inline .form-checkbox__label {
  display: block;
}
@media only screen and (min-width: 650px) {
  .form-checkbox--reverse .form-checkbox__label {
    text-align: right;
    padding-left: 0;
    padding-right: 3.8rem;
  }
}
.form-checkbox__check {
  border: 0.2rem solid #E1E0E4;
  border-radius: 0.2rem;
  box-sizing: border-box;
  height: 2rem;
  width: 2rem;
  padding: 0.3rem;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 650px) {
  .form-checkbox__check {
    height: 2.6rem;
    width: 2.6rem;
    padding: 0.4rem;
  }
}
.show-validation .form-checkbox__input:required:invalid + .form-checkbox__label .form-checkbox__check {
  border-color: #f29f97;
  background-color: #fbe2df;
}
@media only screen and (min-width: 650px) {
  .form-checkbox--reverse .form-checkbox__check {
    left: auto;
    right: 0;
  }
}
.form-checkbox__check-icon {
  height: 1.1rem;
  width: 1.1rem;
  display: none;
  fill: #fff;
}
@media only screen and (min-width: 650px) {
  .form-checkbox__check-icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}
.form-checkbox__label-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #787580;
}
.form-checkbox__label-text strong {
  font-weight: 800;
}
.form-checkbox__label-text a {
  color: #202a44;
  text-decoration: none;
}
.form-checkbox__label-text--primary {
  color: #202a44;
}
.form-checkbox--big .form-checkbox__label-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (min-width: 650px) {
  .form-checkbox--big .form-checkbox__label-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-checkbox__input {
  position: absolute;
  opacity: 0;
  top: 50%;
}
.form-checkbox__input:checked ~ .form-checkbox__label .form-checkbox__check {
  background-color: #96a5cd;
  border-color: #202a44;
}
.form-checkbox__input:checked ~ .form-checkbox__label .form-checkbox__check .form-checkbox__check-icon {
  display: block;
  fill: #202a44;
}
.form-checkbox__input:disabled ~ .form-checkbox__label {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-checkbox__input.input-validation-error ~ .form-checkbox__label .form-checkbox__check {
  background: rgba(231, 76, 60, 0.05);
}
.form-checkbox .field-validation-error {
  margin-top: 0.4rem;
}
@media only screen and (min-width: 650px) {
  .form-checkbox--reverse .field-validation-error {
    text-align: right;
  }
}
.form-switch {
  display: block;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .form-switch {
    margin-bottom: 1.6rem;
  }
}
.form-switch--field-toggle {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .form-switch--field-toggle {
    margin-top: 0;
  }
}
.form-switch__input {
  display: none;
}
.form-switch__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ff-speak-web, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  color: #787580;
  cursor: pointer;
  font-weight: 700;
  padding-left: 6rem;
  position: relative;
  min-height: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .form-switch__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-switch__label::before {
  border: 0.2rem solid #E1E0E4;
  background: #E1E0E4;
  border-radius: 4em;
  content: "";
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: -0.1rem;
  width: 4.5rem;
}
@media only screen and (min-width: 650px) {
  .form-switch__label::before {
    top: 0.3rem;
  }
}
.form-switch__label::after {
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  background: #fff;
  left: 0.2rem;
  top: 0.1rem;
  position: absolute;
}
@media only screen and (min-width: 650px) {
  .form-switch__label::after {
    top: 0.5rem;
  }
}
.form-switch--small .form-switch__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (min-width: 650px) {
  .form-switch--small .form-switch__label {
    padding-top: 0.4rem;
  }
}
.form-switch--label-left .form-switch__label {
  padding-right: 6rem;
  padding-left: 0;
}
.form-switch--label-left .form-switch__label::before {
  left: auto;
  right: 0;
}
.form-switch--label-left .form-switch__label::after {
  left: auto;
  right: 0.2rem;
}
.form-switch__input:checked ~ .form-switch__label::before {
  background-color: #202a44;
  border-color: #202a44;
}
.form-switch__input:checked ~ .form-switch__label::after {
  left: 2.3rem;
}
.form-switch--label-left .form-switch__input:checked ~ .form-switch__label::after {
  left: auto;
  right: 2.3rem;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/

}
/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/

}
/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #202a44;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #202a44;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #202a44;
  box-shadow: -10px 0 0 #202a44;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #202a44, 5px 0 0 #202a44;
  box-shadow: -5px 0 0 #202a44, 5px 0 0 #202a44;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.form-progress {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 2.5rem;
  padding-top: 4rem;
  position: relative;
}
@media only screen and (min-width: 650px) {
  .form-progress {
    padding-top: 0;
    margin-bottom: 3.5rem;
  }
}
.form-progress__step {
  width: 100%;
}
.form-progress__icon {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: 400;
  text-align: center;
}
.form-progress__icon::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 100%;
  background: #E1E0E4;
  position: absolute;
  top: 0.2rem;
  z-index: 1;
}
@media only screen and (min-width: 650px) {
  .form-progress__icon::after {
    height: 0.3rem;
    top: 2rem;
  }
}
.active .form-progress__icon::after,
.complete .form-progress__icon::after {
  background: #202a44;
}
.form-progress__step:first-child .form-progress__icon::after,
.form-progress__step:last-child .form-progress__icon::after {
  width: 50%;
}
.form-progress__step:first-child .form-progress__icon::after {
  right: 0;
}
.form-progress__step:last-child .form-progress__icon::after {
  left: 0;
}
.form-progress__number,
.form-progress__check {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 100%;
  background: #E1E0E4;
  z-index: 2;
  margin-bottom: 0.6rem;
  color: #fff;
  font-weight: 700;
  text-indent: -9999px;
}
@media only screen and (min-width: 650px) {
  .form-progress__number,
  .form-progress__check {
    text-indent: 0;
    height: 4rem;
    width: 4rem;
  }
}
.form-progress__check svg {
  fill: #fff;
  height: 1.2rem;
  width: 1.2rem;
  position: relative;
  top: 1px;
}
.active .form-progress__number,
.complete .form-progress__check {
  background: #202a44;
}
.complete .form-progress__number,
.form-progress__check {
  display: none;
}
.complete .form-progress__check {
  display: flex;
}
.complete .form-progress__check svg {
  display: none;
}
@media only screen and (min-width: 650px) {
  .complete .form-progress__check svg {
    display: block;
  }
}
.form-progress__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  top: 0.8rem;
  right: 0;
  color: #928f99;
}
@media only screen and (min-width: 650px) {
  .form-progress__label {
    top: auto;
    left: auto;
    right: auto;
    display: block;
    position: relative;
  }
}
.active .form-progress__label {
  display: block;
}
@media only screen and (min-width: 650px) {
  .active .form-progress__label {
    color: #202a44;
  }
}
@media only screen and (min-width: 650px) {
  .form-progress__label-step {
    display: none;
  }
}
.options-panel--accordion {
  padding: 0;
  border-top: 0.1rem solid #eeeef0;
  margin: 0 -1.6rem 0;
}
.options-panel--accordion:first-child {
  border-top: 0;
}
@media only screen and (min-width: 650px) {
  .options-panel--accordion {
    margin: 0 -3.2rem 0;
  }
}
.options-panel--paint {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .options-panel--paint {
    margin-bottom: 3.2rem;
  }
}
.options-panel__title {
  margin: 0;
  padding: 1.2rem 3.2rem 1.3rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  user-select: none;
  min-height: 5.15rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 985px) {
  .options-panel__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    min-height: 6.3rem;
  }
}
.options-panel__selected-count {
  background-color: #E1E0E4;
  border-radius: 100%;
  color: #787580;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  right: 0;
  text-align: center;
  top: -0.5rem;
  margin-left: 0.2rem;
  width: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.options-panel__subgroup-title {
  margin: 1rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}
@media only screen and (min-width: 375px) {
  .options-panel__subgroup-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.options-panel--accordion .options-panel__title {
  position: relative;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .options-panel--accordion .options-panel__title {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.options-panel__content {
  padding: 0 0 1.6rem 0;
}
.options-panel--accordion .options-panel__content {
  padding-top: 0.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .options-panel--accordion .options-panel__content {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.options-panel__icon {
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #202a44;
  border-radius: 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.1rem;
}
@media only screen and (min-width: 650px) {
  .options-panel__icon {
    right: 3.2rem;
  }
}
.options-panel__plus,
.options-panel__minus {
  width: 1.2rem;
  fill: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.options-panel__plus {
  display: none;
}
.is-collapsed .options-panel__plus {
  display: block;
}
.is-collapsed .options-panel__minus {
  display: none;
}
.options-panel__error {
  margin-top: 2.4rem;
}
.skeleton-options-panel {
  min-height: 5.15rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .skeleton-options-panel {
    min-height: 6.3rem;
  }
}
.skeleton-options-panel--accordion {
  border-top: 0.1rem solid #eeeef0;
  margin: 0 -1.6rem 0;
  position: relative;
  min-height: 5.25rem;
}
@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion {
    margin: 0 -3.2rem 0;
    min-height: 6.4rem;
  }
}
.skeleton-options-panel--accordion:first-child {
  border-top: 0;
}
.skeleton-options-panel--accordion::after {
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.1rem;
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
}
@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion::after {
    right: 3.2rem;
  }
}
.skeleton-options-panel--accordion::before {
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  content: "";
  width: 15rem;
  height: 2rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion::before {
    left: 3.2rem;
  }
}
.skeleton-options-panel--paint {
  box-sizing: border-box;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding-top: 5.35rem;
}
@media only screen and (min-width: 650px) {
  .skeleton-options-panel--paint {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 985px) {
  .skeleton-options-panel--paint {
    padding-top: 6.5rem;
  }
}
.skeleton-options-panel--paint::before {
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  content: "";
  width: 15rem;
  height: 2rem;
  left: 0;
  top: 1rem;
  position: absolute;
}
.option-list {
  display: flex;
  flex-wrap: wrap;
  /*&__label.is-selected &__price {
        color: @color__white;
    }*/

}
@media only screen and (min-width: 650px) {
  .option-list {
    margin: 0 -0.8rem;
  }
}
.option-list__option {
  margin-bottom: 0.8rem;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}
@media only screen and (min-width: 985px) {
  
}
.option-list--modal .option-list__option {
  width: 100%;
  padding: 0;
  margin-bottom: 0.8rem;
}
.option-list__label {
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 1.2rem 8rem 1.2rem 5rem;
}
@media only screen and (min-width: 650px) {
  .option-list__label {
    margin: 0 0.8rem 0;
  }
}
.option-list__label.is-selected {
  border-color: #202a44;
  background-color: #96a5cd;
  box-shadow: 0 0 0 0.1rem #202a44;
}
.option-list__option:focus-within .option-list__label {
  box-shadow: 0 0 0 0.3rem #fff, 0 0 0 0.6rem rgba(225, 224, 228, 0.5);
  outline: 0;
}
.option-list__option:focus-within .option-list__label.is-selected {
  box-shadow: 0 0 0 0.1rem #202a44, 0 0 0 0.3rem #fff, 0 0 0 0.6rem rgba(225, 224, 228, 0.5);
}
.option-list--modal .option-list__label {
  padding: 0.6rem 6rem 0.8rem 4rem;
}
.option-list__option--no-price .option-list__label {
  padding-right: 1.2rem;
}
.option-list__check {
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 2rem;
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
  width: 2rem;
  padding: 0.2rem;
}
.is-selected .option-list__check {
  background-color: #fff;
  border-color: #202a44;
}
.option-list--modal .option-list__check {
  left: 1rem;
  top: 1rem;
}
.is-selected .option-list__check {
  box-shadow: 0 0 0 1px #202a44;
}
.option-list__check-icon {
  height: 1.4rem;
  width: 1.4rem;
  display: none;
  fill: #202a44;
}
.is-selected .option-list__check-icon {
  display: block;
}
.option-list__name {
  display: block;
}
.option-list__price {
  font-weight: 700;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  color: #928f99;
}
@media only screen and (min-width: 650px) {
  .option-list__price {
    right: 2rem;
  }
}
.option-list__whats-included {
  color: #928f99;
  display: block;
  float: left;
  margin: 0.2rem 0 0 0;
  position: relative;
  z-index: 6;
  /*.is-selected & {
            color: lighten(@option-list__border-color, 25%);
        }*/

}
.option-list__whats-included-icon {
  bottom: -0.25rem;
  height: 1.6rem;
  position: relative;
  width: 1.6rem;
  fill: #928f99;
  /*.is-selected & {
            fill: lighten(@option-list__border-color, 25%);
        }*/

}
.option-list__target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-touch-callout: none;
  user-select: none;
}
.paint-list {
  position: relative;
  /*&__item:focus-within &__label {
        box-shadow: 0 0 0 .3rem @panel__background-color, 0 0 0 .6rem @form__focus-shadow-color;
        outline: 0;
    }

    &__item:focus-within &__label.is-selected {
        box-shadow: 0 0 0 .1rem @option-list__border-color-selected, 0 0 0 .3rem @panel__background-color, 0 0 0 .6rem @form__focus-shadow-color;
    }*/

}
.paint-list__ul {
  display: flex;
  justify-content: left;
  list-style-type: none;
  margin: 0 -1.6rem 0;
  padding: 0.1rem 2.2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.paint-list__ul::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 650px) {
  .paint-list__ul {
    margin: 0 -3.2rem 0;
    padding: 0.1rem 4.8rem;
  }
}
@media only screen and (min-width: 985px) {
  .paint-list__ul {
    margin: 0 -3.2rem 0;
    padding: 0.1rem 2.8rem;
  }
}
.paint-list__item {
  min-width: 40%;
  max-width: 40%;
  margin: 0 0.4rem;
  position: relative;
  /*&:last-child {
            padding-right: @panel__padding-x-mobile + (@layout__outer-margin-mobile / 2);

            @media @small {
                padding-right: @panel__padding-x + @layout__outer-margin-mobile;
            }

            @media @medium {
                padding-right: @panel__padding-x;
            }
        }*/

}
@media only screen and (min-width: 375px) {
  .paint-list__item {
    min-width: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 400px) {
  .paint-list__item {
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media only screen and (min-width: 985px) {
  .paint-list__item {
    min-width: 12rem;
    max-width: 12rem;
  }
}
.paint-list__item:first-child {
  margin-left: -0.4rem;
}
@media only screen and (min-width: 650px) {
  .paint-list__item:first-child {
    margin-left: -1.6rem;
  }
}
@media only screen and (min-width: 985px) {
  .paint-list__item:first-child {
    margin-left: 0;
  }
}
.paint-list__label {
  cursor: pointer;
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 0.5rem;
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 2;
  transition: box-shadow 200ms;
  overflow: hidden;
  min-height: 16rem;
}
.is-selected .paint-list__label {
  border-color: #202a44;
  background-color: #96a5cd;
  box-shadow: 0 0 0 0.1rem #202a44;
}
@media only screen and (min-width: 985px) {
  .paint-list__label {
    min-height: 19rem;
  }
}
.paint-list--invalid .paint-list__label {
  border-color: #f29f97;
  background-color: #fbe2df;
}
.paint-list__check {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.6rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 1.6rem;
  z-index: 5;
  padding: 0.2rem;
}
.colour-group-white .paint-list__check,
.colour-group-multi-colour .paint-list__check,
.colour-group-two-tone .paint-list__check,
.colour-group-unknown .paint-list__check {
  box-shadow: none;
  border: 0.1rem solid #E1E0E4;
}
.is-selected .paint-list__check {
  box-shadow: 0 0 0 0.2rem #202a44;
}
.is-selected.colour-group-white .paint-list__check,
.is-selected.colour-group-multi-colour .paint-list__check,
.is-selected.colour-group-two-tone .paint-list__check,
.is-selected.colour-group-unknown .paint-list__check {
  border: 0;
}
.paint-list--invalid .paint-list__check {
  border-color: #f29f97;
  background-color: #fbe2df;
}
.paint-list__check-icon {
  height: 1.1rem;
  width: 1.1rem;
  display: none;
  fill: #fff;
  margin-top: 0.1rem;
}
.is-selected .paint-list__check-icon {
  display: block;
  fill: #202a44;
}
.paint-list__chip {
  position: relative;
  margin-bottom: 0.5rem;
}
.paint-list__chip-inner {
  background-image: url(/images/paint/paint-chip-overlay.png?v=_jm5teFW-lGFN5Xnm1yYLfs9h9I);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 80%;
  position: relative;
  z-index: 1;
}
.colour-group-white .paint-list__chip-inner::after,
.colour-group-multi-colour .paint-list__chip-inner::after,
.colour-group-two-tone .paint-list__chip-inner::after,
.colour-group-unknown .paint-list__chip-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.1rem solid #E1E0E4;
  border-radius: 0.4rem;
}
.colour-group-unknown .paint-list__chip-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 50%;
  right: -1rem;
  border-top: 0.1rem solid #E1E0E4;
  z-index: 2;
  transform: rotate(-40deg);
}
.paint-list__chip--metallic .paint-list__chip-inner,
.paint-list__chip--special .paint-list__chip-inner {
  background-image: url(/images/paint/paint-chip-overlay-metallic.png?v=DJI2IqWTJ99IgakciM3CGdacMvY);
}
.paint-list__chip--metallic.colour-group-white .paint-list__chip-inner::after,
.paint-list__chip--special.colour-group-white .paint-list__chip-inner::after {
  border: 0;
}
.paint-list--invalid .paint-list__chip-inner::after {
  border-color: #f29f97;
}
.paint-list__chip--metallic.colour-group-unknown .paint-list__chip-inner,
.paint-list__chip--special.colour-group-unknown .paint-list__chip-inner {
  background-image: none;
}
.is-selected .paint-list__chip-inner {
  border-radius: 0.3rem 0.3rem 0 0;
}
.paint-list__title {
  font-weight: 400;
  margin: 0 0 0.2rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 650px) {
  .paint-list__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.paint-list__price {
  color: #928f99;
  font-weight: 700;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 650px) {
  .paint-list__price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.paint-list--invalid .paint-list__title,
.paint-list--invalid .paint-list__price {
  color: #e74c3c;
}
.paint-list__prev,
.paint-list__next {
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: 0;
  transform: translateY(-50%);
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6rem;
  opacity: 0.8;
  transition: opacity 200ms;
  cursor: pointer;
  outline: 0;
}
.paint-list__prev:hover,
.paint-list__next:hover {
  opacity: 1;
}
@media only screen and (min-width: 985px) {
  .paint-list__prev,
  .paint-list__next {
    display: block;
  }
}
.paint-list--no-scroll .paint-list__prev,
.paint-list--no-scroll .paint-list__next {
  display: none;
}
.paint-list__prev {
  left: -3.6rem;
}
@media only screen and (min-width: 650px) {
  .paint-list__prev {
    left: -5.2rem;
  }
}
.paint-list__next {
  right: -3.6rem;
}
@media only screen and (min-width: 650px) {
  .paint-list__next {
    right: -5.2rem;
  }
}
.paint-list__next-icon,
.paint-list__prev-icon {
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #202a44;
  left: 50%;
  margin-left: 0.1rem;
}
.paint-list__prev-icon {
  margin-left: -0.1rem;
}
.skeleton-paint-chip {
  display: block;
  background-image: linear-gradient(110deg, #E1E0E4 73%, #dcdbdf 75%, #E1E0E4 77%, #E1E0E4 78%, #dcdbdf 84%, #dcdbdf 88%, #E1E0E4 94%, #E1E0E4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  min-width: 40%;
  max-width: 40%;
  margin: 0 0.4rem;
  border-radius: 0.5rem;
  content: "";
  min-height: 16rem;
  /*&::before {
        content: "";
        padding-top: 80%;
        display: block;
        width: 100%;
        background: red;
    }*/

}
@media only screen and (min-width: 375px) {
  .skeleton-paint-chip {
    min-width: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 400px) {
  .skeleton-paint-chip {
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media only screen and (min-width: 985px) {
  .skeleton-paint-chip {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 19rem;
  }
}
.option-summary__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 650px) {
  .option-summary__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.option-summary__list {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.option-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.option-summary__item:last-child {
  margin-bottom: 0;
}
.option-summary__item-label {
  font-weight: 400;
  color: #928f99;
}
.option-summary__item-cost {
  font-weight: 700;
  text-align: right;
  padding-left: 1rem;
}
.option-summary__item-remove {
  display: none;
}
.hubs {
  background-color: #e8e8e8;
  padding: 2.4rem 0;
}
@media only screen and (min-width: 985px) {
  .hubs {
    padding: 4.8rem 0 4.8rem;
  }
}
.hubs--block {
  padding: 0;
  background-color: transparent;
}
.hubs__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-top: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 650px) {
  .hubs__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.hubs__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .hubs__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.hub-content-panel {
  background: #fff;
  padding: 4.8rem 0;
}
@media only screen and (min-width: 650px) {
  .hub-content-panel {
    padding: 7.2rem 0 4.8rem;
  }
}
.hub-content-panel__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .hub-content-panel__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.hub-content-panel__standard {
  max-width: 90rem;
  margin-bottom: 4.8rem;
}
.hub-content-panel__standard + .hub-content-panel__advanced {
  margin-top: 4.8rem;
}
.filter-dropdown {
  position: relative;
  width: 100%;
}
.filter-dropdown__carat {
  width: 2rem;
  height: 2rem;
}
.filter-dropdown__carat {
  position: relative;
  margin: 0 -0.6rem 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-dropdown__carat::after {
  color: #202a44;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0;
  border-color: #202a44 transparent transparent;
  content: "";
  display: inline-block;
  margin: 0.1rem 0 0 0;
  opacity: 1;
  transition: all 0.5s;
}
.loading .filter-dropdown__carat::after {
  opacity: 0;
}
.filter-dropdown__carat::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border-color: #202a44 transparent transparent;
  border-style: solid;
  border-width: 0.2rem;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
}
.loading .filter-dropdown__carat::before {
  opacity: 1;
}
.filter-dropdown__carat::before {
  animation: spin 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.filter-dropdown--hero .filter-dropdown__carat::after {
  color: #fff;
  border-color: #fff transparent transparent;
}
.hero--has-image .filter-dropdown--hero .filter-dropdown__carat::after {
  color: #fff;
  border-color: #fff transparent transparent;
}
.filter-dropdown--hero .filter-dropdown__carat::before {
  border-color: #fff transparent transparent;
}
.hero--has-image .filter-dropdown--hero .filter-dropdown__carat::before {
  border-color: #fff transparent transparent;
}
.filter-dropdown__toggle {
  width: 100%;
  border-radius: 999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  outline: 0;
  background: #fff;
  border: 0.1rem solid #E1E0E4;
  color: #202a44;
  min-height: 5.4rem;
  padding: 0 2rem;
  white-space: nowrap;
}
.active .filter-dropdown__toggle {
  border: 0.2rem solid #202a44;
  color: #202a44;
  padding: 0 1.9rem;
}
.disabled .filter-dropdown__toggle {
  opacity: 0.5;
  cursor: not-allowed;
}
.filter-dropdown--hero .filter-dropdown__toggle {
  color: #fff;
  border: 0.2rem solid #fff;
  background: transparent;
}
.active.filter-dropdown--hero .filter-dropdown__toggle {
  border: 0.2rem solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 2rem;
}
.hero--has-image .active.filter-dropdown--hero .filter-dropdown__toggle {
  border: 0.2rem solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.hero--has-image .filter-dropdown--hero .filter-dropdown__toggle {
  color: #fff;
  border: 0.2rem solid #fff;
}
.filter-dropdown__panel {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 50;
  min-width: 30rem;
  width: 100%;
  top: 100%;
  top: calc(100% + 1.6rem);
  padding: 0 !important;
}
@media only screen and (min-width: 375px) {
  .filter-dropdown__panel {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .filter-dropdown__panel {
    padding: 2.7rem 3.2rem;
  }
}
.filter-dropdown__panel::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
  position: absolute;
  top: -1rem;
  left: 1.6rem;
}
@media only screen and (min-width: 375px) {
  .filter-dropdown__panel::before {
    left: 2.4rem;
  }
}
.filter-dropdown__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  padding: 1.6rem 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 650px) {
  .filter-dropdown__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 375px) {
  .filter-dropdown__heading {
    padding: 1.6rem 2.4rem;
  }
}
.filter-dropdown__subheading {
  text-transform: uppercase;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #928f99;
  margin: 2rem 0 0 0;
}
.filter-dropdown__subheading:first-child {
  margin-top: 0;
}
.filter-dropdown__options {
  max-height: 30rem;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 1.6rem 1.6rem;
}
@media only screen and (min-width: 375px) {
  .filter-dropdown__options {
    padding: 0 2.4rem 2.4rem;
  }
}
.filter-buttons__options {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.filter-buttons .form-checkbox__label {
  margin-bottom: 0;
}
.filter-button {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.filter-button__label {
  position: relative;
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.5rem;
  padding: 0.8rem;
  cursor: pointer;
  height: 100%;
}
.filter-button__check {
  border: 0.1rem solid #E1E0E4;
  border-radius: 0.3rem;
  box-sizing: border-box;
  height: 2rem;
  width: 2rem;
  padding: 0.3rem;
  cursor: pointer;
  left: 0.4rem;
  position: absolute;
  top: 0.4rem;
}
.filter-button__check-icon {
  height: 1.1rem;
  width: 1.1rem;
  display: none;
  fill: #fff;
}
.filter-button__label-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #787580;
  display: block;
  text-align: center;
  line-height: 1;
}
.filter-button__label-text strong {
  font-weight: 800;
}
.filter-button__label-text a {
  color: #202a44;
  text-decoration: none;
}
.filter-button__icon {
  aspect-ratio: 3;
  display: block;
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.75;
  margin: 0.2rem 0;
}
.filter-button--body-style .filter-button__icon {
  background-image: url(/images/icons/bodystyles/saloon.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--active-tourer .filter-button__icon {
  background-image: url(/images/icons/bodystyles/active-tourer.svg?v=zhHlgjvctA3yqFbEHUfqFf7n8oU);
}
.filter-button--city-car .filter-button__icon {
  background-image: url(/images/icons/bodystyles/city-car.svg?v=hueCP-ESvNyhDhtHsK5FvwBd0FA);
}
.filter-button--convertible .filter-button__icon {
  background-image: url(/images/icons/bodystyles/convertible.svg?v=PSA6rLv99sNlx8IYqRmFyu4HCmM);
}
.filter-button--coupe .filter-button__icon {
  background-image: url(/images/icons/bodystyles/coupe.svg?v=PSA6rLv99sNlx8IYqRmFyu4HCmM);
}
.filter-button--estate .filter-button__icon {
  background-image: url(/images/icons/bodystyles/estate.svg?v=65WMvUwwkLNC-itPiliKMvWBpOs);
}
.filter-button--gran-coupe .filter-button__icon {
  background-image: url(/images/icons/bodystyles/gran-coupe.svg?v=65WMvUwwkLNC-itPiliKMvWBpOs);
}
.filter-button--hatchback .filter-button__icon {
  background-image: url(/images/icons/bodystyles/hatchback.svg?v=65WMvUwwkLNC-itPiliKMvWBpOs);
}
.filter-button--mpv .filter-button__icon {
  background-image: url(/images/icons/bodystyles/mpv.svg?v=L5sX1bKe8IclvwA_jNkv4w1jmmI);
}
.filter-button--roadster .filter-button__icon {
  background-image: url(/images/icons/bodystyles/roadster.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--saloon .filter-button__icon {
  background-image: url(/images/icons/bodystyles/saloon.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--sportback .filter-button__icon {
  background-image: url(/images/icons/bodystyles/sportback.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--suv .filter-button__icon {
  background-image: url(/images/icons/bodystyles/suv.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--touring .filter-button__icon {
  background-image: url(/images/icons/bodystyles/touring.svg?v=nnZAPpvoaPiScCF3SaacAzhiMk4);
}
.filter-button--body-style-vans .filter-button__icon {
  background-image: url(/images/icons/bodystyles/panel-van.svg?v=L5sX1bKe8IclvwA_jNkv4w1jmmI);
}
.filter-button--box-van .filter-button__icon {
  background-image: url(/images/icons/bodystyles/box-van.svg?v=hueCP-ESvNyhDhtHsK5FvwBd0FA);
}
.filter-button--chassis-cab .filter-button__icon {
  background-image: url(/images/icons/bodystyles/chassis-cab.svg?v=hueCP-ESvNyhDhtHsK5FvwBd0FA);
}
.filter-button--combi-van .filter-button__icon {
  background-image: url(/images/icons/bodystyles/combi-van.svg?v=hueCP-ESvNyhDhtHsK5FvwBd0FA);
}
.filter-button--double-cab-dropside .filter-button__icon {
  background-image: url(/images/icons/bodystyles/double-cab-dropside.svg?v=PSA6rLv99sNlx8IYqRmFyu4HCmM);
}
.filter-button--double-cab-tipper .filter-button__icon {
  background-image: url(/images/icons/bodystyles/double-cab-tipper.svg?v=4xAZCjolrM5Os-4IxryBGOjTunc);
}
.filter-button--dropside .filter-button__icon {
  background-image: url(/images/icons/bodystyles/dropside.svg?v=4xAZCjolrM5Os-4IxryBGOjTunc);
}
.filter-button--luton .filter-button__icon {
  background-image: url(/images/icons/bodystyles/luton.svg?v=65WMvUwwkLNC-itPiliKMvWBpOs);
}
.filter-button--minibus .filter-button__icon {
  background-image: url(/images/icons/bodystyles/minibus.svg?v=L5sX1bKe8IclvwA_jNkv4w1jmmI);
}
.filter-button--panel-van .filter-button__icon,
.filter-button--other .filter-button__icon {
  background-image: url(/images/icons/bodystyles/panel-van.svg?v=L5sX1bKe8IclvwA_jNkv4w1jmmI);
}
.filter-button--pickup .filter-button__icon {
  background-image: url(/images/icons/bodystyles/pickup.svg?v=L5sX1bKe8IclvwA_jNkv4w1jmmI);
}
.filter-button--tipper .filter-button__icon {
  background-image: url(/images/icons/bodystyles/tipper.svg?v=yQYYDAO-5mv_4y1q0x1Vy4oMvaA);
}
.filter-button--window-van .filter-button__icon {
  background-image: url(/images/icons/bodystyles/window-van.svg?v=nnZAPpvoaPiScCF3SaacAzhiMk4);
}
.filter-button--fuel-type .filter-button__icon,
.filter-button--fuel-type-vans .filter-button__icon {
  background-image: url(/images/icons/fuel-types/default.svg?v=pQpSDm9ah2iik5BIsogHCQ7lK60);
  background-position: center center;
}
.filter-button--diesel .filter-button__icon,
.filter-button--petrol .filter-button__icon {
  background-image: url(/images/icons/fuel-types/petrol.svg?v=iNqgWIhbwfQt7HAYsM_XGbBj67U);
  background-position: center center;
}
.filter-button--electric .filter-button__icon {
  background-image: url(/images/icons/fuel-types/electric.svg?v=pQpSDm9ah2iik5BIsogHCQ7lK60);
  background-position: center center;
}
.filter-button--diesel-parallel-phev .filter-button__icon,
.filter-button--petrol-parallel-phev .filter-button__icon,
.filter-button--petrol-series-phev .filter-button__icon,
.filter-button--petrol-electric-hybrid .filter-button__icon {
  background-image: url(/images/icons/fuel-types/hybrid.svg?v=pQpSDm9ah2iik5BIsogHCQ7lK60);
  background-position: center center;
}
.filter-button__input {
  position: absolute;
  opacity: 0;
  top: 50%;
}
.filter-button__input:checked ~ .filter-button__label {
  background-color: #96a5cd;
  box-shadow: 0 0 0 0.1rem #202a44;
  border-color: #202a44;
}
.filter-button__input:checked ~ .filter-button__label .filter-button__check {
  background-color: #96a5cd;
  border-color: #202a44;
  border-width: 0.2rem;
}
.filter-button__input:checked ~ .filter-button__label .filter-button__check .filter-button__check-icon {
  display: block;
  fill: #202a44;
}
.trusted-partners {
  overflow: hidden;
}
.trusted-partners__row {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -1.4rem;
  justify-content: center;
}
@media only screen and (min-width: 650px) {
  .trusted-partners__row {
    margin: 0;
  }
}
.trusted-partners__item {
  margin-bottom: 1rem;
  width: 20%;
  max-width: 10rem;
  min-width: 6rem;
}
@media only screen and (min-width: 650px) {
  .trusted-partners__item {
    margin-bottom: 0;
    max-width: 15rem;
  }
}
.trusted-partners__img {
  width: auto;
}
.share {
  margin: 2.4rem auto 1.2rem auto;
  border-radius: 3px;
  display: block;
  font-size: 0;
  user-select: none;
  box-sizing: border-box;
}
@media only screen and (min-width: 1300px) {
  .share {
    text-align: center;
    position: absolute;
    background: #e2e2e2;
    padding: 12px 20px 15px;
    left: -3.2rem;
    transform: translateX(-100%);
    margin-top: 5px;
    border-radius: 7px;
    overflow: hidden;
    transition: 0.45s;
    z-index: 10;
    max-height: 86px;
  }
  .share:hover {
    max-height: 250px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08);
  }
}
.share__label {
  padding: 5px 12px;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 0 0 1px #d6d9dc inset;
  display: none;
  margin-top: 7px;
}
@media only screen and (min-width: 650px) {
  .share__label {
    display: inline-block;
  }
}
@media only screen and (min-width: 1300px) {
  .share__label {
    padding: 0;
    margin: 0 0 8px;
    box-shadow: none;
    font-size: 15px;
  }
}
.share__label svg {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  fill: #787580;
  display: none;
}
@media only screen and (min-width: 1300px) {
  .share__label svg {
    display: block;
  }
}
.share__items {
  display: inline;
  margin-right: 10px;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  .share__items {
    display: block;
    margin: 0;
    opacity: 0;
    transition: 0.45s;
  }
}
@media only screen and (min-width: 1300px) {
  .share:hover .share__items {
    opacity: 1;
  }
}
.share__item {
  margin: 0 6px 6px 0;
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  min-width: 76px;
  cursor: pointer;
  transition: 0.25s;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 2px 0 rgba(255, 255, 255, 0.1) inset, 0 -30px 0 rgba(0, 0, 0, 0) inset;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .share__item {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .share__item {
    display: block;
    margin: 5px 0;
  }
}
.share__item:hover,
.share__item:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset, 0 2px 0 rgba(255, 255, 255, 0) inset, 0 -30px 0 rgba(0, 0, 0, 0.15) inset;
}
.share__item:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset, 0 2px 2px rgba(0, 0, 0, 0.2) inset, 0 -30px 0 rgba(0, 0, 0, 0.2) inset;
}
.share__item svg {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.share__link {
  text-decoration: none;
  color: #787580;
}
.inline-share {
  display: flex;
  margin: 0 -0.8rem;
}
.inline-share__item {
  margin: 0 0.8rem;
  cursor: pointer;
  position: relative;
  transition: top 200ms ease-in-out, opacity 200ms ease-in-out;
  top: 0;
}
.inline-share__item:hover {
  top: -0.4rem;
  opacity: 0.8;
}
.inline-share__item svg {
  fill: #fff;
  width: auto;
  height: 2.4rem;
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #202a44;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */

/*.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}*/

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */

}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */

}
/*.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: ~"calc(var(--swiper-navigation-size) / 44 * 27)";
    height: ~"var(--swiper-navigation-size)";
    margin-top: ~"calc(0px - (var(--swiper-navigation-size) / 2))";
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: ~"var(--swiper-navigation-color, var(--swiper-theme-color))";
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: ~"var(--swiper-navigation-size)";
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}*/

.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */

/*.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: ~"var(--swiper-pagination-color, var(--swiper-theme-color))";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}*/

/* Scrollbar */

/*.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}*/

/* Preloader */

/*:root {
    --swiper-preloader-color: @color__grey;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid ~"var(--swiper-preloader-color, var(--swiper-theme-color))";
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* a11y */

/*.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}*/

.slideshow {
  overflow: hidden;
  position: relative;
}
.slideshow__item--has-mobile-image .slideshow__item-desktop {
  display: none;
}
@media only screen and (min-width: 985px) {
  .slideshow__item--has-mobile-image .slideshow__item-desktop {
    display: block;
  }
}
@media only screen and (min-width: 985px) {
  .slideshow__item--has-mobile-image .slideshow__item-mobile {
    display: none;
  }
}
.slideshow__item {
  text-decoration: none;
  color: #787580;
}
.slideshow__item img {
  margin: 0 auto;
}
.slideshow__prev,
.slideshow__next {
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6rem;
  opacity: 0.8;
  transition: opacity 200ms;
  cursor: pointer;
  outline: 0;
}
@media only screen and (min-width: 650px) {
  .slideshow__prev,
  .slideshow__next {
    height: 4rem;
    width: 4rem;
  }
}
.slideshow__prev:hover,
.slideshow__next:hover {
  opacity: 1;
}
.slideshow__prev.swiper-button-disabled,
.slideshow__next.swiper-button-disabled {
  opacity: 0;
}
.slideshow__prev {
  left: 1.6rem;
}
.slideshow__next {
  right: 1.6rem;
}
.slideshow__next-icon,
.slideshow__prev-icon {
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #202a44;
  left: 50%;
  margin-left: 0.1rem;
}
@media only screen and (min-width: 650px) {
  .slideshow__next-icon,
  .slideshow__prev-icon {
    height: 2.8rem;
  }
}
.slideshow__prev-icon {
  margin-left: -0.1rem;
}
.slideshow__caption {
  background: #f6f6f7;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 375px) {
  .slideshow__caption {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .slideshow__caption {
    padding: 2.7rem 3.2rem;
  }
}
.block-area {
  background: #fff;
  /*&--inline &__item {
        background: transparent !important;
    }*/

  /*&--inline &__item--row + &__item {
        padding-top: 0;
    }*/

}
.block-area--inline {
  background: transparent;
}
.block-area--hero {
  background: transparent;
}
.block-area > .block-area__item:first-child {
  padding-top: 4.8rem;
  margin-top: 0;
}
@media only screen and (min-width: 650px) {
  .block-area > .block-area__item:first-child {
    padding-top: 7.2rem;
  }
}
.block-area > .block-area__item:last-child {
  padding-bottom: 4.8rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 650px) {
  .block-area > .block-area__item:last-child {
    padding-bottom: 7.2rem;
  }
}
.block-area__item {
  padding: 1.2rem 0;
  /*&--has-bg > .block-area__container > .grid > &:first-child {
            padding-top: @block-area__row-vertical-padding-mobile;

            & > .grid > .block-area__item {
                padding-top: 0;
            }

            @media @small {
            }
        }

        &--has-bg > .block-area__container > .grid > &:last-child {
            padding-bottom: @block-area__row-vertical-padding-mobile;

            & > .grid > .block-area__item {
                padding-bottom: 0;
            }

            @media @small {
            }
        }*/

}
@media only screen and (min-width: 650px) {
  .block-area__item {
    padding: 1.2rem 0;
  }
}
.block-area__item--bg-secondary {
  background: #EEE;
}
.block-area__item--bg-tertiary {
  background: #e8e8e8;
}
.block-area__item--bg-brand {
  background: #202a44;
}
.block-area__item--bg-gradient {
  background: linear-gradient(30deg, #202a44 0%, #4e87a0 60%, #4e87a0 100%);
}
.block-area__item p:last-child {
  margin-bottom: 0;
}
.block-area__item--subrow,
.block-area__item--row {
  padding: 0;
}
.block-area__item--row {
  overflow: hidden;
}
.block-area__item--row .grid__col {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--row .grid__col {
    margin-bottom: 0;
  }
}
.block-area__item--row .grid__col:last-child {
  margin-bottom: 0;
}
.block-area__item--has-bg {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--has-bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.block-area__item--has-img {
  position: relative;
}
.block-area__item--has-bg + .block-area__item--has-bg {
  margin-top: -3.6rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--has-bg + .block-area__item--has-bg {
    margin-top: -6rem;
  }
}
.block-area__item--bg-secondary + .block-area__item--bg-secondary,
.block-area__item--bg-tertiary + .block-area__item--bg-tertiary,
.block-area__item--bg-brand + .block-area__item--bg-brand {
  padding-top: 0;
  margin-top: -7.2rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--bg-secondary + .block-area__item--bg-secondary,
  .block-area__item--bg-tertiary + .block-area__item--bg-tertiary,
  .block-area__item--bg-brand + .block-area__item--bg-brand {
    margin-top: -9.6rem;
  }
}
.block-area__item--constrained-bg {
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1320px) {
  .block-area__item--constrained-bg {
    border-radius: 1rem;
  }
}
.block-area__item--image img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
  display: block;
  border-radius: 0.5rem;
}
.block-area__item--cta {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.block-area__item--row .block-area__item--cta {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .block-area__item--row .block-area__item--cta {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.block-area__item--cta + .block-area__item--cta:not(.grid__col) {
  padding-top: 0;
}
.block-area__item--recently-viewed {
  overflow: hidden;
}
.block-area__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.block-area__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .block-area__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.block-area__container::before,
.block-area__container::after {
  clear: both;
  content: "";
  display: table;
}
.block-area__item--has-img .block-area__container {
  position: relative;
}
.block-area__item--text-light .block-area__container {
  color: #fff;
}
.block-area__item--text-light .block-area__container h1,
.block-area__item--text-light .block-area__container h2,
.block-area__item--text-light .block-area__container h3,
.block-area__item--text-light .block-area__container h4,
.block-area__item--text-light .block-area__container h5,
.block-area__item--text-light .block-area__container h6,
.block-area__item--text-light .block-area__container .icon,
.block-area__item--text-light .block-area__container a {
  color: #fff;
}
.block-area__item--text-light .block-area__container .faq__question {
  color: #000;
}
.block-area__item--text-center .block-area__container,
.block-area__item--row .block-area__item--text-center {
  text-align: center;
}
.block-area__item--text-right .block-area__container,
.block-area__item--row .block-area__item--text-right {
  text-align: right;
}
.block-area__item .block-area__container {
  max-width: 160rem;
}
.block-area--article .block-area__item {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.block-area--article .block-area__item--testimonials {
  max-width: 160rem;
}
.block-area__item--full .block-area__container {
  max-width: none;
}
.block-area__item--small .block-area__container {
  max-width: 90rem;
}
.block-area--general-page .block-area__item .block-area__container {
  max-width: 120rem;
}
.block-area--general-page .block-area__item--small .block-area__container {
  max-width: 90rem;
}
.block-area--general-page .block-area__item--full .block-area__container {
  max-width: none;
}
.block-area--general-page .block-area__item--recently-viewed .block-area__container {
  max-width: 160rem;
}
.block-area--inline .block-area__item .block-area__container {
  padding-left: 0;
  padding-right: 0;
}
.block-area--inline > .block-area__item:first-child,
.block-area--hero > .block-area__item:first-child {
  padding-top: 0;
}
.block-area--inline > .block-area__item:last-child,
.block-area--hero > .block-area__item:last-child {
  padding-bottom: 0;
}
.block-area--inline .block-area__item--has-bg,
.block-area--hero .block-area__item--has-bg {
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .block-area--inline .block-area__item--has-bg,
  .block-area--hero .block-area__item--has-bg {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
  }
}
.block-area--inline .block-area__item--has-bg .block-area__container,
.block-area--hero .block-area__item--has-bg .block-area__container {
  padding: 1.2rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .block-area--inline .block-area__item--has-bg .block-area__container,
  .block-area--hero .block-area__item--has-bg .block-area__container {
    padding: 1.2rem 3.2rem;
  }
}
.block-area--inline .block-area__item--row,
.block-area--hero .block-area__item--row {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .block-area--inline .block-area__item--row,
  .block-area--hero .block-area__item--row {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.block-area--inline .block-area__item--row.block-area__item--has-bg,
.block-area--hero .block-area__item--row.block-area__item--has-bg {
  padding-bottom: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.block-area__item-heading {
  text-align: center;
  margin-bottom: 2.4rem;
}
.button-block {
  display: flex;
}
.button-block--left {
  justify-content: flex-start;
}
.button-block--centre {
  justify-content: center;
}
.button-block--right {
  justify-content: flex-end;
}
.image-block {
  display: flex;
}
.image-block--left {
  justify-content: flex-start;
}
.image-block--centre {
  justify-content: center;
}
.image-block--right {
  justify-content: flex-end;
}
.image-block figure {
  margin: 0;
}
@media only screen and (min-width: 650px) {
  .news .grid {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    row-gap: 3.2rem;
  }
}
@media only screen and (min-width: 650px) {
  .news .block-area__item--home-offers-list .grid__col--md-4,
  .news .block-area__item--home-tagged-offers-list .grid__col--md-4,
  .news .block-area__item--offers-list .grid__col--md-4,
  .news .block-area__item--random-offers-list .grid__col--md-4,
  .news .block-area__item--tagged-offers-list .grid__col--md-4,
  .news .block-area__item--news-article-picker .grid__col--md-4 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media only screen and (min-width: 985px) {
  .news .block-area__item--home-offers-list .grid__col--md-4,
  .news .block-area__item--home-tagged-offers-list .grid__col--md-4,
  .news .block-area__item--offers-list .grid__col--md-4,
  .news .block-area__item--random-offers-list .grid__col--md-4,
  .news .block-area__item--tagged-offers-list .grid__col--md-4,
  .news .block-area__item--news-article-picker .grid__col--md-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.icon {
  fill: currentColor;
  color: #000;
  display: flex;
}
.icon--sm svg {
  height: 8rem;
  width: 8rem;
}
.icon--md svg {
  height: 11.2rem;
  width: 11.2rem;
}
.icon--lg svg {
  height: 16rem;
  width: 16rem;
}
.icon--left {
  justify-content: flex-start;
}
.icon--right {
  justify-content: flex-end;
}
.icon--center {
  justify-content: center;
}
.notification-banner {
  background: #000;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.notification-banner__container {
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  max-width: 180rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 985px) {
  .notification-banner__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.notification-banner__icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1.6rem;
}
.notification-banner__icon svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #E1E0E4;
}
.notification-banner__message {
  color: #928f99;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .notification-banner__message {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.notification-banner__link {
  color: #928f99;
  font-weight: 700;
  /*display: block;

        @media @small {
            display: inline;
        }*/

}
.key-vehicle-details {
  margin: 2rem 0 0.4rem;
}
@media only screen and (min-width: 650px) {
  .key-vehicle-details {
    margin: 1.6rem 0 1.6rem;
  }
}
.key-vehicle-details__list {
  margin: 0 -0.8rem;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
.key-vehicle-details__col {
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
  box-sizing: border-box;
  margin-bottom: 1.6rem;
  flex: 1;
  min-width: 50%;
}
@media only screen and (min-width: 650px) {
  .key-vehicle-details__col {
    min-width: 25%;
  }
}
.key-vehicle-details__item {
  background: #fff;
  border-radius: 0.5rem;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1.2rem 2rem;
  position: relative;
  /*white-space: nowrap;*/

}
.key-vehicle-details__label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #787580;
  font-weight: 400;
  line-height: 1.2;
}
.key-vehicle-details__value {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  color: #000;
  margin: 0 0 0.6rem 0;
  overflow-wrap: break-word;
}
.key-vehicle-details__unit {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: -0.3rem;
}
.key-vehicle-details__tooltip {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
}
body.has-admin-bar {
  padding-top: 4rem;
}
.admin-bar {
  position: absolute;
  height: 4rem;
  background: #111;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.admin-bar__container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  max-width: 180rem;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 985px) {
  .admin-bar__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.admin-bar__row {
  height: 100%;
  margin: 0 -1.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .admin-bar__row {
    margin: 0 -0.8rem;
  }
}
.admin-bar__item {
  height: 100%;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
@media only screen and (min-width: 650px) {
  .admin-bar__item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0.8rem;
    overflow: hidden;
  }
}
.admin-bar__item--notes {
  text-decoration: none;
}
.admin-bar__item--notes:hover {
  background: #222;
}
.admin-bar__item strong {
  color: #928f99;
  font-weight: normal;
  padding-left: 0.4rem;
}
@media only screen and (min-width: 650px) {
  .admin-bar__item strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 985px) {
  .search-with-image__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 985px) {
  .search-with-image--reverse .search-with-image__row {
    flex-direction: row-reverse;
  }
}
.search-with-image__image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 985px) {
  .search-with-image__image-col {
    width: 60%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (min-width: 1300px) {
  .search-with-image__image-col {
    width: 70%;
  }
}
@media only screen and (min-width: 985px) {
  .search-with-image__search {
    width: 40%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (min-width: 1300px) {
  .search-with-image__search {
    width: 30%;
  }
}
.search-with-image__prev,
.search-with-image__next {
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6rem;
  opacity: 0.8;
  transition: opacity 200ms;
  cursor: pointer;
  outline: 0;
}
@media only screen and (min-width: 650px) {
  .search-with-image__prev,
  .search-with-image__next {
    height: 4rem;
    width: 4rem;
  }
}
.search-with-image__prev:hover,
.search-with-image__next:hover {
  opacity: 1;
}
.search-with-image__prev.swiper-button-disabled,
.search-with-image__next.swiper-button-disabled {
  opacity: 0;
}
.search-with-image__prev {
  left: 0;
}
.search-with-image__next {
  right: 0;
}
.search-with-image__next-icon,
.search-with-image__prev-icon {
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #202a44;
  left: 50%;
  margin-left: 0.1rem;
}
@media only screen and (min-width: 650px) {
  .search-with-image__next-icon,
  .search-with-image__prev-icon {
    height: 2.8rem;
  }
}
.search-with-image__prev-icon {
  margin-left: -0.1rem;
}
.sal-sac-form__intro {
  margin: 0 0 1.6rem;
}
.sal-sac-form__result {
  background: #f6f6f7;
  border-radius: 0.5rem;
  padding: 1.6rem 1.6rem;
  margin: 0 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .sal-sac-form__result {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .sal-sac-form__result {
    padding: 2.7rem 3.2rem;
  }
}
.sal-sac-form__salary-form {
  margin: 2.5rem 0 3.5rem;
}
.sal-sac-form__small {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 1.6rem 0 0 0;
}
.sal-sac-form__result-heading {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0.3rem;
}
.sal-sac-form__result-price {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.3;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0 0 1.6rem;
}
@media only screen and (min-width: 650px) {
  .sal-sac-form__result-price {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.sal-sac-form__result-saving {
  display: inline-block;
  background: #16a34a;
  padding: 0.8rem 1.6rem;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 0 1.6rem;
}
.sal-sac-form__result-total-price {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1.2rem;
  color: #000;
}
.sal-sac-form__result-note {
  font-size: 12px;
  font-size: 1.2rem;
}
.sal-sac-form__logo {
  width: 15rem;
  margin: 3.2rem auto 1rem auto;
}
@media only screen and (min-width: 650px) {
  .sal-sac-form__logo {
    margin: 2rem 0 0 auto;
  }
}
.accept-terms {
  padding: 1.2rem 0;
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .accept-terms {
    padding: 2.4rem 0;
  }
}
.accept-terms--inner-scroll {
  height: 100vh;
  height: var(--viewport-height);
}
@media only screen and (min-width: 1300px) {
  .accept-terms--inner-scroll {
    height: 100vh;
  }
}
.accept-terms__logo {
  width: 18rem;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 650px) {
  .accept-terms__logo {
    width: 20rem;
    margin: 0 0 2.4rem 0;
  }
}
.accept-terms__card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
@media only screen and (min-width: 375px) {
  .accept-terms__card {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .accept-terms__card {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .accept-terms__card {
    padding: 0;
  }
}
@media only screen and (min-width: 650px) {
  .accept-terms__card {
    padding: 0;
  }
}
.accept-terms__header {
  border-bottom: 1px solid #E1E0E4;
  padding: 1.6rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .accept-terms__header {
    padding: 2.7rem 3.2rem;
  }
}
.accept-terms__heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
}
.accept-terms__body {
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms__body {
    overflow: auto;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2.7rem 3.2rem;
  }
}
.accept-terms__body--no-padding {
  padding: 0;
}
.accept-terms__body.wysiwyg h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms__body.wysiwyg h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.accept-terms__body.wysiwyg h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms__body.wysiwyg h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.accept-terms__body.wysiwyg h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms__body.wysiwyg h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.accept-terms__body.wysiwyg hr {
  display: none;
}
.accept-terms--maintenance .accept-terms__body {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms--maintenance .accept-terms__body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.accept-terms--maintenance .accept-terms__body strong {
  color: #000;
}
.accept-terms__footer {
  border-top: 1px solid #E1E0E4;
  align-items: center;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .accept-terms__footer {
    padding: 2.7rem 3.2rem;
    display: flex;
  }
}
.accept-terms__date {
  color: #928f99;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 650px) {
  .accept-terms__date {
    text-align: left;
    margin: 0 0 0 3.2rem;
  }
}
.accept-terms__quote-button {
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 650px) {
  .accept-terms__quote-button {
    margin: 0 1rem 0 0;
  }
}
.accept-terms__pdf {
  height: 100%;
  width: 100%;
  display: block;
  flex-grow: 1;
}
.accept-terms__pdf--fixed-height {
  height: 60rem;
  margin-bottom: 4.8rem;
}
.accept-terms__pdf.is-loading {
  position: absolute;
  left: -9999%;
  top: -9999%;
}
.accept-terms__help {
  color: #787580;
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accept-terms__help svg {
  fill: #787580;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.4rem;
}
.accept-terms__help span {
  display: none;
}
@media only screen and (min-width: 650px) {
  .accept-terms__help span {
    display: block;
  }
}
.quote-list {
  margin: 1.6rem -1.6rem 0;
}
@media only screen and (min-width: 650px) {
  .quote-list {
    margin: 2.7rem -3.2rem 0;
  }
}
.quote-list__item {
  border-top: 1px solid #E1E0E4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .quote-list__item {
    flex-wrap: nowrap;
    padding: 0 3.2rem;
  }
}
.quote-list__image {
  width: 8rem;
  margin: 0 1.6rem 0 -0.6rem;
}
@media only screen and (min-width: 650px) {
  .quote-list__image {
    width: 16rem;
  }
}
.quote-list__body {
  width: calc(100% - 9.6rem);
}
@media only screen and (min-width: 650px) {
  .quote-list__body {
    width: auto;
  }
}
.quote-list__heading {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
}
.quote-list__version {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.quote-list__meta {
  font-size: 0px;
  font-size: 0rem;
  color: #928f99;
  line-height: 1.6;
  margin: 0.6rem 0 0 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 650px) {
  .quote-list__meta {
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }
}
.quote-list__meta-item {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.quote-list__meta-item::after {
  content: "\00B7";
  display: inline-block;
  padding: 0 0.3rem;
}
.quote-list__meta-item:last-child::after {
  content: none;
}
.quote-list__button {
  width: 100%;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 650px) {
  .quote-list__button {
    margin: 0 0 0 auto;
    width: auto;
  }
}
.proposition-form {
  display: block !important;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 650px) {
  .proposition-form {
    padding: 2.4rem 0;
  }
}
.proposition-form--inner-scroll {
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  height: 100vh;
  height: var(--viewport-height);
}
@media only screen and (min-width: 1300px) {
  .proposition-form--inner-scroll {
    height: 100vh;
  }
}
.proposition-form__logo {
  width: 16rem;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 650px) {
  .proposition-form__logo {
    margin: 0 0 2.4rem 0;
    width: 20rem;
  }
}
.proposition-form__card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0;
}
@media only screen and (min-width: 375px) {
  .proposition-form__card {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__card {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .proposition-form__card {
    padding: 0;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__card {
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .proposition-form__card {
    padding: 0;
  }
}
.proposition-form--inner-scroll .proposition-form__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.proposition-form__progress {
  padding-top: 0.6rem;
}
@media only screen and (min-width: 375px) {
  .proposition-form__progress {
    padding-top: 1.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__progress {
    padding-top: 2.7rem;
  }
}
@media only screen and (min-width: 1300px) {
  .proposition-form__progress {
    padding-top: 4.05rem;
  }
}
.proposition-form__header {
  border-bottom: 1px solid #E1E0E4;
  padding: 1.6rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 650px) {
  .proposition-form__header {
    padding: 2.7rem 3.2rem;
  }
}
.proposition-form__header-heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
}
.proposition-form__body {
  padding: 0 1.6rem 0.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 375px) {
  .proposition-form__body {
    padding: 0 2.4rem 0.8rem;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__body {
    padding: 0 3.2rem 1.35rem;
  }
}
@media only screen and (min-width: 1300px) {
  .proposition-form__body {
    padding: 0 6.4rem 1.35rem;
  }
}
.proposition-form__body--no-progress {
  margin-top: 1.2rem;
  padding: 0 1.6rem 0;
}
@media only screen and (min-width: 650px) {
  .proposition-form__body--no-progress {
    padding: 1.35rem 3.2rem;
  }
}
.proposition-form--inner-scroll .proposition-form__body {
  height: 100%;
  display: block;
  flex-grow: 1;
  overflow: auto;
  padding: 1.6rem 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 650px) {
  .proposition-form--inner-scroll .proposition-form__body {
    padding: 2.7rem 3.2rem;
  }
}
.proposition-form__section {
  padding: 1.6rem 1.6rem 1.6rem;
  margin: 0.8rem -1.6rem 0;
  border-top: 1px solid #E1E0E4;
}
@media only screen and (min-width: 375px) {
  .proposition-form__section {
    padding: 1.6rem 2.4rem 1.6rem;
    margin: 0.8rem -2.4rem 0;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__section {
    padding: 2.7rem 3.2rem 2.7rem;
    margin: 1.35rem -3.2rem 0;
  }
}
@media only screen and (min-width: 1300px) {
  .proposition-form__section {
    padding: 2.7rem 6.4rem 1.35rem;
    margin: 1.35rem -6.4rem 0;
  }
}
.proposition-form__footer {
  border-top: 1px solid #E1E0E4;
  align-items: center;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .proposition-form__footer {
    padding: 2.7rem 3.2rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.proposition-form__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 1.5rem 0 3rem;
}
@media only screen and (min-width: 650px) {
  .proposition-form__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.proposition-form__heading--with-subheading {
  margin-bottom: 1rem;
}
.proposition-form__heading-icon {
  width: 2.2rem;
  height: 2.2rem;
  fill: #928f99;
  margin-right: 0.3rem;
}
.proposition-form__subheading {
  margin: 0 0 3rem 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.proposition-form__add-section {
  margin: 2.4rem 0 0;
}
.proposition-form__add-section .button--danger {
  margin-top: 1rem;
}
@media only screen and (min-width: 650px) {
  .proposition-form__add-section .button--danger {
    margin-top: 0;
  }
}
@media only screen and (min-width: 650px) {
  .proposition-form__add-section {
    margin-bottom: 2.4rem;
  }
}
.proposition-form__pdf {
  width: 100%;
  height: 60rem;
  margin-bottom: 4.8rem;
}
.proposition-form__pdf.is-loading {
  position: absolute;
  left: -9999%;
  top: -9999%;
}
.proposition-form__thanks {
  margin-bottom: 2.4rem;
}
.proposition-form__header-buttons {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.proposition-form__help {
  color: #787580;
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (min-width: 650px) {
  .proposition-form__help {
    display: flex;
  }
}
.proposition-form__help svg {
  fill: #787580;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.4rem;
}
.proposition-form__help span {
  display: none;
}
@media only screen and (min-width: 650px) {
  .proposition-form__help span {
    display: block;
  }
}
.proposition-form__quote {
  color: #787580;
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
.proposition-form__quote svg {
  fill: #787580;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.4rem;
}
.signature-modal {
  margin: 1.6rem 1.6rem;
}
@media only screen and (min-width: 650px) {
  .signature-modal {
    margin: 2.7rem 3.2rem;
  }
}
.signature-pad {
  margin-bottom: 1.2rem;
}
.signature-pad__tabs {
  margin: 0 -0.4rem 1rem;
  display: flex;
  justify-content: center;
}
.signature-pad__tabs-item {
  margin: 0 0.8rem;
  padding: 0.3rem 0;
  background: transparent;
  border: 0;
  color: #787580;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  outline: 0;
  cursor: pointer;
  border-bottom: 0.2rem solid transparent;
}
.signature-pad__tabs-item.is-selected {
  border-color: #4e87a0;
  color: #4e87a0;
}
.signature-pad__body {
  position: relative;
  padding-top: 70%;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 650px) {
  .signature-pad__body {
    padding-top: 25%;
  }
}
.signature-pad__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.invalid .signature-pad__canvas {
  border: 0.2rem solid #e74c3c;
}
.signature-pad__clear {
  position: absolute;
  z-index: 1;
  left: 1rem;
  bottom: 1rem;
}
@media only screen and (min-width: 650px) {
  .signature-pad__clear {
    left: 1.6rem;
    bottom: 1.6rem;
  }
}
.signature-pad__text-input {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1.6rem;
  right: 1.6rem;
  /*display: flex;
        justify-content: center;*/

}
.signature-pad__text-input .form-input {
  max-width: 32rem;
  width: 100%;
}
.signature-pad--draw .signature-pad__clear,
.signature-pad--type .signature-pad__text-input {
  display: block;
}
.signature-pad--draw .signature-pad__text-input,
.signature-pad--type .signature-pad__clear {
  display: none;
}
.signature-pad__terms {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.repeatable-fields {
  border: 0.1rem solid #E1E0E4;
  margin: 2.4rem 0;
  border-radius: 0.4rem;
}
.repeatable-fields__body {
  box-sizing: border-box;
  padding: 1.6rem 1.6rem;
}
@media only screen and (min-width: 375px) {
  .repeatable-fields__body {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .repeatable-fields__body {
    padding: 2.7rem 3.2rem;
  }
}
.repeatable-fields__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  padding: 1rem 1.6rem;
  margin: 0;
  border-bottom: 0.1rem solid #E1E0E4;
}
@media only screen and (min-width: 650px) {
  .repeatable-fields__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 375px) {
  .repeatable-fields__title {
    padding: 1rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .repeatable-fields__title {
    padding: 1rem 3.2rem;
  }
}
.address-select-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 30rem;
  border-radius: 0.4rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.address-select-list__item a {
  text-decoration: none;
  color: #787580;
  display: block;
  padding: 0 0 0 2.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.address-select-list__item:nth-child(even) a {
  background: #e8e8e8;
}
.address-select-list__item a:hover,
.address-select-list__item:nth-child(even) a:hover {
  background: #928f99;
  color: #fff;
}
.derivative-hero {
  background: linear-gradient(30deg, #202a44 0%, #4e87a0 60%, #4e87a0 100%);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 20%;
}
@media only screen and (min-width: 650px) {
  .derivative-hero {
    padding-bottom: 28.8rem;
    margin-bottom: -28.8rem;
  }
}
.derivative-hero--has-image {
  background-image: none;
}
.derivative-hero--has-image::before {
  content: none;
}
.derivative-hero--has-image .derivative-hero__img::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.derivative-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.derivative-hero__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  transform: none;
  width: 100%;
}
.derivative-hero__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2.4rem;
  padding-top: 9rem;
  position: relative;
}
@media only screen and (min-width: 985px) {
  .derivative-hero__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 985px) {
  .derivative-hero__container {
    padding-bottom: 3.8rem;
    padding-top: 14.8rem;
  }
}
.derivative-hero__heading {
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 985px) {
  .derivative-hero__heading {
    margin: 0 0 0.5rem 0;
  }
}
.derivative-hero__model {
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.5rem 0;
  color: #fff;
  display: block;
  font-size: 33px;
  font-size: 3.3rem;
}
@media only screen and (min-width: 650px) {
  .derivative-hero__model {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
@media only screen and (min-width: 985px) {
  .derivative-hero__model {
    display: inline;
    margin-bottom: 0;
  }
}
.derivative-hero--has-image .derivative-hero__model {
  color: #fff;
}
.derivative-hero__version {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1.6;
}
@media only screen and (min-width: 650px) {
  .derivative-hero__version {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 985px) {
  .derivative-hero__version {
    display: inline;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.derivative-hero--has-image .derivative-hero__version {
  color: #fff;
}
.derivative-hero__admin-info {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 2.4rem 0 0 0;
  font-family: monospace;
  flex-wrap: wrap;
}
@media only screen and (min-width: 650px) {
  .derivative-hero__admin-info {
    margin: 2.4rem 0 0 0;
  }
}
.derivative-hero__admin-info-item {
  margin-right: 1rem;
}
.derivative-hero__notes-button {
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 650px) {
  .derivative-hero__notes-button {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
}
.derivative-details {
  position: relative;
  margin-bottom: 4.8rem;
}
.derivative-details__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .derivative-details__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.derivative-details__tags {
  position: absolute;
  top: 1.6rem;
  left: 0.6rem;
  z-index: 10;
}
@media only screen and (min-width: 375px) {
  .derivative-details__tags {
    left: 1.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-details__tags {
    left: 1.6rem;
  }
}
.derivative-details__main {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .derivative-details__main {
    padding-right: 47.2rem;
  }
}
@media only screen and (min-width: 1617px) {
  .derivative-details__main {
    padding-right: 57.6rem;
  }
}
.derivative-details__sidebar {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1300px) {
  .derivative-details__sidebar {
    width: 44rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1617px) {
  .derivative-details__sidebar {
    width: 54.4rem;
  }
}
.derivative-details__share {
  margin-top: 0;
  justify-content: flex-end;
  height: 3.7rem;
}
@media only screen and (min-width: 1300px) {
  .derivative-details__share {
    margin-top: -3.7rem;
    display: flex;
  }
}
.derivative-details__share .inline-share__item svg {
  fill: #000;
  opacity: 0.3;
}
@media only screen and (min-width: 1300px) {
  .derivative-details__share .inline-share__item svg {
    fill: #fff;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .derivative-details__config-form {
    position: sticky;
    top: var(--sticky-offset);
  }
  .derivative-details__config-form.is-shorter-than-window {
    top: 0;
    top: 9rem;
  }
}
.derivative-details__gallery {
  position: relative;
  margin-bottom: 1.6rem;
  margin-top: calc(-16% - 2rem);
}
@media only screen and (min-width: 650px) {
  .derivative-details__gallery {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
}
.derivative-details__gallery-caption {
  font-size: 14px;
  font-size: 1.4rem;
  color: #928f99;
  margin: 0.8rem 0 0;
}
.derivative-details__tabs {
  margin: 0 -1rem;
  /*content-visibility: auto;
        contain-intrinsic-size: 1000px;*/

}
@media only screen and (min-width: 375px) {
  .derivative-details__tabs {
    margin: 0;
  }
}
@media only screen and (min-width: 650px) {
  .derivative-details__tabs {
    margin: 0;
  }
}
.derivative-details__gallery--has-tabs .derivative-details__tags {
  top: 7rem;
}
.equipment-subheading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 650px) {
  .equipment-subheading {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*.equipment-panel {

    @media @large {
        columns: 2;
        column-gap: @layout__gutter-width;
        column-fill: auto;

        &__section {
            break-inside: avoid;
        }
    }
}*/

.options-panel__spinner {
  height: 70rem;
}
.derivative-legal {
  font-size: 14px;
  font-size: 1.4rem;
  color: #787580;
  margin: 0 0 4.8rem;
}
.enquiry-page {
  position: relative;
  z-index: 10;
  margin-bottom: 4.8rem;
  margin-top: -9.6rem;
}
@media only screen and (min-width: 985px) {
  .enquiry-page {
    margin-top: -4.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  .enquiry-page {
    margin-top: -9.6rem;
  }
}
.enquiry-page__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .enquiry-page__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.enquiry-page__grid {
  position: relative;
}
@media only screen and (min-width: 985px) {
  .enquiry-page__grid {
    display: flex;
    top: -4.8rem;
  }
}
.enquiry-page__main {
  width: 100%;
}
.enquiry-page__sidebar {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0.5rem 0.5rem 0;
  margin-bottom: 2.4rem;
  align-self: flex-start;
}
@media only screen and (min-width: 375px) {
  .enquiry-page__sidebar {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .enquiry-page__sidebar {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 985px) {
  .enquiry-page__sidebar {
    flex-basis: 30rem;
    min-width: 30rem;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1300px) {
  .enquiry-page__sidebar {
    flex-basis: 45rem;
    min-width: 45rem;
  }
}
.enquiry-page__form {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem;
  border: 0 solid transparent;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 5;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 375px) {
  .enquiry-page__form {
    padding: 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .enquiry-page__form {
    padding: 2.7rem 3.2rem;
  }
}
@media only screen and (min-width: 375px) {
  .enquiry-page__form {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 650px) {
  .enquiry-page__form {
    margin-bottom: 2.4rem;
    height: 100%;
  }
}
.error-page__container {
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 70rem;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100vh;
  box-sizing: border-box;
  padding-bottom: 4.8rem;
}
@media only screen and (min-width: 985px) {
  .error-page__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 650px) {
  .error-page__container {
    padding-bottom: 2.4rem;
  }
}
.error-page__logo img {
  width: 20rem;
  margin: 0 auto 4.8rem auto;
}
@media only screen and (min-width: 650px) {
  .error-page__logo img {
    position: absolute;
    left: 3.2rem;
    top: 3.2rem;
  }
}
.error-page__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  font-family: ff-speak-web, sans-serif;
  line-height: 1.2;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 650px) {
  .error-page__heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.error-page__body p:first-child {
  margin-top: 0;
}
.error-page__button {
  margin-top: 2.4rem;
}
.article {
  padding-bottom: 4.8rem;
  padding-top: 2.4rem;
  background: #fff;
}
@media only screen and (min-width: 985px) {
  .article {
    padding-top: 4.8rem;
    padding-bottom: 9.6rem;
  }
}
.article__footer {
  margin-top: 4.8rem;
  border-top: 0.1rem solid #E1E0E4;
  border-bottom: 0.1rem solid #E1E0E4;
  padding: 2.4rem 0;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.article__container {
  position: relative;
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 985px) {
  .article__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.article__body {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .article__body {
    margin-bottom: 4.8rem;
  }
}
.article__share {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
}
.meet-the-team {
  padding: 4.8rem 0 2.4rem;
  background: #EEE;
}
@media only screen and (min-width: 650px) {
  .meet-the-team {
    padding: 7.2rem 0 3.6rem;
  }
}
.team-card {
  text-align: center;
  padding-bottom: 4.8rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  /*&--has-link:hover &__name {
        color: @color__primary;
    }*/

}
.team-card__inner {
  background: #fff;
  transition: box-shadow 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #787580;
}
@media only screen and (min-width: 1300px) {
  .team-card__inner {
    padding: 3.2rem;
  }
}
.team-card__inner:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}
.team-card--has-meta .team-card__inner {
  padding-bottom: 9.4rem;
}
.team-card__img {
  border-radius: 100%;
  margin: 0 auto 1.6rem;
  width: 70%;
}
.team-card__name {
  margin: 0 0 0.4rem 0;
}
.team-card__job-title {
  margin: 0;
}
.team-card__meta {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8rem;
}
.team-card__meta-item {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.4rem;
  border-radius: 100%;
  background: #202a44;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.team-card__meta-item svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #fff;
}
.team-member {
  padding: 4.8rem 0;
  background: #fff;
}
@media only screen and (min-width: 650px) {
  .team-member {
    padding: 7.2rem 0;
  }
}
.team-member-image {
  border-radius: 100%;
  margin-bottom: 3.2rem;
}
.team-member-meta {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 650px) {
  .team-member-meta {
    margin-bottom: 2.4rem;
  }
}
.team-member-meta__item {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.8rem 0;
}
.team-member-meta__item:last-child {
  margin-bottom: 0;
}
.team-member-meta__item svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1.6rem;
  fill: #202a44;
  flex-shrink: 0;
  position: relative;
  top: 0.3rem;
}
.team-member-meta__item a {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*@import "layout/_grid";

// Base
@import "base/_normalize";
@import "base/_typography";
@import "base/_animations";
@import "base/_base";

// Layout
@import "layout/_header";

// Components
@import "components/_navbar";
@import "components/_hero";
@import "components/_search-tabs";
@import "components/_button";
@import "components/_deals";
@import "components/_deal-card";
@import "components/_skeleton.less";
@import "components/_badge";
@import "components/_tag-list.less";
@import "components/form/_form-radio";
@import "components/form/_form-select";
@import "components/form/_vue-multiselect.less";
@import "components/_hubs.less";
@import "components/_article-card";
@import "components/_cookie-notice.less";*/

body.derivative .autoconverse-widget {
  bottom: 100px !important;
}
@media only screen and (min-width: 1300px) {
  body.derivative .autoconverse-widget {
    bottom: 20px !important;
  }
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
div,
button,
input,
textarea,
label,
blockquote,
cite,
code,
pre,
strong,
em,
caption,
th,
td {
  font-family: "Plus Jakarta Sans" !important;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-img {
  width: 100%;
}
.block-area__item--text-light .block-area__container a {
  color: #f8e08e;
}
.footer-feefo {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 985px) {
  .footer-feefo {
    display: block;
  }
}
.hero__subheading a {
  color: #fff;
}
.footer__legal-p a {
  color: #fff;
}
.header__nav-open-icon {
  width: 2.3rem;
}
.header__nav-open {
  padding: 0;
}
