@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * fmgautosub.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (fmgautosub.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: rgb(190, 38, 38);
  background: linear-gradient(to bottom, rgb(190, 38, 38), rgb(168.75, 33.75, 33.75));
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(190, 38, 38);
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=90em&xxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 1rem;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.25rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fefefe;
  cursor: auto;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #BBB;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.25rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.25rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #fefefe;
  cursor: auto;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: inherit;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.875rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.875rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.875rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.875rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.875rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.875rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.875rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.875rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.875rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.875rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.875rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.875rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.75rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.5rem;
}
.button.small {
  font-size: 0.625rem;
}
.button.large {
  font-size: 0.875rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgba(12.75, 12.75, 12.75, 0);
  background-color: transparent;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgba(6.375, 6.375, 6.375, 0);
  color: #0a0a0a;
}

tfoot {
  background: rgba(12.75, 12.75, 12.75, 0);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(12.75, 12.75, 12.75, 0);
}

table.unstriped tbody {
  background-color: transparent;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgba(12.75, 12.75, 12.75, 0);
  background-color: transparent;
}

@media print, screen and (max-width: 74.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgba(1.275, 1.275, 1.275, 0);
}
table.hover tfoot tr:hover {
  background-color: rgba(7.65, 7.65, 7.65, 0);
}
table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-scroll {
  overflow-x: auto;
}

.breadcrumbs {
  margin: 0 0 15px 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.8125rem;
  color: #fff;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: ">";
  color: #cacaca;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: inline-block;
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid 0;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #6a0807;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(124.6203539823, 9.4053097345, 8.2296460177);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #121212;
  color: rgb(219.3, 219.3, 219.3);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #E7E7E7;
  color: #000;
}

.tabs-content {
  border: 1px solid 0;
  border-top: 0;
  background: transparent;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid 0;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 75em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: transparent;
  color: #fefefe;
}
.menu .active > a {
  background: transparent;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0 20px;
  background: #121212;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #121212;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0 20px;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fefefe;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-left-width: 0;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  content: "";
  border-left-width: 0;
  border-color: transparent #fefefe transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-bottom-width: 0;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -2.5px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fff;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-left-width: 0;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-bottom-width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2.5px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-left-width: 0;
    border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  }
}
@media print, screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-bottom-width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2.5px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-left-width: 0;
    border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -5px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 100%;
  border: 0;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-left-width: 0;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.title-bar {
  padding: 0 20px;
  background: transparent;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 0;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.froala-two-col-grid::before, .froala-two-col-grid::after,
.froala-three-col-grid::before,
.froala-three-col-grid::after,
.froala-four-col-grid::before,
.froala-four-col-grid::after,
.froala-five-col-grid::before,
.froala-five-col-grid::after,
.froala-six-col-grid::before,
.froala-six-col-grid::after,
.froala-seven-col-grid::before,
.froala-seven-col-grid::after,
.froala-eight-col-grid::before,
.froala-eight-col-grid::after {
  display: table;
  content: " ";
}
.froala-two-col-grid::after,
.froala-three-col-grid::after,
.froala-four-col-grid::after,
.froala-five-col-grid::after,
.froala-six-col-grid::after,
.froala-seven-col-grid::after,
.froala-eight-col-grid::after {
  clear: both;
}
.froala-two-col-grid,
.froala-three-col-grid,
.froala-four-col-grid,
.froala-five-col-grid,
.froala-six-col-grid,
.froala-seven-col-grid,
.froala-eight-col-grid {
  clear: both;
}
.froala-two-col-grid > li,
.froala-three-col-grid > li,
.froala-four-col-grid > li,
.froala-five-col-grid > li,
.froala-six-col-grid > li,
.froala-seven-col-grid > li,
.froala-eight-col-grid > li {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.froala-two-col-grid > li:nth-of-type(1n),
.froala-three-col-grid > li:nth-of-type(1n),
.froala-four-col-grid > li:nth-of-type(1n),
.froala-five-col-grid > li:nth-of-type(1n),
.froala-six-col-grid > li:nth-of-type(1n),
.froala-seven-col-grid > li:nth-of-type(1n),
.froala-eight-col-grid > li:nth-of-type(1n) {
  clear: none;
}
.froala-two-col-grid > li:nth-of-type(1n+1),
.froala-three-col-grid > li:nth-of-type(1n+1),
.froala-four-col-grid > li:nth-of-type(1n+1),
.froala-five-col-grid > li:nth-of-type(1n+1),
.froala-six-col-grid > li:nth-of-type(1n+1),
.froala-seven-col-grid > li:nth-of-type(1n+1),
.froala-eight-col-grid > li:nth-of-type(1n+1) {
  clear: both;
}
.froala-two-col-grid > li:last-child,
.froala-three-col-grid > li:last-child,
.froala-four-col-grid > li:last-child,
.froala-five-col-grid > li:last-child,
.froala-six-col-grid > li:last-child,
.froala-seven-col-grid > li:last-child,
.froala-eight-col-grid > li:last-child {
  float: left;
}
.froala-two-col-grid,
.froala-three-col-grid,
.froala-four-col-grid,
.froala-five-col-grid,
.froala-six-col-grid,
.froala-seven-col-grid,
.froala-eight-col-grid {
  margin: 0 -15px;
  list-style-type: none;
}

@media screen and (min-width: 48em) {
  .froala-two-col-grid > li {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-two-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-two-col-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
  .froala-two-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-three-col-grid > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-three-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-three-col-grid > li:nth-of-type(3n+1) {
    clear: both;
  }
  .froala-three-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-four-col-grid > li {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-four-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-four-col-grid > li:nth-of-type(4n+1) {
    clear: both;
  }
  .froala-four-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-five-col-grid > li {
    float: left;
    width: 20%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-five-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-five-col-grid > li:nth-of-type(5n+1) {
    clear: both;
  }
  .froala-five-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-six-col-grid > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-six-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-six-col-grid > li:nth-of-type(3n+1) {
    clear: both;
  }
  .froala-six-col-grid > li:last-child {
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .froala-six-col-grid > li {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-six-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-six-col-grid > li:nth-of-type(6n+1) {
    clear: both;
  }
  .froala-six-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-seven-col-grid > li {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-seven-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-seven-col-grid > li:nth-of-type(4n+1) {
    clear: both;
  }
  .froala-seven-col-grid > li:last-child {
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .froala-seven-col-grid > li {
    float: left;
    width: 14.2857142857%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-seven-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-seven-col-grid > li:nth-of-type(7n+1) {
    clear: both;
  }
  .froala-seven-col-grid > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .froala-eight-col-grid > li {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-eight-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-eight-col-grid > li:nth-of-type(4n+1) {
    clear: both;
  }
  .froala-eight-col-grid > li:last-child {
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .froala-eight-col-grid > li {
    float: left;
    width: 12.5%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .froala-eight-col-grid > li:nth-of-type(1n) {
    clear: none;
  }
  .froala-eight-col-grid > li:nth-of-type(8n+1) {
    clear: both;
  }
  .froala-eight-col-grid > li:last-child {
    float: left;
  }
}

.fr-text-uppercase {
  text-transform: uppercase;
}

.additional-style::before, .additional-style::after {
  display: table;
  content: " ";
}
.additional-style::after {
  clear: both;
}
.additional-style {
  clear: both;
}
.additional-style .additional-style-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.additional-style .additional-style-wrap::before, .additional-style .additional-style-wrap::after {
  display: table;
  content: " ";
}
.additional-style .additional-style-wrap::after {
  clear: both;
}
.additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-1 .additional-style-inner, .additional-style.additional-style-1 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-2 .additional-style-inner, .additional-style.additional-style-2 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-9 .additional-style-inner, .additional-style.additional-style-9 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-10 .additional-style-inner, .additional-style.additional-style-10 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-11 .additional-style-inner, .additional-style.additional-style-11 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-15 .additional-style-inner, .additional-style.additional-style-15 .additional-style-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.additional-style.additional-style-2 {
  background: #6a0807;
}
.additional-style.additional-style-3 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-3 .additional-style-inner, .additional-style.additional-style-3 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-3 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-3 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-3 .additional-style-inner ul {
  list-style-type: none;
  margin: 0 -6px;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-3 .additional-style-inner ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.additional-style.additional-style-3 .additional-style-inner ul li {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-3 .additional-style-inner ul li {
    min-height: 140px;
    flex: 1;
  }
}
.additional-style.additional-style-3 .additional-style-inner ul li a {
  transition: opacity 0.2s ease-in-out;
}
.additional-style.additional-style-3 .additional-style-inner ul li a:hover {
  opacity: 0.8;
}
.additional-style.additional-style-3 .additional-style-inner .additional-style-text {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text, .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text, .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text, .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-3 .additional-style-inner .additional-style-text, .additional-style.additional-style-3 .additional-style-inner .additional-style-text:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.additional-style.additional-style-3 .additional-style-inner .additional-style-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #6a0807;
}
.additional-style.additional-style-4 .additional-style-inner, .additional-style.additional-style-5 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-4 .additional-style-inner, .additional-style.additional-style-4 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-5 .additional-style-inner, .additional-style.additional-style-5 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-4 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-5 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-4 .additional-style-inner, .additional-style.additional-style-5 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-4 .additional-style-inner .additional-style-text, .additional-style.additional-style-5 .additional-style-inner .additional-style-text {
  margin-bottom: 20px;
}
.additional-style.additional-style-4 .additional-style-inner ul, .additional-style.additional-style-5 .additional-style-inner ul {
  list-style-type: none;
  margin: 0 -6px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-4 .additional-style-inner ul, .additional-style.additional-style-5 .additional-style-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.additional-style.additional-style-4 .additional-style-inner ul li, .additional-style.additional-style-5 .additional-style-inner ul li {
  margin: 6px;
  padding: 10px 25px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-4 .additional-style-inner ul li, .additional-style.additional-style-5 .additional-style-inner ul li {
    align-items: center;
    justify-content: center;
  }
}
.additional-style.additional-style-4 .additional-style-inner ul li img, .additional-style.additional-style-5 .additional-style-inner ul li img {
  flex-shrink: 0;
}
.additional-style.additional-style-4 .additional-style-inner ul li p, .additional-style.additional-style-5 .additional-style-inner ul li p {
  margin-bottom: 0;
}
.additional-style.additional-style-5 .additional-style-inner ul {
  flex-wrap: nowrap;
  text-align: center;
}
.additional-style.additional-style-5 .additional-style-inner ul li {
  display: block;
  flex: 1 1 0px;
}
.additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-6 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-7 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-6 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-7 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-6 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-7 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-6 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-7 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-6 .additional-style-inner, .additional-style.additional-style-6 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-7 .additional-style-inner, .additional-style.additional-style-7 .additional-style-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.additional-style.additional-style-6 .additional-style-inner .additional-style-review-icon, .additional-style.additional-style-7 .additional-style-inner .additional-style-review-icon {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.additional-style.additional-style-6 .additional-style-inner .additional-style-review-icon img, .additional-style.additional-style-7 .additional-style-inner .additional-style-review-icon img {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.additional-style.additional-style-6 .additional-style-inner .additional-style-review-icon:after, .additional-style.additional-style-7 .additional-style-inner .additional-style-review-icon:after {
  content: "";
  position: absolute;
  background: red;
  height: 3px;
  max-width: 500px;
  width: 100%;
  left: 0;
  right: 0;
  top: 45%;
  margin: 0 auto;
}
.additional-style.additional-style-6 .additional-style-inner .additional-style-text .name, .additional-style.additional-style-7 .additional-style-inner .additional-style-text .name {
  font-size: 0.875rem;
}
.additional-style.additional-style-7 {
  background: #6a0807;
}
.additional-style.additional-style-8 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-8 .additional-style-inner, .additional-style.additional-style-8 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-8 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-8 .additional-style-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-top: 3px solid #6a0807;
  border-bottom: 3px solid #6a0807;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-8 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-8 .additional-style-inner, .additional-style.additional-style-8 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-8 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-8 .additional-style-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-8 .additional-style-inner, .additional-style.additional-style-8 .additional-style-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .additional-style.additional-style-8 .additional-style-inner {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.additional-style.additional-style-9 .additional-style-inner p, .additional-style.additional-style-9 .additional-style-inner img {
  display: inline;
  vertical-align: middle;
}
.additional-style.additional-style-9 .additional-style-inner p {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.5rem;
}
.additional-style.additional-style-9 .additional-style-inner a:hover {
  opacity: 0.8;
}
.additional-style.additional-style-10 {
  background: #FFCC00;
}
.additional-style.additional-style-10 .additional-style-inner .additional-style-text {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.additional-style.additional-style-10 .additional-style-inner .additional-style-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #000;
}
.additional-style.additional-style-11 .additional-style-inner {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.additional-style.additional-style-11 .additional-style-inner p {
  font-weight: 400;
  text-transform: uppercase;
}
.additional-style.additional-style-11 .additional-style-inner img {
  margin-bottom: 15px;
}
.additional-style.additional-style-11 .additional-style-inner h3 {
  color: #6a0807;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
.additional-style.additional-style-12, .additional-style.additional-style-15 {
  text-align: center;
}
.additional-style.additional-style-12 img, .additional-style.additional-style-15 img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.additional-style.additional-style-12 .additional-style-cargurus-top,
.additional-style.additional-style-12 .additional-style-cargurus-bottom, .additional-style.additional-style-15 .additional-style-cargurus-top,
.additional-style.additional-style-15 .additional-style-cargurus-bottom {
  padding-top: 20px;
}
.additional-style.additional-style-12 .additional-style-cargurus-top p,
.additional-style.additional-style-12 .additional-style-cargurus-bottom p, .additional-style.additional-style-15 .additional-style-cargurus-top p,
.additional-style.additional-style-15 .additional-style-cargurus-bottom p {
  font-weight: 400;
  text-transform: uppercase;
}
.additional-style.additional-style-12 .additional-style-cargurus-top h3,
.additional-style.additional-style-12 .additional-style-cargurus-bottom h3, .additional-style.additional-style-15 .additional-style-cargurus-top h3,
.additional-style.additional-style-15 .additional-style-cargurus-bottom h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
.additional-style.additional-style-13 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-13 .additional-style-inner, .additional-style.additional-style-13 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-13 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-13 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-13 .additional-style-inner img {
  vertical-align: middle;
  padding-bottom: 5px;
}
.additional-style.additional-style-13 .additional-style-inner h3 {
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 10px;
}
.additional-style.additional-style-13 .additional-style-inner h3, .additional-style.additional-style-13 .additional-style-inner .button {
  display: inline-block;
  vertical-align: middle;
}
.additional-style.additional-style-14 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-14 .additional-style-inner, .additional-style.additional-style-14 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-14 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-14 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-14 .additional-style-inner .additional-style-logo {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.additional-style.additional-style-14 .additional-style-inner .additional-style-logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #6a0807;
}
.additional-style.additional-style-14 .additional-style-inner p span {
  color: #6a0807;
  font-weight: bold;
}
.additional-style.additional-style-16 {
  background: linear-gradient(90deg, #FEDA75 -0.96%, #FA7E1E 23.75%, #D62976 47.41%, #962FBF 71.6%, #4F5BD5 97.37%);
}
.additional-style.additional-style-16 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-16 .additional-style-inner, .additional-style.additional-style-16 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-16 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-16 .additional-style-inner {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-style.additional-style-16 .additional-style-inner h3 {
  position: relative;
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
}
.additional-style.additional-style-16 .additional-style-inner h3 span {
  font-weight: bold;
}
.additional-style.additional-style-16 .additional-style-inner h3:before {
  content: "\f16d";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  margin-right: 20px;
  font-size: 1.875rem;
}
.additional-style.additional-style-16 .additional-style-inner h3, .additional-style.additional-style-16 .additional-style-inner .button {
  display: inline-block;
  vertical-align: middle;
}
.additional-style.additional-style-16 .additional-style-inner .button {
  background: #fff;
  color: #000;
  text-transform: uppercase;
}
.additional-style.additional-style-17 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-17 .additional-style-inner, .additional-style.additional-style-17 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-17 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-17 .additional-style-inner {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-style.additional-style-17 .additional-style-inner h3 {
  font-size: 1.75rem;
  font-weight: bold;
}
.additional-style.additional-style-17 .additional-style-inner h3:before {
  content: "\f16d";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile__left {
  display: flex;
  margin-right: 40px;
  align-items: center;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile__image {
  margin-right: 10px;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile__name {
  text-align: left;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile__name p {
  margin-bottom: 0;
  line-height: 1.2;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile .button {
  margin-bottom: 0;
}
.additional-style.additional-style-17 .additional-style-inner .instagram-profile .button:before {
  content: "\f16d";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.additional-style.additional-style-18 {
  background: #E8E9EA;
}
.additional-style.additional-style-18 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-18 .additional-style-inner, .additional-style.additional-style-18 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-18 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-18 .additional-style-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header {
  margin-bottom: 30px;
  text-align: center;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating {
  margin-bottom: 10px;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating .rating-inner {
  display: inline-block;
  text-align: center;
  font-size: 1.25rem;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating span {
  display: block;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating img {
  display: inline-block;
  margin: 0;
  max-width: 20px;
  vertical-align: top;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-18 .additional-style-inner .additional-style-header {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-header h3, .additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating, .additional-style.additional-style-18 .additional-style-inner .additional-style-header .reviews-button {
    width: 33%;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-header h3 {
    order: 2;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-header .rating {
    order: 1;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-header .reviews-button {
    order: 3;
    text-align: right;
  }
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews {
  list-style-type: none;
  margin: 0;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
  clear: none;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n+1) {
  clear: both;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:last-child {
  float: left;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
    clear: none;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:nth-of-type(3n+1) {
    clear: both;
  }
  .additional-style.additional-style-18 .additional-style-inner .additional-style-reviews > li:last-child {
    float: left;
  }
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews .additional-style-review {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-review-icon {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-review-icon img {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-review-icon:after {
  content: "";
  position: absolute;
  background: red;
  height: 3px;
  left: 0;
  right: 0;
  top: 45%;
  margin: 0 auto;
}
.additional-style.additional-style-18 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text .name {
  font-size: 0.875rem;
  font-weight: 600;
}
.additional-style.additional-style-19 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-19 .additional-style-inner, .additional-style.additional-style-19 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-19 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-19 .additional-style-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-19 .additional-style-inner {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-19 .additional-style-inner .additional-style-19__image,
  .additional-style.additional-style-19 .additional-style-inner .additional-style-19__title,
  .additional-style.additional-style-19 .additional-style-inner .additional-style-19__text {
    margin-right: 20px;
  }
}
.additional-style.additional-style-19 .additional-style-inner .additional-style-19__title {
  min-width: 30%;
}
.additional-style.additional-style-19 .additional-style-inner .additional-style-19__title h3 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-19 .additional-style-inner .additional-style-19__title h3 {
    font-size: 2rem;
  }
}
.additional-style.additional-style-19 .additional-style-inner .additional-style-19__text {
  min-width: 30%;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-19 .additional-style-inner .additional-style-19__text p {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
.additional-style.additional-style-19 .additional-style-inner .additional-style-19__button {
  flex-shrink: 0;
}
.additional-style.additional-style-20 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-20 .additional-style-inner, .additional-style.additional-style-20 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-20 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-20 .additional-style-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-20 .additional-style-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-20 .additional-style-inner .additional-style-20__title {
    margin-right: 20px;
  }
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__title h2 {
  padding-right: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-20 .additional-style-inner .additional-style-20__title h2 {
    font-size: 2rem;
  }
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__title h2:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 20px;
  color: #6a0807;
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__images ul {
  list-style-type: none;
  margin: 0 -6px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__images ul li {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  margin: 6px;
  padding: 15px;
  flex: 1;
  max-width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-20 .additional-style-inner .additional-style-20__images ul li {
    min-height: 140px;
    max-width: 100%;
    width: 260px;
  }
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__images ul li a {
  transition: opacity 0.2s ease-in-out;
}
.additional-style.additional-style-20 .additional-style-inner .additional-style-20__images ul li a:hover {
  opacity: 0.8;
}
.additional-style.additional-style-21 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-21 .additional-style-inner, .additional-style.additional-style-21 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-21 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-21 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-21 .additional-style-inner .additional-style-text {
  margin-bottom: 30px;
}
.additional-style.additional-style-21 .additional-style-inner .additional-style-text h2 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-21 .additional-style-inner .additional-style-text h2 {
    font-size: 2rem;
  }
}
.additional-style.additional-style-21 .additional-style-inner ul {
  list-style-type: none;
  margin: 0 -6px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-21 .additional-style-inner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.additional-style.additional-style-21 .additional-style-inner ul li {
  display: block;
  flex: 1 1 0px;
  margin: 6px;
  padding: 10px 25px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-21 .additional-style-inner ul li {
    max-width: 33%;
  }
}
.additional-style.additional-style-21 .additional-style-inner ul li h4 {
  font-size: 1.375rem;
  font-weight: 600;
}
.additional-style.additional-style-21 .additional-style-inner ul li img {
  display: block;
  padding: 5px;
  background: #6a0807;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.additional-style.additional-style-21 .additional-style-inner ul li p a {
  text-decoration: underline;
  color: #6a0807;
}
.additional-style.additional-style-22 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-22 .additional-style-inner, .additional-style.additional-style-22 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-22 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-22 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.additional-style.additional-style-22 .additional-style-inner ul {
  list-style-type: none;
  margin: 0 -6px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-22 .additional-style-inner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.additional-style.additional-style-22 .additional-style-inner ul li {
  display: block;
  flex: 1 1 0px;
  margin: 6px;
  padding: 20px 25px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-22 .additional-style-inner ul li {
    max-width: 33%;
    min-height: 250px;
  }
}
.additional-style.additional-style-22 .additional-style-inner ul li h4 {
  font-size: 1.375rem;
  font-weight: 600;
}
.additional-style.additional-style-22 .additional-style-inner ul li img {
  display: block;
  padding: 5px;
  background: #6a0807;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.additional-style.additional-style-23 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-23 .additional-style-inner, .additional-style.additional-style-23 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-23 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-23 .additional-style-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-header {
  margin-bottom: 30px;
  text-align: center;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-header h3 {
  font-size: 1.625rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-23 .additional-style-inner .additional-style-header {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
  }
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews {
  list-style-type: none;
  margin: 0;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
  clear: none;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n+1) {
  clear: both;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:last-child {
  float: left;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
    clear: none;
  }
  .additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:nth-of-type(2n+1) {
    clear: both;
  }
  .additional-style.additional-style-23 .additional-style-inner .additional-style-reviews > li:last-child {
    float: left;
  }
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews .additional-style-review {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 30px;
  padding-top: 40px;
  margin-bottom: 25px;
  position: relative;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews .additional-style-review:after {
  position: absolute;
  top: -20px;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  background: #6a0807;
  border-radius: 50%;
  text-align: center;
  font-size: 1.375rem;
  line-height: 40px;
  color: #fff;
}
.additional-style.additional-style-23 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text .name {
  font-size: 0.875rem;
  font-weight: 600;
}
.additional-style.additional-style-24, .additional-style.additional-style-25 {
  background: #FC0;
  position: relative;
}
.additional-style.additional-style-24 h2, .additional-style.additional-style-24 h3, .additional-style.additional-style-24 p, .additional-style.additional-style-25 h2, .additional-style.additional-style-25 h3, .additional-style.additional-style-25 p {
  font-family: "Roboto", sans-serif;
  color: #000;
}
.additional-style.additional-style-24 .additional-style-inner, .additional-style.additional-style-25 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-24 .additional-style-inner, .additional-style.additional-style-24 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-25 .additional-style-inner, .additional-style.additional-style-25 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-24 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-25 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-24 .additional-style-inner, .additional-style.additional-style-25 .additional-style-inner {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-24 .additional-style-inner, .additional-style.additional-style-25 .additional-style-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-right: 0;
  }
}
.additional-style.additional-style-24 .additional-style-inner h3, .additional-style.additional-style-25 .additional-style-inner h3 {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-24 .additional-style-inner h3, .additional-style.additional-style-25 .additional-style-inner h3 {
    font-size: 2.25rem;
  }
}
.additional-style.additional-style-24 .additional-style-inner p, .additional-style.additional-style-25 .additional-style-inner p {
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-24 .additional-style-inner p, .additional-style.additional-style-25 .additional-style-inner p {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .additional-style.additional-style-24 .additional-style-inner .additional-style-24__logo, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__logo {
    max-width: 300px;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-24 .additional-style-inner .additional-style-24__text, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__text {
    margin: 0 20px;
    padding: 20px 0;
  }
}
.additional-style.additional-style-24 .additional-style-inner .additional-style-24__image, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__image {
  text-align: right;
}
.additional-style.additional-style-24 .additional-style-inner .additional-style-24__image img, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__image img {
  margin: 0;
}
.additional-style.additional-style-24 .additional-style-inner .additional-style-24__image, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__image {
  display: none;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-24 .additional-style-inner .additional-style-24__image, .additional-style.additional-style-25 .additional-style-inner .additional-style-24__image {
    display: block;
  }
}
.additional-style.additional-style-24 {
  position: relative;
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-24:after {
    content: "";
    background-image: url("https://img.spidersnet.co.uk/code-snippets/aa-background.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 434px;
    height: 100%;
    max-width: 30%;
  }
}
.additional-style.additional-style-24 .additional-style-wrap {
  position: relative;
  z-index: 1;
}
.additional-style.additional-style-24 .additional-style-inner {
  justify-content: left;
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-24 .additional-style-inner {
    min-height: 225px;
  }
}
.additional-style.additional-style-24 .additional-style-24__image {
  display: none !important;
}
.additional-style.additional-style-25 {
  padding: 30px 0;
}
.additional-style.additional-style-25 .additional-style-inner h3 {
  margin-bottom: 0;
}
.additional-style.additional-style-25 .additional-style-inner p {
  margin: 0;
}
.additional-style.additional-style-26 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-26 .additional-style-inner, .additional-style.additional-style-26 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-26 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-26 .additional-style-inner {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-26 .additional-style-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .additional-style.additional-style-26 .additional-style-inner h3,
  .additional-style.additional-style-26 .additional-style-inner .button {
    margin-bottom: 0;
  }
  .additional-style.additional-style-26 .additional-style-inner .additional-style-26__text {
    margin: 0 30px;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 {
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #F5F5F5 50%);
  }
}
.additional-style.additional-style-27 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-27 .additional-style-inner, .additional-style.additional-style-27 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-27 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 .additional-style-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.additional-style.additional-style-27 .additional-style-inner .additional-style-27__logo {
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 .additional-style-inner .additional-style-27__logo {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.additional-style.additional-style-27 .additional-style-inner .additional-style-27__right {
  position: relative;
  padding: 15px;
  background: #F5F5F5;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 .additional-style-inner .additional-style-27__right {
    flex: 1;
    text-align: left;
    padding: 50px 30px;
    margin-left: 50px;
  }
}
.additional-style.additional-style-27 .additional-style-inner .additional-style-27__right h2 {
  text-transform: uppercase;
  color: #6a0807;
  margin-bottom: 0;
  line-height: 1.2;
}
.additional-style.additional-style-27 .additional-style-inner .additional-style-27__right h2 span {
  color: #000;
}
.additional-style.additional-style-27 .additional-style-inner .additional-style-27__right p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 .additional-style-inner .additional-style-27__right p {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-27 .additional-style-inner .additional-style-27__right:before {
    content: "";
    background-image: linear-gradient(to left top, #F5F5F5 0%, #F5F5F5 50%, transparent 50%);
    position: absolute;
    width: 50px;
    height: 50%;
    top: 0;
    left: -50px;
  }
  .additional-style.additional-style-27 .additional-style-inner .additional-style-27__right:after {
    content: "";
    background-image: linear-gradient(to left bottom, #F5F5F5 0%, #F5F5F5 50%, transparent 50%);
    position: absolute;
    width: 50px;
    height: 50%;
    bottom: 0;
    left: -50px;
  }
}
.additional-style.additional-style-28 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-28 .additional-style-inner, .additional-style.additional-style-28 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-28 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-28 .additional-style-inner .additional-style-bg {
  border-radius: 10px;
  padding: 20px 30px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-28 .additional-style-inner .additional-style-bg {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.additional-style.additional-style-28 .additional-style-inner .additional-style-bg h2 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-28 .additional-style-inner .additional-style-bg h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-28 .additional-style-inner .additional-style-bg .button {
    flex-shrink: 0;
    margin-left: 30px;
  }
}
.additional-style.additional-style-29 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-29 .additional-style-inner, .additional-style.additional-style-29 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-29 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-29 .additional-style-inner {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
.additional-style.additional-style-29 .additional-style-inner h2 {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-29 .additional-style-inner h2 {
    font-size: 2rem;
  }
}
.additional-style.additional-style-29 .additional-style-inner ul {
  list-style-type: none;
  margin: 0 -25px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-29 .additional-style-inner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.additional-style.additional-style-29 .additional-style-inner ul li {
  display: block;
  flex: 1 1 0px;
  margin: 6px 25px;
  padding: 20px 25px;
  background: #6a0807;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-29 .additional-style-inner ul li {
    max-width: 33%;
    min-height: 180px;
  }
}
.additional-style.additional-style-29 .additional-style-inner ul li h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
}
.additional-style.additional-style-29 .additional-style-inner ul li img {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.additional-style.additional-style-30, .additional-style.additional-style-31, .additional-style.additional-style-32 {
  background-color: #FED409;
  background-image: url(/basemedia/aa-bg.jpg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
.additional-style.additional-style-30 h2, .additional-style.additional-style-30 h3, .additional-style.additional-style-30 p, .additional-style.additional-style-31 h2, .additional-style.additional-style-31 h3, .additional-style.additional-style-31 p, .additional-style.additional-style-32 h2, .additional-style.additional-style-32 h3, .additional-style.additional-style-32 p {
  font-family: "Roboto", sans-serif;
}
.additional-style.additional-style-30 .additional-style-inner, .additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-30 .additional-style-inner, .additional-style.additional-style-30 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-31 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-32 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-30 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-31 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-32 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-30 .additional-style-inner, .additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-30 .additional-style-inner, .additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 0;
  }
}
.additional-style.additional-style-30 .additional-style-inner p, .additional-style.additional-style-31 .additional-style-inner p, .additional-style.additional-style-32 .additional-style-inner p {
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-30 .additional-style-inner p, .additional-style.additional-style-31 .additional-style-inner p, .additional-style.additional-style-32 .additional-style-inner p {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-30 .additional-style-inner .additional-style-30__image, .additional-style.additional-style-31 .additional-style-inner .additional-style-30__image, .additional-style.additional-style-32 .additional-style-inner .additional-style-30__image {
    text-align: center;
  }
}
.additional-style.additional-style-30 .additional-style-wrap {
  max-width: 1350px;
}
.additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner {
  padding-top: 20px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-31 .additional-style-inner, .additional-style.additional-style-32 .additional-style-inner {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .additional-style.additional-style-31 .additional-style-inner h2, .additional-style.additional-style-32 .additional-style-inner h2 {
    font-size: 4.875rem;
    line-height: 1;
    text-align: left;
  }
  .additional-style.additional-style-31 .additional-style-inner p, .additional-style.additional-style-32 .additional-style-inner p {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.additional-style.additional-style-31 .additional-style-inner h2, .additional-style.additional-style-32 .additional-style-inner h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-31 .additional-style-inner .additional-style-31__logo,
  .additional-style.additional-style-31 .additional-style-inner .additional-style-32__logo, .additional-style.additional-style-32 .additional-style-inner .additional-style-31__logo,
  .additional-style.additional-style-32 .additional-style-inner .additional-style-32__logo {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-31 .additional-style-inner .additional-style-31__text,
  .additional-style.additional-style-31 .additional-style-inner .additional-style-32__text, .additional-style.additional-style-32 .additional-style-inner .additional-style-31__text,
  .additional-style.additional-style-32 .additional-style-inner .additional-style-32__text {
    border-left: 2px solid #000;
    padding-left: 70px;
    margin-left: 70px;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-32 {
    background-image: none;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-32:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 63%;
    background-image: url(https://img.spidersnet.co.uk/code-snippets/aa-bg.jpg);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    width: 70%;
  }
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-32:before {
    width: 63%;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-32 h2, .additional-style.additional-style-32 h3, .additional-style.additional-style-32 p {
    color: #fff;
  }
}
.additional-style.additional-style-32 .additional-style-wrap {
  position: relative;
}
.additional-style.additional-style-32 .additional-style-wrap .additional-style-32__text {
  border: 0;
}
.additional-style.additional-style-33 .additional-style-inner, .additional-style.additional-style-34 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-33 .additional-style-inner, .additional-style.additional-style-33 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-34 .additional-style-inner, .additional-style.additional-style-34 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-35 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-33 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-34 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-33 .additional-style-inner, .additional-style.additional-style-34 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-33 .additional-style-inner, .additional-style.additional-style-34 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-33 .additional-style-33__image, .additional-style.additional-style-33 .additional-style-33__title, .additional-style.additional-style-33 .additional-style-33__text,
  .additional-style.additional-style-33 .additional-style-34__image,
  .additional-style.additional-style-33 .additional-style-34__title,
  .additional-style.additional-style-33 .additional-style-34__text,
  .additional-style.additional-style-33 .additional-style-35__image,
  .additional-style.additional-style-33 .additional-style-35__title,
  .additional-style.additional-style-33 .additional-style-35__text, .additional-style.additional-style-34 .additional-style-33__image, .additional-style.additional-style-34 .additional-style-33__title, .additional-style.additional-style-34 .additional-style-33__text,
  .additional-style.additional-style-34 .additional-style-34__image,
  .additional-style.additional-style-34 .additional-style-34__title,
  .additional-style.additional-style-34 .additional-style-34__text,
  .additional-style.additional-style-34 .additional-style-35__image,
  .additional-style.additional-style-34 .additional-style-35__title,
  .additional-style.additional-style-34 .additional-style-35__text, .additional-style.additional-style-35 .additional-style-33__image, .additional-style.additional-style-35 .additional-style-33__title, .additional-style.additional-style-35 .additional-style-33__text,
  .additional-style.additional-style-35 .additional-style-34__image,
  .additional-style.additional-style-35 .additional-style-34__title,
  .additional-style.additional-style-35 .additional-style-34__text,
  .additional-style.additional-style-35 .additional-style-35__image,
  .additional-style.additional-style-35 .additional-style-35__title,
  .additional-style.additional-style-35 .additional-style-35__text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 47.99875em) {
  .additional-style.additional-style-33 .additional-style-33__image,
  .additional-style.additional-style-33 .additional-style-34__image,
  .additional-style.additional-style-33 .additional-style-35__image, .additional-style.additional-style-34 .additional-style-33__image,
  .additional-style.additional-style-34 .additional-style-34__image,
  .additional-style.additional-style-34 .additional-style-35__image, .additional-style.additional-style-35 .additional-style-33__image,
  .additional-style.additional-style-35 .additional-style-34__image,
  .additional-style.additional-style-35 .additional-style-35__image {
    margin-bottom: 10px;
  }
}
.additional-style.additional-style-33 .additional-style-33__title,
.additional-style.additional-style-33 .additional-style-34__title,
.additional-style.additional-style-33 .additional-style-35__title, .additional-style.additional-style-34 .additional-style-33__title,
.additional-style.additional-style-34 .additional-style-34__title,
.additional-style.additional-style-34 .additional-style-35__title, .additional-style.additional-style-35 .additional-style-33__title,
.additional-style.additional-style-35 .additional-style-34__title,
.additional-style.additional-style-35 .additional-style-35__title {
  min-width: 30%;
}
.additional-style.additional-style-33 .additional-style-33__title h3,
.additional-style.additional-style-33 .additional-style-34__title h3,
.additional-style.additional-style-33 .additional-style-35__title h3, .additional-style.additional-style-34 .additional-style-33__title h3,
.additional-style.additional-style-34 .additional-style-34__title h3,
.additional-style.additional-style-34 .additional-style-35__title h3, .additional-style.additional-style-35 .additional-style-33__title h3,
.additional-style.additional-style-35 .additional-style-34__title h3,
.additional-style.additional-style-35 .additional-style-35__title h3 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-33 .additional-style-33__title h3,
  .additional-style.additional-style-33 .additional-style-34__title h3,
  .additional-style.additional-style-33 .additional-style-35__title h3, .additional-style.additional-style-34 .additional-style-33__title h3,
  .additional-style.additional-style-34 .additional-style-34__title h3,
  .additional-style.additional-style-34 .additional-style-35__title h3, .additional-style.additional-style-35 .additional-style-33__title h3,
  .additional-style.additional-style-35 .additional-style-34__title h3,
  .additional-style.additional-style-35 .additional-style-35__title h3 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-33 .additional-style-33__text p,
  .additional-style.additional-style-33 .additional-style-34__text p,
  .additional-style.additional-style-33 .additional-style-35__text p, .additional-style.additional-style-34 .additional-style-33__text p,
  .additional-style.additional-style-34 .additional-style-34__text p,
  .additional-style.additional-style-34 .additional-style-35__text p, .additional-style.additional-style-35 .additional-style-33__text p,
  .additional-style.additional-style-35 .additional-style-34__text p,
  .additional-style.additional-style-35 .additional-style-35__text p {
    margin-bottom: 0;
  }
}
.additional-style.additional-style-33 .additional-style-33__button,
.additional-style.additional-style-33 .additional-style-34__button,
.additional-style.additional-style-33 .additional-style-35__button, .additional-style.additional-style-34 .additional-style-33__button,
.additional-style.additional-style-34 .additional-style-34__button,
.additional-style.additional-style-34 .additional-style-35__button, .additional-style.additional-style-35 .additional-style-33__button,
.additional-style.additional-style-35 .additional-style-34__button,
.additional-style.additional-style-35 .additional-style-35__button {
  flex-shrink: 0;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-33 .additional-style-33__button .button,
  .additional-style.additional-style-33 .additional-style-34__button .button,
  .additional-style.additional-style-33 .additional-style-35__button .button, .additional-style.additional-style-34 .additional-style-33__button .button,
  .additional-style.additional-style-34 .additional-style-34__button .button,
  .additional-style.additional-style-34 .additional-style-35__button .button, .additional-style.additional-style-35 .additional-style-33__button .button,
  .additional-style.additional-style-35 .additional-style-34__button .button,
  .additional-style.additional-style-35 .additional-style-35__button .button {
    margin-bottom: 0;
  }
}
.additional-style.additional-style-33 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/autotrader-bg.jpg);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.additional-style.additional-style-33 h3 {
  font-weight: 400;
}
.additional-style.additional-style-33 h3 span {
  font-weight: 700;
}
.additional-style.additional-style-35 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/text-bg-car.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.additional-style.additional-style-35 h3, .additional-style.additional-style-35 h3, .additional-style.additional-style-35 p {
  color: #fff;
}
.additional-style.additional-style-35 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-35 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-35 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-35 .additional-style-inner, .additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-35 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
}
.additional-style.additional-style-36 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-36 .additional-style-inner, .additional-style.additional-style-36 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-36 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-36 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-36 .additional-style-inner {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-36 .additional-style-inner, .additional-style.additional-style-36 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-36 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-36 .additional-style-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .additional-style.additional-style-36 .additional-style-inner, .additional-style.additional-style-36 .additional-style-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.additional-style.additional-style-36 .additional-style-inner .additional-style-text img {
  max-width: 30px;
  margin-bottom: 20px;
}
.additional-style.additional-style-36 .additional-style-inner .additional-style-text p {
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-36 .additional-style-inner .additional-style-text p {
    font-size: 1.125rem;
  }
}
.additional-style.additional-style-36 .additional-style-inner .additional-style-text .name {
  font-size: 1rem;
  text-transform: uppercase;
}
.additional-style.additional-style-37 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/reviews-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.additional-style.additional-style-37 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-37 .additional-style-inner, .additional-style.additional-style-37 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-37 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-37 .additional-style-inner {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-37 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-37 .additional-style-inner, .additional-style.additional-style-37 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-37 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
  .additional-style.additional-style-37 .additional-style-inner {
    position: relative;
    left: 33.3333333333%;
  }
}
.additional-style.additional-style-37 .additional-style-inner .additional-style-icon {
  flex-shrink: 0;
  padding-right: 20px;
}
.additional-style.additional-style-37 .additional-style-inner .additional-style-text {
  margin-top: 30px;
}
.additional-style.additional-style-37 .additional-style-inner .additional-style-text p {
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-37 .additional-style-inner .additional-style-text p {
    font-size: 2rem;
  }
}
.additional-style.additional-style-37 .additional-style-inner .additional-style-text .name {
  text-transform: uppercase;
  font-size: 1rem;
}
.additional-style.additional-style-38 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/reviews-bg-38.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.additional-style.additional-style-38 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-38 .additional-style-inner, .additional-style.additional-style-38 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-38 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-38 .additional-style-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-header {
  margin-bottom: 30px;
  text-align: center;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-header h3 {
  font-size: 1.625rem;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-38 .additional-style-inner .additional-style-header {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
  }
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews::before, .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews::after {
  display: table;
  content: " ";
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews::after {
  clear: both;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews {
  list-style-type: none;
  margin: 0;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
  clear: none;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n+1) {
  clear: both;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:last-child {
  float: left;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
    clear: none;
  }
  .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:nth-of-type(3n+1) {
    clear: both;
  }
  .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li:last-child {
    float: left;
  }
  .additional-style.additional-style-38 .additional-style-inner .additional-style-reviews {
    display: flex;
  }
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews > li {
  margin-bottom: 25px;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews .additional-style-review {
  border: 1px solid #fff;
  padding: 30px;
  padding-top: 40px;
  position: relative;
  height: 100%;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews .additional-style-review:after {
  position: absolute;
  top: -20px;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  background: #6a0807;
  border-radius: 50%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 40px;
  color: #fff;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text {
  color: #fff;
}
.additional-style.additional-style-38 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text .name {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.additional-style.additional-style-39 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/reviews-bg-39.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.additional-style.additional-style-39 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-39 .additional-style-inner, .additional-style.additional-style-39 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-39 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-39 .additional-style-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-39 .additional-style-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-39 .additional-style-inner, .additional-style.additional-style-39 .additional-style-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .additional-style.additional-style-39 .additional-style-inner:last-child:not(:first-child) {
    float: right;
  }
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews {
  list-style-type: none;
  margin: 0;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
  clear: none;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n+1) {
  clear: both;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:last-child {
  float: left;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:nth-of-type(1n) {
    clear: none;
  }
  .additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:nth-of-type(2n+1) {
    clear: both;
  }
  .additional-style.additional-style-39 .additional-style-inner .additional-style-reviews > li:last-child {
    float: left;
  }
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews .additional-style-review {
  padding: 30px;
  border-bottom: 6px solid #000;
  margin-bottom: 25px;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text {
  color: #fff;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text img {
  margin-bottom: 15px;
}
.additional-style.additional-style-39 .additional-style-inner .additional-style-reviews .additional-style-review .additional-style-text .name {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.additional-style.additional-style-41, .additional-style.additional-style-42, .additional-style.additional-style-43, .additional-style.additional-style-44, .additional-style.additional-style-45, .additional-style.additional-style-46, .additional-style.additional-style-47 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-41, .additional-style.additional-style-42, .additional-style.additional-style-43, .additional-style.additional-style-44, .additional-style.additional-style-45, .additional-style.additional-style-46, .additional-style.additional-style-47 {
    padding: 40px 0;
  }
}
.additional-style.additional-style-41:before, .additional-style.additional-style-42:before, .additional-style.additional-style-43:before, .additional-style.additional-style-44:before, .additional-style.additional-style-45:before, .additional-style.additional-style-46:before, .additional-style.additional-style-47:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.additional-style.additional-style-41 .additional-style-inner, .additional-style.additional-style-42 .additional-style-inner, .additional-style.additional-style-43 .additional-style-inner, .additional-style.additional-style-44 .additional-style-inner, .additional-style.additional-style-45 .additional-style-inner, .additional-style.additional-style-46 .additional-style-inner, .additional-style.additional-style-47 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-41 .additional-style-inner, .additional-style.additional-style-41 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-42 .additional-style-inner, .additional-style.additional-style-42 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-43 .additional-style-inner, .additional-style.additional-style-43 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-44 .additional-style-inner, .additional-style.additional-style-44 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-45 .additional-style-inner, .additional-style.additional-style-45 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-46 .additional-style-inner, .additional-style.additional-style-46 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-47 .additional-style-inner, .additional-style.additional-style-47 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-41 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-42 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-43 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-44 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-45 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-46 .additional-style-inner:last-child:not(:first-child), .additional-style.additional-style-47 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-41 .additional-style-inner, .additional-style.additional-style-42 .additional-style-inner, .additional-style.additional-style-43 .additional-style-inner, .additional-style.additional-style-44 .additional-style-inner, .additional-style.additional-style-45 .additional-style-inner, .additional-style.additional-style-46 .additional-style-inner, .additional-style.additional-style-47 .additional-style-inner {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-41 .additional-style-inner, .additional-style.additional-style-42 .additional-style-inner, .additional-style.additional-style-43 .additional-style-inner, .additional-style.additional-style-44 .additional-style-inner, .additional-style.additional-style-45 .additional-style-inner, .additional-style.additional-style-46 .additional-style-inner, .additional-style.additional-style-47 .additional-style-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    text-align: left;
  }
}
.additional-style.additional-style-41 h2, .additional-style.additional-style-41 h3, .additional-style.additional-style-41 p, .additional-style.additional-style-41 ul, .additional-style.additional-style-42 h2, .additional-style.additional-style-42 h3, .additional-style.additional-style-42 p, .additional-style.additional-style-42 ul, .additional-style.additional-style-43 h2, .additional-style.additional-style-43 h3, .additional-style.additional-style-43 p, .additional-style.additional-style-43 ul, .additional-style.additional-style-44 h2, .additional-style.additional-style-44 h3, .additional-style.additional-style-44 p, .additional-style.additional-style-44 ul, .additional-style.additional-style-45 h2, .additional-style.additional-style-45 h3, .additional-style.additional-style-45 p, .additional-style.additional-style-45 ul, .additional-style.additional-style-46 h2, .additional-style.additional-style-46 h3, .additional-style.additional-style-46 p, .additional-style.additional-style-46 ul, .additional-style.additional-style-47 h2, .additional-style.additional-style-47 h3, .additional-style.additional-style-47 p, .additional-style.additional-style-47 ul {
  font-family: "din-2014-rounded-variable", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.additional-style.additional-style-41 h3, .additional-style.additional-style-42 h3, .additional-style.additional-style-43 h3, .additional-style.additional-style-44 h3, .additional-style.additional-style-45 h3, .additional-style.additional-style-46 h3, .additional-style.additional-style-47 h3 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 2.25rem;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-41 h3, .additional-style.additional-style-42 h3, .additional-style.additional-style-43 h3, .additional-style.additional-style-44 h3, .additional-style.additional-style-45 h3, .additional-style.additional-style-46 h3, .additional-style.additional-style-47 h3 {
    font-size: 2.875rem;
  }
}
.additional-style.additional-style-41 h3 span, .additional-style.additional-style-42 h3 span, .additional-style.additional-style-43 h3 span, .additional-style.additional-style-44 h3 span, .additional-style.additional-style-45 h3 span, .additional-style.additional-style-46 h3 span, .additional-style.additional-style-47 h3 span {
  color: #F15621;
}
.additional-style.additional-style-41 p, .additional-style.additional-style-42 p, .additional-style.additional-style-43 p, .additional-style.additional-style-44 p, .additional-style.additional-style-45 p, .additional-style.additional-style-46 p, .additional-style.additional-style-47 p {
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-41 p, .additional-style.additional-style-42 p, .additional-style.additional-style-43 p, .additional-style.additional-style-44 p, .additional-style.additional-style-45 p, .additional-style.additional-style-46 p, .additional-style.additional-style-47 p {
    font-size: 1.25rem;
  }
}
.additional-style.additional-style-41 ul, .additional-style.additional-style-42 ul, .additional-style.additional-style-43 ul, .additional-style.additional-style-44 ul, .additional-style.additional-style-45 ul, .additional-style.additional-style-46 ul, .additional-style.additional-style-47 ul {
  font-size: 1.375rem;
  list-style-type: none;
  margin: 0;
  text-align: left;
}
.additional-style.additional-style-41 ul li, .additional-style.additional-style-42 ul li, .additional-style.additional-style-43 ul li, .additional-style.additional-style-44 ul li, .additional-style.additional-style-45 ul li, .additional-style.additional-style-46 ul li, .additional-style.additional-style-47 ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.additional-style.additional-style-41 ul li:before, .additional-style.additional-style-42 ul li:before, .additional-style.additional-style-43 ul li:before, .additional-style.additional-style-44 ul li:before, .additional-style.additional-style-45 ul li:before, .additional-style.additional-style-46 ul li:before, .additional-style.additional-style-47 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 22px;
  width: 22px;
  background-image: url(https://img.spidersnet.co.uk/code-snippets/tick-black.svg);
}
.additional-style.additional-style-41 ul span, .additional-style.additional-style-42 ul span, .additional-style.additional-style-43 ul span, .additional-style.additional-style-44 ul span, .additional-style.additional-style-45 ul span, .additional-style.additional-style-46 ul span, .additional-style.additional-style-47 ul span {
  font-size: 0.875rem;
}
@media screen and (max-width: 47.99875em) {
  .additional-style.additional-style-41 .additional-style-41__logo,
  .additional-style.additional-style-41 .additional-style-42__logo,
  .additional-style.additional-style-41 .additional-style-43__logo,
  .additional-style.additional-style-41 .additional-style-44__logo,
  .additional-style.additional-style-41 .additional-style-45__logo,
  .additional-style.additional-style-41 .additional-style-46__logo,
  .additional-style.additional-style-41 .additional-style-47__logo, .additional-style.additional-style-42 .additional-style-41__logo,
  .additional-style.additional-style-42 .additional-style-42__logo,
  .additional-style.additional-style-42 .additional-style-43__logo,
  .additional-style.additional-style-42 .additional-style-44__logo,
  .additional-style.additional-style-42 .additional-style-45__logo,
  .additional-style.additional-style-42 .additional-style-46__logo,
  .additional-style.additional-style-42 .additional-style-47__logo, .additional-style.additional-style-43 .additional-style-41__logo,
  .additional-style.additional-style-43 .additional-style-42__logo,
  .additional-style.additional-style-43 .additional-style-43__logo,
  .additional-style.additional-style-43 .additional-style-44__logo,
  .additional-style.additional-style-43 .additional-style-45__logo,
  .additional-style.additional-style-43 .additional-style-46__logo,
  .additional-style.additional-style-43 .additional-style-47__logo, .additional-style.additional-style-44 .additional-style-41__logo,
  .additional-style.additional-style-44 .additional-style-42__logo,
  .additional-style.additional-style-44 .additional-style-43__logo,
  .additional-style.additional-style-44 .additional-style-44__logo,
  .additional-style.additional-style-44 .additional-style-45__logo,
  .additional-style.additional-style-44 .additional-style-46__logo,
  .additional-style.additional-style-44 .additional-style-47__logo, .additional-style.additional-style-45 .additional-style-41__logo,
  .additional-style.additional-style-45 .additional-style-42__logo,
  .additional-style.additional-style-45 .additional-style-43__logo,
  .additional-style.additional-style-45 .additional-style-44__logo,
  .additional-style.additional-style-45 .additional-style-45__logo,
  .additional-style.additional-style-45 .additional-style-46__logo,
  .additional-style.additional-style-45 .additional-style-47__logo, .additional-style.additional-style-46 .additional-style-41__logo,
  .additional-style.additional-style-46 .additional-style-42__logo,
  .additional-style.additional-style-46 .additional-style-43__logo,
  .additional-style.additional-style-46 .additional-style-44__logo,
  .additional-style.additional-style-46 .additional-style-45__logo,
  .additional-style.additional-style-46 .additional-style-46__logo,
  .additional-style.additional-style-46 .additional-style-47__logo, .additional-style.additional-style-47 .additional-style-41__logo,
  .additional-style.additional-style-47 .additional-style-42__logo,
  .additional-style.additional-style-47 .additional-style-43__logo,
  .additional-style.additional-style-47 .additional-style-44__logo,
  .additional-style.additional-style-47 .additional-style-45__logo,
  .additional-style.additional-style-47 .additional-style-46__logo,
  .additional-style.additional-style-47 .additional-style-47__logo {
    margin-bottom: 30px;
  }
}
.additional-style.additional-style-41 .additional-style-41__arrows,
.additional-style.additional-style-41 .additional-style-42__arrows,
.additional-style.additional-style-41 .additional-style-43__arrows,
.additional-style.additional-style-41 .additional-style-44__arrows,
.additional-style.additional-style-41 .additional-style-45__arrows,
.additional-style.additional-style-41 .additional-style-46__arrows,
.additional-style.additional-style-41 .additional-style-47__arrows, .additional-style.additional-style-42 .additional-style-41__arrows,
.additional-style.additional-style-42 .additional-style-42__arrows,
.additional-style.additional-style-42 .additional-style-43__arrows,
.additional-style.additional-style-42 .additional-style-44__arrows,
.additional-style.additional-style-42 .additional-style-45__arrows,
.additional-style.additional-style-42 .additional-style-46__arrows,
.additional-style.additional-style-42 .additional-style-47__arrows, .additional-style.additional-style-43 .additional-style-41__arrows,
.additional-style.additional-style-43 .additional-style-42__arrows,
.additional-style.additional-style-43 .additional-style-43__arrows,
.additional-style.additional-style-43 .additional-style-44__arrows,
.additional-style.additional-style-43 .additional-style-45__arrows,
.additional-style.additional-style-43 .additional-style-46__arrows,
.additional-style.additional-style-43 .additional-style-47__arrows, .additional-style.additional-style-44 .additional-style-41__arrows,
.additional-style.additional-style-44 .additional-style-42__arrows,
.additional-style.additional-style-44 .additional-style-43__arrows,
.additional-style.additional-style-44 .additional-style-44__arrows,
.additional-style.additional-style-44 .additional-style-45__arrows,
.additional-style.additional-style-44 .additional-style-46__arrows,
.additional-style.additional-style-44 .additional-style-47__arrows, .additional-style.additional-style-45 .additional-style-41__arrows,
.additional-style.additional-style-45 .additional-style-42__arrows,
.additional-style.additional-style-45 .additional-style-43__arrows,
.additional-style.additional-style-45 .additional-style-44__arrows,
.additional-style.additional-style-45 .additional-style-45__arrows,
.additional-style.additional-style-45 .additional-style-46__arrows,
.additional-style.additional-style-45 .additional-style-47__arrows, .additional-style.additional-style-46 .additional-style-41__arrows,
.additional-style.additional-style-46 .additional-style-42__arrows,
.additional-style.additional-style-46 .additional-style-43__arrows,
.additional-style.additional-style-46 .additional-style-44__arrows,
.additional-style.additional-style-46 .additional-style-45__arrows,
.additional-style.additional-style-46 .additional-style-46__arrows,
.additional-style.additional-style-46 .additional-style-47__arrows, .additional-style.additional-style-47 .additional-style-41__arrows,
.additional-style.additional-style-47 .additional-style-42__arrows,
.additional-style.additional-style-47 .additional-style-43__arrows,
.additional-style.additional-style-47 .additional-style-44__arrows,
.additional-style.additional-style-47 .additional-style-45__arrows,
.additional-style.additional-style-47 .additional-style-46__arrows,
.additional-style.additional-style-47 .additional-style-47__arrows {
  display: none;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-41 .additional-style-41__arrows,
  .additional-style.additional-style-41 .additional-style-42__arrows,
  .additional-style.additional-style-41 .additional-style-43__arrows,
  .additional-style.additional-style-41 .additional-style-44__arrows,
  .additional-style.additional-style-41 .additional-style-45__arrows,
  .additional-style.additional-style-41 .additional-style-46__arrows,
  .additional-style.additional-style-41 .additional-style-47__arrows, .additional-style.additional-style-42 .additional-style-41__arrows,
  .additional-style.additional-style-42 .additional-style-42__arrows,
  .additional-style.additional-style-42 .additional-style-43__arrows,
  .additional-style.additional-style-42 .additional-style-44__arrows,
  .additional-style.additional-style-42 .additional-style-45__arrows,
  .additional-style.additional-style-42 .additional-style-46__arrows,
  .additional-style.additional-style-42 .additional-style-47__arrows, .additional-style.additional-style-43 .additional-style-41__arrows,
  .additional-style.additional-style-43 .additional-style-42__arrows,
  .additional-style.additional-style-43 .additional-style-43__arrows,
  .additional-style.additional-style-43 .additional-style-44__arrows,
  .additional-style.additional-style-43 .additional-style-45__arrows,
  .additional-style.additional-style-43 .additional-style-46__arrows,
  .additional-style.additional-style-43 .additional-style-47__arrows, .additional-style.additional-style-44 .additional-style-41__arrows,
  .additional-style.additional-style-44 .additional-style-42__arrows,
  .additional-style.additional-style-44 .additional-style-43__arrows,
  .additional-style.additional-style-44 .additional-style-44__arrows,
  .additional-style.additional-style-44 .additional-style-45__arrows,
  .additional-style.additional-style-44 .additional-style-46__arrows,
  .additional-style.additional-style-44 .additional-style-47__arrows, .additional-style.additional-style-45 .additional-style-41__arrows,
  .additional-style.additional-style-45 .additional-style-42__arrows,
  .additional-style.additional-style-45 .additional-style-43__arrows,
  .additional-style.additional-style-45 .additional-style-44__arrows,
  .additional-style.additional-style-45 .additional-style-45__arrows,
  .additional-style.additional-style-45 .additional-style-46__arrows,
  .additional-style.additional-style-45 .additional-style-47__arrows, .additional-style.additional-style-46 .additional-style-41__arrows,
  .additional-style.additional-style-46 .additional-style-42__arrows,
  .additional-style.additional-style-46 .additional-style-43__arrows,
  .additional-style.additional-style-46 .additional-style-44__arrows,
  .additional-style.additional-style-46 .additional-style-45__arrows,
  .additional-style.additional-style-46 .additional-style-46__arrows,
  .additional-style.additional-style-46 .additional-style-47__arrows, .additional-style.additional-style-47 .additional-style-41__arrows,
  .additional-style.additional-style-47 .additional-style-42__arrows,
  .additional-style.additional-style-47 .additional-style-43__arrows,
  .additional-style.additional-style-47 .additional-style-44__arrows,
  .additional-style.additional-style-47 .additional-style-45__arrows,
  .additional-style.additional-style-47 .additional-style-46__arrows,
  .additional-style.additional-style-47 .additional-style-47__arrows {
    display: block;
  }
}
.additional-style.additional-style-41 .additional-style-41__divider,
.additional-style.additional-style-41 .additional-style-42__divider,
.additional-style.additional-style-41 .additional-style-43__divider,
.additional-style.additional-style-41 .additional-style-44__divider,
.additional-style.additional-style-41 .additional-style-45__divider,
.additional-style.additional-style-41 .additional-style-46__divider,
.additional-style.additional-style-41 .additional-style-47__divider, .additional-style.additional-style-42 .additional-style-41__divider,
.additional-style.additional-style-42 .additional-style-42__divider,
.additional-style.additional-style-42 .additional-style-43__divider,
.additional-style.additional-style-42 .additional-style-44__divider,
.additional-style.additional-style-42 .additional-style-45__divider,
.additional-style.additional-style-42 .additional-style-46__divider,
.additional-style.additional-style-42 .additional-style-47__divider, .additional-style.additional-style-43 .additional-style-41__divider,
.additional-style.additional-style-43 .additional-style-42__divider,
.additional-style.additional-style-43 .additional-style-43__divider,
.additional-style.additional-style-43 .additional-style-44__divider,
.additional-style.additional-style-43 .additional-style-45__divider,
.additional-style.additional-style-43 .additional-style-46__divider,
.additional-style.additional-style-43 .additional-style-47__divider, .additional-style.additional-style-44 .additional-style-41__divider,
.additional-style.additional-style-44 .additional-style-42__divider,
.additional-style.additional-style-44 .additional-style-43__divider,
.additional-style.additional-style-44 .additional-style-44__divider,
.additional-style.additional-style-44 .additional-style-45__divider,
.additional-style.additional-style-44 .additional-style-46__divider,
.additional-style.additional-style-44 .additional-style-47__divider, .additional-style.additional-style-45 .additional-style-41__divider,
.additional-style.additional-style-45 .additional-style-42__divider,
.additional-style.additional-style-45 .additional-style-43__divider,
.additional-style.additional-style-45 .additional-style-44__divider,
.additional-style.additional-style-45 .additional-style-45__divider,
.additional-style.additional-style-45 .additional-style-46__divider,
.additional-style.additional-style-45 .additional-style-47__divider, .additional-style.additional-style-46 .additional-style-41__divider,
.additional-style.additional-style-46 .additional-style-42__divider,
.additional-style.additional-style-46 .additional-style-43__divider,
.additional-style.additional-style-46 .additional-style-44__divider,
.additional-style.additional-style-46 .additional-style-45__divider,
.additional-style.additional-style-46 .additional-style-46__divider,
.additional-style.additional-style-46 .additional-style-47__divider, .additional-style.additional-style-47 .additional-style-41__divider,
.additional-style.additional-style-47 .additional-style-42__divider,
.additional-style.additional-style-47 .additional-style-43__divider,
.additional-style.additional-style-47 .additional-style-44__divider,
.additional-style.additional-style-47 .additional-style-45__divider,
.additional-style.additional-style-47 .additional-style-46__divider,
.additional-style.additional-style-47 .additional-style-47__divider {
  height: 150px;
  width: 1px;
  background: #fff;
}
@media screen and (max-width: 47.99875em) {
  .additional-style.additional-style-41 .additional-style-41__divider,
  .additional-style.additional-style-41 .additional-style-42__divider,
  .additional-style.additional-style-41 .additional-style-43__divider,
  .additional-style.additional-style-41 .additional-style-44__divider,
  .additional-style.additional-style-41 .additional-style-45__divider,
  .additional-style.additional-style-41 .additional-style-46__divider,
  .additional-style.additional-style-41 .additional-style-47__divider, .additional-style.additional-style-42 .additional-style-41__divider,
  .additional-style.additional-style-42 .additional-style-42__divider,
  .additional-style.additional-style-42 .additional-style-43__divider,
  .additional-style.additional-style-42 .additional-style-44__divider,
  .additional-style.additional-style-42 .additional-style-45__divider,
  .additional-style.additional-style-42 .additional-style-46__divider,
  .additional-style.additional-style-42 .additional-style-47__divider, .additional-style.additional-style-43 .additional-style-41__divider,
  .additional-style.additional-style-43 .additional-style-42__divider,
  .additional-style.additional-style-43 .additional-style-43__divider,
  .additional-style.additional-style-43 .additional-style-44__divider,
  .additional-style.additional-style-43 .additional-style-45__divider,
  .additional-style.additional-style-43 .additional-style-46__divider,
  .additional-style.additional-style-43 .additional-style-47__divider, .additional-style.additional-style-44 .additional-style-41__divider,
  .additional-style.additional-style-44 .additional-style-42__divider,
  .additional-style.additional-style-44 .additional-style-43__divider,
  .additional-style.additional-style-44 .additional-style-44__divider,
  .additional-style.additional-style-44 .additional-style-45__divider,
  .additional-style.additional-style-44 .additional-style-46__divider,
  .additional-style.additional-style-44 .additional-style-47__divider, .additional-style.additional-style-45 .additional-style-41__divider,
  .additional-style.additional-style-45 .additional-style-42__divider,
  .additional-style.additional-style-45 .additional-style-43__divider,
  .additional-style.additional-style-45 .additional-style-44__divider,
  .additional-style.additional-style-45 .additional-style-45__divider,
  .additional-style.additional-style-45 .additional-style-46__divider,
  .additional-style.additional-style-45 .additional-style-47__divider, .additional-style.additional-style-46 .additional-style-41__divider,
  .additional-style.additional-style-46 .additional-style-42__divider,
  .additional-style.additional-style-46 .additional-style-43__divider,
  .additional-style.additional-style-46 .additional-style-44__divider,
  .additional-style.additional-style-46 .additional-style-45__divider,
  .additional-style.additional-style-46 .additional-style-46__divider,
  .additional-style.additional-style-46 .additional-style-47__divider, .additional-style.additional-style-47 .additional-style-41__divider,
  .additional-style.additional-style-47 .additional-style-42__divider,
  .additional-style.additional-style-47 .additional-style-43__divider,
  .additional-style.additional-style-47 .additional-style-44__divider,
  .additional-style.additional-style-47 .additional-style-45__divider,
  .additional-style.additional-style-47 .additional-style-46__divider,
  .additional-style.additional-style-47 .additional-style-47__divider {
    display: none;
  }
}
.additional-style.additional-style-42:before {
  background: rgba(241, 86, 33, 0.8);
}
.additional-style.additional-style-44, .additional-style.additional-style-45 {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-bg2.jpg);
}
.additional-style.additional-style-44:before, .additional-style.additional-style-45:before {
  background-color: rgba(241, 86, 33, 0.8);
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-44:before, .additional-style.additional-style-45:before {
    background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-arrowbg-grey.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
  }
}
.additional-style.additional-style-45:before {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-45:before {
    background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-arrowbg-orange.png);
  }
}
.additional-style.additional-style-45 ul li:before {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/tick-orange.svg);
}
.additional-style.additional-style-46, .additional-style.additional-style-47 {
  background: #171717;
}
.additional-style.additional-style-46:before, .additional-style.additional-style-47:before {
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-46:before, .additional-style.additional-style-47:before {
    background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-arrowbg-orange-small.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
.additional-style.additional-style-46 h3, .additional-style.additional-style-47 h3 {
  margin-bottom: 10px;
  display: none;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-46 h3, .additional-style.additional-style-47 h3 {
    display: block;
    font-size: 1.75rem;
  }
}
.additional-style.additional-style-46 ul li:before, .additional-style.additional-style-47 ul li:before {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/tick-orange.svg);
}
.additional-style.additional-style-47 {
  background: #F15621;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-47:before {
    background-image: url(https://img.spidersnet.co.uk/code-snippets/rac-arrowbg-grey-small.png);
  }
}
.additional-style.additional-style-47 ul li:before {
  background-image: url(https://img.spidersnet.co.uk/code-snippets/tick-black.svg);
}
.additional-style.additional-style-51 {
  background: linear-gradient(to bottom, #063176, #27314c);
  color: #b1b7c3;
}
.additional-style.additional-style-51 h2, .additional-style.additional-style-51 h3, .additional-style.additional-style-51 h4 {
  color: #fff;
}
.additional-style.additional-style-51 .additional-style-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.additional-style.additional-style-51 .additional-style-inner, .additional-style.additional-style-51 .additional-style-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.additional-style.additional-style-51 .additional-style-inner:last-child:not(:first-child) {
  float: right;
}
.additional-style.additional-style-51 .additional-style-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.additional-style.additional-style-51 .additional-style-inner .additional-style-text {
  margin-bottom: 30px;
}
.additional-style.additional-style-51 .additional-style-inner .additional-style-text h4 {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  background: #2f3d64;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.additional-style.additional-style-51 .additional-style-inner .additional-style-text h2 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-51 .additional-style-inner .additional-style-text h2 {
    font-size: 2.625rem;
  }
}
.additional-style.additional-style-51 .additional-style-inner .additional-style-text p {
  line-height: 1.2;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-51 .additional-style-inner .additional-style-text p {
    font-size: 1.25rem;
  }
}
.additional-style.additional-style-51 .additional-style-inner ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.additional-style.additional-style-51 .additional-style-inner ul li {
  text-align: left;
  padding: 20px 25px;
  background: #2f3d64;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .additional-style.additional-style-51 .additional-style-inner ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 75em) {
  .additional-style.additional-style-51 .additional-style-inner ul li {
    width: calc(33.333% - 20px);
  }
}
.additional-style.additional-style-51 .additional-style-inner ul li img {
  height: 20px;
  margin-top: 4px;
}
.additional-style.additional-style-51 .additional-style-inner ul li h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}
.additional-style.additional-style-51 .additional-style-inner ul li p {
  line-height: 1.2;
  margin-bottom: 0;
}
.additional-style .additional-style-55 {
  background: linear-gradient(90deg, #4FBDED -5.53%, #FFF 34.91%, #FFF 64.04%, #4FBDED 112.52%);
  border-bottom: 4px solid #0D4A6E;
  padding-top: 10px;
  padding-bottom: 10px;
}
.additional-style .additional-style-55 .additional-style-inner {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .additional-style .additional-style-55 .additional-style-inner {
    flex-direction: row;
    gap: 40px;
  }
}
.additional-style .additional-style-55 h3 {
  margin-bottom: 0;
  line-height: 1.2;
}
.additional-style .additional-style-55 h3.light {
  color: #0ea5e9;
}
.additional-style .additional-style-55 img {
  max-height: 30px;
  margin-right: 10px;
}
.additional-style .additional-style-55 span {
  font-size: 20px;
}

.node-frontpage .additional-style h2 {
  text-transform: none;
  margin-bottom: 15px;
}
.node-frontpage .additional-style h2:before {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  word-break: break-word;
  font-variant-numeric: lining-nums;
}

input {
  font-variant-numeric: lining-nums;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.video-youtube {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#map,
#mapFooter,
#mapContact,
#mapHome {
  height: 300px;
  margin-bottom: 20px;
}

.tabs-title {
  background: #121212;
}

.is-dropdown-submenu {
  width: auto;
  min-width: 100%;
}
.is-dropdown-submenu li {
  width: 100%;
}
.is-dropdown-submenu li a {
  white-space: nowrap;
}

select option[disabled] {
  display: none;
}

select option {
  background: #fff;
  color: #000;
}

.no-stock {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.no-stock, .no-stock:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.no-stock:last-child:not(:first-child) {
  float: right;
}
.no-stock {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px 100px;
  position: relative;
}
.no-stock h2 {
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.no-stock p {
  font-size: 2.125rem;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 400;
}
.no-stock .bg {
  position: absolute;
  top: 0;
  height: 100%;
}
.no-stock .bg-left {
  right: auto;
  left: 0;
}
.no-stock .bg-right {
  right: 0;
  left: auto;
}

.button.disabled,
.button[disabled] {
  opacity: 1;
  cursor: pointer;
}

.mfp-bg {
  z-index: 999998 !important;
}

.mfp-wrap {
  z-index: 999999 !important;
}

.mfp-close:hover,
.mfp-close:focus {
  background: transparent;
}

.no-js [data-responsive-menu] ul {
  display: none;
}
@media screen and (max-width: 47.99875em) {
  .no-js .top-bar {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .no-js .title-bar {
    display: none;
  }
}

.fr-view .leaflet-container img {
  position: absolute;
}

@media print, screen and (max-width: 47.99875em) {
  .reveal.block-phone-numbers__mobile {
    height: auto;
    min-height: auto;
    width: 85%;
    margin: auto;
  }
}
.reveal:focus {
  outline: none !important;
}
.reveal .close-button {
  padding: 0;
  font-size: 25px;
}

.block-phone-numbers__desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .block-phone-numbers__desktop {
    display: inline-block;
  }
}
.block-phone-numbers__mobile {
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 25px;
}
.block-phone-numbers__mobile p,
.block-phone-numbers__mobile .header-phone .field-name-field-label {
  color: #000;
}
.block-phone-numbers__mobile-button {
  padding: 10px !important;
  margin-bottom: 0;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .block-phone-numbers__mobile-button {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  #testDriveModal {
    width: 800px;
  }
}

.reveal-overlay {
  z-index: 99999;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type=date] {
  background-image: url(/basemedia/calendar.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 15px;
}

@media screen and (max-width: 47.99875em) {
  .thank-you .thank-you-buttons {
    text-align: center;
  }
}
.thank-you .thank-you-buttons .button {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .thank-you .thank-you-buttons .button {
    width: auto;
    min-width: 250px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #d1d0cf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #2196f3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.l-footer-statement {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-footer-statement::before, .l-footer-statement::after {
  display: table;
  content: " ";
}
.l-footer-statement::after {
  clear: both;
}
.l-footer-statement__outer {
  clear: both;
  background: #111;
  border-top: 1px solid #555;
}
.l-footer-statement__inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-footer-statement__inner, .l-footer-statement__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-footer-statement__inner:last-child:not(:first-child) {
  float: right;
}
.l-footer-statement__inner {
  padding-top: 15px;
}
.l-footer-statement p {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
}

/* Replace Twitter icon with X */
i.fa-twitter:before {
  content: "\e61b";
}

/* Replace Music Note icon with TikTok */
i.fa-music:before {
  content: "\e07b";
  font-family: "Font Awesome 6 Brands";
}

/* Replace @ icon with Threads */
i.fa-at:before {
  content: "\e618";
  font-family: "Font Awesome 6 Brands";
}

body.error .error-title {
  font-size: 5rem;
  font-weight: 900;
}

html.disable-scroll {
  overflow-y: hidden;
}

/* Cookies Banner */
.cookie-consent-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.cookie-consent-backdrop .cookie-consent-manage-options-container {
  padding: 0 30px 25px;
}
.cookie-consent-backdrop .cookie-consent-manage-options-header {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 18px;
  position: sticky;
  top: 0;
  background-color: white;
}
.cookie-consent-backdrop .cookie-consent-manage-options-header p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: rgb(95, 99, 104);
  text-align: center;
}
.cookie-consent-backdrop .cookie-consent-manage-options-content-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.cookie-consent-backdrop .cookie-consent-manage-options-content-desc {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: normal;
  font-weight: 400;
}
.cookie-consent-backdrop .cookie-consent-manage-options-header svg {
  cursor: pointer;
}
.cookie-consent-backdrop .cookie-consent-option-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
.cookie-consent-backdrop .cookie-consent-option-subtitle {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 9px;
}
.cookie-consent-backdrop .cookie-consent-option-consent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-consent-backdrop .cookie-consent-option-consent p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: rgb(95, 99, 104);
}
.cookie-consent-backdrop .cookie-consent-option {
  border: 1px solid rgb(218, 220, 224);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 18px;
}
.cookie-consent-backdrop .cookie-consent-option-description {
  font-size: 14px;
  color: rgb(95, 99, 104);
  line-height: normal;
}
.cookie-consent-backdrop .cookie-consent-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px;
  max-width: 512px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.cookie-consent-backdrop .cookie-consent-container-content {
  padding: 25px 25px 0;
}
.cookie-consent-backdrop .cookie-consent-buttons {
  position: sticky;
  background-color: white;
  bottom: -0.1px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid rgb(218, 220, 224);
}
@media screen and (min-width: 768px) {
  .cookie-consent-backdrop .cookie-consent-buttons {
    flex-direction: row;
  }
}
.cookie-consent-backdrop #view-manage .cookie-consent-buttons {
  padding: 20px;
}
.cookie-consent-backdrop .cookie-consent-buttons button {
  width: 100%;
  border-radius: 20px;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  height: auto;
  width: 100%;
  margin: 0;
}
.cookie-consent-backdrop .cookie-consent-buttons button:before, .cookie-consent-backdrop .cookie-consent-buttons button:after {
  display: none;
}
.cookie-consent-backdrop .cookie-consent-buttons button:hover,
.cookie-consent-backdrop .cookie-consent-buttons button:active,
.cookie-consent-backdrop .cookie-consent-buttons button:focus {
  background: rgb(218, 220, 224);
  color: rgb(95, 99, 104);
}
.cookie-consent-backdrop .cookie-consent-buttons button:focus {
  background: white;
}
.cookie-consent-backdrop .cookie-consent-buttons button.cookie-consent-primary {
  border: 0;
  background: var(--primary-color, #000);
  color: var(--text-on-primary-color, #fff);
}
.cookie-consent-backdrop .cookie-consent-buttons button.cookie-consent-primary:hover {
  background: var(--primary-color, #000);
  color: var(--text-on-primary-color, #fff);
  opacity: 0.8;
}
.cookie-consent-backdrop .cookie-consent-manage-options {
  background: #fff;
  color: rgb(95, 99, 104);
  border: rgb(95, 99, 104) solid 1px;
  padding: 10px 20px;
  border-radius: 5px;
}
.cookie-consent-backdrop .cookie-consent-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}
.cookie-consent-backdrop .cookie-consent-description {
  font-size: 16px;
  line-height: normal;
  color: rgb(95, 99, 104);
  margin-bottom: 25px;
}
.cookie-consent-backdrop {
  /* The switch - the box around the slider */
}
.cookie-consent-backdrop .cookie-consent-option .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.cookie-consent-backdrop {
  /* Hide default HTML checkbox */
}
.cookie-consent-backdrop .cookie-consent-option .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-consent-backdrop {
  /* The slider */
}
.cookie-consent-backdrop .cookie-consent-option .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.cookie-consent-backdrop .cookie-consent-option .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie-consent-backdrop .cookie-consent-option input:checked + .slider {
  background-color: rgb(25, 84, 228);
}
.cookie-consent-backdrop .cookie-consent-option input:checked:disabled + .slider {
  background-color: #838383;
  cursor: not-allowed;
}
.cookie-consent-backdrop .cookie-consent-option input:focus + .slider {
  box-shadow: 0 0 1px rgb(25, 84, 228);
}
.cookie-consent-backdrop .cookie-consent-option input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.cookie-consent-backdrop {
  /* Rounded sliders */
}
.cookie-consent-backdrop .slider.round {
  border-radius: 34px;
}
.cookie-consent-backdrop .slider.round:before {
  border-radius: 50%;
}

.grecaptcha-badge {
  display: none !important;
}

.recaptcha-text {
  font-size: 0.75rem;
  margin-top: 10px;
  opacity: 0.7;
}

img {
  color: transparent;
}

.at-valuation-popup {
  background: #fff !important;
  color: #000 !important;
  border-radius: 20px;
  border: 0;
  padding: 40px;
  padding-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .at-valuation-popup {
    width: 800px;
  }
}
.at-valuation-popup h2,
.at-valuation-popup h3,
.at-valuation-popup p {
  color: #000 !important;
}
.at-valuation-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.at-valuation-popup__header .close {
  font-size: 30px;
}
.at-valuation-popup h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.at-valuation-popup h2 span {
  color: #ff4436;
}
.at-valuation-popup h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.at-valuation-popup ul {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .at-valuation-popup ul.two-col {
    column-count: 2;
  }
}
.at-valuation-popup ul.points {
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .at-valuation-popup ul.points {
    column-count: 2;
  }
}
.at-valuation-popup ul.points li {
  margin-bottom: 10px;
}
.at-valuation-popup ul.points li i {
  margin-right: 5px;
}
.at-valuation-popup .labels-table .label-row {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
  gap: 24px;
}
.at-valuation-popup .labels-table .label-row .label {
  width: 155px;
  max-width: 100%;
  flex-shrink: 0;
}
.at-valuation-popup .labels-table .label-row .divider {
  height: 36px;
  width: 1px;
  background: #d7d7d7;
}
.at-valuation-popup .labels-table .label-row .text {
  color: #7b7b7b;
  font-size: 0.9375rem;
}
.at-valuation-popup .button {
  background: #0369a3;
  color: #fff;
  border-radius: 200px;
  height: 38px;
  min-height: auto;
  font-size: 13px;
  font-weight: 700;
  width: 300px;
  max-width: 100%;
  text-transform: none;
  padding: 12px;
  margin-top: 20px;
}

.spin-iframe {
  width: 840px;
  max-width: 100%;
  margin: 0px auto;
  display: block;
  aspect-ratio: 2/1;
  border: 0;
}

html {
  scroll-padding-top: 90px; /* height of sticky header */
}

.button, button, input[type=submit] {
  height: 38px;
  color: #121212;
  padding: 11px 15px;
  border: 1px solid #121212;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 48em) {
  .button:hover, button:hover, input[type=submit]:hover {
    opacity: 0.8;
  }
}
.button.black, button.black, input[type=submit].black {
  color: #000;
  border: 1px solid #000;
}

.button.success,
.button.success:hover,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #6a0807;
  color: #fff;
}

.page {
  overflow-x: hidden;
}

select {
  padding-right: 25px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("/media/dropdown.svg") no-repeat right #fff;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, select {
  min-height: 38px;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  font-size: 0.875rem;
}

#saved-vehicles {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 5px 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  z-index: 9999;
  font-size: 0.875rem;
}

@media screen and (max-width: 47.99875em) {
  body:not(.no-toolbar) #saved-vehicles {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  body:not(.no-toolbar) .l-chat-icon {
    display: none;
  }
}

.mfp-arrow:hover, .mfp-arrow:focus {
  background-color: transparent !important;
}

.l-node-used-vehicle--compare::before, .l-node-used-vehicle--compare::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--compare::after {
  clear: both;
}
.l-node-used-vehicle--compare {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--compare {
    margin-top: 80px;
  }
}
.l-node-used-vehicle--compare__labels {
  width: 33.333%;
  color: #000000;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 -5px;
}
@media screen and (min-width: 767px) {
  .l-node-used-vehicle--compare__labels {
    width: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .l-node-used-vehicle--compare__labels {
    width: 16.666%;
  }
}
.l-node-used-vehicle--compare__labels--image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
@media screen and (min-width: 767px) {
  .l-node-used-vehicle--compare__labels--image {
    margin-bottom: 12px;
  }
}
.l-node-used-vehicle--compare__labels--wrap {
  margin: 0 5px;
}
.l-node-used-vehicle--compare__results {
  width: 66.666%;
  float: right;
}
@media screen and (min-width: 767px) {
  .l-node-used-vehicle--compare__results {
    width: 75%;
  }
}
@media screen and (min-width: 1023px) {
  .l-node-used-vehicle--compare__results {
    width: 83.333%;
  }
}
.l-node-used-vehicle--compare__results--specs {
  border: 1px solid #D8D8D8;
  margin-bottom: 10px;
}

.l-node-branch--contact-page {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .l-node-branch--contact-page {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .l-node-branch--contact-page {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.l-node-branch--contact-page::before, .l-node-branch--contact-page::after {
  display: table;
  content: " ";
}
.l-node-branch--contact-page::after {
  clear: both;
}
.l-node-branch--contact-page__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--contact-page__title, .l-node-branch--contact-page__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--contact-page__title:last-child:not(:first-child) {
  float: right;
}
.l-node-branch--contact-page__address {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--contact-page__address, .l-node-branch--contact-page__address:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--contact-page__address:last-child:not(:first-child) {
  float: right;
}
.l-node-branch--contact-page__address {
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  .l-node-branch--contact-page__address {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-branch--contact-page__address, .l-node-branch--contact-page__address:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-branch--contact-page__address:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-branch--contact-page__directions {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--contact-page__directions, .l-node-branch--contact-page__directions:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--contact-page__directions:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-branch--contact-page__directions {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-branch--contact-page__directions, .l-node-branch--contact-page__directions:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-branch--contact-page__directions:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-branch--contact-page__departments {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--contact-page__departments, .l-node-branch--contact-page__departments:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--contact-page__departments:last-child:not(:first-child) {
  float: right;
}

.field-name-get-directions .directions__inner {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .field-name-get-directions .directions__inner {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .field-name-get-directions .directions__inner {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.field-name-get-directions .directions__inner::before, .field-name-get-directions .directions__inner::after {
  display: table;
  content: " ";
}
.field-name-get-directions .directions__inner::after {
  clear: both;
}
.field-name-get-directions .directions__label {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.field-name-get-directions .directions__label, .field-name-get-directions .directions__label:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.field-name-get-directions .directions__label:last-child:not(:first-child) {
  float: right;
}
.field-name-get-directions .directions__label {
  margin-bottom: 5px;
}
.field-name-get-directions .directions__location {
  margin-bottom: 0;
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.field-name-get-directions .directions__location, .field-name-get-directions .directions__location:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.field-name-get-directions .directions__location:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .field-name-get-directions .directions__location {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .field-name-get-directions .directions__location, .field-name-get-directions .directions__location:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .field-name-get-directions .directions__location:last-child:not(:first-child) {
    float: right;
  }
}
.field-name-get-directions .directions__transport {
  margin-bottom: 0;
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.field-name-get-directions .directions__transport, .field-name-get-directions .directions__transport:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.field-name-get-directions .directions__transport:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .field-name-get-directions .directions__transport {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .field-name-get-directions .directions__transport, .field-name-get-directions .directions__transport:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .field-name-get-directions .directions__transport:last-child:not(:first-child) {
    float: right;
  }
}
.field-name-get-directions .directions__submit {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.field-name-get-directions .directions__submit, .field-name-get-directions .directions__submit:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.field-name-get-directions .directions__submit:last-child:not(:first-child) {
  float: right;
}

.l-node-department--full {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .l-node-department--full {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .l-node-department--full {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.l-node-department--full::before, .l-node-department--full::after {
  display: table;
  content: " ";
}
.l-node-department--full::after {
  clear: both;
}
.l-node-department--full {
  margin-bottom: 20px;
}
.l-node-department--full__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-department--full__title, .l-node-department--full__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-department--full__title:last-child:not(:first-child) {
  float: right;
}
.l-node-department--full__telephone-numbers {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-department--full__telephone-numbers, .l-node-department--full__telephone-numbers:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-department--full__telephone-numbers:last-child:not(:first-child) {
  float: right;
}
.l-node-department--full__telephone-numbers {
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  .l-node-department--full__telephone-numbers {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-department--full__telephone-numbers, .l-node-department--full__telephone-numbers:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-department--full__telephone-numbers:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-department--full__telephone-numbers .contact-phone__label,
.l-node-department--full__telephone-numbers .contact-phone__phone {
  display: inline-block;
}
.l-node-department--full__opening-hours {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-department--full__opening-hours, .l-node-department--full__opening-hours:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-department--full__opening-hours:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-department--full__opening-hours {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-department--full__opening-hours, .l-node-department--full__opening-hours:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-department--full__opening-hours:last-child:not(:first-child) {
    float: right;
  }
  .l-node-department--full__opening-hours {
    float: right !important;
  }
}
.l-node-department--full__opening-hours .contact-hours__hours {
  white-space: nowrap;
}

.l-node-branch--vehicle-branch__left {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--vehicle-branch__left, .l-node-branch--vehicle-branch__left:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--vehicle-branch__left:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-branch--vehicle-branch__left {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-branch--vehicle-branch__left, .l-node-branch--vehicle-branch__left:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-branch--vehicle-branch__left:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-branch--vehicle-branch__map {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-branch--vehicle-branch__map, .l-node-branch--vehicle-branch__map:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-branch--vehicle-branch__map:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-branch--vehicle-branch__map {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-branch--vehicle-branch__map, .l-node-branch--vehicle-branch__map:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-branch--vehicle-branch__map:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-branch--vehicle-branch__address {
  margin-bottom: 10px;
}
.l-node-branch--vehicle-branch__departments {
  margin-bottom: 10px;
}
.l-node-branch--vehicle-branch__departments .contact-phone__label, .l-node-branch--vehicle-branch__departments .contact-phone__phone {
  display: inline-block;
}
.l-node-new-vehicle--search-results::before, .l-node-new-vehicle--search-results::after {
  display: table;
  content: " ";
}
.l-node-new-vehicle--search-results::after {
  clear: both;
}
.l-node-new-vehicle--search-results > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.l-node-new-vehicle--search-results > li:nth-of-type(1n) {
  clear: none;
}
.l-node-new-vehicle--search-results > li:nth-of-type(1n+1) {
  clear: both;
}
.l-node-new-vehicle--search-results > li:last-child {
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .l-node-new-vehicle--search-results > li {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .l-node-new-vehicle--search-results > li:nth-of-type(1n) {
    clear: none;
  }
  .l-node-new-vehicle--search-results > li:nth-of-type(2n+1) {
    clear: both;
  }
  .l-node-new-vehicle--search-results > li:last-child {
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .l-node-new-vehicle--search-results > li {
    float: left;
    width: 25%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .l-node-new-vehicle--search-results > li:nth-of-type(1n) {
    clear: none;
  }
  .l-node-new-vehicle--search-results > li:nth-of-type(4n+1) {
    clear: both;
  }
  .l-node-new-vehicle--search-results > li:last-child {
    float: left;
  }
}
.l-node-new-vehicle--search-results {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.l-node-new-vehicle--full__gallery {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-new-vehicle--full__gallery, .l-node-new-vehicle--full__gallery:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-new-vehicle--full__gallery:last-child:not(:first-child) {
  float: right;
}
.l-node-new-vehicle--full__gallery {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .l-node-new-vehicle--full__gallery {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-new-vehicle--full__gallery, .l-node-new-vehicle--full__gallery:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-new-vehicle--full__gallery:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-new-vehicle--full__main-details {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-new-vehicle--full__main-details, .l-node-new-vehicle--full__main-details:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-new-vehicle--full__main-details:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .l-node-new-vehicle--full__main-details {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-new-vehicle--full__main-details, .l-node-new-vehicle--full__main-details:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-new-vehicle--full__main-details:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-new-vehicle--full__body {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-new-vehicle--full__body, .l-node-new-vehicle--full__body:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-new-vehicle--full__body:last-child:not(:first-child) {
  float: right;
}

.l-node-new-vehicles__header {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .l-node-new-vehicles__header {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .l-node-new-vehicles__header {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.l-node-new-vehicles__header::before, .l-node-new-vehicles__header::after {
  display: table;
  content: " ";
}
.l-node-new-vehicles__header::after {
  clear: both;
}
.l-node-new-vehicles__main {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-new-vehicles__main::before, .l-node-new-vehicles__main::after {
  display: table;
  content: " ";
}
.l-node-new-vehicles__main::after {
  clear: both;
}
.l-node-new-vehicles .l-node-page--full__slideshow {
  padding: 0;
}
.l-node-new-vehicles__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-new-vehicles__title, .l-node-new-vehicles__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-new-vehicles__title:last-child:not(:first-child) {
  float: right;
}
.l-node-new-vehicles__content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-new-vehicles__content, .l-node-new-vehicles__content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-new-vehicles__content:last-child:not(:first-child) {
  float: right;
}
.l-node-new-vehicles__content::before, .l-node-new-vehicles__content::after {
  display: table;
  content: " ";
}
.l-node-new-vehicles__content::after {
  clear: both;
}
.l-node-new-vehicles__images {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .l-node-new-vehicles__images {
    float: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-new-vehicles__images .page-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}
.l-node-new-vehicles__videos {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-new-vehicles__videos {
    float: right;
    clear: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-new-vehicles__videos .page-video {
  margin-bottom: 10px;
}

.l-node-testimonials {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-testimonials, .l-node-testimonials:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-testimonials:last-child:not(:first-child) {
  float: right;
}
.l-node-testimonials {
  margin-bottom: 50px;
}
.l-node-testimonials__list {
  list-style-type: none;
  margin: 0;
}

.images-on-the-left .l-node-testimonial {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.images-on-the-left .l-node-testimonial::before, .images-on-the-left .l-node-testimonial::after {
  display: table;
  content: " ";
}
.images-on-the-left .l-node-testimonial::after {
  clear: both;
}
.images-on-the-left .l-node-testimonial {
  margin-bottom: 40px;
  padding: 20px 5px;
}
.images-on-the-left .l-node-testimonial__image {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.images-on-the-left .l-node-testimonial__image, .images-on-the-left .l-node-testimonial__image:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.images-on-the-left .l-node-testimonial__image:last-child:not(:first-child) {
  float: right;
}
.images-on-the-left .l-node-testimonial__image {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .images-on-the-left .l-node-testimonial__image {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-on-the-left .l-node-testimonial__image, .images-on-the-left .l-node-testimonial__image:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-on-the-left .l-node-testimonial__image:last-child:not(:first-child) {
    float: right;
  }
  .images-on-the-left .l-node-testimonial__image {
    margin-bottom: 0;
  }
}
.images-on-the-left .l-node-testimonial__content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.images-on-the-left .l-node-testimonial__content, .images-on-the-left .l-node-testimonial__content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.images-on-the-left .l-node-testimonial__content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .images-on-the-left .l-node-testimonial__content-with-img {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-on-the-left .l-node-testimonial__content-with-img, .images-on-the-left .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-on-the-left .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: right;
  }
}
.images-on-the-left .l-node-testimonial__header {
  margin-bottom: 15px;
}
.images-on-the-left .l-node-testimonial__title, .images-on-the-left .l-node-testimonial__stars, .images-on-the-left .l-node-testimonial__date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.images-alternating .l-node-testimonial {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .images-alternating .l-node-testimonial {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .images-alternating .l-node-testimonial {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.images-alternating .l-node-testimonial::before, .images-alternating .l-node-testimonial::after {
  display: table;
  content: " ";
}
.images-alternating .l-node-testimonial::after {
  clear: both;
}
.images-alternating .l-node-testimonial {
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .images-alternating .l-node-testimonial {
    display: flex;
    align-items: center;
  }
}
.images-alternating .l-node-testimonial__image {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.images-alternating .l-node-testimonial__image, .images-alternating .l-node-testimonial__image:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.images-alternating .l-node-testimonial__image:last-child:not(:first-child) {
  float: right;
}
.images-alternating .l-node-testimonial__image {
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .images-alternating .l-node-testimonial__image {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-alternating .l-node-testimonial__image, .images-alternating .l-node-testimonial__image:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-alternating .l-node-testimonial__image:last-child:not(:first-child) {
    float: right;
  }
  .images-alternating .l-node-testimonial__image {
    margin-bottom: 0;
  }
}
.images-alternating .l-node-testimonial__content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.images-alternating .l-node-testimonial__content, .images-alternating .l-node-testimonial__content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.images-alternating .l-node-testimonial__content:last-child:not(:first-child) {
  float: right;
}
.images-alternating .l-node-testimonial__content {
  padding: 20px;
}
@media screen and (min-width: 48em) {
  .images-alternating .l-node-testimonial__content-with-img {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-alternating .l-node-testimonial__content-with-img, .images-alternating .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-alternating .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: right;
  }
}
.images-alternating .l-node-testimonial__content--inner {
  padding: 20px;
}
.images-alternating .l-node-testimonial__header {
  margin-bottom: 15px;
}
.images-alternating .l-node-testimonial__title, .images-alternating .l-node-testimonial__stars, .images-alternating .l-node-testimonial__date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (min-width: 48em) {
  .images-alternating li:nth-child(even) .l-node-testimonial__image {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__image, .images-alternating li:nth-child(even) .l-node-testimonial__image:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__image:last-child:not(:first-child) {
    float: right;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__image {
    position: relative;
    left: 58.3333333333%;
  }
}
@media screen and (min-width: 48em) {
  .images-alternating li:nth-child(even) .l-node-testimonial__content-with-img {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__content-with-img, .images-alternating li:nth-child(even) .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__content-with-img:last-child:not(:first-child) {
    float: right;
  }
  .images-alternating li:nth-child(even) .l-node-testimonial__content-with-img {
    position: relative;
    left: -41.6666666667%;
  }
}

@media screen and (min-width: 48em) {
  .grid {
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (min-width: 75em) {
  .grid {
    column-count: 3;
    column-gap: 30px;
  }
}
.grid li {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.grid .l-node-testimonial {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.grid .l-node-testimonial::before, .grid .l-node-testimonial::after {
  display: table;
  content: " ";
}
.grid .l-node-testimonial::after {
  clear: both;
}
.grid .l-node-testimonial {
  padding: 20px;
  margin-bottom: 30px;
}
.grid .l-node-testimonial__image, .grid .l-node-testimonial__header {
  margin-bottom: 15px;
}
.grid .l-node-testimonial__title, .grid .l-node-testimonial__stars, .grid .l-node-testimonial__date {
  margin-bottom: 5px;
}

.l-header {
  background: #050505;
  z-index: 999;
}
.l-header__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-header__inner::before, .l-header__inner::after {
  display: table;
  content: " ";
}
.l-header__inner::after {
  clear: both;
}
.l-header__inner {
  max-width: 100%;
}
.l-header__top {
  background: #121212;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header__top .l-header__inner {
  display: flex;
  align-items: center;
}
.l-header__email {
  float: left;
  width: 50%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-header__email, .l-header__email:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-header__email:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 90em) {
  .l-header__email {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__email, .l-header__email:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__email:last-child:not(:first-child) {
    float: right;
  }
  .l-header__email {
    margin-left: 8.3333333333%;
  }
}
.l-header__email .header-email-wrap {
  margin-right: 10px;
}
.l-header__email .header-email-wrap,
.l-header__email .social.header {
  display: inline-block;
}
.l-header__contact-details {
  float: left;
  width: 50%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-header__contact-details, .l-header__contact-details:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-header__contact-details:last-child:not(:first-child) {
  float: right;
}
.l-header__contact-details {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (min-width: 90em) {
  .l-header__contact-details {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__contact-details, .l-header__contact-details:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__contact-details:last-child:not(:first-child) {
    float: right;
  }
  .l-header__contact-details:last-child:last-child {
    float: left;
  }
}
.l-header__contact-details .header-email-wrap,
.l-header__contact-details .block-phone-numbers.header {
  display: inline-block;
  margin-left: 10px;
}
.l-header__bottom {
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .l-header__bottom {
    padding-top: 20px;
  }
}
.l-header__bottom .l-header__inner {
  display: flex;
  align-items: center;
}
.l-header__bottom__logo {
  transition: all 0.2s ease-in-out;
}
.l-header__bottom__logo img {
  transition: all 0.2s ease-in-out;
}
.l-header__bottom.stickytop {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(18, 18, 18, 0.7);
  z-index: 9999;
  padding-top: 15px;
}
.l-header__bottom.stickytop .l-header__logo {
  padding-bottom: 0;
}
.l-header__bottom.stickytop .l-header__logo img {
  max-height: 30px;
}
.l-header__logo {
  float: left;
  width: 66.6666666667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-header__logo, .l-header__logo:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-header__logo:last-child:not(:first-child) {
  float: right;
}
.l-header__logo {
  z-index: 999;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .l-header__logo {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__logo, .l-header__logo:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__logo:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90em) {
  .l-header__logo {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__logo, .l-header__logo:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__logo:last-child:not(:first-child) {
    float: right;
  }
  .l-header__logo {
    margin-left: 8.3333333333%;
    padding-bottom: 10px;
  }
}
.l-header__logo img {
  max-height: 100px;
}
@media screen and (max-width: 47.99875em) {
  .l-header__logo img {
    max-height: 60px;
  }
}
.l-header__nav {
  width: 100%;
  float: left;
  width: 33.3333333333%;
  padding-right: 0;
  padding-left: 0;
}
.l-header__nav, .l-header__nav:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-header__nav:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .l-header__nav {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__nav, .l-header__nav:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__nav:last-child:not(:first-child) {
    float: right;
  }
  .l-header__nav:last-child:last-child {
    float: left;
  }
  .l-header__nav {
    align-self: center;
  }
}
@media screen and (min-width: 90em) {
  .l-header__nav {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-header__nav, .l-header__nav:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-header__nav:last-child:not(:first-child) {
    float: right;
  }
  .l-header__nav:last-child:last-child {
    float: left;
  }
}
.l-header .header-email {
  color: #fff;
}
.l-header .header-email i {
  margin-right: 3px;
}

@media screen and (min-width: 75em) {
  .front .l-header {
    width: 100%;
    background: transparent;
    background-image: linear-gradient(rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0));
    position: absolute;
    background: transparent;
    background-image: none;
  }
}

.l-footer {
  padding: 50px 0 30px 0;
  background-color: #121212;
  color: #fff;
  font-size: 0.875rem;
}
.l-footer a, .l-footer p {
  color: #fff;
  font-size: 0.875rem;
}
.l-footer .l-footer__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-footer .l-footer__inner::before, .l-footer .l-footer__inner::after {
  display: table;
  content: " ";
}
.l-footer .l-footer__inner::after {
  clear: both;
}
.l-footer .l-footer__inner {
  max-width: 100%;
}
.l-footer__images {
  background: #121212;
  border-top: 3px solid #6a0807;
  padding: 30px 0;
  display: none;
}
.l-footer__images.show {
  display: block;
}
.l-footer__images--wrap {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-footer__images--wrap, .l-footer__images--wrap:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-footer__images--wrap:last-child:not(:first-child) {
  float: right;
}
.l-footer__images--wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
.l-footer__images h2 {
  margin-bottom: 0;
}
.l-footer__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__inner::before, .l-footer__inner::after {
  display: table;
  content: " ";
}
.l-footer__inner::after {
  clear: both;
}
.l-footer__first img {
  margin-bottom: 15px;
}
.l-footer__first, .l-footer__second, .l-footer__third {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-footer__first, .l-footer__first:last-child:not(:first-child), .l-footer__second, .l-footer__second:last-child:not(:first-child), .l-footer__third, .l-footer__third:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-footer__first:last-child:not(:first-child), .l-footer__second:last-child:not(:first-child), .l-footer__third:last-child:not(:first-child) {
  float: right;
}
.l-footer__first, .l-footer__second, .l-footer__third {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .l-footer__first, .l-footer__second, .l-footer__third {
    float: left;
    width: 27.775%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-footer__first, .l-footer__first:last-child:not(:first-child), .l-footer__second, .l-footer__second:last-child:not(:first-child), .l-footer__third, .l-footer__third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-footer__first:last-child:not(:first-child), .l-footer__second:last-child:not(:first-child), .l-footer__third:last-child:not(:first-child) {
    float: right;
  }
  .l-footer__first:last-child:last-child, .l-footer__second:last-child:last-child, .l-footer__third:last-child:last-child {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .l-footer__first {
    margin-left: 8.3333333333%;
  }
}
.l-footer .view-content {
  display: none;
}

.not-front .l-main__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.not-front .l-main__inner::before, .not-front .l-main__inner::after {
  display: table;
  content: " ";
}
.not-front .l-main__inner::after {
  clear: both;
}
.not-front .l-main .l-main-content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.not-front .l-main .l-main-content, .not-front .l-main .l-main-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.not-front .l-main .l-main-content:last-child:not(:first-child) {
  float: right;
}
.not-front .l-main .l-sidebar {
  display: none;
}
.not-front .l-main .l-breadcrumb {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.not-front .l-main .l-breadcrumb::before, .not-front .l-main .l-breadcrumb::after {
  display: table;
  content: " ";
}
.not-front .l-main .l-breadcrumb::after {
  clear: both;
}
.not-front .l-main .l-breadcrumb__inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.not-front .l-main .l-breadcrumb__inner, .not-front .l-main .l-breadcrumb__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.not-front .l-main .l-breadcrumb__inner:last-child:not(:first-child) {
  float: right;
}

.peripheral-content .not-front .l-main__inner,
.vehicle-details .not-front .l-main__inner,
.contact-page .not-front .l-main__inner {
  max-width: 100%;
}
.peripheral-content .not-front .l-main .l-main-content,
.vehicle-details .not-front .l-main .l-main-content,
.contact-page .not-front .l-main .l-main-content {
  padding: 0;
}

.testimonials .l-main__inner,
.testimonial-content-type .l-main__inner {
  max-width: 100%;
}
.testimonials .l-main-content,
.testimonial-content-type .l-main-content {
  padding: 0 !important;
}

.l-featured {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-featured::before, .l-featured::after {
  display: table;
  content: " ";
}
.l-featured::after {
  clear: both;
}
.l-featured__inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-featured__inner, .l-featured__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-featured__inner:last-child:not(:first-child) {
  float: right;
}
.l-featured__outer {
  background: #e7e7e7;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  .l-featured__outer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .l-featured__outer {
    display: none;
  }
}
.l-featured__outer.open {
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: block;
  overflow-y: auto;
  margin-bottom: 0;
  padding-top: 40px;
}

.vehicle-results .l-node-used-vehicle--search,
.new-vehicle-results .l-node-used-vehicle--search,
.sold-gallery .l-node-used-vehicle--search,
.web-section-gallery .l-node-used-vehicle--search,
.branch-section-gallery .l-node-used-vehicle--search {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-results .l-node-used-vehicle--search, .vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
.new-vehicle-results .l-node-used-vehicle--search,
.new-vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
.sold-gallery .l-node-used-vehicle--search,
.sold-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
.web-section-gallery .l-node-used-vehicle--search,
.web-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
.branch-section-gallery .l-node-used-vehicle--search,
.branch-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
.new-vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
.sold-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
.web-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
.branch-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child) {
  float: right;
}
.vehicle-results .l-node-used-vehicle--search,
.new-vehicle-results .l-node-used-vehicle--search,
.sold-gallery .l-node-used-vehicle--search,
.web-section-gallery .l-node-used-vehicle--search,
.branch-section-gallery .l-node-used-vehicle--search {
  display: none;
}
@media screen and (min-width: 75em) {
  .vehicle-results .l-node-used-vehicle--search,
  .new-vehicle-results .l-node-used-vehicle--search,
  .sold-gallery .l-node-used-vehicle--search,
  .web-section-gallery .l-node-used-vehicle--search,
  .branch-section-gallery .l-node-used-vehicle--search {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .vehicle-results .l-node-used-vehicle--search, .vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
  .new-vehicle-results .l-node-used-vehicle--search,
  .new-vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
  .sold-gallery .l-node-used-vehicle--search,
  .sold-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
  .web-section-gallery .l-node-used-vehicle--search,
  .web-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
  .branch-section-gallery .l-node-used-vehicle--search,
  .branch-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
  .new-vehicle-results .l-node-used-vehicle--search:last-child:not(:first-child),
  .sold-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
  .web-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child),
  .branch-section-gallery .l-node-used-vehicle--search:last-child:not(:first-child) {
    float: right;
  }
  .vehicle-results .l-node-used-vehicle--search,
  .new-vehicle-results .l-node-used-vehicle--search,
  .sold-gallery .l-node-used-vehicle--search,
  .web-section-gallery .l-node-used-vehicle--search,
  .branch-section-gallery .l-node-used-vehicle--search {
    padding-left: 0;
    display: block;
  }
}
.vehicle-results .fmgauto-used-results,
.new-vehicle-results .fmgauto-used-results,
.sold-gallery .fmgauto-used-results,
.web-section-gallery .fmgauto-used-results,
.branch-section-gallery .fmgauto-used-results {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-results .fmgauto-used-results, .vehicle-results .fmgauto-used-results:last-child:not(:first-child),
.new-vehicle-results .fmgauto-used-results,
.new-vehicle-results .fmgauto-used-results:last-child:not(:first-child),
.sold-gallery .fmgauto-used-results,
.sold-gallery .fmgauto-used-results:last-child:not(:first-child),
.web-section-gallery .fmgauto-used-results,
.web-section-gallery .fmgauto-used-results:last-child:not(:first-child),
.branch-section-gallery .fmgauto-used-results,
.branch-section-gallery .fmgauto-used-results:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-results .fmgauto-used-results:last-child:not(:first-child),
.new-vehicle-results .fmgauto-used-results:last-child:not(:first-child),
.sold-gallery .fmgauto-used-results:last-child:not(:first-child),
.web-section-gallery .fmgauto-used-results:last-child:not(:first-child),
.branch-section-gallery .fmgauto-used-results:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .vehicle-results .fmgauto-used-results,
  .new-vehicle-results .fmgauto-used-results,
  .sold-gallery .fmgauto-used-results,
  .web-section-gallery .fmgauto-used-results,
  .branch-section-gallery .fmgauto-used-results {
    float: left;
    width: 75%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .vehicle-results .fmgauto-used-results, .vehicle-results .fmgauto-used-results:last-child:not(:first-child),
  .new-vehicle-results .fmgauto-used-results,
  .new-vehicle-results .fmgauto-used-results:last-child:not(:first-child),
  .sold-gallery .fmgauto-used-results,
  .sold-gallery .fmgauto-used-results:last-child:not(:first-child),
  .web-section-gallery .fmgauto-used-results,
  .web-section-gallery .fmgauto-used-results:last-child:not(:first-child),
  .branch-section-gallery .fmgauto-used-results,
  .branch-section-gallery .fmgauto-used-results:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-results .fmgauto-used-results:last-child:not(:first-child),
  .new-vehicle-results .fmgauto-used-results:last-child:not(:first-child),
  .sold-gallery .fmgauto-used-results:last-child:not(:first-child),
  .web-section-gallery .fmgauto-used-results:last-child:not(:first-child),
  .branch-section-gallery .fmgauto-used-results:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 75em) {
  .vehicle-results #listingsSearchPopup,
  .vehicle-results .close-button,
  .new-vehicle-results #listingsSearchPopup,
  .new-vehicle-results .close-button,
  .sold-gallery #listingsSearchPopup,
  .sold-gallery .close-button,
  .web-section-gallery #listingsSearchPopup,
  .web-section-gallery .close-button,
  .branch-section-gallery #listingsSearchPopup,
  .branch-section-gallery .close-button {
    display: none;
  }
}

.sidebar .l-node-used-vehicle--search-result__additional {
  display: none;
}
.sidebar .node-used-vehicle.view-mode-search_result .specs-list > li {
  float: left;
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.sidebar .node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(1n) {
  clear: none;
}
.sidebar .node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(1n+1) {
  clear: both;
}
.sidebar .node-used-vehicle.view-mode-search_result .specs-list > li:last-child {
  float: left;
}
.sidebar .node-used-vehicle.view-mode-search_result .specs-list li:nth-child(1n+7) {
  display: none;
}

.pop-up #listingsSearchPopup,
.pop-up .close-button,
.none #listingsSearchPopup,
.none .close-button {
  display: inline-block;
}
.pop-up .l-node-used-vehicle--search,
.none .l-node-used-vehicle--search {
  display: none;
}
.pop-up .fmgauto-used-results,
.none .fmgauto-used-results {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.pop-up .fmgauto-used-results, .pop-up .fmgauto-used-results:last-child:not(:first-child),
.none .fmgauto-used-results,
.none .fmgauto-used-results:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.pop-up .fmgauto-used-results:last-child:not(:first-child),
.none .fmgauto-used-results:last-child:not(:first-child) {
  float: right;
}

.none #listingsSearchPopup,
.none .close-button {
  display: none !important;
}

.l-block-promotional-block--default,
.l-block-promotional-block--sidebar {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .l-block-promotional-block--default,
  .l-block-promotional-block--sidebar {
    min-height: 200px;
  }
}
.l-block-promotional-block--default .block,
.l-block-promotional-block--sidebar .block {
  height: 101%;
  width: 101%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media screen and (min-width: 48em) {
  .l-block-promotional-block--default .block,
  .l-block-promotional-block--sidebar .block {
    display: table;
  }
}
.l-block-promotional-block--default .block,
.l-block-promotional-block--sidebar .block {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .l-block-promotional-block--default__heading,
  .l-block-promotional-block--sidebar__heading {
    position: relative;
    padding: 20px;
    padding-top: 150px;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .l-block-promotional-block--default__heading,
  .l-block-promotional-block--sidebar__heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
  }
  .l-block-promotional-block--default__heading-table,
  .l-block-promotional-block--sidebar__heading-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .l-block-promotional-block--default__heading-cell,
  .l-block-promotional-block--sidebar__heading-cell {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 20px;
    padding-bottom: 60px;
  }
}
.l-block-promotional-block--default__image,
.l-block-promotional-block--sidebar__image {
  width: 100%;
  height: 100%;
}
.l-block-promotional-block--default__image img,
.l-block-promotional-block--sidebar__image img {
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.l-block-promotional-block--default .block:hover,
.l-block-promotional-block--sidebar .block:hover {
  transform: scale(1.05);
}
.l-block-promotional-block--default .block:hover .l-block-promotional-block--default__heading,
.l-block-promotional-block--default .block:hover .l-block-promotional-block--custom__heading,
.l-block-promotional-block--default .block:hover .l-block-promotional-block--sidebar__heading,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--default__heading,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--custom__heading,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--sidebar__heading {
  background: rgba(0, 0, 0, 0);
}
.l-block-promotional-block--default .block:hover .l-block-promotional-block--default__images img,
.l-block-promotional-block--default .block:hover .l-block-promotional-block--custom__images img,
.l-block-promotional-block--default .block:hover .l-block-promotional-block--sidebar__images img,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--default__images img,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--custom__images img,
.l-block-promotional-block--sidebar .block:hover .l-block-promotional-block--sidebar__images img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.l-node-frontpage--full__wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-frontpage--full__wrap::before, .l-node-frontpage--full__wrap::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__wrap::after {
  clear: both;
}
.l-node-frontpage--full__slideshow {
  position: relative;
  height: 50vw;
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.l-node-frontpage--full__hero {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__hero {
    height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 48em) and (max-width: 74.99875em) {
  .l-node-frontpage--full__hero-content {
    background: #d6dadd;
    margin-top: -5px;
  }
  .l-node-frontpage--full__hero-content::before, .l-node-frontpage--full__hero-content::after {
    display: table;
    content: " ";
  }
  .l-node-frontpage--full__hero-content::after {
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__hero-content {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.l-node-frontpage--full__search {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__search, .l-node-frontpage--full__search:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__search:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__search {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-node-frontpage--full__rep-example {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__rep-example, .l-node-frontpage--full__rep-example:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__rep-example:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__rep-example {
  margin-top: 15px;
}
.l-node-frontpage--full__rep-example--outer {
  background: #000;
  color: #a9a9a9;
}
.l-node-frontpage--full__rep-example #fmgauto-finance-plugins--finance-parameters--representative-example {
  margin-bottom: 0;
}
.l-node-frontpage--full__blocks-one {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-one {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-one__col {
    width: 50%;
    float: left;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-one__row {
    height: 50vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-two {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-two__row-one {
    height: 60vh;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-two__row-two {
    height: 40vh;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-two__col {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__blocks-two__col-one, .l-node-frontpage--full__blocks-two__col-two {
    width: 100%;
    height: 50%;
    float: left;
    overflow: hidden;
  }
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__blocks-two__col-one, .l-node-frontpage--full__blocks-two__col-two {
    width: 50%;
    height: 100%;
  }
}
.l-node-frontpage--full__testimonials {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  background: url(/media/review_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.l-node-frontpage--full__testimonials:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6a0807;
  opacity: 0.8;
}
.l-node-frontpage--full__testimonials-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
  z-index: 99;
  width: 100%;
  position: relative;
}
.l-node-frontpage--full__content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-frontpage--full__content::before, .l-node-frontpage--full__content::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__content::after {
  clear: both;
}
.l-node-frontpage--full__content {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.l-node-frontpage--full__content-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__content-inner, .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__content-inner:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__content-inner {
    float: left;
    width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-frontpage--full__content-inner, .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: right;
  }
  .l-node-frontpage--full__content-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .l-node-frontpage--full__content-inner, .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__content-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-frontpage--full__content-inner, .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: right;
  }
  .l-node-frontpage--full__content-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .l-node-frontpage--full__content-inner, .l-node-frontpage--full__content-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_added_vehicles {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__latest-vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_sold_vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_added_vehicles, .l-node-frontpage--full__recently_added_vehicles:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__latest-vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_sold_vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_added_vehicles:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 1140px) {
  .l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_added_vehicles {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__latest-vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_sold_vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_added_vehicles, .l-node-frontpage--full__recently_added_vehicles:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__latest-vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_sold_vehicles:last-child:not(:first-child), .l-node-frontpage--full__recently_added_vehicles:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_added_vehicles {
  width: 100%;
}
.l-node-frontpage--full__latest-vehicles::before, .l-node-frontpage--full__latest-vehicles::after, .l-node-frontpage--full__recently_sold_vehicles::before, .l-node-frontpage--full__recently_sold_vehicles::after, .l-node-frontpage--full__recently_added_vehicles::before, .l-node-frontpage--full__recently_added_vehicles::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__latest-vehicles::after, .l-node-frontpage--full__recently_sold_vehicles::after, .l-node-frontpage--full__recently_added_vehicles::after {
  clear: both;
}
.l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_added_vehicles {
  clear: both;
  padding-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__latest-vehicles, .l-node-frontpage--full__recently_sold_vehicles, .l-node-frontpage--full__recently_added_vehicles {
    padding-bottom: 50px;
  }
}
.l-node-frontpage--full__images {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__images {
    float: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-frontpage--full__videos {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__videos {
    float: right;
    clear: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-frontpage--full__videos .page-video {
  margin-bottom: 10px;
}
.l-node-frontpage--full__rep-example {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__rep-example, .l-node-frontpage--full__rep-example:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__rep-example:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__promotional-blocks {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__promotional-blocks, .l-node-frontpage--full__promotional-blocks:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__promotional-blocks:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__extra-content, .l-node-frontpage--full__narrow-map {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-frontpage--full__extra-content::before, .l-node-frontpage--full__extra-content::after, .l-node-frontpage--full__narrow-map::before, .l-node-frontpage--full__narrow-map::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__extra-content::after, .l-node-frontpage--full__narrow-map::after {
  clear: both;
}
.l-node-frontpage--full__extra-content, .l-node-frontpage--full__narrow-map {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-node-frontpage--full__extra-content--inner, .l-node-frontpage--full__narrow-map--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__extra-content--inner, .l-node-frontpage--full__extra-content--inner:last-child:not(:first-child), .l-node-frontpage--full__narrow-map--inner, .l-node-frontpage--full__narrow-map--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__extra-content--inner:last-child:not(:first-child), .l-node-frontpage--full__narrow-map--inner:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__wide-map #mapFooter {
  margin-bottom: 0;
}
.l-node-frontpage--full__body-type-search, .l-node-frontpage--full__logo-search {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-frontpage--full__body-type-search::before, .l-node-frontpage--full__body-type-search::after, .l-node-frontpage--full__logo-search::before, .l-node-frontpage--full__logo-search::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__body-type-search::after, .l-node-frontpage--full__logo-search::after {
  clear: both;
}
.l-node-frontpage--full__body-type-search--outer, .l-node-frontpage--full__logo-search--outer {
  clear: both;
}
.l-node-frontpage--full__body-type-search--inner, .l-node-frontpage--full__logo-search--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__body-type-search--inner, .l-node-frontpage--full__body-type-search--inner:last-child:not(:first-child), .l-node-frontpage--full__logo-search--inner, .l-node-frontpage--full__logo-search--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__body-type-search--inner:last-child:not(:first-child), .l-node-frontpage--full__logo-search--inner:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__body-type-search--inner, .l-node-frontpage--full__logo-search--inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-node-frontpage--full__body-type-search h3, .l-node-frontpage--full__logo-search h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.l-node-frontpage--full__finance {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__finance, .l-node-frontpage--full__finance:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__finance:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__finance {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__finance {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-frontpage--full__finance, .l-node-frontpage--full__finance:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__finance:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-frontpage--full__finance-outer::before, .l-node-frontpage--full__finance-outer::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__finance-outer::after {
  clear: both;
}
.l-node-frontpage--full__finance-outer {
  background: url("/basemedia/finance-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__finance-outer {
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-node-frontpage--full__valuation {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-frontpage--full__valuation::before, .l-node-frontpage--full__valuation::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__valuation::after {
  clear: both;
}
.l-node-frontpage--full__valuation--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-frontpage--full__valuation--inner, .l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
  float: right;
}
.l-node-frontpage--full__valuation--inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__valuation--inner {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-frontpage--full__valuation--inner, .l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
    float: right;
  }
  .l-node-frontpage--full__valuation--inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__valuation--inner {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-frontpage--full__valuation--inner, .l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-frontpage--full__valuation--inner:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-frontpage--full__valuation--outer::before, .l-node-frontpage--full__valuation--outer::after {
  display: table;
  content: " ";
}
.l-node-frontpage--full__valuation--outer::after {
  clear: both;
}
.l-node-frontpage--full__valuation--outer {
  clear: both;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.l-node-frontpage--full__valuation--bg {
  display: none;
}
@media screen and (min-width: 48em) {
  .l-node-frontpage--full__valuation--bg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    background-image: url("/basemedia/valuation-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 75em) {
  .l-node-frontpage--full__valuation--bg {
    width: 60%;
  }
}

.node-testimonial.view-mode-teaser .testimonial-body {
  color: #fff;
}
.node-testimonial.view-mode-teaser .testimonial-body p {
  color: #fff;
}
.node-testimonial.view-mode-teaser .testimonial-body img {
  display: initial;
}
.node-testimonial.view-mode-teaser .testimonial-title {
  color: #fff;
  font-weight: bold;
}

.view-fmgauto-search-page .fmgauto-used-results {
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 48em) {
  .l-node-used-vehicle--filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-node-used-vehicle--search::before, .l-node-used-vehicle--search::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--search::after {
  clear: both;
}
.l-node-used-vehicle--search__wrap {
  background: #E7E7E7;
  padding: 20px;
  position: relative;
}
.l-node-used-vehicle--search.open {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
}
.l-node-used-vehicle--search.open .l-node-used-vehicle--search__wrap {
  position: relative;
  border-radius: 0;
  padding: 40px 15px;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--search.open .l-node-used-vehicle--search__wrap {
    width: 385px;
    padding: 80px 30px;
  }
}

.l-node-used-vehicle--compare-vehicle,
.l-node-used-vehicle--search-result,
.l-node-used-vehicle--sold-gallery {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--compare-vehicle::before, .l-node-used-vehicle--compare-vehicle::after,
.l-node-used-vehicle--search-result::before,
.l-node-used-vehicle--search-result::after,
.l-node-used-vehicle--sold-gallery::before,
.l-node-used-vehicle--sold-gallery::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--compare-vehicle::after,
.l-node-used-vehicle--search-result::after,
.l-node-used-vehicle--sold-gallery::after {
  clear: both;
}
.l-node-used-vehicle--compare-vehicle,
.l-node-used-vehicle--search-result,
.l-node-used-vehicle--sold-gallery {
  margin-top: 15px;
  margin-bottom: 50px;
}
.l-node-used-vehicle--compare-vehicle__header,
.l-node-used-vehicle--search-result__header,
.l-node-used-vehicle--sold-gallery__header {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--compare-vehicle__header::before, .l-node-used-vehicle--compare-vehicle__header::after,
.l-node-used-vehicle--search-result__header::before,
.l-node-used-vehicle--search-result__header::after,
.l-node-used-vehicle--sold-gallery__header::before,
.l-node-used-vehicle--sold-gallery__header::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--compare-vehicle__header::after,
.l-node-used-vehicle--search-result__header::after,
.l-node-used-vehicle--sold-gallery__header::after {
  clear: both;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .l-node-used-vehicle--compare-vehicle__header,
  .l-node-used-vehicle--search-result__header,
  .l-node-used-vehicle--sold-gallery__header {
    float: left;
    width: 58.3333333333%;
    padding-right: 0;
    padding-left: 0;
  }
  .l-node-used-vehicle--compare-vehicle__header, .l-node-used-vehicle--compare-vehicle__header:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__header,
  .l-node-used-vehicle--search-result__header:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__header,
  .l-node-used-vehicle--sold-gallery__header:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--compare-vehicle__header:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__header:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__header:last-child:not(:first-child) {
    float: right;
  }
  .l-node-used-vehicle--compare-vehicle__header,
  .l-node-used-vehicle--search-result__header,
  .l-node-used-vehicle--sold-gallery__header {
    float: right !important;
  }
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--compare-vehicle__header,
  .l-node-used-vehicle--search-result__header,
  .l-node-used-vehicle--sold-gallery__header {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-node-used-vehicle--compare-vehicle__header::before, .l-node-used-vehicle--compare-vehicle__header::after,
  .l-node-used-vehicle--search-result__header::before,
  .l-node-used-vehicle--search-result__header::after,
  .l-node-used-vehicle--sold-gallery__header::before,
  .l-node-used-vehicle--sold-gallery__header::after {
    display: table;
    content: " ";
  }
  .l-node-used-vehicle--compare-vehicle__header::after,
  .l-node-used-vehicle--search-result__header::after,
  .l-node-used-vehicle--sold-gallery__header::after {
    clear: both;
  }
}
.l-node-used-vehicle--compare-vehicle__title,
.l-node-used-vehicle--search-result__title,
.l-node-used-vehicle--sold-gallery__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--compare-vehicle__title, .l-node-used-vehicle--compare-vehicle__title:last-child:not(:first-child),
.l-node-used-vehicle--search-result__title,
.l-node-used-vehicle--search-result__title:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__title,
.l-node-used-vehicle--sold-gallery__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__title:last-child:not(:first-child),
.l-node-used-vehicle--search-result__title:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__title:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--compare-vehicle__title,
  .l-node-used-vehicle--search-result__title,
  .l-node-used-vehicle--sold-gallery__title {
    float: left;
    width: 75%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--compare-vehicle__title, .l-node-used-vehicle--compare-vehicle__title:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__title,
  .l-node-used-vehicle--search-result__title:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__title,
  .l-node-used-vehicle--sold-gallery__title:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--compare-vehicle__title:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__title:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__title:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--compare-vehicle__price,
.l-node-used-vehicle--search-result__price,
.l-node-used-vehicle--sold-gallery__price {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--compare-vehicle__price, .l-node-used-vehicle--compare-vehicle__price:last-child:not(:first-child),
.l-node-used-vehicle--search-result__price,
.l-node-used-vehicle--search-result__price:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__price,
.l-node-used-vehicle--sold-gallery__price:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__price:last-child:not(:first-child),
.l-node-used-vehicle--search-result__price:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__price:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--compare-vehicle__price,
.l-node-used-vehicle--search-result__price,
.l-node-used-vehicle--sold-gallery__price {
  text-align: right;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--compare-vehicle__price,
  .l-node-used-vehicle--search-result__price,
  .l-node-used-vehicle--sold-gallery__price {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--compare-vehicle__price, .l-node-used-vehicle--compare-vehicle__price:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__price,
  .l-node-used-vehicle--search-result__price:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__price,
  .l-node-used-vehicle--sold-gallery__price:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--compare-vehicle__price:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__price:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__price:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--compare-vehicle__monthly-payment,
.l-node-used-vehicle--search-result__monthly-payment,
.l-node-used-vehicle--sold-gallery__monthly-payment {
  text-align: right !important;
}
.l-node-used-vehicle--compare-vehicle__price-indicator,
.l-node-used-vehicle--search-result__price-indicator,
.l-node-used-vehicle--sold-gallery__price-indicator {
  margin-bottom: 5px;
}
.l-node-used-vehicle--compare-vehicle__photo,
.l-node-used-vehicle--search-result__photo,
.l-node-used-vehicle--sold-gallery__photo {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--compare-vehicle__photo, .l-node-used-vehicle--compare-vehicle__photo:last-child:not(:first-child),
.l-node-used-vehicle--search-result__photo,
.l-node-used-vehicle--search-result__photo:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__photo,
.l-node-used-vehicle--sold-gallery__photo:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__photo:last-child:not(:first-child),
.l-node-used-vehicle--search-result__photo:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__photo:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--compare-vehicle__photo,
.l-node-used-vehicle--search-result__photo,
.l-node-used-vehicle--sold-gallery__photo {
  margin-bottom: 5px;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--compare-vehicle__photo,
  .l-node-used-vehicle--search-result__photo,
  .l-node-used-vehicle--sold-gallery__photo {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--compare-vehicle__photo, .l-node-used-vehicle--compare-vehicle__photo:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__photo,
  .l-node-used-vehicle--search-result__photo:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__photo,
  .l-node-used-vehicle--sold-gallery__photo:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--compare-vehicle__photo:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__photo:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__photo:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--compare-vehicle__photo-save-mobile,
.l-node-used-vehicle--search-result__photo-save-mobile,
.l-node-used-vehicle--sold-gallery__photo-save-mobile {
  position: absolute;
  top: 10px;
  right: 10px;
}
.l-node-used-vehicle--compare-vehicle__photo-save-mobile .compare-button,
.l-node-used-vehicle--search-result__photo-save-mobile .compare-button,
.l-node-used-vehicle--sold-gallery__photo-save-mobile .compare-button {
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: auto;
}
.l-node-used-vehicle--compare-vehicle__photo-save-mobile .compare-button i,
.l-node-used-vehicle--search-result__photo-save-mobile .compare-button i,
.l-node-used-vehicle--sold-gallery__photo-save-mobile .compare-button i {
  color: #fff;
  border: #fff 1px solid;
  padding: 6px;
  font-size: 1.625rem;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--compare-vehicle__photo-save-mobile,
  .l-node-used-vehicle--search-result__photo-save-mobile,
  .l-node-used-vehicle--sold-gallery__photo-save-mobile {
    display: none;
  }
}
.l-node-used-vehicle--compare-vehicle__right,
.l-node-used-vehicle--search-result__right,
.l-node-used-vehicle--sold-gallery__right {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--compare-vehicle__right, .l-node-used-vehicle--compare-vehicle__right:last-child:not(:first-child),
.l-node-used-vehicle--search-result__right,
.l-node-used-vehicle--search-result__right:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__right,
.l-node-used-vehicle--sold-gallery__right:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__right:last-child:not(:first-child),
.l-node-used-vehicle--search-result__right:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__right:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--compare-vehicle__right,
  .l-node-used-vehicle--search-result__right,
  .l-node-used-vehicle--sold-gallery__right {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--compare-vehicle__right, .l-node-used-vehicle--compare-vehicle__right:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__right,
  .l-node-used-vehicle--search-result__right:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__right,
  .l-node-used-vehicle--sold-gallery__right:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--compare-vehicle__right:last-child:not(:first-child),
  .l-node-used-vehicle--search-result__right:last-child:not(:first-child),
  .l-node-used-vehicle--sold-gallery__right:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--compare-vehicle__branch,
.l-node-used-vehicle--search-result__branch,
.l-node-used-vehicle--sold-gallery__branch {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .l-node-used-vehicle--compare-vehicle__spec,
  .l-node-used-vehicle--search-result__spec,
  .l-node-used-vehicle--sold-gallery__spec {
    margin-bottom: 30px;
  }
}
.l-node-used-vehicle--compare-vehicle__additional,
.l-node-used-vehicle--search-result__additional,
.l-node-used-vehicle--sold-gallery__additional {
  display: none;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--compare-vehicle__additional,
  .l-node-used-vehicle--search-result__additional,
  .l-node-used-vehicle--sold-gallery__additional {
    display: block;
    margin-bottom: 15px;
  }
}
.l-node-used-vehicle--compare-vehicle__additional p,
.l-node-used-vehicle--search-result__additional p,
.l-node-used-vehicle--sold-gallery__additional p {
  font-size: 0.875rem;
}
.l-node-used-vehicle--compare-vehicle__footer,
.l-node-used-vehicle--search-result__footer,
.l-node-used-vehicle--sold-gallery__footer {
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.l-node-used-vehicle--compare-vehicle__footer, .l-node-used-vehicle--compare-vehicle__footer:last-child:not(:first-child),
.l-node-used-vehicle--search-result__footer,
.l-node-used-vehicle--search-result__footer:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__footer,
.l-node-used-vehicle--sold-gallery__footer:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__footer:last-child:not(:first-child),
.l-node-used-vehicle--search-result__footer:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__footer:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--compare-vehicle__footer,
.l-node-used-vehicle--search-result__footer,
.l-node-used-vehicle--sold-gallery__footer {
  padding-top: 20px;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--compare-vehicle__footer,
  .l-node-used-vehicle--search-result__footer,
  .l-node-used-vehicle--sold-gallery__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }
}
.l-node-used-vehicle--compare-vehicle__share,
.l-node-used-vehicle--search-result__share,
.l-node-used-vehicle--sold-gallery__share {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.l-node-used-vehicle--compare-vehicle__save, .l-node-used-vehicle--compare-vehicle__social,
.l-node-used-vehicle--search-result__save,
.l-node-used-vehicle--search-result__social,
.l-node-used-vehicle--sold-gallery__save,
.l-node-used-vehicle--sold-gallery__social {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.l-node-used-vehicle--compare-vehicle__social .social-share,
.l-node-used-vehicle--search-result__social .social-share,
.l-node-used-vehicle--sold-gallery__social .social-share {
  text-transform: uppercase;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
.l-node-used-vehicle--compare-vehicle__thumbs,
.l-node-used-vehicle--search-result__thumbs,
.l-node-used-vehicle--sold-gallery__thumbs {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--compare-vehicle__thumbs, .l-node-used-vehicle--compare-vehicle__thumbs:last-child:not(:first-child),
.l-node-used-vehicle--search-result__thumbs,
.l-node-used-vehicle--search-result__thumbs:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__thumbs,
.l-node-used-vehicle--sold-gallery__thumbs:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--compare-vehicle__thumbs:last-child:not(:first-child),
.l-node-used-vehicle--search-result__thumbs:last-child:not(:first-child),
.l-node-used-vehicle--sold-gallery__thumbs:last-child:not(:first-child) {
  float: right;
}

.l-node-used-vehicle--full__wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--full__wrap::before, .l-node-used-vehicle--full__wrap::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__wrap::after {
  clear: both;
}
.l-node-used-vehicle--full__rep-example {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__rep-example, .l-node-used-vehicle--full__rep-example:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__rep-example:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__header {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--full__header::before, .l-node-used-vehicle--full__header::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__header::after {
  clear: both;
}
.l-node-used-vehicle--full__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__title, .l-node-used-vehicle--full__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__title:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--full__title {
    float: left;
    width: 75%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--full__title, .l-node-used-vehicle--full__title:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--full__title:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--full__price {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__price, .l-node-used-vehicle--full__price:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__price:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__price {
  text-align: right;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--full__price {
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--full__price, .l-node-used-vehicle--full__price:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--full__price:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--full__monthly-payment {
  text-align: right;
}
.l-node-used-vehicle--full__price-indicator {
  margin-bottom: 5px;
}
.l-node-used-vehicle--full__gallery {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__gallery, .l-node-used-vehicle--full__gallery:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__gallery:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__gallery {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--full__gallery {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--full__gallery, .l-node-used-vehicle--full__gallery:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--full__gallery:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--full__main-specification {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__main-specification, .l-node-used-vehicle--full__main-specification:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__main-specification:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--full__main-specification {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--full__main-specification, .l-node-used-vehicle--full__main-specification:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--full__main-specification:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--full__branch {
  margin-bottom: 20px;
}
.l-node-used-vehicle--full__cta {
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.l-node-used-vehicle--full__cta, .l-node-used-vehicle--full__cta:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__cta:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__cta::before, .l-node-used-vehicle--full__cta::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__cta::after {
  clear: both;
}
.l-node-used-vehicle--full__cta {
  clear: both;
}
.l-node-used-vehicle--full__other-cta::before, .l-node-used-vehicle--full__other-cta::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__other-cta::after {
  clear: both;
}
.l-node-used-vehicle--full__other-cta {
  clear: both;
  border-top: 1px solid #6a0807;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
.l-node-used-vehicle--full__social {
  display: block;
}
.l-node-used-vehicle--full__technical, .l-node-used-vehicle--full__additional-vehicle-details, .l-node-used-vehicle--full__files, .l-node-used-vehicle--full__rcc, .l-node-used-vehicle--full__partex, .l-node-used-vehicle--full__finance, .l-node-used-vehicle--full__evolution-form {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__technical, .l-node-used-vehicle--full__technical:last-child:not(:first-child), .l-node-used-vehicle--full__additional-vehicle-details, .l-node-used-vehicle--full__additional-vehicle-details:last-child:not(:first-child), .l-node-used-vehicle--full__files, .l-node-used-vehicle--full__files:last-child:not(:first-child), .l-node-used-vehicle--full__rcc, .l-node-used-vehicle--full__rcc:last-child:not(:first-child), .l-node-used-vehicle--full__partex, .l-node-used-vehicle--full__partex:last-child:not(:first-child), .l-node-used-vehicle--full__finance, .l-node-used-vehicle--full__finance:last-child:not(:first-child), .l-node-used-vehicle--full__evolution-form, .l-node-used-vehicle--full__evolution-form:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__technical:last-child:not(:first-child), .l-node-used-vehicle--full__additional-vehicle-details:last-child:not(:first-child), .l-node-used-vehicle--full__files:last-child:not(:first-child), .l-node-used-vehicle--full__rcc:last-child:not(:first-child), .l-node-used-vehicle--full__partex:last-child:not(:first-child), .l-node-used-vehicle--full__finance:last-child:not(:first-child), .l-node-used-vehicle--full__evolution-form:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__technical, .l-node-used-vehicle--full__additional-vehicle-details, .l-node-used-vehicle--full__files, .l-node-used-vehicle--full__rcc, .l-node-used-vehicle--full__partex, .l-node-used-vehicle--full__finance, .l-node-used-vehicle--full__evolution-form {
  margin-bottom: 30px;
}
.l-node-used-vehicle--full__spin {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__spin, .l-node-used-vehicle--full__spin:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__spin:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__tabs {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-used-vehicle--full__tabs {
    float: left;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--full__tabs, .l-node-used-vehicle--full__tabs:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--full__tabs:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--full__partex .part-exchange-form {
  padding: 30px;
}
.l-node-used-vehicle--full__tabscontent {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--full__tabscontent::before, .l-node-used-vehicle--full__tabscontent::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__tabscontent::after {
  clear: both;
}
.l-node-used-vehicle--full__tabscontent-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__tabscontent-inner, .l-node-used-vehicle--full__tabscontent-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__tabscontent-inner:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__tabscontent-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-node-used-vehicle--full__tabscontent-outer {
  background: #E7E7E7;
  margin-bottom: 70px;
}
.l-node-used-vehicle--full__form {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__form, .l-node-used-vehicle--full__form:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__form:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__form {
  margin-bottom: 30px;
}
.l-node-used-vehicle--full__dealer-details {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-used-vehicle--full__dealer-details::before, .l-node-used-vehicle--full__dealer-details::after {
  display: table;
  content: " ";
}
.l-node-used-vehicle--full__dealer-details::after {
  clear: both;
}
.l-node-used-vehicle--full__dealer-details {
  margin-bottom: 20px;
}
.l-node-used-vehicle--full__features {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__features, .l-node-used-vehicle--full__features:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__features:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__features {
  margin-bottom: 30px;
}
.l-node-used-vehicle--full__features .label-above,
.l-node-used-vehicle--full__features #openall {
  display: inline-block;
  vertical-align: top;
}
.l-node-used-vehicle--full__features .label-above {
  margin-bottom: 20px;
}
.l-node-used-vehicle--full__features #openall {
  padding: 5px 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 2px;
  margin-right: 2px;
  float: right;
  display: none;
}
.l-node-used-vehicle--full__similar-vehicles {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--full__similar-vehicles, .l-node-used-vehicle--full__similar-vehicles:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--full__similar-vehicles:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--full__similar-vehicles {
  margin-bottom: 30px;
}

.l-node-page--full.no-form {
  margin-bottom: 40px;
}
.l-node-page--full__wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-page--full__wrap::before, .l-node-page--full__wrap::after {
  display: table;
  content: " ";
}
.l-node-page--full__wrap::after {
  clear: both;
}
.l-node-page--full__wrap-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__wrap-inner, .l-node-page--full__wrap-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__wrap-inner:last-child:not(:first-child) {
  float: right;
}
.l-node-page--full__slideshow {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__slideshow, .l-node-page--full__slideshow:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__slideshow:last-child:not(:first-child) {
  float: right;
}
.l-node-page--full__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__title, .l-node-page--full__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__title:last-child:not(:first-child) {
  float: right;
}
.l-node-page--full__content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__content, .l-node-page--full__content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__content:last-child:not(:first-child) {
  float: right;
}
.l-node-page--full__content::before, .l-node-page--full__content::after {
  display: table;
  content: " ";
}
.l-node-page--full__content::after {
  clear: both;
}
.l-node-page--full__images {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .l-node-page--full__images {
    float: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-page--full__videos {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-node-page--full__videos {
    float: right;
    clear: right;
    width: 320px;
    margin-left: 15px;
  }
}
.l-node-page--full__videos .page-video {
  margin-bottom: 10px;
}
.l-node-page--full__child-node-list {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__child-node-list, .l-node-page--full__child-node-list:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__child-node-list:last-child:not(:first-child) {
  float: right;
}
.l-node-page--full__formrow {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-page--full__formrow::before, .l-node-page--full__formrow::after {
  display: table;
  content: " ";
}
.l-node-page--full__formrow::after {
  clear: both;
}
.l-node-page--full__formrow--outer {
  background: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.l-node-page--full__formrow--outer::before, .l-node-page--full__formrow--outer::after {
  display: table;
  content: " ";
}
.l-node-page--full__formrow--outer::after {
  clear: both;
}
.l-node-page--full__formrow--outer {
  clear: both;
}
.l-node-page--full__formrow--outer.booking-tool {
  margin-bottom: 40px;
}
.l-node-page--full__formrow--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--full__formrow--inner, .l-node-page--full__formrow--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--full__formrow--inner:last-child:not(:first-child) {
  float: right;
}

.l-node-page--teaser {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .l-node-page--teaser {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .l-node-page--teaser {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.l-node-page--teaser::before, .l-node-page--teaser::after {
  display: table;
  content: " ";
}
.l-node-page--teaser::after {
  clear: both;
}
.l-node-page--teaser__content {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--teaser__content, .l-node-page--teaser__content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--teaser__content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-page--teaser__content {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-page--teaser__content, .l-node-page--teaser__content:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-page--teaser__content:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-page--teaser__content--without-image, .l-node-page--teaser__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--teaser__content--without-image, .l-node-page--teaser__content--without-image:last-child:not(:first-child), .l-node-page--teaser__title, .l-node-page--teaser__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--teaser__content--without-image:last-child:not(:first-child), .l-node-page--teaser__title:last-child:not(:first-child) {
  float: right;
}
.l-node-page--teaser__images {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-page--teaser__images, .l-node-page--teaser__images:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-page--teaser__images:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 75em) {
  .l-node-page--teaser__images {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-page--teaser__images, .l-node-page--teaser__images:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-page--teaser__images:last-child:not(:first-child) {
    float: right;
  }
}

.l-node-contact-page {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-contact-page::before, .l-node-contact-page::after {
  display: table;
  content: " ";
}
.l-node-contact-page::after {
  clear: both;
}
.l-node-contact-page__map {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-node-contact-page__map::before, .l-node-contact-page__map::after {
  display: table;
  content: " ";
}
.l-node-contact-page__map::after {
  clear: both;
}
.l-node-contact-page__map {
  max-width: 100%;
}

.contact-page .l-node-page--full__formrow--outer {
  margin-top: 0;
}
.contact-page .l-node-page--full__formrow--outer::before, .contact-page .l-node-page--full__formrow--outer::after {
  display: table;
  content: " ";
}
.contact-page .l-node-page--full__formrow--outer::after {
  clear: both;
}

.child-grid-2 .l-node-page--full .children > li,
.child-grid-3 .l-node-page--full .children > li,
.child-grid-4 .l-node-page--full .children > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.child-grid-2 .l-node-page--full .children > li:nth-of-type(1n),
.child-grid-3 .l-node-page--full .children > li:nth-of-type(1n),
.child-grid-4 .l-node-page--full .children > li:nth-of-type(1n) {
  clear: none;
}
.child-grid-2 .l-node-page--full .children > li:nth-of-type(1n+1),
.child-grid-3 .l-node-page--full .children > li:nth-of-type(1n+1),
.child-grid-4 .l-node-page--full .children > li:nth-of-type(1n+1) {
  clear: both;
}
.child-grid-2 .l-node-page--full .children > li:last-child,
.child-grid-3 .l-node-page--full .children > li:last-child,
.child-grid-4 .l-node-page--full .children > li:last-child {
  float: left;
}
.child-grid-2 .l-node-page--full .children,
.child-grid-3 .l-node-page--full .children,
.child-grid-4 .l-node-page--full .children {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 48em) {
  .child-grid-2 .l-node-page--full .children > li,
  .child-grid-3 .l-node-page--full .children > li,
  .child-grid-4 .l-node-page--full .children > li {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .child-grid-2 .l-node-page--full .children > li:nth-of-type(1n),
  .child-grid-3 .l-node-page--full .children > li:nth-of-type(1n),
  .child-grid-4 .l-node-page--full .children > li:nth-of-type(1n) {
    clear: none;
  }
  .child-grid-2 .l-node-page--full .children > li:nth-of-type(2n+1),
  .child-grid-3 .l-node-page--full .children > li:nth-of-type(2n+1),
  .child-grid-4 .l-node-page--full .children > li:nth-of-type(2n+1) {
    clear: both;
  }
  .child-grid-2 .l-node-page--full .children > li:last-child,
  .child-grid-3 .l-node-page--full .children > li:last-child,
  .child-grid-4 .l-node-page--full .children > li:last-child {
    float: left;
  }
}
.child-grid-2 .l-node-page--teaser,
.child-grid-3 .l-node-page--teaser,
.child-grid-4 .l-node-page--teaser {
  display: flex;
  flex-wrap: wrap;
}
.child-grid-2 .l-node-page--teaser__images,
.child-grid-3 .l-node-page--teaser__images,
.child-grid-4 .l-node-page--teaser__images {
  order: 1;
}
.child-grid-2 .l-node-page--teaser__title,
.child-grid-3 .l-node-page--teaser__title,
.child-grid-4 .l-node-page--teaser__title {
  order: 2;
}
.child-grid-2 .l-node-page--teaser__content,
.child-grid-3 .l-node-page--teaser__content,
.child-grid-4 .l-node-page--teaser__content {
  order: 3;
}
@media screen and (min-width: 75em) {
  .child-grid-2 .l-node-page--teaser__content, .child-grid-2 .l-node-page--teaser__images,
  .child-grid-3 .l-node-page--teaser__content,
  .child-grid-3 .l-node-page--teaser__images,
  .child-grid-4 .l-node-page--teaser__content,
  .child-grid-4 .l-node-page--teaser__images {
    float: left;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .child-grid-2 .l-node-page--teaser__content, .child-grid-2 .l-node-page--teaser__content:last-child:not(:first-child), .child-grid-2 .l-node-page--teaser__images, .child-grid-2 .l-node-page--teaser__images:last-child:not(:first-child),
  .child-grid-3 .l-node-page--teaser__content,
  .child-grid-3 .l-node-page--teaser__content:last-child:not(:first-child),
  .child-grid-3 .l-node-page--teaser__images,
  .child-grid-3 .l-node-page--teaser__images:last-child:not(:first-child),
  .child-grid-4 .l-node-page--teaser__content,
  .child-grid-4 .l-node-page--teaser__content:last-child:not(:first-child),
  .child-grid-4 .l-node-page--teaser__images,
  .child-grid-4 .l-node-page--teaser__images:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .child-grid-2 .l-node-page--teaser__content:last-child:not(:first-child), .child-grid-2 .l-node-page--teaser__images:last-child:not(:first-child),
  .child-grid-3 .l-node-page--teaser__content:last-child:not(:first-child),
  .child-grid-3 .l-node-page--teaser__images:last-child:not(:first-child),
  .child-grid-4 .l-node-page--teaser__content:last-child:not(:first-child),
  .child-grid-4 .l-node-page--teaser__images:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  .child-grid-3 .l-node-page--full .children > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .child-grid-3 .l-node-page--full .children > li:nth-of-type(1n) {
    clear: none;
  }
  .child-grid-3 .l-node-page--full .children > li:nth-of-type(3n+1) {
    clear: both;
  }
  .child-grid-3 .l-node-page--full .children > li:last-child {
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .child-grid-4 .l-node-page--full .children > li {
    float: left;
    width: 25%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .child-grid-4 .l-node-page--full .children > li:nth-of-type(1n) {
    clear: none;
  }
  .child-grid-4 .l-node-page--full .children > li:nth-of-type(4n+1) {
    clear: both;
  }
  .child-grid-4 .l-node-page--full .children > li:last-child {
    float: left;
  }
}

.used-vehicles-compare {
  position: relative;
}
.used-vehicles-compare ul {
  list-style-type: none;
  margin: 0;
}
.used-vehicles-compare .field-labels {
  border: 1px solid #D8D8D8;
}
.used-vehicles-compare .field-labels > div {
  height: 48px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.used-vehicles-compare .field-labels > div:nth-child(even) {
  background-color: #F6F6F6;
}
.used-vehicles-compare .field-labels > div.model {
  border-bottom: 1px solid #000;
}
.used-vehicles-compare .field-labels > div.price {
  border-top: 1px solid #000;
}
.used-vehicles-compare .slick--compare-vehicles {
  margin: 0 -5px;
}
.used-vehicles-compare .slick--compare-vehicles li {
  margin: 0 5px;
}
.used-vehicles-compare .field-results .views-field a {
  color: #000;
}
.used-vehicles-compare .field-results .views-field:not(.views-field-vehicle-photos) {
  color: #000000;
  background-color: #fff;
  height: 48px;
  overflow: hidden;
  font-size: 13px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.used-vehicles-compare .field-results .views-field:nth-child(even) {
  background-color: #F6F6F6;
}
.used-vehicles-compare .field-results .views-field.views-field-vehicle-photos {
  margin-bottom: 10px;
}
.used-vehicles-compare .field-results .views-field.views-field-field-vehicle-manufacturer {
  font-weight: bold;
}
.used-vehicles-compare .field-results .views-field.views-field-field-vehicle-model {
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.used-vehicles-compare .field-results .views-field.views-field-field-vehicle-price {
  border-top: 1px solid #000;
  font-weight: bold;
}
.used-vehicles-compare .field-results .details-button a,
.used-vehicles-compare .field-results .enquire-button a,
.used-vehicles-compare .field-results .remove-button a {
  margin-bottom: 5px;
  width: 100%;
  padding: 10px;
  height: auto;
  min-height: 0%;
  font-size: 13px;
}
.used-vehicles-compare .field-results .details-button a:before, .used-vehicles-compare .field-results .details-button a:after,
.used-vehicles-compare .field-results .enquire-button a:before,
.used-vehicles-compare .field-results .enquire-button a:after,
.used-vehicles-compare .field-results .remove-button a:before,
.used-vehicles-compare .field-results .remove-button a:after {
  display: none;
}
.used-vehicles-compare .field-results .details-button a {
  background: transparent;
  color: #6a0807;
  border: 1px solid #6a0807;
}
.used-vehicles-compare .field-results .remove-button a {
  background: transparent;
  color: #6a0807;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 48em) {
  .used-vehicles-compare .remove-button.removeall-button {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}
.used-vehicles-compare .remove-button.removeall-button .button {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

.slick.slick--compare-vehicles .slick-track {
  margin-left: 0;
}
.slick.slick--compare-vehicles .slick-prev,
.slick.slick--compare-vehicles .slick-next {
  color: #222222;
  transition: all 0.3s ease-in-out;
  top: 0;
  opacity: 1;
  margin-top: -25px;
  width: auto;
}
.slick.slick--compare-vehicles .slick-prev.slick-disabled,
.slick.slick--compare-vehicles .slick-next.slick-disabled {
  opacity: 0;
}
.slick.slick--compare-vehicles .slick-prev:before,
.slick.slick--compare-vehicles .slick-next:before {
  font-size: 1.375rem;
}
.slick.slick--compare-vehicles .slick-prev {
  right: 30px;
  left: auto;
}
.slick.slick--compare-vehicles .slick-next {
  right: 5px;
}

.node-testimonial .testimonial-title {
  font-weight: bold;
}
.node-testimonial .testimonial-label {
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.2;
}
.node-testimonial .testimonial-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}

.testimonial-form .form-item.rating {
  text-align: center;
  margin-bottom: 16px;
}
.testimonial-form .rating-label,
.testimonial-form .rating-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.testimonial-form .rating-radio label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  font-size: 1.75rem;
}
.testimonial-form .rating-radio label:last-child {
  position: static;
}
.testimonial-form .rating-radio label:nth-child(1) {
  z-index: 5;
}
.testimonial-form .rating-radio label:nth-child(2) {
  z-index: 4;
}
.testimonial-form .rating-radio label:nth-child(3) {
  z-index: 3;
}
.testimonial-form .rating-radio label:nth-child(4) {
  z-index: 2;
}
.testimonial-form .rating-radio label:nth-child(5) {
  z-index: 1;
}
.testimonial-form .rating-radio label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.testimonial-form .rating-radio label .icon {
  float: left;
  color: transparent;
  margin-left: 5px;
}
.testimonial-form .rating-radio label:last-child .icon {
  color: #a5a5a5;
}
.testimonial-form .rating-radio:not(:hover) label input:checked ~ .icon,
.testimonial-form .rating-radio:hover label:hover input ~ .icon {
  color: #FDCA00;
}
.testimonial-form .rating-radio label input:focus:not(:checked) ~ .icon:last-child {
  color: #a5a5a5;
  text-shadow: 0 0 5px #FDCA00;
}

.node-new-vehicle.view-mode-search-result {
  margin-bottom: 20px;
}
.node-new-vehicle.view-mode-search-result .field-name-photo {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}
.node-new-vehicle.view-mode-search-result .field-name-field-sash {
  background: #6a0807;
  color: #fff;
  text-align: center;
}
.node-new-vehicle.view-mode-search-result .field-name-title {
  margin-top: 5px;
}
.node-new-vehicle.view-mode-search-result .field-name-title h4 {
  margin-bottom: 0;
}
.node-new-vehicle.view-mode-search-result .field-name-from,
.node-new-vehicle.view-mode-search-result .field-name-price {
  display: inline-block;
}
.node-new-vehicle.view-mode-full .field-name-field-sash {
  background: #6a0807;
  color: #fff;
  text-align: center;
}
.node-new-vehicle.view-mode-full .field-name-title h1 {
  margin-bottom: 0;
}
.node-new-vehicle.view-mode-full .field-name-from,
.node-new-vehicle.view-mode-full .field-name-price {
  display: inline-block;
  font-size: 1.375rem;
}
.node-new-vehicle.view-mode-full .vehicle-ctas > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.node-new-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(1n) {
  clear: none;
}
.node-new-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(1n+1) {
  clear: both;
}
.node-new-vehicle.view-mode-full .vehicle-ctas > li:last-child {
  float: left;
}
.node-new-vehicle.view-mode-full .vehicle-ctas {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.node-new-vehicle.view-mode-full .vehicle-ctas li {
  padding-bottom: 0;
}
.node-new-vehicle.view-mode-full .vehicle-ctas .button {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}
.part-exchange-form-container {
  position: relative;
  width: 100%;
}
.part-exchange-form-container .form-title {
  margin-bottom: 20px;
}
.part-exchange-form-container #partex-tabs {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.part-exchange-form-container #partex-tabs::before, .part-exchange-form-container #partex-tabs::after {
  display: table;
  content: " ";
}
.part-exchange-form-container #partex-tabs::after {
  clear: both;
}
.part-exchange-form-container #partex-tabs {
  position: relative;
}
.part-exchange-form-container #partex-tabs .tabs-title {
  float: left;
  width: 33.3333333333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.part-exchange-form-container #partex-tabs .tabs-title, .part-exchange-form-container #partex-tabs .tabs-title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.part-exchange-form-container #partex-tabs .tabs-title:last-child:not(:first-child) {
  float: right;
}
.part-exchange-form-container #partex-tabs .tabs-title {
  text-align: center;
}
.part-exchange-form-container #partex-tabs .tabs-title a {
  color: #BBBBBB;
  font-size: 1rem;
}
@media screen and (max-width: 47.99875em) {
  .part-exchange-form-container #partex-tabs .tabs-title a {
    font-size: 0;
  }
  .part-exchange-form-container #partex-tabs .tabs-title a span {
    font-size: 1.125rem;
  }
}
.part-exchange-form-container #partex-tabs .tabs-title span {
  background: #BBBBBB;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 1.125rem;
  padding: 11px;
  margin: 0 auto;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.part-exchange-form-container #partex-tabs .tabs-title .completed-tab {
  font-size: 0;
}
.part-exchange-form-container #partex-tabs .tabs-title .completed-tab:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.125rem;
}
.part-exchange-form-container #partex-tabs .tabs-title,
.part-exchange-form-container #partex-tabs .tabs-title:hover,
.part-exchange-form-container #partex-tabs .tabs-title a:hover,
.part-exchange-form-container #partex-tabs .tabs-title > a[aria-selected=true] {
  background: transparent;
}
.part-exchange-form-container #partex-tabs:before {
  content: "";
  height: 2px;
  position: absolute;
  background: #BBBBBB;
  top: 30px;
  left: 17%;
  width: 66%;
  z-index: 0;
}
.part-exchange-form-container .tabs-content {
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 48em) {
  .part-exchange-form-container .tabs-content {
    width: 70%;
  }
}
.part-exchange-form-container .tabs-content .tabs-panel {
  padding-top: 30px;
}
.part-exchange-form-container .tabs-content .tabs-panel h2 {
  margin-bottom: 30px;
}
.part-exchange-form-container section {
  margin-bottom: 60px;
}
.part-exchange-form-container #lookup {
  text-align: center;
  margin-bottom: 0;
}
.part-exchange-form-container #lookup label {
  text-align: left;
}
.part-exchange-form-container .form-item {
  float: none;
  clear: both;
  margin-bottom: 15px;
}
.part-exchange-form-container .form-item.preview {
  margin-bottom: 5px;
}
.part-exchange-form-container .form-item label {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .part-exchange-form-container .form-item label {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }
}
.part-exchange-form-container .form-item .result {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .part-exchange-form-container .form-item input,
  .part-exchange-form-container .form-item select,
  .part-exchange-form-container .form-item textarea,
  .part-exchange-form-container .form-item .form-radio,
  .part-exchange-form-container .form-item .result {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    margin-bottom: 0;
  }
}
.part-exchange-form-container .form-item .form-radio {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.part-exchange-form-container .form-item .form-radio input[type=radio] {
  width: auto;
  margin-left: 20px;
}
@media screen and (max-width: 47.99875em) {
  .part-exchange-form-container .form-item.preview label {
    width: auto;
  }
}
.part-exchange-form-container .form-item .currency-input {
  border: 1px solid #cacaca;
  padding-left: 10px;
}
@media screen and (min-width: 48em) {
  .part-exchange-form-container .form-item .currency-input {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    margin-bottom: 0;
  }
}
.part-exchange-form-container .form-item .currency-input input {
  box-shadow: none;
  border: 0;
  width: calc(100% - 10px);
}
.part-exchange-form-container .form-item.checkbox {
  display: flex;
  align-items: flex-start;
}
.part-exchange-form-container .form-item.checkbox input {
  width: auto;
  flex-shrink: 0;
  margin-top: 8px;
}
.part-exchange-form-container .form-item.checkbox label {
  width: auto;
}
.part-exchange-form-container .service-price {
  margin-bottom: 30px;
}
.part-exchange-form-container .form-item-button {
  text-align: center;
  margin-top: 40px;
}
.part-exchange-form-container .form-item-button .button {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  min-height: auto;
}
.part-exchange-form-container .form-item-button #px-skip-vrm-lookup-button {
  display: block;
}
@media screen and (min-width: 48em) {
  .part-exchange-form-container .form-item-button #px-skip-vrm-lookup-button {
    display: inline-block;
    position: absolute;
    padding: 11px 30px;
  }
}
.part-exchange-form-container .image-upload label {
  width: 100%;
}
.part-exchange-form-container .label-above {
  font-weight: bold;
}
.part-exchange-form-container #px-reg,
.part-exchange-form-container #px-reg:focus,
.part-exchange-form-container #px-reg:focus-within,
.part-exchange-form-container #px-reg:active,
.part-exchange-form-container #px-reg:-webkit-autofill,
.part-exchange-form-container #px-reg:-webkit-autofill:hover,
.part-exchange-form-container #px-reg:-webkit-autofill:focus {
  background: #FFED00;
  background: linear-gradient(to right, #325AAD, #325AAD 20px, #FFED00 20px, #FFED00);
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  color: #000 !important;
}
.part-exchange-form-container #px-reg::placeholder,
.part-exchange-form-container #px-reg:focus::placeholder,
.part-exchange-form-container #px-reg:focus-within::placeholder,
.part-exchange-form-container #px-reg:active::placeholder,
.part-exchange-form-container #px-reg:-webkit-autofill::placeholder,
.part-exchange-form-container #px-reg:-webkit-autofill:hover::placeholder,
.part-exchange-form-container #px-reg:-webkit-autofill:focus::placeholder {
  color: #000 !important;
}
.part-exchange-form-container .hidden {
  display: none;
}
.part-exchange-form-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2C373E;
  opacity: 0;
  text-align: center;
}
.part-exchange-form-container .overlay:hover {
  opacity: 0.8;
  z-index: 999;
}
.part-exchange-form-container .image-preview {
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1%;
  width: 20%;
}
.part-exchange-form-container #px-vrm-registration,
.part-exchange-form-container #px-vrm-make.result {
  width: auto;
}
.part-exchange-form-container .edit {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 0.875rem;
}
.part-exchange-form-container .dropzone {
  margin-top: 10px;
  background: transparent;
  border: 1px dashed #000;
}
.part-exchange-form-container .dropzone .dz-preview .dz-details .delete {
  font-size: medium;
  color: red;
  cursor: pointer;
  font-weight: bold;
}

.l-node-used-vehicle--full__partex .part-exchange-form-container .tabs-content {
  width: 100%;
}

.vehicle-running-cost-calcuator {
  background: #333;
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
}
.vehicle-running-cost-calcuator label {
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.vehicle-running-cost-calcuator .running-cost-calculator__header {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.vehicle-running-cost-calcuator .running-cost-calculator__header::before, .vehicle-running-cost-calcuator .running-cost-calculator__header::after {
  display: table;
  content: " ";
}
.vehicle-running-cost-calcuator .running-cost-calculator__header::after {
  clear: both;
}
.vehicle-running-cost-calcuator .running-cost-calculator__header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vehicle-running-cost-calcuator .running-cost-calculator__body {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.vehicle-running-cost-calcuator .running-cost-calculator__body::before, .vehicle-running-cost-calcuator .running-cost-calculator__body::after {
  display: table;
  content: " ";
}
.vehicle-running-cost-calcuator .running-cost-calculator__body::after {
  clear: both;
}
.vehicle-running-cost-calcuator .running-cost-calculator__body {
  background-color: rgba(225, 225, 225, 0.3);
}
.vehicle-running-cost-calcuator .running-cost-calculator__footer {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.vehicle-running-cost-calcuator .running-cost-calculator__footer::before, .vehicle-running-cost-calcuator .running-cost-calculator__footer::after {
  display: table;
  content: " ";
}
.vehicle-running-cost-calcuator .running-cost-calculator__footer::after {
  clear: both;
}
.vehicle-running-cost-calcuator .running-cost-calculator__footer {
  padding: 15px;
}
.vehicle-running-cost-calcuator .running-cost-calculator__title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-running-cost-calcuator .running-cost-calculator__title, .vehicle-running-cost-calcuator .running-cost-calculator__title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-running-cost-calcuator .running-cost-calculator__title:last-child:not(:first-child) {
  float: right;
}
.vehicle-running-cost-calcuator .running-cost-calculator__title {
  padding-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__title {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .vehicle-running-cost-calcuator .running-cost-calculator__title, .vehicle-running-cost-calcuator .running-cost-calculator__title:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-running-cost-calcuator .running-cost-calculator__title:last-child:not(:first-child) {
    float: right;
  }
  .vehicle-running-cost-calcuator .running-cost-calculator__title {
    padding-top: 15px;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__input {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-running-cost-calcuator .running-cost-calculator__input, .vehicle-running-cost-calcuator .running-cost-calculator__input:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-running-cost-calcuator .running-cost-calculator__input:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__input {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .vehicle-running-cost-calcuator .running-cost-calculator__input, .vehicle-running-cost-calcuator .running-cost-calculator__input:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-running-cost-calcuator .running-cost-calculator__input:last-child:not(:first-child) {
    float: right;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__input #rcc_annual_mileage {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__input #rcc_annual_mileage {
    width: 50%;
    float: left;
    margin-right: 10%;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__input #rcc_calculate {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__input #rcc_calculate {
    width: 40%;
    float: left;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual, .vehicle-running-cost-calcuator .running-cost-calculator__monthly {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual::before, .vehicle-running-cost-calcuator .running-cost-calculator__annual::after, .vehicle-running-cost-calcuator .running-cost-calculator__monthly::before, .vehicle-running-cost-calcuator .running-cost-calculator__monthly::after {
  display: table;
  content: " ";
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual::after, .vehicle-running-cost-calcuator .running-cost-calculator__monthly::after {
  clear: both;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual, .vehicle-running-cost-calcuator .running-cost-calculator__monthly {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__annual, .vehicle-running-cost-calcuator .running-cost-calculator__monthly {
    width: 50%;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual i, .vehicle-running-cost-calcuator .running-cost-calculator__monthly i {
  display: inline-block;
  font-size: 55px;
  margin-right: 25px;
  margin-bottom: 0;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual span, .vehicle-running-cost-calcuator .running-cost-calculator__monthly span {
  display: inline-block;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual span label, .vehicle-running-cost-calcuator .running-cost-calculator__monthly span label {
  line-height: 1.2;
  margin-bottom: 0;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual span label.result, .vehicle-running-cost-calcuator .running-cost-calculator__monthly span label.result {
  font-size: 1.625rem;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__annual span label.result, .vehicle-running-cost-calcuator .running-cost-calculator__monthly span label.result {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__annual {
    float: right;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax {
  float: left;
  width: 50%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel:last-child:not(:first-child), .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax, .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel:last-child:not(:first-child), .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax:last-child:not(:first-child) {
  float: right;
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax {
  padding-left: 9%;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__annual-tax {
    padding-left: 20%;
    border-left: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel {
  margin-bottom: 20px;
}
@media screen and (max-width: 47.99875em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__annual-fuel:before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 20%;
    bottom: 0;
    left: 40%;
  }
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__monthly {
    float: left;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax {
  float: left;
  width: 50%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel:last-child:not(:first-child), .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax, .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel:last-child:not(:first-child), .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax:last-child:not(:first-child) {
  float: right;
}
.vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax {
  padding-left: 9%;
}
@media screen and (min-width: 48em) {
  .vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel, .vehicle-running-cost-calcuator .running-cost-calculator__monthly-tax {
    padding-left: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
    padding-right: 15px;
  }
}
.vehicle-running-cost-calcuator .running-cost-calculator__monthly-fuel {
  margin-bottom: 20px;
}

#share-button .hidden {
  display: none;
}

.social-share {
  font-size: 1rem;
}
.social-share i {
  margin-right: 3px;
}

.social-sharing-wrap {
  background: #fff;
  border: 1px solid #eee;
  color: #000;
  padding: 5px;
  position: absolute;
  z-index: 99;
  display: none;
  text-align: left;
  min-width: 106px;
}

.social-sharing {
  display: inline-block;
  margin-right: 5px;
}
.social-sharing:last-child {
  margin-right: 0;
}
.social-sharing:hover {
  opacity: 0.8;
}
.social-sharing i {
  width: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #6a0807;
}
.social-sharing i.fa-facebook-square {
  background-color: #1877f2;
}
.social-sharing i.fa-facebook {
  background-color: #1877f2;
}
.social-sharing i.fa-facebook-f {
  background-color: #1877f2;
}
.social-sharing i.fa-flickr {
  background-color: #0063db;
}
.social-sharing i.fa-google-plus-square {
  background-color: #dd4b39;
}
.social-sharing i.fa-google-plus {
  background-color: #dd4b39;
}
.social-sharing i.fa-instagram {
  background-color: #517fa4;
}
.social-sharing i.fa-linkedin-square {
  background-color: #0271ae;
}
.social-sharing i.fa-linkedin {
  background-color: #0271ae;
}
.social-sharing i.fa-linkedin-in {
  background-color: #0271ae;
}
.social-sharing i.fa-pinterest-square {
  background-color: #cb2027;
}
.social-sharing i.fa-pinterest {
  background-color: #cb2027;
}
.social-sharing i.fa-rss-square {
  background-color: #ff6600;
}
.social-sharing i.fa-rss {
  background-color: #b00;
}
.social-sharing i.fa-twitter-square {
  background-color: #000000;
}
.social-sharing i.fa-twitter {
  background-color: #000000;
}
.social-sharing i.fa-vimeo-camera {
  background-color: #aad450;
}
.social-sharing i.fa-vimeo-square {
  background-color: #aad450;
}
.social-sharing i.fa-youtube-play {
  background-color: #b00;
}
.social-sharing i.fa-youtube-square {
  background-color: #b00;
}
.social-sharing i.fa-youtube {
  background-color: #b00;
}
.social-sharing i.fa-whatsapp {
  background-color: #25d366;
}
.social-sharing i.fa-music {
  background-color: #ff0050;
}
.social-sharing span {
  font-size: 0.75rem;
  margin-left: 3px;
  text-transform: none;
}

.l-node-used-vehicle--compare-vehicle__social:hover .social-sharing-wrap,
.l-node-used-vehicle--search-result__social:hover .social-sharing-wrap,
.l-node-used-vehicle--sold-gallery__social:hover .social-sharing-wrap,
.l-node-used-vehicle--full__social:hover .social-sharing-wrap {
  display: block;
}

#used-search-block .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-total,
#used-search-block .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-monthly {
  width: 50%;
  float: left;
}
#used-search-block .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-total label,
#used-search-block .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-monthly label {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.75rem;
}
#used-search-block .used-search-block-facet.used-search-block-facets__min-monthly-payment, #used-search-block .used-search-block-facet.used-search-block-facets__max-monthly-payment {
  width: 50%;
  float: left;
}

.finance-search-filters {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.finance-search-filters::before, .finance-search-filters::after {
  display: table;
  content: " ";
}
.finance-search-filters::after {
  clear: both;
}
.finance-search-filters {
  margin-bottom: 15px;
  margin-top: 20px;
}
.finance-search-filters #financeSearchFilters .search-filters__term, .finance-search-filters #financeSearchFilters .search-filters__deposit_percentage, .finance-search-filters #financeSearchFilters .search-filters__deposit_amount, .finance-search-filters #financeSearchFilters .search-filters__annual_mileage, .finance-search-filters #financeSearchFilters .search-filters__submit {
  width: 100%;
  float: left;
  margin-right: 0;
}
.finance-search-filters #financeSearchFilters .search-filters__submit {
  padding-top: 25px;
  padding-right: 0;
}
.finance-search-filters #financeSearchFilters .search-filters__submit button {
  padding: 10px;
  width: 100%;
  display: block;
}
.finance-search-filters #financeSearchFilters label {
  font-weight: bold;
}

.l-node-used-vehicle--search-result__monthly-payment,
.l-node-used-vehicle--full__monthly-payment {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-node-used-vehicle--search-result__monthly-payment, .l-node-used-vehicle--search-result__monthly-payment:last-child:not(:first-child),
.l-node-used-vehicle--full__monthly-payment,
.l-node-used-vehicle--full__monthly-payment:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-node-used-vehicle--search-result__monthly-payment:last-child:not(:first-child),
.l-node-used-vehicle--full__monthly-payment:last-child:not(:first-child) {
  float: right;
}
.l-node-used-vehicle--search-result__monthly-payment,
.l-node-used-vehicle--full__monthly-payment {
  float: right;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 75em) {
  .l-node-used-vehicle--search-result__monthly-payment,
  .l-node-used-vehicle--full__monthly-payment {
    text-align: right;
    float: left;
    width: 25%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-node-used-vehicle--search-result__monthly-payment, .l-node-used-vehicle--search-result__monthly-payment:last-child:not(:first-child),
  .l-node-used-vehicle--full__monthly-payment,
  .l-node-used-vehicle--full__monthly-payment:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-node-used-vehicle--search-result__monthly-payment:last-child:not(:first-child),
  .l-node-used-vehicle--full__monthly-payment:last-child:not(:first-child) {
    float: right;
  }
}
.l-node-used-vehicle--search-result__monthly-payment .label-inline,
.l-node-used-vehicle--full__monthly-payment .label-inline {
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 3px;
  font-weight: normal;
}

@media screen and (max-width: 47.99875em) {
  .l-node-used-vehicle--search-result__monthly-payment {
    text-align: center;
  }
}

.l-fca-statement-vehicle-details {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-fca-statement-vehicle-details, .l-fca-statement-vehicle-details:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-fca-statement-vehicle-details:last-child:not(:first-child) {
  float: right;
}
.l-fca-statement .fca-statement {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-fca-statement .fca-statement::before, .l-fca-statement .fca-statement::after {
  display: table;
  content: " ";
}
.l-fca-statement .fca-statement::after {
  clear: both;
}
.l-fca-statement .fca-statement {
  font-size: 0.75rem;
}
.l-fca-statement .fca-statement p {
  font-size: 0.75rem;
}

#cw-error-container {
  display: none;
}

#cta-buy-it-now-btn-placeholder,
#cta-reserve-btn-placeholder {
  display: none;
}

.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .button {
  width: 100%;
  padding: 15px 10px;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .cw-text-content,
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .cw-view-count {
  display: block;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .cw-text-content {
  font-size: 1rem;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .cw-view-count {
  font-size: 0.875rem;
  line-height: 1.5;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta#cta-reserve-btn a .cw-text-content:before, .node-used-vehicle.view-mode-full .finance-details-cta .finance-cta#cta-buy-it-now-btn a .cw-text-content:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta#cta-reserve-btn a .cw-text-content:before {
  content: "\f02b";
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta#cta-buy-it-now-btn a .cw-text-content:before {
  content: "\f07a";
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta.ivendi-cta {
  max-height: 90px;
}

.finance-slider-form {
  margin-top: 45px;
}
.finance-slider-form p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.finance-slider-form label {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.25px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .finance-slider-form label {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.finance-slider-form label.label-min {
  display: inline-block;
}
.finance-slider-form label.label-max {
  float: right;
}
.finance-slider-form #financeSlider {
  margin-bottom: 20px;
}
.finance-slider-form .noUi-target {
  height: 21px;
  border-radius: 11.5px;
  background: #ccc;
  border: 0;
}
.finance-slider-form .noUi-connect {
  background: #6a0807;
  border-radius: 11.5px;
}
.finance-slider-form .noUi-handle,
.finance-slider-form .noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  top: -5px;
  right: 0;
}
.finance-slider-form .noUi-handle.noUi-handle-lower,
.finance-slider-form .noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -30px;
}
.finance-slider-form .noUi-handle:after, .finance-slider-form .noUi-handle:before {
  display: none;
}
.finance-slider-form .submit-button {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
.finance-slider-form .submit-button input[type=submit] {
  height: 38px;
  color: #121212;
  padding: 11px 15px;
  border: 1px solid #121212;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 48em) {
  .finance-slider-form .submit-button input[type=submit]:hover {
    opacity: 0.8;
  }
}
.finance-slider-form .submit-button input[type=submit].black {
  color: #000;
  border: 1px solid #000;
}

.finance-block h3, .finance-block h4, .finance-block p {
  color: #fff;
}

#fmgauto-finance-plugins--finance-parameters--representative-example::before, #fmgauto-finance-plugins--finance-parameters--representative-example::after {
  display: table;
  content: " ";
}
#fmgauto-finance-plugins--finance-parameters--representative-example::after {
  clear: both;
}
#fmgauto-finance-plugins--finance-parameters--representative-example {
  margin-bottom: 30px;
}
#fmgauto-finance-plugins--finance-parameters--representative-example p {
  font-size: 0.75rem;
  line-height: 1.3;
}

.block-paypal-reserve,
.block-paypal-confirm {
  width: 100%;
  max-width: 1050px;
  border: 0;
  padding: 0;
  color: #103A4C;
  background: #fff !important;
  margin-bottom: 63px;
}
.block-paypal-reserve p,
.block-paypal-confirm p {
  color: #000 !important;
}
.block-paypal-reserve__title,
.block-paypal-confirm__title {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.block-paypal-reserve__title::before, .block-paypal-reserve__title::after,
.block-paypal-confirm__title::before,
.block-paypal-confirm__title::after {
  display: table;
  content: " ";
}
.block-paypal-reserve__title::after,
.block-paypal-confirm__title::after {
  clear: both;
}
.block-paypal-reserve__title,
.block-paypal-confirm__title {
  max-width: 100%;
  background-color: #EEEEEE;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: relative;
}
.block-paypal-reserve__title-inner,
.block-paypal-confirm__title-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__title-inner, .block-paypal-reserve__title-inner:last-child:not(:first-child),
.block-paypal-confirm__title-inner,
.block-paypal-confirm__title-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__title-inner:last-child:not(:first-child),
.block-paypal-confirm__title-inner:last-child:not(:first-child) {
  float: right;
}
.block-paypal-reserve__vehicle,
.block-paypal-confirm__vehicle {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.block-paypal-reserve__vehicle::before, .block-paypal-reserve__vehicle::after,
.block-paypal-confirm__vehicle::before,
.block-paypal-confirm__vehicle::after {
  display: table;
  content: " ";
}
.block-paypal-reserve__vehicle::after,
.block-paypal-confirm__vehicle::after {
  clear: both;
}
.block-paypal-reserve__vehicle,
.block-paypal-confirm__vehicle {
  max-width: 100%;
  background-color: #F1F4F5;
  padding: 15px;
}
.block-paypal-reserve__vehicle-left,
.block-paypal-confirm__vehicle-left {
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.block-paypal-reserve__vehicle-left, .block-paypal-reserve__vehicle-left:last-child:not(:first-child),
.block-paypal-confirm__vehicle-left,
.block-paypal-confirm__vehicle-left:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__vehicle-left:last-child:not(:first-child),
.block-paypal-confirm__vehicle-left:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve__vehicle-left,
  .block-paypal-confirm__vehicle-left {
    float: left;
    width: 66.6666666667%;
    padding-right: 0;
    padding-left: 0;
  }
  .block-paypal-reserve__vehicle-left, .block-paypal-reserve__vehicle-left:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-left,
  .block-paypal-confirm__vehicle-left:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-reserve__vehicle-left:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-left:last-child:not(:first-child) {
    float: right;
  }
}
.block-paypal-reserve__vehicle-right,
.block-paypal-confirm__vehicle-right {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__vehicle-right, .block-paypal-reserve__vehicle-right:last-child:not(:first-child),
.block-paypal-confirm__vehicle-right,
.block-paypal-confirm__vehicle-right:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__vehicle-right:last-child:not(:first-child),
.block-paypal-confirm__vehicle-right:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve__vehicle-right,
  .block-paypal-confirm__vehicle-right {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .block-paypal-reserve__vehicle-right, .block-paypal-reserve__vehicle-right:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-right,
  .block-paypal-confirm__vehicle-right:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-reserve__vehicle-right:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-right:last-child:not(:first-child) {
    float: right;
  }
}
.block-paypal-reserve__vehicle-title,
.block-paypal-confirm__vehicle-title {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__vehicle-title, .block-paypal-reserve__vehicle-title:last-child:not(:first-child),
.block-paypal-confirm__vehicle-title,
.block-paypal-confirm__vehicle-title:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__vehicle-title:last-child:not(:first-child),
.block-paypal-confirm__vehicle-title:last-child:not(:first-child) {
  float: right;
}
.block-paypal-reserve__vehicle-images,
.block-paypal-confirm__vehicle-images {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__vehicle-images, .block-paypal-reserve__vehicle-images:last-child:not(:first-child),
.block-paypal-confirm__vehicle-images,
.block-paypal-confirm__vehicle-images:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__vehicle-images:last-child:not(:first-child),
.block-paypal-confirm__vehicle-images:last-child:not(:first-child) {
  float: right;
}
.block-paypal-reserve__vehicle-images,
.block-paypal-confirm__vehicle-images {
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve__vehicle-images,
  .block-paypal-confirm__vehicle-images {
    float: left;
    width: 58.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .block-paypal-reserve__vehicle-images, .block-paypal-reserve__vehicle-images:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-images,
  .block-paypal-confirm__vehicle-images:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-reserve__vehicle-images:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-images:last-child:not(:first-child) {
    float: right;
  }
  .block-paypal-reserve__vehicle-images,
  .block-paypal-confirm__vehicle-images {
    margin-bottom: 0;
  }
}
.block-paypal-reserve__vehicle-specs,
.block-paypal-confirm__vehicle-specs {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__vehicle-specs, .block-paypal-reserve__vehicle-specs:last-child:not(:first-child),
.block-paypal-confirm__vehicle-specs,
.block-paypal-confirm__vehicle-specs:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__vehicle-specs:last-child:not(:first-child),
.block-paypal-confirm__vehicle-specs:last-child:not(:first-child) {
  float: right;
}
.block-paypal-reserve__vehicle-specs,
.block-paypal-confirm__vehicle-specs {
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve__vehicle-specs,
  .block-paypal-confirm__vehicle-specs {
    float: left;
    width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .block-paypal-reserve__vehicle-specs, .block-paypal-reserve__vehicle-specs:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-specs,
  .block-paypal-confirm__vehicle-specs:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-reserve__vehicle-specs:last-child:not(:first-child),
  .block-paypal-confirm__vehicle-specs:last-child:not(:first-child) {
    float: right;
  }
  .block-paypal-reserve__vehicle-specs,
  .block-paypal-confirm__vehicle-specs {
    margin-bottom: 0;
  }
}
.block-paypal-reserve__text,
.block-paypal-confirm__text {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.block-paypal-reserve__text::before, .block-paypal-reserve__text::after,
.block-paypal-confirm__text::before,
.block-paypal-confirm__text::after {
  display: table;
  content: " ";
}
.block-paypal-reserve__text::after,
.block-paypal-confirm__text::after {
  clear: both;
}
.block-paypal-reserve__text,
.block-paypal-confirm__text {
  max-width: 100%;
  padding: 15px;
}
.block-paypal-reserve__text-inner,
.block-paypal-confirm__text-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__text-inner, .block-paypal-reserve__text-inner:last-child:not(:first-child),
.block-paypal-confirm__text-inner,
.block-paypal-confirm__text-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__text-inner:last-child:not(:first-child),
.block-paypal-confirm__text-inner:last-child:not(:first-child) {
  float: right;
}
.block-paypal-reserve__buttons,
.block-paypal-confirm__buttons {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.block-paypal-reserve__buttons::before, .block-paypal-reserve__buttons::after,
.block-paypal-confirm__buttons::before,
.block-paypal-confirm__buttons::after {
  display: table;
  content: " ";
}
.block-paypal-reserve__buttons::after,
.block-paypal-confirm__buttons::after {
  clear: both;
}
.block-paypal-reserve__buttons,
.block-paypal-confirm__buttons {
  max-width: 100%;
  background-color: #EEEEEE;
  box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: relative;
  text-align: center;
}
.block-paypal-reserve__buttons-inner,
.block-paypal-confirm__buttons-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-reserve__buttons-inner, .block-paypal-reserve__buttons-inner:last-child:not(:first-child),
.block-paypal-confirm__buttons-inner,
.block-paypal-confirm__buttons-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-reserve__buttons-inner:last-child:not(:first-child),
.block-paypal-confirm__buttons-inner:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve__buttons-inner,
  .block-paypal-confirm__buttons-inner {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .block-paypal-reserve__buttons-inner, .block-paypal-reserve__buttons-inner:last-child:not(:first-child),
  .block-paypal-confirm__buttons-inner,
  .block-paypal-confirm__buttons-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-reserve__buttons-inner:last-child:not(:first-child),
  .block-paypal-confirm__buttons-inner:last-child:not(:first-child) {
    float: right;
  }
  .block-paypal-reserve__buttons-inner,
  .block-paypal-confirm__buttons-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .block-paypal-reserve__buttons-inner, .block-paypal-reserve__buttons-inner:last-child:not(:first-child),
  .block-paypal-confirm__buttons-inner,
  .block-paypal-confirm__buttons-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.block-paypal-reserve .field-name-header,
.block-paypal-confirm .field-name-header {
  font-size: 1.5rem;
  color: #000;
}
.block-paypal-reserve .field-name-title,
.block-paypal-confirm .field-name-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.block-paypal-reserve .thumbnail-images > li,
.block-paypal-confirm .thumbnail-images > li {
  float: left;
  width: 50%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.block-paypal-reserve .thumbnail-images > li:nth-of-type(1n),
.block-paypal-confirm .thumbnail-images > li:nth-of-type(1n) {
  clear: none;
}
.block-paypal-reserve .thumbnail-images > li:nth-of-type(2n+1),
.block-paypal-confirm .thumbnail-images > li:nth-of-type(2n+1) {
  clear: both;
}
.block-paypal-reserve .thumbnail-images > li:last-child,
.block-paypal-confirm .thumbnail-images > li:last-child {
  float: left;
}
.block-paypal-reserve .thumbnail-images,
.block-paypal-confirm .thumbnail-images {
  list-style-type: none;
  margin-left: -6px;
  margin-right: -6px;
}
.block-paypal-reserve .awaiting-image,
.block-paypal-confirm .awaiting-image {
  background-color: #6a0807;
}
.block-paypal-reserve .paypal-specs > li,
.block-paypal-confirm .paypal-specs > li {
  float: left;
  width: 50%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.block-paypal-reserve .paypal-specs > li:nth-of-type(1n),
.block-paypal-confirm .paypal-specs > li:nth-of-type(1n) {
  clear: none;
}
.block-paypal-reserve .paypal-specs > li:nth-of-type(2n+1),
.block-paypal-confirm .paypal-specs > li:nth-of-type(2n+1) {
  clear: both;
}
.block-paypal-reserve .paypal-specs > li:last-child,
.block-paypal-confirm .paypal-specs > li:last-child {
  float: left;
}
.block-paypal-reserve .paypal-specs,
.block-paypal-confirm .paypal-specs {
  list-style-type: none;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 48em) {
  .block-paypal-reserve .paypal-specs > li,
  .block-paypal-confirm .paypal-specs > li {
    float: left;
    width: 100%;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .block-paypal-reserve .paypal-specs > li:nth-of-type(1n),
  .block-paypal-confirm .paypal-specs > li:nth-of-type(1n) {
    clear: none;
  }
  .block-paypal-reserve .paypal-specs > li:nth-of-type(1n+1),
  .block-paypal-confirm .paypal-specs > li:nth-of-type(1n+1) {
    clear: both;
  }
  .block-paypal-reserve .paypal-specs > li:last-child,
  .block-paypal-confirm .paypal-specs > li:last-child {
    float: left;
  }
}
.block-paypal-reserve .paypal-specs li,
.block-paypal-confirm .paypal-specs li {
  margin-bottom: 5px;
}
.block-paypal-reserve .paypal-specs .icon,
.block-paypal-reserve .paypal-specs .label,
.block-paypal-reserve .paypal-specs .value,
.block-paypal-confirm .paypal-specs .icon,
.block-paypal-confirm .paypal-specs .label,
.block-paypal-confirm .paypal-specs .value {
  display: inline-block;
  color: #000;
}
.block-paypal-reserve .paypal-specs .icon,
.block-paypal-confirm .paypal-specs .icon {
  margin-right: 3px;
}
.block-paypal-reserve .paypal-specs .icon i,
.block-paypal-confirm .paypal-specs .icon i {
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 6px;
  border-radius: 2.43px;
  background-color: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
.block-paypal-reserve .paypal-specs .label,
.block-paypal-reserve .paypal-specs .value,
.block-paypal-confirm .paypal-specs .label,
.block-paypal-confirm .paypal-specs .value {
  font-size: 0.75rem;
}
.block-paypal-reserve .field-name-price-title,
.block-paypal-confirm .field-name-price-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  color: #000;
}
.block-paypal-reserve .field-name-price,
.block-paypal-confirm .field-name-price {
  font-size: 1.875rem;
  line-height: 1.2;
  display: inline-block;
  color: #000;
}
.block-paypal-reserve .field-name-field-vehicle-vat,
.block-paypal-confirm .field-name-field-vehicle-vat {
  display: inline-block;
  color: #000;
}
.block-paypal-reserve .field-name-payable-box,
.block-paypal-confirm .field-name-payable-box {
  border: 1px solid #979797;
  padding: 10px;
  margin-top: 10px;
  color: #000;
}
.block-paypal-reserve .field-name-payable-now,
.block-paypal-confirm .field-name-payable-now {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.block-paypal-reserve .field-name-remaining,
.block-paypal-confirm .field-name-remaining {
  color: #000;
}
.block-paypal-reserve .field-name-remaining__label,
.block-paypal-confirm .field-name-remaining__label {
  display: inline-block;
}
.block-paypal-reserve .field-name-remaining__value,
.block-paypal-confirm .field-name-remaining__value {
  float: right;
}
.block-paypal-reserve .close-button,
.block-paypal-confirm .close-button {
  color: #000 !important;
}

.block-paypal-confirm {
  max-width: 600px;
}
.block-paypal-confirm__text {
  padding: 30px 15px;
  text-align: center;
}
.block-paypal-confirm__text-inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.block-paypal-confirm__text-inner, .block-paypal-confirm__text-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.block-paypal-confirm__text-inner:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .block-paypal-confirm__text-inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .block-paypal-confirm__text-inner, .block-paypal-confirm__text-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .block-paypal-confirm__text-inner:last-child:not(:first-child) {
    float: right;
  }
  .block-paypal-confirm__text-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .block-paypal-confirm__text-inner, .block-paypal-confirm__text-inner:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.block-paypal-confirm__buttons {
  padding: 20px 15px;
}
.block-paypal-confirm .round-image {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #6a0807;
}
.block-paypal-confirm .round-image:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  z-index: 1;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  bottom: 0;
  right: 0;
}
.block-paypal-confirm .round-image.success {
  border: 5px solid #6DD400;
}
.block-paypal-confirm .round-image.success:after {
  content: "\f00c";
  background: #6DD400;
}
.block-paypal-confirm .round-image.failure {
  border: 5px solid #E02020;
}
.block-paypal-confirm .round-image.failure:after {
  content: "\f00d";
  background: #E02020;
}
.block-paypal-confirm .small {
  font-size: 0.875rem;
  line-height: 18px;
}
.block-paypal-confirm .title {
  font-size: 1.125rem;
  line-height: 25px;
  font-style: italic;
}
.block-paypal-confirm button {
  border-radius: 3px;
  background-color: #6D7278;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.31);
  display: block;
  width: 100%;
  padding: 15px;
}

.block-paypal-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background-color: #fff;
  overflow-y: auto;
  display: none;
}
.block-paypal-loading__inner {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block-paypal-loading__icon {
  display: block;
  margin-bottom: 25px;
}
.block-paypal-loading__text {
  padding-bottom: 25px;
}
.block-paypal-loading i {
  font-size: 3.125rem;
}
.block-paypal-loading p {
  font-style: italic;
  font-size: 1.125rem;
  color: #000;
}

.l-chat-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.l-chat-icon img {
  height: 70px;
}
.l-chat-icon a {
  display: block;
}
.l-chat-icon a:hover {
  opacity: 0.8;
}

.block-logo-search,
.block-body-type-search {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-logo-search li,
.block-body-type-search li {
  text-align: center;
  padding: 10px;
}
.block-logo-search li > div,
.block-body-type-search li > div {
  height: 100%;
}
.block-logo-search li a,
.block-body-type-search li a {
  height: 100%;
  display: block;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-logo-search li a:hover,
.block-body-type-search li a:hover {
  border-color: #6a0807;
}
.block-logo-search li img,
.block-body-type-search li img {
  max-height: 100px;
  margin-bottom: 5px;
}
.block-logo-search li span,
.block-body-type-search li span {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.block-logo-search li {
  padding: 5px;
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
}

.l-booking-tool--outer::before, .l-booking-tool--outer::after {
  display: table;
  content: " ";
}
.l-booking-tool--outer::after {
  clear: both;
}
.l-booking-tool--outer {
  clear: both;
}

.contact-form.service-booking-form {
  margin-top: 0;
}
.contact-form.service-booking-form form {
  padding: 0 !important;
  background: transparent !important;
}
.contact-form.service-booking-form .form-row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .contact-form.service-booking-form .form-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .contact-form.service-booking-form .form-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.contact-form.service-booking-form .form-row::before, .contact-form.service-booking-form .form-row::after {
  display: table;
  content: " ";
}
.contact-form.service-booking-form .form-row::after {
  clear: both;
}
.contact-form.service-booking-form h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .contact-form.service-booking-form h2 {
    font-size: 1.625rem;
  }
}
.contact-form.service-booking-form input[type=text],
.contact-form.service-booking-form input[type=number] {
  background: #fff;
  border: 0;
  border-radius: 9px;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  padding-left: 15px;
}
.contact-form.service-booking-form input[type=text]:focus, .contact-form.service-booking-form input[type=text]:active, .contact-form.service-booking-form input[type=text]:visited, .contact-form.service-booking-form input[type=text]:hover,
.contact-form.service-booking-form input[type=number]:focus,
.contact-form.service-booking-form input[type=number]:active,
.contact-form.service-booking-form input[type=number]:visited,
.contact-form.service-booking-form input[type=number]:hover {
  background: #fff;
}
.contact-form.service-booking-form ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form.service-booking-form #vrm {
  background-image: url(/basemedia/vrm2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-color: #F7E311;
  padding-left: 70px;
  text-transform: uppercase;
}
.contact-form.service-booking-form #vrm:focus, .contact-form.service-booking-form #vrm:active, .contact-form.service-booking-form #vrm:visited, .contact-form.service-booking-form #vrm:hover {
  background-image: url(/basemedia/vrm2.png);
}
.contact-form.service-booking-form .button,
.contact-form.service-booking-form button {
  cursor: pointer;
  margin-top: 10px;
}

.l-booking-tool--outer.legacy {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-booking-tool--outer.legacy .l-booking-tool {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-booking-tool--outer.legacy .l-booking-tool::before, .l-booking-tool--outer.legacy .l-booking-tool::after {
  display: table;
  content: " ";
}
.l-booking-tool--outer.legacy .l-booking-tool::after {
  clear: both;
}
.l-booking-tool--outer.legacy .l-booking-tool--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-booking-tool--outer.legacy .l-booking-tool--inner, .l-booking-tool--outer.legacy .l-booking-tool--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-booking-tool--outer.legacy .l-booking-tool--inner:last-child:not(:first-child) {
  float: right;
}
.l-booking-tool--outer.legacy .contact-form.service-booking-form form {
  padding-bottom: 15px !important;
}
.l-booking-tool--outer.legacy .contact-form.service-booking-form input[type=text],
.l-booking-tool--outer.legacy .contact-form.service-booking-form input[type=number] {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.l-booking-tool--outer.legacy .contact-form.service-booking-form #vrm {
  border: 0;
}
.l-booking-tool--outer.legacy .contact-form.service-booking-form button[type=submit] {
  margin-top: 0;
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  border-radius: 9px;
  padding: 0;
}

.l-booking-tool--outer.half-width {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-booking-tool--outer.half-width::before, .l-booking-tool--outer.half-width::after {
  display: table;
  content: " ";
}
.l-booking-tool--outer.half-width::after {
  clear: both;
}
.l-booking-tool--outer.half-width {
  margin-top: 30px;
  margin-bottom: 30px;
}
.l-booking-tool--outer.half-width .l-booking-tool {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-booking-tool--outer.half-width .l-booking-tool, .l-booking-tool--outer.half-width .l-booking-tool:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-booking-tool--outer.half-width .l-booking-tool:last-child:not(:first-child) {
  float: right;
}
.l-booking-tool--outer.half-width .l-booking-tool {
  position: relative;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.half-width .l-booking-tool {
    display: flex;
  }
}
.l-booking-tool--outer.half-width .l-booking-tool--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-booking-tool--outer.half-width .l-booking-tool--inner, .l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
  float: right;
}
.l-booking-tool--outer.half-width .l-booking-tool--inner {
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #6a0807;
  border-radius: 10px;
  box-shadow: 0px 4px 7.7px 1px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.half-width .l-booking-tool--inner {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner, .l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
    float: right;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 75em) {
  .l-booking-tool--outer.half-width .l-booking-tool--inner {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner, .l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner:last-child:not(:first-child) {
    float: right;
  }
  .l-booking-tool--outer.half-width .l-booking-tool--inner {
    padding: 50px 60px;
  }
}
.l-booking-tool--outer.half-width .l-booking-tool--image {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-booking-tool--outer.half-width .l-booking-tool--image, .l-booking-tool--outer.half-width .l-booking-tool--image:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-booking-tool--outer.half-width .l-booking-tool--image:last-child:not(:first-child) {
  float: right;
}
.l-booking-tool--outer.half-width .l-booking-tool--image {
  background-image: url(/basemedia/service-banner-default.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  display: none;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.half-width .l-booking-tool--image {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 55% !important;
  }
}
.l-booking-tool--outer.half-width .contact-form.service-booking-form {
  padding: 0 !important;
  border: 0 !important;
}
.l-booking-tool--outer.half-width .contact-form.service-booking-form h2 {
  color: #fff;
}
.l-booking-tool--outer.half-width .contact-form.service-booking-form .button,
.l-booking-tool--outer.half-width .contact-form.service-booking-form button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}
.l-booking-tool--outer.half-width .contact-form.service-booking-form .button:hover,
.l-booking-tool--outer.half-width .contact-form.service-booking-form button:hover {
  background: #fff;
  color: #6a0807;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.half, .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.third,
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.half,
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.third {
    float: left;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.half, .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.half:last-child:not(:first-child), .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.third, .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.third:last-child:not(:first-child),
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.half,
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.half:last-child:not(:first-child),
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.third,
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.half:last-child:not(:first-child), .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-item.third:last-child:not(:first-child),
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.half:last-child:not(:first-child),
  .l-booking-tool--outer.half-width .contact-form.service-booking-form .form-submit.third:last-child:not(:first-child) {
    float: right;
  }
}

.l-booking-tool--outer.full-width {
  background-image: url(/basemedia/service-banner-default.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.full-width {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-booking-tool--outer.full-width .l-booking-tool {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-booking-tool--outer.full-width .l-booking-tool::before, .l-booking-tool--outer.full-width .l-booking-tool::after {
  display: table;
  content: " ";
}
.l-booking-tool--outer.full-width .l-booking-tool::after {
  clear: both;
}
.l-booking-tool--outer.full-width .l-booking-tool--inner {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.l-booking-tool--outer.full-width .l-booking-tool--inner, .l-booking-tool--outer.full-width .l-booking-tool--inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-booking-tool--outer.full-width .l-booking-tool--inner:last-child:not(:first-child) {
  float: right;
}
.l-booking-tool--outer.full-width .l-booking-tool--inner {
  text-align: center;
}
.l-booking-tool--outer.full-width .contact-form.service-booking-form {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.l-booking-tool--outer.full-width .contact-form.service-booking-form h2 {
  margin-bottom: 40px;
  color: #fff;
}
.l-booking-tool--outer.full-width .contact-form.service-booking-form .button,
.l-booking-tool--outer.full-width .contact-form.service-booking-form button {
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.half, .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.third {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.half, .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.half:last-child:not(:first-child), .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.third, .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.half:last-child:not(:first-child), .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-item.third:last-child:not(:first-child) {
    float: right;
  }
}
.l-booking-tool--outer.full-width .contact-form.service-booking-form .form-submit.half, .l-booking-tool--outer.full-width .contact-form.service-booking-form .form-submit.third {
  width: 100% !important;
  text-align: center !important;
}

.top-bar .main-menu {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 47.99875em) {
  .top-bar .main-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.top-bar .main-menu li a {
  line-height: 3.125rem;
}
@media screen and (min-width: 75em) {
  .top-bar .main-menu li a {
    line-height: 1.875rem;
  }
}
.top-bar .main-menu li a span,
.top-bar .main-menu li a img {
  display: inline-block;
}
.top-bar .main-menu li a img {
  max-width: 50px;
  margin-right: 5px;
}
@media screen and (min-width: 75em) {
  .top-bar .main-menu {
    display: table;
    width: 100%;
    height: 100%;
  }
  .top-bar .main-menu > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .top-bar .main-menu > li a.no-link {
    cursor: default;
  }
  .top-bar .main-menu > li a.active:not(.has-form) > a:not(.button), .top-bar .main-menu > li a:hover {
    background-color: transparent;
  }
  .top-bar .main-menu > li .submenu {
    z-index: 1001;
  }
  .top-bar .main-menu > li.is-active > a {
    background-color: transparent;
  }
  .top-bar .main-menu > li.is-dropdown-submenu-parent.is-active a:after {
    border-top-style: none;
    border-bottom-width: 5px;
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.4);
  }
}

.accordion-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-menu .active > a {
  background: transparent;
}
.accordion-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion-menu > li:last-child {
  border-bottom: 0;
}
.accordion-menu .is-accordion-submenu {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
  padding: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  content: "+";
  border: 0;
  top: 0;
  margin: 0;
  font-size: 1.25rem;
  right: 25px;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  content: "-";
  transform: none;
}
.accordion-menu li.parent-link a.no-link {
  display: none;
}

.title-bar {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 3.125rem;
}
.title-bar .menu-icon {
  padding: 0;
  background-color: transparent !important;
}
.title-bar .menu-icon.active {
  width: 20px;
  height: 20px;
}
.title-bar .menu-icon.active:after {
  content: "+";
  font-size: 1.875rem;
  background: transparent;
  box-shadow: none;
  height: auto;
  transform: rotate(45deg);
  top: -8px;
  left: 2px;
}

#vehicleValuationModal {
  padding: 0;
  width: 100%;
  max-width: 800px;
  border-radius: 6px;
  background: #fff;
  color: #212121;
}
#vehicleValuationModal .tabs-content {
  color: #212121;
}
#vehicleValuationModal input[type=radio] {
  opacity: 1;
}
#vehicleValuationModal .modal-header {
  padding: 15px 25px;
  border-bottom: 1px solid #B5C3CA;
  margin-bottom: 20px;
}
#vehicleValuationModal .modal-header h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  line-height: 1;
}
#vehicleValuationModal .modal-content-wrap {
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 80px;
  padding-bottom: 30px;
}
#vehicleValuationModal .modal-content::before, #vehicleValuationModal .modal-content::after {
  display: table;
  content: " ";
}
#vehicleValuationModal .modal-content::after {
  clear: both;
}
#vehicleValuationModal .modal-content {
  clear: both;
  padding: 0 25px;
}
#vehicleValuationModal .modal-footer::before, #vehicleValuationModal .modal-footer::after {
  display: table;
  content: " ";
}
#vehicleValuationModal .modal-footer::after {
  clear: both;
}
#vehicleValuationModal .modal-footer {
  clear: both;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.vehicle-valuation-form p {
  line-height: 1.2;
}
.vehicle-valuation-form h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.vehicle-valuation-form .edit {
  margin-left: 10px;
}
.vehicle-valuation-form .valuation-divider::before, .vehicle-valuation-form .valuation-divider::after {
  display: table;
  content: " ";
}
.vehicle-valuation-form .valuation-divider::after {
  clear: both;
}
.vehicle-valuation-form .valuation-divider {
  clear: both;
  height: 1px;
  border-bottom: 0.5px solid #000000;
  margin-top: 15px;
  margin-bottom: 20px;
}
.vehicle-valuation-form .form-item-wrap {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .vehicle-valuation-form .form-item-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .vehicle-valuation-form .form-item-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.vehicle-valuation-form .form-item-wrap::before, .vehicle-valuation-form .form-item-wrap::after {
  display: table;
  content: " ";
}
.vehicle-valuation-form .form-item-wrap::after {
  clear: both;
}
.vehicle-valuation-form .form-item-wrap {
  padding: 0 7.5px;
}
.vehicle-valuation-form .form-item.full {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form .form-item.full, .vehicle-valuation-form .form-item.full:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form .form-item.full:last-child:not(:first-child) {
  float: right;
}
.vehicle-valuation-form .form-item.half {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form .form-item.half, .vehicle-valuation-form .form-item.half:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form .form-item.half:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .form-item.half {
    float: left;
    width: 50%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .vehicle-valuation-form .form-item.half, .vehicle-valuation-form .form-item.half:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-valuation-form .form-item.half:last-child:not(:first-child) {
    float: right;
  }
}
.vehicle-valuation-form .form-item.third {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form .form-item.third, .vehicle-valuation-form .form-item.third:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form .form-item.third:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .form-item.third {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .vehicle-valuation-form .form-item.third, .vehicle-valuation-form .form-item.third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-valuation-form .form-item.third:last-child:not(:first-child) {
    float: right;
  }
  .vehicle-valuation-form .form-item.third:last-child:last-child {
    float: left;
  }
}
.vehicle-valuation-form .form-item.hidden {
  display: none !important;
}
.vehicle-valuation-form .form-item input[type=text], .vehicle-valuation-form .form-item input[type=password], .vehicle-valuation-form .form-item input[type=date], .vehicle-valuation-form .form-item input[type=datetime], .vehicle-valuation-form .form-item input[type=datetime-local], .vehicle-valuation-form .form-item input[type=month], .vehicle-valuation-form .form-item input[type=week], .vehicle-valuation-form .form-item input[type=email], .vehicle-valuation-form .form-item input[type=number], .vehicle-valuation-form .form-item input[type=search], .vehicle-valuation-form .form-item input[type=tel], .vehicle-valuation-form .form-item input[type=time], .vehicle-valuation-form .form-item input[type=url], .vehicle-valuation-form .form-item input[type=color], .vehicle-valuation-form .form-item textarea, .vehicle-valuation-form .form-item select {
  background-color: #FFFFFF;
  border: 1px solid #D0DCE3;
  border-radius: 4px;
  min-height: 40px;
  color: #484848;
}
.vehicle-valuation-form .form-item label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #484848;
  letter-spacing: 0.5px;
}
.vehicle-valuation-form .form-item .form-radio span {
  letter-spacing: 0.5px;
  color: #212121;
  margin-right: 10px;
  line-height: 1.4;
}
.vehicle-valuation-form .valuation-form-tabs {
  background: #F1F1F1;
  border-radius: 4px;
  margin-bottom: 20px;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs {
  background: transparent;
  display: flex;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs:before, .vehicle-valuation-form .valuation-form-tabs #valuation-tabs:after {
  content: none;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li {
  flex: 1 1 auto;
  background: transparent;
  display: flex;
  align-items: center;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li a {
  background: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 47.99875em) {
  .vehicle-valuation-form .valuation-form-tabs #valuation-tabs li a {
    font-size: 0;
  }
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li span {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #fff;
  color: #6a0807;
  font-size: 1rem !important;
  line-height: 38px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .valuation-form-tabs #valuation-tabs li span {
    margin-right: 8px;
  }
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li .line {
  height: 1px;
  display: inline-block;
  flex: 1;
  border-bottom: 1px dashed #303030;
  margin-top: 3px;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li.is-active a {
  color: #6a0807;
}
.vehicle-valuation-form .valuation-form-tabs #valuation-tabs li.is-active a span {
  background: #6a0807;
  color: #fff;
}
.vehicle-valuation-form #valuation-tabs-content .tabs-panel.is-active {
  display: flex;
  flex-direction: column;
}
.vehicle-valuation-form .at-valuation .flex-row::before, .vehicle-valuation-form .at-valuation .flex-row::after {
  display: table;
  content: " ";
}
.vehicle-valuation-form .at-valuation .flex-row::after {
  clear: both;
}
.vehicle-valuation-form .at-valuation .flex-row {
  clear: both;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .at-valuation .flex-row {
    display: flex;
    align-items: center;
  }
}
.vehicle-valuation-form .at-valuation .at-valuation-price {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  border: 0.5px solid #505050;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
@media screen and (max-width: 47.99875em) {
  .vehicle-valuation-form .at-valuation .at-valuation-price {
    margin-top: 15px;
  }
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .vehicle-results {
    display: flex;
    align-items: center;
  }
}
.vehicle-valuation-form .vehicle-results__logo {
  flex-shrink: 0;
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .vehicle-results__logo {
    max-width: 150px;
    margin-right: 20px;
  }
}
.vehicle-valuation-form .vehicle-results__logo img {
  max-width: 120px;
}
.vehicle-valuation-form .vehicle-results__reg {
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px;
}
.vehicle-valuation-form .vehicle-results__reg #px-vrm-registration {
  border: 0.5px solid #505050;
  border-radius: 4px;
  padding: 8px 15px;
  margin-right: 10px;
}
.vehicle-valuation-form .vehicle-results__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.vehicle-valuation-form .vehicle-results__title-spec {
  letter-spacing: 0.5px;
  color: #505050;
  font-weight: 500;
}
.vehicle-valuation-form .vehicle-specs .form-item,
.vehicle-valuation-form .vehicle-specs-preview .form-item {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.vehicle-valuation-form .vehicle-specs .form-item label,
.vehicle-valuation-form .vehicle-specs-preview .form-item label {
  color: #505050;
  font-size: 1rem;
}
.vehicle-valuation-form .vehicle-specs .form-item span,
.vehicle-valuation-form .vehicle-specs-preview .form-item span {
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form .vehicle-specs {
    display: flex;
  }
  .vehicle-valuation-form .vehicle-specs__left {
    width: 40%;
  }
  .vehicle-valuation-form .vehicle-specs__right {
    width: 60%;
  }
  .vehicle-valuation-form .vehicle-specs__right .form-item {
    width: 33%;
    float: left;
  }
}
.vehicle-valuation-form .form-buttons {
  text-align: center;
  margin-top: 5px;
}
.vehicle-valuation-form .form-buttons .form-item-button {
  display: inline-block;
}
.vehicle-valuation-form .form-buttons .form-item-button .button {
  min-width: 160px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.vehicle-valuation-form .form-buttons .form-item-button .button.frame {
  background: transparent;
  border: 1px solid #6a0807;
  color: inherit;
}
.vehicle-valuation-form .dropzone {
  margin-top: 10px;
  background: transparent;
  border: 1px dashed #2C373E;
  border-radius: 6px;
}
.vehicle-valuation-form .dropzone .dz-preview .dz-details .delete {
  font-size: medium;
  color: red;
  cursor: pointer;
  font-weight: bold;
}

.vehicle-valuation-form-lookup .powered-by {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form-lookup .powered-by {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .vehicle-valuation-form-lookup .powered-by svg {
    height: 12px;
    width: auto;
  }
}
.vehicle-valuation-form-lookup .powered-by span, .vehicle-valuation-form-lookup .powered-by svg {
  display: inline-block;
  vertical-align: middle;
}
.vehicle-valuation-form-lookup .form-title {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form-lookup .form-title {
    font-size: 2rem;
  }
}
.vehicle-valuation-form-lookup .form-item-wrap {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .vehicle-valuation-form-lookup .form-item-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .vehicle-valuation-form-lookup .form-item-wrap {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.vehicle-valuation-form-lookup .form-item-wrap::before, .vehicle-valuation-form-lookup .form-item-wrap::after {
  display: table;
  content: " ";
}
.vehicle-valuation-form-lookup .form-item-wrap::after {
  clear: both;
}
.vehicle-valuation-form-lookup .form-item-wrap {
  padding: 0 7.5px;
}
.vehicle-valuation-form-lookup .form-item.full {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form-lookup .form-item.full, .vehicle-valuation-form-lookup .form-item.full:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form-lookup .form-item.full:last-child:not(:first-child) {
  float: right;
}
.vehicle-valuation-form-lookup .form-item.half {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form-lookup .form-item.half, .vehicle-valuation-form-lookup .form-item.half:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form-lookup .form-item.half:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form-lookup .form-item.half {
    float: left;
    width: 50%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .vehicle-valuation-form-lookup .form-item.half, .vehicle-valuation-form-lookup .form-item.half:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-valuation-form-lookup .form-item.half:last-child:not(:first-child) {
    float: right;
  }
}
.vehicle-valuation-form-lookup .form-item.third {
  float: left;
  width: 100%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.vehicle-valuation-form-lookup .form-item.third, .vehicle-valuation-form-lookup .form-item.third:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.vehicle-valuation-form-lookup .form-item.third:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .vehicle-valuation-form-lookup .form-item.third {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .vehicle-valuation-form-lookup .form-item.third, .vehicle-valuation-form-lookup .form-item.third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .vehicle-valuation-form-lookup .form-item.third:last-child:not(:first-child) {
    float: right;
  }
  .vehicle-valuation-form-lookup .form-item.third:last-child:last-child {
    float: left;
  }
}
.vehicle-valuation-form-lookup .form-item.hidden {
  display: none !important;
}
.vehicle-valuation-form-lookup .form-item.radio p {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.vehicle-valuation-form-lookup .form-item input[type=radio]:not(old) {
  opacity: 1;
  width: 15px;
}
.vehicle-valuation-form-lookup .form-item label {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.vehicle-valuation-form-lookup .form-item .form-radio {
  margin-bottom: 15px;
}
.vehicle-valuation-form-lookup .form-item .form-radio span {
  letter-spacing: 0.5px;
  margin-right: 10px;
  line-height: 1.4;
  font-size: 0.875rem;
}
.vehicle-valuation-form-lookup .form-item-button {
  text-align: center;
}
.vehicle-valuation-form-lookup .form-item-button .button {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.front .part-exchange-form-container .form-item label,
.front .part-exchange-form-container .form-item input,
.front .part-exchange-form-container .form-item select,
.front .part-exchange-form-container .form-item textarea,
.front .part-exchange-form-container .form-item .form-radio,
.front .part-exchange-form-container .form-item .result {
  width: 100% !important;
}
@media screen and (min-width: 48em) {
  .front .vehicle-valuation-form-lookup .form-title {
    font-size: 1.5625rem;
  }
}

.sticky-mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  color: #fff;
}
.sticky-mobile-cta ul {
  list-style-type: none;
  margin: 0;
}
.sticky-mobile-cta .sticky-mobile-cta-tab {
  text-align: center;
}
.sticky-mobile-cta .sticky-mobile-cta-tab i {
  font-size: 0.9375rem;
}
.sticky-mobile-cta .sticky-mobile-cta-tab span {
  font-size: 0.75rem;
  font-weight: 500;
}
.sticky-mobile-cta .sticky-mobile-cta-tab.back-to-top #return-to-top {
  display: block !important;
}
.sticky-mobile-cta.tab-text-and-icon, .sticky-mobile-cta.tab-icon-only {
  margin-left: 15px;
  margin-right: 15px;
}
.sticky-mobile-cta.tab-text-and-icon ul li, .sticky-mobile-cta.tab-icon-only ul li {
  display: inline-block;
}
.sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab {
  background: #121212;
  border-radius: 10px 10px 0 0;
  padding: 0px 10px;
}
.sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab i, .sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab span, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab i, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab span {
  display: inline-block;
  vertical-align: middle;
}
.sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab i, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab i {
  margin-right: 5px;
}
.sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab.back-to-top i, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab.back-to-top i {
  margin-right: 0;
}
.sticky-mobile-cta.tab-text-and-icon .sticky-mobile-cta-tab.back-to-top span, .sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab.back-to-top span {
  display: none;
}
.sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab {
  padding: 8px 12px;
  width: 60px;
  height: 40px;
}
.sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab i {
  margin-right: 0;
  width: 20px;
  text-align: center;
  font-size: 1.0625rem;
}
.sticky-mobile-cta.tab-icon-only .sticky-mobile-cta-tab span {
  display: none;
}
.sticky-mobile-cta.bar-text-and-icon, .sticky-mobile-cta.bar-icon-only {
  background: #121212;
  padding: 5px 10px 7px 10px;
}
.sticky-mobile-cta.bar-text-and-icon ul, .sticky-mobile-cta.bar-icon-only ul {
  display: flex;
  justify-content: space-around;
}
.sticky-mobile-cta.bar-text-and-icon ul li, .sticky-mobile-cta.bar-icon-only ul li {
  flex: 1 1 0px;
  text-align: center;
}
.sticky-mobile-cta.bar-text-and-icon .sticky-mobile-cta-tab i, .sticky-mobile-cta.bar-icon-only .sticky-mobile-cta-tab i {
  display: inline-block;
  margin-bottom: 3px;
}
.sticky-mobile-cta.bar-text-and-icon .sticky-mobile-cta-tab span, .sticky-mobile-cta.bar-icon-only .sticky-mobile-cta-tab span {
  display: block;
}
.sticky-mobile-cta.bar-icon-only {
  padding: 15px;
}
.sticky-mobile-cta.bar-icon-only .sticky-mobile-cta-tab i {
  margin: 0 auto;
  width: 20px;
  text-align: center;
  font-size: 1.0625rem;
}
.sticky-mobile-cta.bar-icon-only .sticky-mobile-cta-tab span {
  display: none;
}

.l-node-used-vehicle--compare-vehicle__photo-inner,
.l-node-used-vehicle--search-result__photo-inner,
.l-node-used-vehicle--sold-gallery__photo-inner {
  position: relative;
  overflow: hidden;
}
.l-node-used-vehicle--compare-vehicle__photo-overlay,
.l-node-used-vehicle--search-result__photo-overlay,
.l-node-used-vehicle--sold-gallery__photo-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}
.l-node-used-vehicle--compare-vehicle__photo-count, .l-node-used-vehicle--compare-vehicle__youtube,
.l-node-used-vehicle--search-result__photo-count,
.l-node-used-vehicle--search-result__youtube,
.l-node-used-vehicle--sold-gallery__photo-count,
.l-node-used-vehicle--sold-gallery__youtube {
  display: inline-block;
}

.node-used-vehicle.view-mode-search_result .field-name-photo-count,
.node-used-vehicle.view-mode-search_result .field-name-youtube {
  border: 0.5px solid rgba(209, 209, 209, 0.7);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 6px;
  line-height: 1;
}
.node-used-vehicle.view-mode-search_result .field-name-photo-count a,
.node-used-vehicle.view-mode-search_result .field-name-photo-count i,
.node-used-vehicle.view-mode-search_result .field-name-youtube a,
.node-used-vehicle.view-mode-search_result .field-name-youtube i {
  color: #fff;
}
.node-used-vehicle.view-mode-search_result .field-name-photo-count i,
.node-used-vehicle.view-mode-search_result .field-name-youtube i {
  margin-right: 1px;
}

.l-node-used-vehicle--full__gallery-inner {
  position: relative;
  overflow: hidden;
}
.l-node-used-vehicle--full__photo-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 9;
  text-align: left;
}
.l-node-used-vehicle--full__photo-count, .l-node-used-vehicle--full__youtube {
  display: inline-block;
}

.node-used-vehicle.view-mode-full .field-name-photo-count,
.node-used-vehicle.view-mode-full .field-name-youtube {
  border: 0.5px solid rgba(209, 209, 209, 0.7);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  display: block;
  font-size: 0.75rem;
  padding: 4px 6px;
}
@media screen and (min-width: 48em) {
  .node-used-vehicle.view-mode-full .field-name-photo-count,
  .node-used-vehicle.view-mode-full .field-name-youtube {
    font-size: 1rem;
    padding: 6px 8px;
  }
}
.node-used-vehicle.view-mode-full .field-name-photo-count a,
.node-used-vehicle.view-mode-full .field-name-photo-count i,
.node-used-vehicle.view-mode-full .field-name-youtube a,
.node-used-vehicle.view-mode-full .field-name-youtube i {
  color: #fff;
}
.node-used-vehicle.view-mode-full .field-name-photo-count i,
.node-used-vehicle.view-mode-full .field-name-youtube i {
  margin-right: 1px;
}
.node-used-vehicle.view-mode-full .field-name-photo-count:hover,
.node-used-vehicle.view-mode-full .field-name-youtube:hover {
  background: #000;
}

.block-promotional-block {
  width: 100%;
  height: 100%;
}
.block-promotional-block .field-name-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.block-promotional-block .field-name-icon,
.block-promotional-block .field-name-title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .block-promotional-block .field-name-icon,
  .block-promotional-block .field-name-title {
    font-size: 3rem;
  }
}
.block-promotional-block .field-name-content {
  color: #fff;
}
.block-promotional-block .field-name-content p {
  margin-bottom: 5px;
}

.block-search-block #used-search-block {
  text-align: left;
}
.block-search-block #used-search-block select {
  border: 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  color: #000;
  padding-left: 10px;
}
.block-search-block #used-search-block .used-search-block-heading {
  display: none;
}
.block-search-block #used-search-block .used-search-block-facets .ulez-compliant {
  margin-bottom: 16px;
}
.block-search-block #used-search-block .used-search-block-facets .ulez-compliant label.inline {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.block-search-block #used-search-block .used-search-block-facets__min-price, .block-search-block #used-search-block .used-search-block-facets__max-price {
  width: 50%;
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .block-search-block #used-search-block .used-search-block-facets__min-price, .block-search-block #used-search-block .used-search-block-facets__max-price {
    width: 100%;
  }
}
.block-search-block #used-search-block .used-search-block-facets__min-price, .block-search-block #used-search-block .used-search-block-facets__min-monthly-payment {
  padding-right: 5px;
}
.block-search-block #used-search-block .used-search-block-facets__max-price, .block-search-block #used-search-block .used-search-block-facets__max-monthly-payment {
  padding-left: 5px;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio {
  border-radius: 34px;
  background: #F8F9FB;
  padding: 4px !important;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-evenly;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios {
  float: left;
  padding: 0;
  width: 50%;
  position: relative;
  min-height: 30px;
  overflow: hidden;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios:hover {
  opacity: 0.7;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios label, .block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios input[type=radio] {
  opacity: 0;
  z-index: 100;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios label {
  cursor: pointer;
  z-index: 90;
  margin: 0;
  color: #000;
  text-align: center;
  padding: 2px;
  font-size: 0.875rem;
}
.block-search-block #used-search-block .used-search-block-facets__finance-radio .form-radios input[type=radio]:checked + label {
  color: #fff;
  background: #6a0807;
  border-radius: 25px;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-evenly;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios:not(:last-child) {
  border-right: 0;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios {
  float: left;
  padding: 0;
  width: 50%;
  position: relative;
  min-height: 40px;
  overflow: hidden;
  background: #fff;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios:hover {
  opacity: 0.7;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios label, .block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios input[type=radio] {
  opacity: 0;
  z-index: 100;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios label {
  cursor: pointer;
  z-index: 90;
  margin: 0;
  text-align: center;
  padding: 8px;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
  color: #888888;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-status .form-radios input[type=radio]:checked + label {
  background: #6a0807;
  color: #000;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-evenly;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .select-style {
  width: 100%;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .select-style select {
  margin-bottom: 0;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios:not(:last-child) {
  border-right: 0;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios .vehicle-type-radio {
  float: left;
  padding: 0;
  width: 50%;
  position: relative;
  min-height: 38px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios .vehicle-type-radio:hover {
  opacity: 0.7;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios label, .block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios input[type=radio] {
  opacity: 0;
  z-index: 100;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios label {
  cursor: pointer;
  z-index: 90;
  margin: 0;
  text-align: center;
  padding: 7px 0;
  font-size: 0.875rem;
  position: relative;
  color: #000;
}
.block-search-block #used-search-block .used-search-block-facets__vehicle-type .form-radios input[type=radio]:checked + label {
  background: #6a0807;
  color: #000;
}
.block-search-block #used-search-block .used-search-block-submit .button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  height: 40px;
  border-radius: 5px;
}
.block-search-block #used-search-block .advanced-search-button {
  display: block;
  width: 100%;
  background: transparent;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
  height: auto;
  color: #fff;
  border: 0;
  font-size: 12px;
}
@media screen and (max-width: 47.99875em) {
  .block-search-block #used-search-block .advanced-search-button {
    margin-top: 10px;
  }
}

@media screen and (min-width: 48em) {
  .front .block-search-block #used-search-block {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .front .block-search-block #used-search-block::before, .front .block-search-block #used-search-block::after {
    display: table;
    content: " ";
  }
  .front .block-search-block #used-search-block::after {
    clear: both;
  }
  .front .block-search-block #used-search-block .used-search-block-facets {
    float: left;
    width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .front .block-search-block #used-search-block .used-search-block-facets, .front .block-search-block #used-search-block .used-search-block-facets:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .front .block-search-block #used-search-block .used-search-block-facets:last-child:not(:first-child) {
    float: right;
  }
  .front .block-search-block #used-search-block .used-search-block-facets > .used-search-block-facet {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .front .block-search-block #used-search-block .used-search-block-facets > .used-search-block-facet:nth-of-type(1n) {
    clear: none;
  }
  .front .block-search-block #used-search-block .used-search-block-facets > .used-search-block-facet:nth-of-type(6n+1) {
    clear: both;
  }
  .front .block-search-block #used-search-block .used-search-block-facets > .used-search-block-facet:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block .used-search-block-facets {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
  }
  .front .block-search-block #used-search-block .used-search-block-facets > .used-search-block-facet {
    clear: none !important;
  }
  .front .block-search-block #used-search-block .used-search-block-facets .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-total,
  .front .block-search-block #used-search-block .used-search-block-facets .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-monthly {
    width: 100%;
    float: none;
    line-height: 1;
  }
  .front .block-search-block #used-search-block .used-search-block-facets .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-total input,
  .front .block-search-block #used-search-block .used-search-block-facets .used-search-block-facet.used-search-block-facets__finance-radio .form-radios-monthly input {
    margin-bottom: 0;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced > .used-search-block-facet {
    float: left;
    width: 20%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced > .used-search-block-facet:nth-of-type(1n) {
    clear: none;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced > .used-search-block-facet:nth-of-type(5n+1) {
    clear: both;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced > .used-search-block-facet:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced {
    margin-top: 10px;
  }
  .front .block-search-block #used-search-block .used-search-block-advanced > .used-search-block-facet {
    clear: none !important;
  }
  .front .block-search-block #used-search-block .used-search-block-submit {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .front .block-search-block #used-search-block .used-search-block-submit, .front .block-search-block #used-search-block .used-search-block-submit:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .front .block-search-block #used-search-block .used-search-block-submit:last-child:not(:first-child) {
    float: right;
  }
  .front .block-search-block #used-search-block .used-search-block-submit {
    padding-left: 0;
    margin-top: 0;
  }
  .front .block-search-block #used-search-block .used-search-block-expand {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .front .block-search-block #used-search-block .used-search-block-expand, .front .block-search-block #used-search-block .used-search-block-expand:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .front .block-search-block #used-search-block .used-search-block-expand:last-child:not(:first-child) {
    float: right;
  }
  .front .block-search-block #used-search-block .used-search-block-expand:last-child:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block .used-search-block-expand {
    float: right !important;
    padding-left: 0;
    margin-top: 10px;
  }
  .front .block-search-block #used-search-block .used-search-block-expand .button {
    padding-right: 45px;
  }
  .front .block-search-block #used-search-block.search .used-search-block-facets > .used-search-block-facet {
    float: left;
    width: 25%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .front .block-search-block #used-search-block.search .used-search-block-facets > .used-search-block-facet:nth-of-type(1n) {
    clear: none;
  }
  .front .block-search-block #used-search-block.search .used-search-block-facets > .used-search-block-facet:nth-of-type(4n+1) {
    clear: both;
  }
  .front .block-search-block #used-search-block.search .used-search-block-facets > .used-search-block-facet:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block.search .used-search-block-facets {
    margin-left: -10px;
    margin-right: -10px;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets, .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets {
    float: left;
    width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets, .front .block-search-block #used-search-block.search-finance .used-search-block-facets:last-child:not(:first-child), .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets, .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets:last-child:not(:first-child), .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets:last-child:not(:first-child) {
    float: right;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets > .used-search-block-facet, .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets > .used-search-block-facet {
    float: left;
    width: 20%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(1n), .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets > .used-search-block-facet:nth-of-type(1n) {
    clear: none;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(5n+1), .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets > .used-search-block-facet:nth-of-type(5n+1) {
    clear: both;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets > .used-search-block-facet:last-child, .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets > .used-search-block-facet:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets, .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets {
    margin-left: -10px;
    margin-right: -10px;
  }
  .front .block-search-block #used-search-block.search-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(5n+1), .front .block-search-block #used-search-block.search-multiveh .used-search-block-facets > .used-search-block-facet:nth-of-type(5n+1) {
    clear: none;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets {
    float: left;
    width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets, .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets:last-child:not(:first-child) {
    float: right;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets > .used-search-block-facet {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(1n) {
    clear: none;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(6n+1) {
    clear: both;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets > .used-search-block-facet:last-child {
    float: left;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets {
    margin-left: -10px;
    margin-right: -10px;
  }
  .front .block-search-block #used-search-block.search-multiveh-finance .used-search-block-facets > .used-search-block-facet:nth-of-type(6n+1) {
    clear: none;
  }
}

.block-phone-numbers {
  text-align: right;
}
.block-phone-numbers__desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .block-phone-numbers__desktop {
    display: inline-block;
  }
}
.block-phone-numbers .block-phone-numbers__desktop > div {
  display: inline-block;
  margin-left: 20px;
}
.block-phone-numbers .header-phone__icon {
  display: inline-block;
}
.block-phone-numbers .header-phone__label {
  display: none;
}
.block-phone-numbers .header-phone__phone {
  display: inline-block;
}
.block-phone-numbers__mobile {
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 14px;
}
.block-phone-numbers__mobile-button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0;
  display: inline-block;
  border-color: #fff;
  color: #fff;
  border: 0 !important;
  font-size: 1.25rem;
  background: transparent !important;
}
@media screen and (min-width: 48em) {
  .block-phone-numbers__mobile-button {
    display: none;
  }
}
.block-phone-numbers__mobile .close-button.block-phone-numbers__mobile-button {
  padding: 0;
  font-size: 25px;
  color: #000;
}

.social {
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.social li {
  display: inline-block;
}
.social i {
  width: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #828487;
  font-size: 1.875rem;
  text-align: center;
}
.social i:hover {
  color: #6a0807;
}
.social i:hover.fa-facebook-square {
  color: #1877f2;
}
.social i:hover.fa-facebook {
  color: #1877f2;
}
.social i:hover.fa-facebook-f {
  color: #1877f2;
}
.social i:hover.fa-flickr {
  color: #0063db;
}
.social i:hover.fa-google-plus-square {
  color: #dd4b39;
}
.social i:hover.fa-google-plus {
  color: #dd4b39;
}
.social i:hover.fa-instagram {
  color: #517fa4;
}
.social i:hover.fa-linkedin-square {
  color: #0271ae;
}
.social i:hover.fa-linkedin {
  color: #0271ae;
}
.social i:hover.fa-linkedin-in {
  color: #0271ae;
}
.social i:hover.fa-pinterest-square {
  color: #cb2027;
}
.social i:hover.fa-pinterest {
  color: #cb2027;
}
.social i:hover.fa-rss-square {
  color: #ff6600;
}
.social i:hover.fa-rss {
  color: #b00;
}
.social i:hover.fa-twitter-square {
  color: #000000;
}
.social i:hover.fa-twitter {
  color: #000000;
}
.social i:hover.fa-vimeo-camera {
  color: #aad450;
}
.social i:hover.fa-vimeo-square {
  color: #aad450;
}
.social i:hover.fa-youtube-play {
  color: #b00;
}
.social i:hover.fa-youtube-square {
  color: #b00;
}
.social i:hover.fa-youtube {
  color: #b00;
}
.social i:hover.fa-whatsapp {
  color: #25d366;
}
.social i:hover.fa-music {
  color: #ff0050;
}
.social i:hover.fa-instagram {
  color: transparent !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.social.header {
  margin: 0;
  display: none;
}
.social.header i {
  width: 32px;
  font-size: 1.25rem;
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .social.header {
    display: block;
  }
}
.social.footer i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  font-size: 1.25rem;
}
.social.footer i.fa-facebook-square {
  background-color: #1877f2;
}
.social.footer i.fa-facebook {
  background-color: #1877f2;
}
.social.footer i.fa-facebook-f {
  background-color: #1877f2;
}
.social.footer i.fa-flickr {
  background-color: #0063db;
}
.social.footer i.fa-google-plus-square {
  background-color: #dd4b39;
}
.social.footer i.fa-google-plus {
  background-color: #dd4b39;
}
.social.footer i.fa-instagram {
  background-color: #517fa4;
}
.social.footer i.fa-linkedin-square {
  background-color: #0271ae;
}
.social.footer i.fa-linkedin {
  background-color: #0271ae;
}
.social.footer i.fa-linkedin-in {
  background-color: #0271ae;
}
.social.footer i.fa-pinterest-square {
  background-color: #cb2027;
}
.social.footer i.fa-pinterest {
  background-color: #cb2027;
}
.social.footer i.fa-rss-square {
  background-color: #ff6600;
}
.social.footer i.fa-rss {
  background-color: #b00;
}
.social.footer i.fa-twitter-square {
  background-color: #000000;
}
.social.footer i.fa-twitter {
  background-color: #000000;
}
.social.footer i.fa-vimeo-camera {
  background-color: #aad450;
}
.social.footer i.fa-vimeo-square {
  background-color: #aad450;
}
.social.footer i.fa-youtube-play {
  background-color: #b00;
}
.social.footer i.fa-youtube-square {
  background-color: #b00;
}
.social.footer i.fa-youtube {
  background-color: #b00;
}
.social.footer i.fa-whatsapp {
  background-color: #25d366;
}
.social.footer i.fa-music {
  background-color: #ff0050;
}
.social.footer i.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social.footer i:hover {
  color: #fff;
  opacity: 0.9;
}
.social.contact i {
  width: auto;
  color: #6a0807;
  font-size: 1.125rem;
  text-align: center;
}
.social.contact i.fa-facebook-square {
  color: #1877f2;
}
.social.contact i.fa-facebook {
  color: #1877f2;
}
.social.contact i.fa-facebook-f {
  color: #1877f2;
}
.social.contact i.fa-flickr {
  color: #0063db;
}
.social.contact i.fa-google-plus-square {
  color: #dd4b39;
}
.social.contact i.fa-google-plus {
  color: #dd4b39;
}
.social.contact i.fa-instagram {
  color: #517fa4;
}
.social.contact i.fa-linkedin-square {
  color: #0271ae;
}
.social.contact i.fa-linkedin {
  color: #0271ae;
}
.social.contact i.fa-linkedin-in {
  color: #0271ae;
}
.social.contact i.fa-pinterest-square {
  color: #cb2027;
}
.social.contact i.fa-pinterest {
  color: #cb2027;
}
.social.contact i.fa-rss-square {
  color: #ff6600;
}
.social.contact i.fa-rss {
  color: #b00;
}
.social.contact i.fa-twitter-square {
  color: #000000;
}
.social.contact i.fa-twitter {
  color: #000000;
}
.social.contact i.fa-vimeo-camera {
  color: #aad450;
}
.social.contact i.fa-vimeo-square {
  color: #aad450;
}
.social.contact i.fa-youtube-play {
  color: #b00;
}
.social.contact i.fa-youtube-square {
  color: #b00;
}
.social.contact i.fa-youtube {
  color: #b00;
}
.social.contact i.fa-whatsapp {
  color: #25d366;
}
.social.contact i.fa-music {
  color: #ff0050;
}
.social.contact i.fa-instagram {
  color: transparent !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.social.contact .vocabulary-social-media {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.social.contact .vocabulary-social-media .l-taxonomy-term-social-media--full__icon,
.social.contact .vocabulary-social-media .l-taxonomy-term-social-media--full__label {
  display: inline-block;
}
.social.contact .vocabulary-social-media .l-taxonomy-term-social-media--full__label {
  padding-left: 5px;
  margin-right: 15px;
}

.vehicle-makes {
  margin: 0;
}
.vehicle-makes li {
  display: inline-block;
  list-style: none;
}
.vehicle-makes li a {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 4px 10px;
  color: #aaa;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-nav,
.footer-main-menu {
  list-style-type: none;
  margin-left: 0;
}
.footer-nav li,
.footer-main-menu li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.footer-nav li a.no-link,
.footer-main-menu li a.no-link {
  cursor: default;
}
.footer-nav .sub-menu,
.footer-main-menu .sub-menu {
  display: none;
}

.sitemap .no-link {
  color: #000;
  cursor: default;
}

.block-compare-vehicles.compare-count span {
  font-variant-numeric: tabular-nums;
  min-width: 9px;
  display: inline-block;
  text-align: center;
}

.footer-images.brands {
  display: inline-flex;
  gap: 15px;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.footer-images.brands li {
  display: inline-block;
}
.footer-images.brands li .footer-image {
  background: #fff;
  height: 75px;
  width: 125px;
  border-radius: 13px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-images.brands li .footer-image img {
  max-height: 100%;
}
.footer-images.cards {
  text-align: left;
  list-style-type: none;
  margin: 0;
}
.footer-images.cards li {
  display: inline-block;
}

.footer-legalities .company-reg-address--addr1, .footer-legalities .company-reg-address--addr2, .footer-legalities .company-reg-address--town, .footer-legalities .company-reg-address--county, .footer-legalities .company-reg-address--postcode {
  display: inline-block;
}
.footer-legalities .company-reg-address--addr1:after, .footer-legalities .company-reg-address--addr2:after, .footer-legalities .company-reg-address--town:after, .footer-legalities .company-reg-address--county:after, .footer-legalities .company-reg-address--postcode:after {
  content: ", ";
}
.footer-legalities .company-reg-address--postcode:after {
  display: none;
}

.node-frontpage .page-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}
.node-frontpage .hero-caption {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.node-frontpage .hero-caption, .node-frontpage .hero-caption:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.node-frontpage .hero-caption:last-child:not(:first-child) {
  float: right;
}
.node-frontpage .hero-caption {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 48em) {
  .node-frontpage .hero-caption {
    float: left;
    width: 75%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .node-frontpage .hero-caption, .node-frontpage .hero-caption:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .node-frontpage .hero-caption:last-child:not(:first-child) {
    float: right;
  }
  .node-frontpage .hero-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 75em) {
  .node-frontpage .hero-caption {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .node-frontpage .hero-caption, .node-frontpage .hero-caption:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .node-frontpage .hero-caption:last-child:not(:first-child) {
    float: right;
  }
}
.node-frontpage .hero-caption h2, .node-frontpage .hero-caption p {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.node-frontpage .hero-caption h2 {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .node-frontpage .hero-caption h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.node-frontpage .hero-caption p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}
@media screen and (max-width: 47.99875em) {
  .node-frontpage .hero-caption p {
    display: none;
  }
}
.node-frontpage .hero-caption.right {
  text-align: right;
  float: right !important;
}
.node-frontpage .hero-caption.center {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .node-frontpage .hero-caption.center {
    margin-left: auto;
    margin-right: auto;
  }
  .node-frontpage .hero-caption.center, .node-frontpage .hero-caption.center:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}
.node-frontpage .slick--home-slider .slick-slide.slick-active .hero-caption {
  animation: fadeInUp;
  animation-duration: 2s;
}
.node-frontpage h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .node-frontpage h1 {
    margin-bottom: 40px;
  }
}
.node-frontpage .finance-block h4, .node-frontpage .finance-block h3 {
  line-height: 1.2;
}
.node-frontpage .finance-block h4 {
  margin-bottom: 0;
}
.node-frontpage .home-testimonials {
  max-width: 600px;
  margin: 0 auto;
}
.node-frontpage .home-testimonials .testimonial-stars svg {
  width: 20px;
  height: 20px;
}
.node-frontpage .home-testimonials h2 {
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .node-frontpage .home-testimonials h2 {
    font-size: 2.375rem;
    margin-bottom: 20px;
  }
}
.node-frontpage .l-node-frontpage--full__body .fr-view {
  transition: all 1s;
}
.node-frontpage .l-node-frontpage--full__body .fr-view.more-hidden {
  height: 300px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  transition: all 1s;
}
.node-frontpage .l-node-frontpage--full__body .fr-view.more-hidden .read-more-link {
  position: absolute;
  bottom: 0px;
}
.node-frontpage .l-node-frontpage--full__body .fr-view.more-hidden .read-more-link:after {
  content: "\f063";
}
.node-frontpage .l-node-frontpage--full__body .fr-view.more-hidden:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75%, #FFFFFF 100%);
}
.node-frontpage .l-node-frontpage--full__body .fr-view .read-more-link {
  display: block;
  font-weight: bold;
  color: #6a0807;
  text-transform: uppercase;
  margin-top: 25px;
}
.node-frontpage .l-node-frontpage--full__body .fr-view .read-more-link:after {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}

.l-node-used-vehicle--latest-vehicles {
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(150, 165, 173, 0.25);
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-node-used-vehicle--latest-vehicles__photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.l-node-used-vehicle--latest-vehicles__main-content {
  padding: 20px;
  text-align: center;
}
.l-node-used-vehicle--latest-vehicles__footer {
  display: flex;
  text-align: center;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.l-node-used-vehicle--latest-vehicles__price, .l-node-used-vehicle--latest-vehicles__monthly-price {
  background: #121212;
  flex: 1;
  min-width: 50%;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.l-node-used-vehicle--latest-vehicles__monthly-price {
  background: #6a0807;
  padding: 15px 5px;
}
.l-node-used-vehicle--latest-vehicles .field-name-make-model {
  color: #28262E;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.l-node-used-vehicle--latest-vehicles .field-name-derivative {
  color: #858585;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.l-node-used-vehicle--latest-vehicles .field-name-field-vehicle-price,
.l-node-used-vehicle--latest-vehicles .field-name-field-vehicle-monthly-price {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.l-node-used-vehicle--latest-vehicles .field-name-field-vehicle-monthly-price .label-inline {
  display: none;
}
.l-node-used-vehicle--latest-vehicles .field-name-field-vehicle-monthly-price:after {
  content: " Monthly";
  font-size: 0.875rem;
}
.l-node-used-vehicle--latest-vehicles .field-name-field-vehicle-vat {
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 3px;
  font-weight: 700;
}

.view-fmgauto-search-page .search-filters {
  margin-left: auto;
}
.view-fmgauto-search-page .search-filters__sort-by {
  display: inline-block;
}
.view-fmgauto-search-page .search-filters__items-per-page {
  display: inline-block;
}

.search-pager .pagination .current {
  background: none;
}

@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-search_result .field-name-title {
    margin-bottom: 10px;
  }
}
.node-used-vehicle.view-mode-search_result .field-name-title h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.node-used-vehicle.view-mode-search_result .field-name-field-vehicle-price,
.node-used-vehicle.view-mode-search_result .field-name-fmg-quoteware-api-payment {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
}
.node-used-vehicle.view-mode-search_result .field-name-field-vehicle-vat {
  display: inline-block;
}
.node-used-vehicle.view-mode-search_result .field-name-discount,
.node-used-vehicle.view-mode-search_result .field-name-discounted-price,
.node-used-vehicle.view-mode-search_result .field-name-list-price {
  font-size: 0.875rem;
}
.node-used-vehicle.view-mode-search_result .field-name-discount .label-inline,
.node-used-vehicle.view-mode-search_result .field-name-discount .value,
.node-used-vehicle.view-mode-search_result .field-name-discounted-price .label-inline,
.node-used-vehicle.view-mode-search_result .field-name-discounted-price .value,
.node-used-vehicle.view-mode-search_result .field-name-list-price .label-inline,
.node-used-vehicle.view-mode-search_result .field-name-list-price .value {
  display: inline-block;
}
.node-used-vehicle.view-mode-search_result .field-name-discount .value,
.node-used-vehicle.view-mode-search_result .field-name-discounted-price .value,
.node-used-vehicle.view-mode-search_result .field-name-list-price .value {
  font-weight: bold;
  padding-left: 5px;
  font-size: 1rem;
}
.node-used-vehicle.view-mode-search_result .field-name-admin-fee {
  display: inline-block;
  font-size: 0.875rem;
}
.node-used-vehicle.view-mode-search_result .field-name-admin-fee .label-inline,
.node-used-vehicle.view-mode-search_result .field-name-admin-fee .value {
  display: inline-block;
}
.node-used-vehicle.view-mode-search_result .field-name-field-field-vehicle-photos {
  background: #6a0807;
  margin-bottom: 0;
}
.node-used-vehicle.view-mode-search_result .field-name-field-sash {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #6a0807;
  color: #fff;
  position: absolute;
  top: 30px;
  left: -50px;
  width: 210px;
  padding: 5px 50px 5px 40px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.node-used-vehicle.view-mode-search_result .field-name-branch {
  border-radius: 100px;
  background: #EBEDEE;
  padding: 4px 10px 4px 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .node-used-vehicle.view-mode-search_result .field-name-branch {
    display: inline-block;
  }
}
.node-used-vehicle.view-mode-search_result .field-name-branch i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  background: #6a0807;
}
.node-used-vehicle.view-mode-search_result .specs-list > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(1n) {
  clear: none;
}
.node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(1n+1) {
  clear: both;
}
.node-used-vehicle.view-mode-search_result .specs-list > li:last-child {
  float: left;
}
.node-used-vehicle.view-mode-search_result .specs-list {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-search_result .specs-list > li {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(1n) {
    clear: none;
  }
  .node-used-vehicle.view-mode-search_result .specs-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  .node-used-vehicle.view-mode-search_result .specs-list > li:last-child {
    float: left;
  }
}
.node-used-vehicle.view-mode-search_result .specs-list li {
  padding-top: 0;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .node-used-vehicle.view-mode-search_result .specs-list li:nth-child(2n+1) {
    padding-right: 10px;
  }
  .node-used-vehicle.view-mode-search_result .specs-list li:nth-child(2n) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-search_result .specs-list li:nth-child(2n+1) {
    padding-right: 25px;
  }
  .node-used-vehicle.view-mode-search_result .specs-list li:nth-child(2n) {
    padding-left: 25px;
  }
}
.node-used-vehicle.view-mode-search_result .specs-list li .spec::before, .node-used-vehicle.view-mode-search_result .specs-list li .spec::after {
  display: table;
  content: " ";
}
.node-used-vehicle.view-mode-search_result .specs-list li .spec::after {
  clear: both;
}
.node-used-vehicle.view-mode-search_result .specs-list li .spec {
  clear: both;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
.node-used-vehicle.view-mode-search_result .specs-list li .label-inline {
  display: inline-block;
}
.node-used-vehicle.view-mode-search_result .specs-list li .field-value {
  display: inline-block;
  font-weight: bold;
  float: right;
}
.node-used-vehicle.view-mode-search_result .specs-list li .field-value a {
  color: inherit;
}
.node-used-vehicle.view-mode-search_result .field-name-save-vehicle .button {
  padding: 0;
  min-height: 0;
  height: auto;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  border: 0;
}
.node-used-vehicle.view-mode-search_result .field-name-save-vehicle .button i {
  margin-right: 3px;
}
.node-used-vehicle.view-mode-search_result .field-name-save-vehicle .button:hover {
  color: inherit;
}
@media screen and (min-width: 48em) {
  .node-used-vehicle.view-mode-search_result .more-info-buttons {
    text-align: right;
  }
}
.node-used-vehicle.view-mode-search_result .more-info-buttons .footer-button {
  display: block;
  padding-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .node-used-vehicle.view-mode-search_result .more-info-buttons .footer-button {
    padding-left: 10px;
    display: inline-block;
  }
}
.node-used-vehicle.view-mode-search_result .more-info-buttons .footer-button i {
  display: none;
}
.node-used-vehicle.view-mode-search_result .more-info-buttons .footer-button .button {
  width: 100%;
  margin-bottom: 0;
  display: block;
}
.node-used-vehicle.view-mode-search_result .vehicle-results-thumbnails {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-left: -4px;
  margin-right: -4px;
}
.node-used-vehicle.view-mode-search_result .vehicle-results-thumbnails li {
  margin-left: 4px;
  margin-right: 4px;
}
.node-used-vehicle.view-mode-full .field-name-title h1 {
  font-size: 1.75rem;
}
.node-used-vehicle.view-mode-full .field-name-field-vehicle-price,
.node-used-vehicle.view-mode-full .field-name-fmg-quoteware-api-payment {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.625rem;
  font-weight: bold;
}
.node-used-vehicle.view-mode-full .field-name-field-vehicle-vat {
  display: inline-block;
}
.node-used-vehicle.view-mode-full .field-name-list-price,
.node-used-vehicle.view-mode-full .field-name-discounted-price,
.node-used-vehicle.view-mode-full .field-name-discount {
  font-size: 0.875rem;
}
.node-used-vehicle.view-mode-full .field-name-list-price .label-inline,
.node-used-vehicle.view-mode-full .field-name-list-price .value,
.node-used-vehicle.view-mode-full .field-name-discounted-price .label-inline,
.node-used-vehicle.view-mode-full .field-name-discounted-price .value,
.node-used-vehicle.view-mode-full .field-name-discount .label-inline,
.node-used-vehicle.view-mode-full .field-name-discount .value {
  display: inline-block;
}
.node-used-vehicle.view-mode-full .field-name-list-price .value,
.node-used-vehicle.view-mode-full .field-name-discounted-price .value,
.node-used-vehicle.view-mode-full .field-name-discount .value {
  font-weight: bold;
  padding-left: 5px;
  font-size: 1rem;
}
.node-used-vehicle.view-mode-full .field-name-admin-fee {
  display: inline-block;
  font-size: 0.875rem;
}
.node-used-vehicle.view-mode-full .field-name-admin-fee .label-inline,
.node-used-vehicle.view-mode-full .field-name-admin-fee .value {
  display: inline-block;
}
.node-used-vehicle.view-mode-full .awaiting-image {
  margin-bottom: 20px;
  background: #6a0807;
}
.node-used-vehicle.view-mode-full .vehicle-gallery {
  position: relative;
  overflow: hidden;
}
.node-used-vehicle.view-mode-full .finance-details-cta {
  list-style-type: none;
  margin: 0;
}
.node-used-vehicle.view-mode-full .finance-details-cta .button {
  width: 100%;
}
.node-used-vehicle.view-mode-full .finance-details-cta .finance-cta .button {
  height: auto;
}
.node-used-vehicle.view-mode-full .field-name-branch {
  border-radius: 100px;
  background: #EBEDEE;
  padding: 4px 10px 4px 4px;
  font-size: 0.875rem;
}
.node-used-vehicle.view-mode-full .field-name-branch i {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  background: #6a0807;
}
.node-used-vehicle.view-mode-full .specs-list > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.node-used-vehicle.view-mode-full .specs-list > li:nth-of-type(1n) {
  clear: none;
}
.node-used-vehicle.view-mode-full .specs-list > li:nth-of-type(1n+1) {
  clear: both;
}
.node-used-vehicle.view-mode-full .specs-list > li:last-child {
  float: left;
}
.node-used-vehicle.view-mode-full .specs-list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
.node-used-vehicle.view-mode-full .specs-list li {
  padding: 0;
}
.node-used-vehicle.view-mode-full .specs-list li .spec {
  padding: 7px 0;
  border-bottom: 1px solid #6a0807;
}
.node-used-vehicle.view-mode-full .specs-list li .spec::before, .node-used-vehicle.view-mode-full .specs-list li .spec::after {
  display: table;
  content: " ";
}
.node-used-vehicle.view-mode-full .specs-list li .spec::after {
  clear: both;
}
.node-used-vehicle.view-mode-full .specs-list li .spec {
  clear: both;
}
.node-used-vehicle.view-mode-full .specs-list li .label-inline {
  display: inline-block;
}
.node-used-vehicle.view-mode-full .specs-list li .field-value {
  display: inline-block;
  font-weight: bold;
  float: right;
}
.node-used-vehicle.view-mode-full .specs-list li .field-value a {
  color: inherit;
}
.node-used-vehicle.view-mode-full .gallery-wrap {
  position: relative;
  overflow: hidden;
}
.node-used-vehicle.view-mode-full .video-thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}
.node-used-vehicle.view-mode-full .video-thumb:after {
  content: "\f144";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.node-used-vehicle.view-mode-full .video-thumb:after:hover {
  opacity: 0.8;
}
.node-used-vehicle.view-mode-full .field-name-field-sash {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #6a0807;
  color: #fff;
  position: absolute;
  top: 40px;
  left: -60px;
  width: 260px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.node-used-vehicle.view-mode-full .vehicle-ctas::before, .node-used-vehicle.view-mode-full .vehicle-ctas::after {
  display: table;
  content: " ";
}
.node-used-vehicle.view-mode-full .vehicle-ctas::after {
  clear: both;
}
.node-used-vehicle.view-mode-full .vehicle-ctas > li {
  float: left;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.node-used-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(1n) {
  clear: none;
}
.node-used-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(1n+1) {
  clear: both;
}
.node-used-vehicle.view-mode-full .vehicle-ctas > li:last-child {
  float: left;
}
.node-used-vehicle.view-mode-full .vehicle-ctas {
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-full .vehicle-ctas > li {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .node-used-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(1n) {
    clear: none;
  }
  .node-used-vehicle.view-mode-full .vehicle-ctas > li:nth-of-type(2n+1) {
    clear: both;
  }
  .node-used-vehicle.view-mode-full .vehicle-ctas > li:last-child {
    float: left;
  }
}
.node-used-vehicle.view-mode-full .vehicle-ctas .button {
  width: 100%;
  padding: 11px;
  margin-bottom: 10px;
}
.node-used-vehicle.view-mode-full .vehicle-ctas .button i {
  display: none;
}
.node-used-vehicle.view-mode-full .vehicle-ctas li {
  padding-bottom: 0;
  clear: none !important;
}
.node-used-vehicle.view-mode-full .vehicle-ctas li:first-child {
  width: 100% !important;
}
.node-used-vehicle.view-mode-full .vehicle-ctas li:last-child:nth-child(even) {
  width: 100% !important;
}
.node-used-vehicle.view-mode-full .header-cta {
  list-style-type: none;
  margin: 0;
}
.node-used-vehicle.view-mode-full .header-cta li {
  display: inline-block;
  margin-right: 20px;
}
.node-used-vehicle.view-mode-full .header-cta li a {
  font-size: 1rem;
}
.node-used-vehicle.view-mode-full .header-cta li a i {
  margin-right: 3px;
}
.node-used-vehicle.view-mode-full #vehicle-tabs li {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .node-used-vehicle.view-mode-full #vehicle-tabs li {
    width: 33%;
  }
}
.node-used-vehicle.view-mode-full #vehicle-tabs li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 15px 20px;
}
.node-used-vehicle.view-mode-full .field-name-vehicle-additional-info {
  white-space: pre-line;
}
.node-used-vehicle.view-mode-full .technical-specs > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.node-used-vehicle.view-mode-full .technical-specs > li:nth-of-type(1n) {
  clear: none;
}
.node-used-vehicle.view-mode-full .technical-specs > li:nth-of-type(1n+1) {
  clear: both;
}
.node-used-vehicle.view-mode-full .technical-specs > li:last-child {
  float: left;
}
.node-used-vehicle.view-mode-full .technical-specs {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-full .technical-specs > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .node-used-vehicle.view-mode-full .technical-specs > li:nth-of-type(1n) {
    clear: none;
  }
  .node-used-vehicle.view-mode-full .technical-specs > li:nth-of-type(3n+1) {
    clear: both;
  }
  .node-used-vehicle.view-mode-full .technical-specs > li:last-child {
    float: left;
  }
  .node-used-vehicle.view-mode-full .technical-specs li {
    padding-bottom: 0;
  }
}
.node-used-vehicle.view-mode-full .technical-specs .spec {
  margin-bottom: 12px;
}
.node-used-vehicle.view-mode-full .technical-specs .spec .label-inline {
  display: inline-block;
}
.node-used-vehicle.view-mode-full .technical-specs .spec .field-value {
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .node-used-vehicle.view-mode-full .vehicle-features-bulk {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 40px;
  }
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-full .vehicle-features-bulk {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 40px;
  }
}
.node-used-vehicle.view-mode-full .vehicle-features-bulk li {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.node-used-vehicle.view-mode-full .vehicle-features {
  list-style-type: none;
  margin: 0;
}
.node-used-vehicle.view-mode-full .vehicle-features li {
  position: relative;
  padding-left: 20px;
}
.node-used-vehicle.view-mode-full .vehicle-features li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
}
.node-used-vehicle.view-mode-full .accordions .features-category {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .node-used-vehicle.view-mode-full .accordions .features-category {
    width: 49.6%;
  }
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-full .accordions .features-category {
    width: 32.9%;
  }
}
.node-used-vehicle.view-mode-full .accordions .panel {
  padding: 0 18px;
  display: none;
  margin: 0;
  overflow: hidden;
  padding-bottom: 12px;
}
.node-used-vehicle.view-mode-full .accordions .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.4s;
  position: relative;
}
.node-used-vehicle.view-mode-full .accordions .accordion:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 18px;
}
.node-used-vehicle.view-mode-full .accordions .active:after {
  content: "\f068";
}
.node-used-vehicle.view-mode-full .accordions .accordion:hover {
  opacity: 0.7;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .node-used-vehicle.view-mode-full .text-headings .features-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 75em) {
  .node-used-vehicle.view-mode-full .text-headings .features-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.node-used-vehicle.view-mode-full .text-headings .features-list .features-category {
  margin-bottom: 20px;
}
.node-used-vehicle.view-mode-full .text-headings .features-list .features-category li {
  padding-bottom: 12px;
}
.node-used-vehicle.view-mode-full .files-list {
  list-style-type: none;
  margin: 0;
}
.node-used-vehicle.view-mode-full .files-list li {
  display: inline-block;
}
@media screen and (max-width: 47.99875em) {
  .node-used-vehicle.view-mode-full .files-list li {
    width: 100%;
  }
}
.node-used-vehicle.view-mode-full .files-list .button {
  width: 100%;
  font-size: 1rem;
  padding: 15px;
  display: block;
  text-align: center;
}
.node-page .page-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
}
.node-page .children {
  list-style-type: none;
  margin: 0;
}
.node-page .children li {
  margin-bottom: 20px;
}
.node-page.view-mode-teaser .field-name-field-image {
  margin-bottom: 10px;
}

.contact-page .contact-page > li {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.contact-page .contact-page > li:nth-of-type(1n) {
  clear: none;
}
.contact-page .contact-page > li:nth-of-type(1n+1) {
  clear: both;
}
.contact-page .contact-page > li:last-child {
  float: left;
}
.contact-page .contact-page {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}

.fr-view .fr-file {
  height: 38px;
  color: #121212;
  padding: 11px 15px;
  border: 1px solid #121212;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 48em) {
  .fr-view .fr-file:hover {
    opacity: 0.8;
  }
}
.fr-view .fr-file.black {
  color: #000;
  border: 1px solid #000;
}
.fr-view .fr-file::after {
  display: none;
}

.node-branch .field-name-telephone-numbers .field-name-phone {
  font-weight: bold;
  font-size: 1.125rem;
}
.node-branch .field-name-opening-hours .day {
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.node-branch .field-name-opening-hours .field-name-hours {
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}
.node-branch.footer-address {
  margin-bottom: 15px;
}
.node-branch.footer-address .field-name-title {
  font-weight: 700;
}
.node-branch.footer-address .field-name-address,
.node-branch.footer-address .field-name-branch-reg-office-address {
  display: inline-block;
}
.node-branch.footer-address .field-name-address div,
.node-branch.footer-address .field-name-branch-reg-office-address div {
  display: inline-table;
}
.node-branch.footer-address .field-name-address .thoroughfare::after,
.node-branch.footer-address .field-name-address .premise::after,
.node-branch.footer-address .field-name-address .locality::after,
.node-branch.footer-address .field-name-address .state::after,
.node-branch.footer-address .field-name-branch-reg-office-address .thoroughfare::after,
.node-branch.footer-address .field-name-branch-reg-office-address .premise::after,
.node-branch.footer-address .field-name-branch-reg-office-address .locality::after,
.node-branch.footer-address .field-name-branch-reg-office-address .state::after {
  content: ", ";
}
.node-branch.footer-address .field-name-address .postal-code,
.node-branch.footer-address .field-name-branch-reg-office-address .postal-code {
  display: inline-block;
}
.node-branch.footer-legalities > div {
  margin-bottom: 10px;
}

.slick {
  margin: 0;
}
.slick .slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.slick .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.slick li {
  position: relative;
  list-style: none;
}
.slick li:not(:first-child) {
  display: none;
}
.slick.slick-initialized li {
  display: block;
}
.slick .slick-prev,
.slick .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.slick .slick-prev {
  left: 10px;
}
.slick .slick-next {
  right: 10px;
}
.slick .slick-prev::before,
.slick .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick .slick-prev::before {
  content: "\f104";
}
.slick .slick-next::before {
  content: "\f105";
}
.slick .slick-prev:hover::before,
.slick .slick-prev:focus::before,
.slick .slick-next:hover::before,
.slick .slick-next:focus::before {
  opacity: 1;
}
.slick .slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.125rem;
  padding: 10px 20px;
}
.slick .slide-caption p {
  color: #fff;
}
.slick .slide-caption h1, .slick .slide-caption h2, .slick .slide-caption h3, .slick .slide-caption h4, .slick .slide-caption h5 {
  color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick--home-slider .slick-slide, .slick--page-slider .slick-slide {
    overflow: hidden;
    padding-right: 1px;
    right: -1px;
  }
}
@supports (-ms-ime-align: auto) {
  .slick--home-slider .slick-slide, .slick--page-slider .slick-slide {
    overflow: hidden;
    padding-right: 1px;
    right: -1px;
  }
}
.slick--home-slider .slide-caption, .slick--page-slider .slide-caption {
  position: absolute;
  width: 100%;
  background: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.slick--home-slider .slide-caption p, .slick--page-slider .slide-caption p {
  color: #fff;
}
.slick--home-slider .slide-caption--inner, .slick--page-slider .slide-caption--inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.slick--home-slider .slide-caption--inner::before, .slick--home-slider .slide-caption--inner::after, .slick--page-slider .slide-caption--inner::before, .slick--page-slider .slide-caption--inner::after {
  display: table;
  content: " ";
}
.slick--home-slider .slide-caption--inner::after, .slick--page-slider .slide-caption--inner::after {
  clear: both;
}
.slick--home-slider .slide-caption--inner, .slick--page-slider .slide-caption--inner {
  width: 100%;
}
.slick--home-slider {
  height: 100%;
}
@media screen and (max-width: 47.99875em), screen and (min-width: 48em) and (max-width: 74.99875em) {
  .slick--home-slider {
    height: 50vw;
    width: 100vw;
  }
}
.slick--home-slider .slick-list,
.slick--home-slider .slick-track,
.slick--home-slider .slick-slide {
  height: 100%;
}
@media screen and (max-width: 47.99875em), screen and (min-width: 48em) and (max-width: 74.99875em) {
  .slick--home-slider .slick-list,
  .slick--home-slider .slick-track,
  .slick--home-slider .slick-slide {
    height: 50vw;
    width: 100vw;
  }
}
.slick--home-slider .slide-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
}
.slick--page-slider {
  margin-bottom: 20px;
}
.slick--latest-vehicles-slider-home, .slick--latest-vehicles-slider {
  margin: 0 -15px;
}
.slick--latest-vehicles-slider-home .slick-slide, .slick--latest-vehicles-slider .slick-slide {
  margin: 0 15px;
}
@media screen and (min-width: 1140px) {
  .slick--latest-vehicles-slider-home .slick-slide, .slick--latest-vehicles-slider .slick-slide {
    max-width: 350px;
    opacity: 0.5;
  }
  .slick--latest-vehicles-slider-home .slick-slide.slick-active, .slick--latest-vehicles-slider .slick-slide.slick-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .slick--latest-vehicles-slider-home.less-slides .slick-track, .slick--latest-vehicles-slider.less-slides .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important;
  }
  .slick--latest-vehicles-slider-home.less-slides .slick-slide, .slick--latest-vehicles-slider.less-slides .slick-slide {
    float: none;
    display: inline-block;
    opacity: 1;
  }
}
.slick--latest-vehicles-slider-home .slick-prev,
.slick--latest-vehicles-slider-home .slick-next, .slick--latest-vehicles-slider .slick-prev,
.slick--latest-vehicles-slider .slick-next {
  top: 50%;
  width: auto;
}
.slick--latest-vehicles-slider-home .slick-prev::before,
.slick--latest-vehicles-slider-home .slick-next::before, .slick--latest-vehicles-slider .slick-prev::before,
.slick--latest-vehicles-slider .slick-next::before {
  font-size: 1.25rem;
  color: #000;
  opacity: 1;
}
.slick--latest-vehicles-slider-home .slick-prev, .slick--latest-vehicles-slider .slick-prev {
  right: auto;
  left: 0px;
}
.slick--latest-vehicles-slider-home .slick-next, .slick--latest-vehicles-slider .slick-next {
  right: 0px;
  left: auto;
}
.slick--vehicle-gallery-main .slick-slide img {
  margin: 0 auto;
}
.slick--vehicle-gallery-thumbs {
  margin: 5px 30px 5px 25px;
}
.slick--vehicle-gallery-thumbs .slick-slide {
  margin-left: 5px;
  aspect-ratio: 4/3;
}
.slick--vehicle-gallery-thumbs .slick-prev,
.slick--vehicle-gallery-thumbs .slick-next {
  display: block;
  width: 24px;
  height: 100%;
  margin-top: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: #121212;
  top: 50%;
  position: absolute;
  text-align: center;
}
.slick--vehicle-gallery-thumbs .slick-prev:before,
.slick--vehicle-gallery-thumbs .slick-next:before {
  font-size: 0.875rem;
  position: absolute;
  top: 42%;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slick--vehicle-gallery-thumbs .slick-prev:hover,
.slick--vehicle-gallery-thumbs .slick-next:hover {
  background: #777777;
}
.slick--vehicle-gallery-thumbs .slick-prev {
  left: -24px;
}
.slick--vehicle-gallery-thumbs .slick-prev:before {
  content: "\f053";
}
.slick--vehicle-gallery-thumbs .slick-next {
  right: -30px;
}
.slick--vehicle-gallery-thumbs .slick-next:before {
  content: "\f054";
}
.slick--testimonials-slideshow {
  position: relative;
}
.slick--testimonials-slideshow .slick-prev,
.slick--testimonials-slideshow .slick-next {
  top: 50%;
  margin-top: -35px;
  width: auto;
  position: absolute;
}
.slick--testimonials-slideshow .slick-prev:before,
.slick--testimonials-slideshow .slick-next:before {
  display: none;
}
.slick--testimonials-slideshow .slick-prev i::before,
.slick--testimonials-slideshow .slick-next i::before {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 47.99875em) {
  .slick--testimonials-slideshow .slick-prev,
  .slick--testimonials-slideshow .slick-next {
    display: none !important;
  }
}
.slick--testimonials-slideshow .slick-prev {
  left: 0;
}
@media screen and (min-width: 48em) {
  .slick--testimonials-slideshow .slick-prev {
    left: -35px;
  }
}
.slick--testimonials-slideshow .slick-next {
  right: 0;
}
@media screen and (min-width: 48em) {
  .slick--testimonials-slideshow .slick-next {
    right: -35px;
  }
}
.slick--logo-search, .slick--body-search {
  padding-left: 30px;
  padding-right: 30px;
}
.slick--logo-search .slick-list, .slick--body-search .slick-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick--logo-search .slick-track, .slick--body-search .slick-track {
  display: flex !important;
}
.slick--logo-search .slick-slide, .slick--body-search .slick-slide {
  height: inherit !important;
}

@media screen and (max-width: 47.99875em), screen and (min-width: 48em) and (max-width: 74.99875em) {
  .top-bar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 100%;
  }
}
@media screen and (min-width: 75em) {
  .top-bar .main-menu {
    display: block;
    text-align: right;
  }
  .top-bar .main-menu > li {
    display: inline-block;
    margin-left: 20px;
  }
  .top-bar .main-menu > li > a {
    font-weight: 700;
  }
}
@media screen and (min-width: 75em) {
  .top-bar .main-menu > li a {
    position: relative;
    padding: 0;
  }
  .top-bar .main-menu > li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
  }
  .top-bar .main-menu > li a:hover:before, .top-bar .main-menu > li a.active:before {
    width: 100%;
  }
  .top-bar .main-menu > li.active a:before {
    width: 100%;
  }
}
.top-bar .main-menu > li .submenu {
  padding: 5px 10px;
}
.top-bar .main-menu > li .submenu a {
  text-align: left;
}

.title-bar {
  height: 100%;
}
.title-bar .menu-icon {
  border: 0 !important;
}

@media print, screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    border: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: auto;
    height: auto;
    right: 0;
    font-size: 0.75rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 20px;
  }
}
.l-breadcrumb .breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.l-breadcrumb .breadcrumbs, .l-breadcrumb .breadcrumbs:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.l-breadcrumb .breadcrumbs:last-child:not(:first-child) {
  float: right;
}
.l-breadcrumb .breadcrumbs a:hover {
  text-decoration: none !important;
}
.l-breadcrumb-outer {
  background: #4F545B;
}
.l-breadcrumb-outer::before, .l-breadcrumb-outer::after {
  display: table;
  content: " ";
}
.l-breadcrumb-outer::after {
  clear: both;
}
.l-breadcrumb-outer {
  margin-bottom: 20px;
}

.contact-form,
.vehicle-enquiry-form {
  margin-top: 20px;
}
.contact-form .form-row,
.vehicle-enquiry-form .form-row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .contact-form .form-row,
  .vehicle-enquiry-form .form-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .contact-form .form-row,
  .vehicle-enquiry-form .form-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.contact-form .form-row::before, .contact-form .form-row::after,
.vehicle-enquiry-form .form-row::before,
.vehicle-enquiry-form .form-row::after {
  display: table;
  content: " ";
}
.contact-form .form-row::after,
.vehicle-enquiry-form .form-row::after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .contact-form .form-row,
  .vehicle-enquiry-form .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.contact-form .form-row .form-item,
.contact-form .form-row .form-submit,
.vehicle-enquiry-form .form-row .form-item,
.vehicle-enquiry-form .form-row .form-submit {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.contact-form .form-row .form-item, .contact-form .form-row .form-item:last-child:not(:first-child),
.contact-form .form-row .form-submit,
.contact-form .form-row .form-submit:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item,
.vehicle-enquiry-form .form-row .form-item:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit,
.vehicle-enquiry-form .form-row .form-submit:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.contact-form .form-row .form-item:last-child:not(:first-child),
.contact-form .form-row .form-submit:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit:last-child:not(:first-child) {
  float: right;
}
.contact-form .form-row .form-item.half,
.contact-form .form-row .form-submit.half,
.vehicle-enquiry-form .form-row .form-item.half,
.vehicle-enquiry-form .form-row .form-submit.half {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.contact-form .form-row .form-item.half, .contact-form .form-row .form-item.half:last-child:not(:first-child),
.contact-form .form-row .form-submit.half,
.contact-form .form-row .form-submit.half:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item.half,
.vehicle-enquiry-form .form-row .form-item.half:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit.half,
.vehicle-enquiry-form .form-row .form-submit.half:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.contact-form .form-row .form-item.half:last-child:not(:first-child),
.contact-form .form-row .form-submit.half:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item.half:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit.half:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .contact-form .form-row .form-item.half,
  .contact-form .form-row .form-submit.half,
  .vehicle-enquiry-form .form-row .form-item.half,
  .vehicle-enquiry-form .form-row .form-submit.half {
    float: left;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .contact-form .form-row .form-item.half, .contact-form .form-row .form-item.half:last-child:not(:first-child),
  .contact-form .form-row .form-submit.half,
  .contact-form .form-row .form-submit.half:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-item.half,
  .vehicle-enquiry-form .form-row .form-item.half:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-submit.half,
  .vehicle-enquiry-form .form-row .form-submit.half:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .contact-form .form-row .form-item.half:last-child:not(:first-child),
  .contact-form .form-row .form-submit.half:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-item.half:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-submit.half:last-child:not(:first-child) {
    float: right;
  }
  .contact-form .form-row .form-item.half:last-child:last-child,
  .contact-form .form-row .form-submit.half:last-child:last-child,
  .vehicle-enquiry-form .form-row .form-item.half:last-child:last-child,
  .vehicle-enquiry-form .form-row .form-submit.half:last-child:last-child {
    float: left;
  }
}
.contact-form .form-row .form-item.third,
.contact-form .form-row .form-submit.third,
.vehicle-enquiry-form .form-row .form-item.third,
.vehicle-enquiry-form .form-row .form-submit.third {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.contact-form .form-row .form-item.third, .contact-form .form-row .form-item.third:last-child:not(:first-child),
.contact-form .form-row .form-submit.third,
.contact-form .form-row .form-submit.third:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item.third,
.vehicle-enquiry-form .form-row .form-item.third:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit.third,
.vehicle-enquiry-form .form-row .form-submit.third:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.contact-form .form-row .form-item.third:last-child:not(:first-child),
.contact-form .form-row .form-submit.third:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-item.third:last-child:not(:first-child),
.vehicle-enquiry-form .form-row .form-submit.third:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 48em) {
  .contact-form .form-row .form-item.third,
  .contact-form .form-row .form-submit.third,
  .vehicle-enquiry-form .form-row .form-item.third,
  .vehicle-enquiry-form .form-row .form-submit.third {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .contact-form .form-row .form-item.third, .contact-form .form-row .form-item.third:last-child:not(:first-child),
  .contact-form .form-row .form-submit.third,
  .contact-form .form-row .form-submit.third:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-item.third,
  .vehicle-enquiry-form .form-row .form-item.third:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-submit.third,
  .vehicle-enquiry-form .form-row .form-submit.third:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .contact-form .form-row .form-item.third:last-child:not(:first-child),
  .contact-form .form-row .form-submit.third:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-item.third:last-child:not(:first-child),
  .vehicle-enquiry-form .form-row .form-submit.third:last-child:not(:first-child) {
    float: right;
  }
  .contact-form .form-row .form-item.third:last-child:last-child,
  .contact-form .form-row .form-submit.third:last-child:last-child,
  .vehicle-enquiry-form .form-row .form-item.third:last-child:last-child,
  .vehicle-enquiry-form .form-row .form-submit.third:last-child:last-child {
    float: left;
  }
}
.contact-form .form-row .form-item.hidden,
.contact-form .form-row .form-submit.hidden,
.vehicle-enquiry-form .form-row .form-item.hidden,
.vehicle-enquiry-form .form-row .form-submit.hidden {
  display: none;
}
.contact-form .form-row .form-radio,
.vehicle-enquiry-form .form-row .form-radio {
  display: inline-block;
}
.contact-form .form-row.space,
.vehicle-enquiry-form .form-row.space {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contact-form form,
.vehicle-enquiry-form form {
  background: #F8F8F8;
}
.contact-form label,
.vehicle-enquiry-form label {
  color: #000;
}
.contact-form input[type=radio],
.vehicle-enquiry-form input[type=radio] {
  margin-bottom: 20px;
}
.contact-form [type=checkbox] + label,
.vehicle-enquiry-form [type=checkbox] + label {
  width: calc(100% - 40px);
  line-height: 1;
  float: left;
  margin-bottom: 15px;
}
.contact-form [type=checkbox],
.vehicle-enquiry-form [type=checkbox] {
  width: 13px;
  float: left;
}

.full-finance-form h2 {
  text-align: center;
}
.full-finance-form > form {
  max-width: 500px;
  margin: 0 auto;
}
.full-finance-form-button {
  text-align: center;
  margin-top: 20px;
}
.full-finance-form-button a[aria-expanded=true] {
  display: none;
}

.peripheral-content .full-finance-form {
  display: none;
}
.peripheral-content .full-finance-form.show {
  display: block;
}

.reveal .full-finance-form form {
  max-width: 100%;
}

.vehicle-enquiry-form,
.test-drive-form,
.reveal .full-finance-form,
.service-booking-form {
  margin-top: 0;
}
.vehicle-enquiry-form form,
.test-drive-form form,
.reveal .full-finance-form form,
.service-booking-form form {
  background: #F8F8F8;
  padding: 25px 20px;
}