/* stylelint-disable */
/* stylelint-enable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
* Add cursor pointer to buttons by default.
*/
button {
  cursor: pointer;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
  background-color: transparent;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

summary,
details {
  box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

fieldset {
  border: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
button {
  padding: 0;
  border: 0;
  cursor: pointer;
  line-height: 1.4;
  letter-spacing: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
  font-weight: 400;
}

label {
  cursor: pointer;
  display: block;
}

input[name*=honeypot] {
  position: absolute;
  z-index: -9999;
  left: -9999px;
  opacity: 0;
}

ul, ol {
  max-width: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Paytone One";
  src: url("../../fonts/PaytoneOne-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-family: "Manrope", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #0e0e0e;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1025px) {
  html {
    font-size: 1.13rem;
  }
}

html, body {
  width: 100%;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: 0;
  box-shadow: 0 0 4px rgba(30, 30, 247, 0.8);
}

::-moz-selection {
  background-color: #1e1ef7;
  color: #fff;
}

::selection {
  background-color: #1e1ef7;
  color: #fff;
}

p {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}

a {
  transition: 0.2s;
  color: inherit;
}

.h1, h1 {
  font-size: 1.88rem;
  line-height: 1.2;
}
@media (min-width: 800px) {
  .h1, h1 {
    font-size: 3.13rem;
  }
}

.h2, h2 {
  font-size: 1.56rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 800px) {
  .h2, h2 {
    font-size: 2.19rem;
  }
}

.h3, h3 {
  font-size: 1.44rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: normal;
}
@media (min-width: 800px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: 1.13rem;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 800px) {
  .h4, h4 {
    font-size: 23px;
  }
}

.h5, h5 {
  font-size: 1.44rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 800px) {
  .h5, h5 {
    font-size: 1.75rem;
  }
}

.h6, h6 {
  font-size: 1.44rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 800px) {
  .h6, h6 {
    font-size: 1.75rem;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.wp-caption {
  max-width: 100%;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.wp-caption p {
  margin: 1.5rem 0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #214889;
  max-width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button:before {
  background-color: #1e1ef7;
  transform: scale(1);
}
.slick-dots li:not(.slick-active):hover button:before {
  transform: scale(calc(10px / 12px));
  background-color: #1e1ef7;
}
.slick-dots button {
  display: block;
  font-size: 0;
  padding: 0.75rem;
}
.slick-dots button:before {
  content: "";
  display: block;
  position: relative;
  background-color: #b2b2fc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(calc(15px / 12px));
  transition: 0.2s transform, 0.2s background-color;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
}

.o-button-wrap {
  margin-left: calc(0.75rem / -2);
  margin-right: calc(0.75rem / -2);
  margin-bottom: -0.75rem;
}
.o-button-wrap__button {
  margin: 0 calc(0.75rem / 2) 0.75rem;
}

.o-card {
  text-decoration: none;
  background-color: #fff;
  color: #0e0e0e;
  height: 100%;
}
.o-card__media {
  margin-bottom: 1.31rem;
}
.o-card__media:before {
  content: "";
  float: left;
  padding-bottom: 66.6666666667%;
  margin-right: -100%;
}
.o-card__media:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 800px) {
  .o-card__media {
    margin-bottom: 1.5rem;
  }
}
.o-card__title {
  font-size: 1.44rem;
  font-weight: 700;
  color: #214889;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (min-width: 800px) {
  .o-card__title {
    margin-bottom: 1.5rem;
  }
}
.o-card__title--two-lines {
  min-height: 60.05px;
  margin-bottom: 2.5rem;
}
.o-card__promo-message {
  color: #01B67A;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.o-card__date {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (min-width: 800px) {
  .o-card__date {
    margin-bottom: 1.44rem;
  }
}
.o-card__read-more {
  color: #1e1ef7;
  font-weight: 700;
  transition: 0.35s;
}
.o-card__read-more-icon {
  max-height: 11px;
}
.o-card__read-more-icon * {
  stroke: #1e1ef7;
}
.o-card__vehicle {
  background-color: #fff;
  height: 100%;
  padding: 3rem 26px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
  position: relative;
}
.o-card__vehicle .o-card__title {
  color: #0e0e0e;
  margin-bottom: 0.25rem;
  font-size: 1.56rem;
}
.o-card__vehicle .o-card__price {
  color: #214889;
  font-weight: 700;
  font-size: 1.44rem;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}
@media (min-width: 800px) {
  .o-card__vehicle .o-card__price {
    font-size: 1.75rem;
  }
}
.o-card__vehicle .o-card__call-out {
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 0.75rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 700;
  align-self: flex-start;
}
.o-card__vehicle .o-card__call-out img {
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
}
.o-card__vehicle .o-card__single-feature:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.o-card__vehicle .o-card__single-feature img {
  width: 20px;
  margin-right: 0.75rem;
}
.o-card__vehicle .o-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.o-card__vehicle .o-card__info {
  margin-top: auto;
}
.o-card__vehicle .c-button {
  width: 100%;
  margin-top: 1rem;
}
.o-card__vehicle--cta-card {
  background-color: #1e1ef7;
  color: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.o-card__vehicle--cta-card .o-card__title {
  color: #fff;
  padding-top: 1.5rem;
}
.o-card__vehicle--cta-card::after {
  content: "";
  background-image: url("../../images/chevrons-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  height: 100%;
  width: 460px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.o-card__vehicle--cta-card .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.o-card__vehicle--cta-card .c-button {
  border-color: transparent;
}
.o-card__vehicle .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.o-card__vehicle .o-media {
  flex-shrink: 0;
}
.o-card__vehicle-car-type {
  margin: 0;
  padding: 0.25rem 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: 500;
}
.o-card__vehicle-car-type--pco {
  background-color: #1e1ef7;
  color: #fff;
}
.o-card__vehicle-car-type--rent2buy {
  background-color: #01B67A;
}

a.o-card {
  transition: 0.35s;
  border-radius: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
  display: block;
  padding: 20px;
}
a.o-card .o-media img {
  border-radius: 10px;
}
a.o-card:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}
a.o-card:hover .o-card__read-more {
  padding-left: 10px;
}
a.o-card__vehicle {
  padding: 26px 22px;
}

.o-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(2rem / -2);
  margin-right: calc(2rem / -2);
  margin-bottom: -2rem;
}
.o-grid--left {
  justify-content: flex-start;
}
.o-grid--center {
  justify-content: center;
}
.o-grid--right {
  justify-content: flex-end;
}
.o-grid--space-between {
  justify-content: space-between;
}
.o-grid--top {
  align-items: flex-start;
  align-content: flex-start;
}
.o-grid--middle {
  align-items: center;
  align-content: center;
}
.o-grid--bottom {
  align-items: flex-end;
  align-content: flex-end;
}
@media (min-width: 1400px) {
  .o-grid--left\@dl {
    justify-content: flex-start;
  }
  .o-grid--center\@dl {
    justify-content: center;
  }
  .o-grid--right\@dl {
    justify-content: flex-end;
  }
  .o-grid--top\@dl {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@dl {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@dl {
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .o-grid--left\@ds {
    justify-content: flex-start;
  }
  .o-grid--center\@ds {
    justify-content: center;
  }
  .o-grid--right\@ds {
    justify-content: flex-end;
  }
  .o-grid--top\@ds {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@ds {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@ds {
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 900px) {
  .o-grid--left\@tvl {
    justify-content: flex-start;
  }
  .o-grid--center\@tvl {
    justify-content: center;
  }
  .o-grid--right\@tvl {
    justify-content: flex-end;
  }
  .o-grid--top\@tvl {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@tvl {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@tvl {
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 800px) {
  .o-grid--left\@tl {
    justify-content: flex-start;
  }
  .o-grid--center\@tl {
    justify-content: center;
  }
  .o-grid--right\@tl {
    justify-content: flex-end;
  }
  .o-grid--top\@tl {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@tl {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@tl {
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 700px) {
  .o-grid--left\@tm {
    justify-content: flex-start;
  }
  .o-grid--center\@tm {
    justify-content: center;
  }
  .o-grid--right\@tm {
    justify-content: flex-end;
  }
  .o-grid--top\@tm {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@tm {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@tm {
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 600px) {
  .o-grid--left\@ts {
    justify-content: flex-start;
  }
  .o-grid--center\@ts {
    justify-content: center;
  }
  .o-grid--right\@ts {
    justify-content: flex-end;
  }
  .o-grid--top\@ts {
    align-items: flex-start;
    align-content: flex-start;
  }
  .o-grid--middle\@ts {
    align-items: center;
    align-content: center;
  }
  .o-grid--bottom\@ts {
    align-items: flex-end;
    align-content: flex-end;
  }
}
.o-grid__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 calc(2rem / 2);
  margin-bottom: 2rem;
}
.o-grid__col-1 {
  flex-basis: 8.333333%;
  max-width: 8.333333%;
}
.o-grid__col-1--ol {
  margin-left: 8.333333%;
}
.o-grid__col-1--or {
  margin-right: 8.333333%;
}
.o-grid__order-1 {
  order: 1;
}
.o-grid__col-2 {
  flex-basis: 16.666667%;
  max-width: 16.666667%;
}
.o-grid__col-2--ol {
  margin-left: 16.666667%;
}
.o-grid__col-2--or {
  margin-right: 16.666667%;
}
.o-grid__order-2 {
  order: 2;
}
.o-grid__col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.o-grid__col-3--ol {
  margin-left: 25%;
}
.o-grid__col-3--or {
  margin-right: 25%;
}
.o-grid__order-3 {
  order: 3;
}
.o-grid__col-4 {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}
.o-grid__col-4--ol {
  margin-left: 33.333333%;
}
.o-grid__col-4--or {
  margin-right: 33.333333%;
}
.o-grid__order-4 {
  order: 4;
}
.o-grid__col-5 {
  flex-basis: 41.666667%;
  max-width: 41.666667%;
}
.o-grid__col-5--ol {
  margin-left: 41.666667%;
}
.o-grid__col-5--or {
  margin-right: 41.666667%;
}
.o-grid__order-5 {
  order: 5;
}
.o-grid__col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.o-grid__col-6--ol {
  margin-left: 50%;
}
.o-grid__col-6--or {
  margin-right: 50%;
}
.o-grid__order-6 {
  order: 6;
}
.o-grid__col-7 {
  flex-basis: 58.333333%;
  max-width: 58.333333%;
}
.o-grid__col-7--ol {
  margin-left: 58.333333%;
}
.o-grid__col-7--or {
  margin-right: 58.333333%;
}
.o-grid__order-7 {
  order: 7;
}
.o-grid__col-8 {
  flex-basis: 66.666667%;
  max-width: 66.666667%;
}
.o-grid__col-8--ol {
  margin-left: 66.666667%;
}
.o-grid__col-8--or {
  margin-right: 66.666667%;
}
.o-grid__order-8 {
  order: 8;
}
.o-grid__col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.o-grid__col-9--ol {
  margin-left: 75%;
}
.o-grid__col-9--or {
  margin-right: 75%;
}
.o-grid__order-9 {
  order: 9;
}
.o-grid__col-10 {
  flex-basis: 83.333333%;
  max-width: 83.333333%;
}
.o-grid__col-10--ol {
  margin-left: 83.333333%;
}
.o-grid__col-10--or {
  margin-right: 83.333333%;
}
.o-grid__order-10 {
  order: 10;
}
.o-grid__col-11 {
  flex-basis: 91.666667%;
  max-width: 91.666667%;
}
.o-grid__col-11--ol {
  margin-left: 91.666667%;
}
.o-grid__col-11--or {
  margin-right: 91.666667%;
}
.o-grid__order-11 {
  order: 11;
}
.o-grid__col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.o-grid__col-12--ol {
  margin-left: 100%;
}
.o-grid__col-12--or {
  margin-right: 100%;
}
.o-grid__order-12 {
  order: 12;
}
@media (min-width: 1400px) {
  .o-grid__col-0--ol\@dl {
    margin-left: 0;
  }
  .o-grid__col-0--or\@dl {
    margin-right: 0;
  }
  .o-grid__col-1\@dl {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@dl {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@dl {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@dl {
    order: 1;
  }
  .o-grid__col-2\@dl {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@dl {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@dl {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@dl {
    order: 2;
  }
  .o-grid__col-3\@dl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@dl {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@dl {
    margin-right: 25%;
  }
  .o-grid__order-3\@dl {
    order: 3;
  }
  .o-grid__col-4\@dl {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@dl {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@dl {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@dl {
    order: 4;
  }
  .o-grid__col-5\@dl {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@dl {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@dl {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@dl {
    order: 5;
  }
  .o-grid__col-6\@dl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@dl {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@dl {
    margin-right: 50%;
  }
  .o-grid__order-6\@dl {
    order: 6;
  }
  .o-grid__col-7\@dl {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@dl {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@dl {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@dl {
    order: 7;
  }
  .o-grid__col-8\@dl {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@dl {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@dl {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@dl {
    order: 8;
  }
  .o-grid__col-9\@dl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@dl {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@dl {
    margin-right: 75%;
  }
  .o-grid__order-9\@dl {
    order: 9;
  }
  .o-grid__col-10\@dl {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@dl {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@dl {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@dl {
    order: 10;
  }
  .o-grid__col-11\@dl {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@dl {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@dl {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@dl {
    order: 11;
  }
  .o-grid__col-12\@dl {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@dl {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@dl {
    margin-right: 100%;
  }
  .o-grid__order-12\@dl {
    order: 12;
  }
}
@media (min-width: 1025px) {
  .o-grid__col-0--ol\@ds {
    margin-left: 0;
  }
  .o-grid__col-0--or\@ds {
    margin-right: 0;
  }
  .o-grid__col-1\@ds {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@ds {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@ds {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@ds {
    order: 1;
  }
  .o-grid__col-2\@ds {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@ds {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@ds {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@ds {
    order: 2;
  }
  .o-grid__col-3\@ds {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@ds {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@ds {
    margin-right: 25%;
  }
  .o-grid__order-3\@ds {
    order: 3;
  }
  .o-grid__col-4\@ds {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@ds {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@ds {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@ds {
    order: 4;
  }
  .o-grid__col-5\@ds {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@ds {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@ds {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@ds {
    order: 5;
  }
  .o-grid__col-6\@ds {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@ds {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@ds {
    margin-right: 50%;
  }
  .o-grid__order-6\@ds {
    order: 6;
  }
  .o-grid__col-7\@ds {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@ds {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@ds {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@ds {
    order: 7;
  }
  .o-grid__col-8\@ds {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@ds {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@ds {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@ds {
    order: 8;
  }
  .o-grid__col-9\@ds {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@ds {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@ds {
    margin-right: 75%;
  }
  .o-grid__order-9\@ds {
    order: 9;
  }
  .o-grid__col-10\@ds {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@ds {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@ds {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@ds {
    order: 10;
  }
  .o-grid__col-11\@ds {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@ds {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@ds {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@ds {
    order: 11;
  }
  .o-grid__col-12\@ds {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@ds {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@ds {
    margin-right: 100%;
  }
  .o-grid__order-12\@ds {
    order: 12;
  }
}
@media (min-width: 900px) {
  .o-grid__col-0--ol\@tvl {
    margin-left: 0;
  }
  .o-grid__col-0--or\@tvl {
    margin-right: 0;
  }
  .o-grid__col-1\@tvl {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@tvl {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@tvl {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@tvl {
    order: 1;
  }
  .o-grid__col-2\@tvl {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@tvl {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@tvl {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@tvl {
    order: 2;
  }
  .o-grid__col-3\@tvl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@tvl {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@tvl {
    margin-right: 25%;
  }
  .o-grid__order-3\@tvl {
    order: 3;
  }
  .o-grid__col-4\@tvl {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@tvl {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@tvl {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@tvl {
    order: 4;
  }
  .o-grid__col-5\@tvl {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@tvl {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@tvl {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@tvl {
    order: 5;
  }
  .o-grid__col-6\@tvl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@tvl {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@tvl {
    margin-right: 50%;
  }
  .o-grid__order-6\@tvl {
    order: 6;
  }
  .o-grid__col-7\@tvl {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@tvl {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@tvl {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@tvl {
    order: 7;
  }
  .o-grid__col-8\@tvl {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@tvl {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@tvl {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@tvl {
    order: 8;
  }
  .o-grid__col-9\@tvl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@tvl {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@tvl {
    margin-right: 75%;
  }
  .o-grid__order-9\@tvl {
    order: 9;
  }
  .o-grid__col-10\@tvl {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@tvl {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@tvl {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@tvl {
    order: 10;
  }
  .o-grid__col-11\@tvl {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@tvl {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@tvl {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@tvl {
    order: 11;
  }
  .o-grid__col-12\@tvl {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@tvl {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@tvl {
    margin-right: 100%;
  }
  .o-grid__order-12\@tvl {
    order: 12;
  }
}
@media (min-width: 800px) {
  .o-grid__col-0--ol\@tl {
    margin-left: 0;
  }
  .o-grid__col-0--or\@tl {
    margin-right: 0;
  }
  .o-grid__col-1\@tl {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@tl {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@tl {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@tl {
    order: 1;
  }
  .o-grid__col-2\@tl {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@tl {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@tl {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@tl {
    order: 2;
  }
  .o-grid__col-3\@tl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@tl {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@tl {
    margin-right: 25%;
  }
  .o-grid__order-3\@tl {
    order: 3;
  }
  .o-grid__col-4\@tl {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@tl {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@tl {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@tl {
    order: 4;
  }
  .o-grid__col-5\@tl {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@tl {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@tl {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@tl {
    order: 5;
  }
  .o-grid__col-6\@tl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@tl {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@tl {
    margin-right: 50%;
  }
  .o-grid__order-6\@tl {
    order: 6;
  }
  .o-grid__col-7\@tl {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@tl {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@tl {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@tl {
    order: 7;
  }
  .o-grid__col-8\@tl {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@tl {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@tl {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@tl {
    order: 8;
  }
  .o-grid__col-9\@tl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@tl {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@tl {
    margin-right: 75%;
  }
  .o-grid__order-9\@tl {
    order: 9;
  }
  .o-grid__col-10\@tl {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@tl {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@tl {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@tl {
    order: 10;
  }
  .o-grid__col-11\@tl {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@tl {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@tl {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@tl {
    order: 11;
  }
  .o-grid__col-12\@tl {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@tl {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@tl {
    margin-right: 100%;
  }
  .o-grid__order-12\@tl {
    order: 12;
  }
}
@media (min-width: 700px) {
  .o-grid__col-0--ol\@tm {
    margin-left: 0;
  }
  .o-grid__col-0--or\@tm {
    margin-right: 0;
  }
  .o-grid__col-1\@tm {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@tm {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@tm {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@tm {
    order: 1;
  }
  .o-grid__col-2\@tm {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@tm {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@tm {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@tm {
    order: 2;
  }
  .o-grid__col-3\@tm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@tm {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@tm {
    margin-right: 25%;
  }
  .o-grid__order-3\@tm {
    order: 3;
  }
  .o-grid__col-4\@tm {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@tm {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@tm {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@tm {
    order: 4;
  }
  .o-grid__col-5\@tm {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@tm {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@tm {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@tm {
    order: 5;
  }
  .o-grid__col-6\@tm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@tm {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@tm {
    margin-right: 50%;
  }
  .o-grid__order-6\@tm {
    order: 6;
  }
  .o-grid__col-7\@tm {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@tm {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@tm {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@tm {
    order: 7;
  }
  .o-grid__col-8\@tm {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@tm {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@tm {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@tm {
    order: 8;
  }
  .o-grid__col-9\@tm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@tm {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@tm {
    margin-right: 75%;
  }
  .o-grid__order-9\@tm {
    order: 9;
  }
  .o-grid__col-10\@tm {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@tm {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@tm {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@tm {
    order: 10;
  }
  .o-grid__col-11\@tm {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@tm {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@tm {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@tm {
    order: 11;
  }
  .o-grid__col-12\@tm {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@tm {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@tm {
    margin-right: 100%;
  }
  .o-grid__order-12\@tm {
    order: 12;
  }
}
@media (min-width: 600px) {
  .o-grid__col-0--ol\@ts {
    margin-left: 0;
  }
  .o-grid__col-0--or\@ts {
    margin-right: 0;
  }
  .o-grid__col-1\@ts {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
  }
  .o-grid__col-1--ol\@ts {
    margin-left: 8.333333%;
  }
  .o-grid__col-1--or\@ts {
    margin-right: 8.333333%;
  }
  .o-grid__order-1\@ts {
    order: 1;
  }
  .o-grid__col-2\@ts {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
  }
  .o-grid__col-2--ol\@ts {
    margin-left: 16.666667%;
  }
  .o-grid__col-2--or\@ts {
    margin-right: 16.666667%;
  }
  .o-grid__order-2\@ts {
    order: 2;
  }
  .o-grid__col-3\@ts {
    flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid__col-3--ol\@ts {
    margin-left: 25%;
  }
  .o-grid__col-3--or\@ts {
    margin-right: 25%;
  }
  .o-grid__order-3\@ts {
    order: 3;
  }
  .o-grid__col-4\@ts {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .o-grid__col-4--ol\@ts {
    margin-left: 33.333333%;
  }
  .o-grid__col-4--or\@ts {
    margin-right: 33.333333%;
  }
  .o-grid__order-4\@ts {
    order: 4;
  }
  .o-grid__col-5\@ts {
    flex-basis: 41.666667%;
    max-width: 41.666667%;
  }
  .o-grid__col-5--ol\@ts {
    margin-left: 41.666667%;
  }
  .o-grid__col-5--or\@ts {
    margin-right: 41.666667%;
  }
  .o-grid__order-5\@ts {
    order: 5;
  }
  .o-grid__col-6\@ts {
    flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid__col-6--ol\@ts {
    margin-left: 50%;
  }
  .o-grid__col-6--or\@ts {
    margin-right: 50%;
  }
  .o-grid__order-6\@ts {
    order: 6;
  }
  .o-grid__col-7\@ts {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
  }
  .o-grid__col-7--ol\@ts {
    margin-left: 58.333333%;
  }
  .o-grid__col-7--or\@ts {
    margin-right: 58.333333%;
  }
  .o-grid__order-7\@ts {
    order: 7;
  }
  .o-grid__col-8\@ts {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
  .o-grid__col-8--ol\@ts {
    margin-left: 66.666667%;
  }
  .o-grid__col-8--or\@ts {
    margin-right: 66.666667%;
  }
  .o-grid__order-8\@ts {
    order: 8;
  }
  .o-grid__col-9\@ts {
    flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid__col-9--ol\@ts {
    margin-left: 75%;
  }
  .o-grid__col-9--or\@ts {
    margin-right: 75%;
  }
  .o-grid__order-9\@ts {
    order: 9;
  }
  .o-grid__col-10\@ts {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
  }
  .o-grid__col-10--ol\@ts {
    margin-left: 83.333333%;
  }
  .o-grid__col-10--or\@ts {
    margin-right: 83.333333%;
  }
  .o-grid__order-10\@ts {
    order: 10;
  }
  .o-grid__col-11\@ts {
    flex-basis: 91.666667%;
    max-width: 91.666667%;
  }
  .o-grid__col-11--ol\@ts {
    margin-left: 91.666667%;
  }
  .o-grid__col-11--or\@ts {
    margin-right: 91.666667%;
  }
  .o-grid__order-11\@ts {
    order: 11;
  }
  .o-grid__col-12\@ts {
    flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid__col-12--ol\@ts {
    margin-left: 100%;
  }
  .o-grid__col-12--or\@ts {
    margin-right: 100%;
  }
  .o-grid__order-12\@ts {
    order: 12;
  }
}
.o-grid__break {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1400px) {
  .o-grid__break--reset\@dl {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}
@media (min-width: 1025px) {
  .o-grid__break--reset\@ds {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}
@media (min-width: 900px) {
  .o-grid__break--reset\@tvl {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}
@media (min-width: 800px) {
  .o-grid__break--reset\@tl {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}
@media (min-width: 700px) {
  .o-grid__break--reset\@tm {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}
@media (min-width: 600px) {
  .o-grid__break--reset\@ts {
    width: 0;
    flex-basis: 0;
    max-width: 0;
  }
}

.svg-defs {
  display: none;
}

.o-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.o-icon--arrow {
  height: 15px;
  width: 8px;
}
.o-icon--primary {
  fill: #1e1ef7;
}

.o-media {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.o-media--rounded-corners {
  border-radius: 5px;
}
.o-media--8-5:before {
  content: "";
  float: left;
  padding-bottom: 62.5%;
  margin-right: -100%;
}
.o-media--8-5:after {
  content: "";
  display: table;
  clear: both;
}
.o-media--9-4:before {
  content: "";
  float: left;
  padding-bottom: 44.4444444444%;
  margin-right: -100%;
}
.o-media--9-4:after {
  content: "";
  display: table;
  clear: both;
}
.o-media--icon img {
  height: 60px;
  width: auto;
}
.o-media img {
  border-radius: 10px;
}
.o-media--no-border {
  border-radius: 0;
}
.o-media--no-border img {
  border-radius: 0;
}

.o-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  transform: translate3d(100%, 0, 0);
  background-color: #1e1ef7;
  transition: 0.35s transform;
}
.o-overlay.is-open {
  transform: translate3d(0, 0, 0);
}
.o-overlay--opaque {
  background-color: rgba(0, 0, 0, 0.8);
}
.o-overlay__content {
  padding-top: 200px;
  text-align: center;
  color: #fff;
}

.o-label {
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media (min-width: 800px) {
  .o-label {
    font-size: 16px;
  }
}
.o-label__required {
  position: relative;
  top: -1px;
  left: 1px;
}

.o-input {
  border: 1px solid #e2e2e2;
  padding: 11px 12px;
  width: 100%;
  border-radius: 5px;
  display: block;
  background-color: #fff;
}
.o-input:focus {
  outline: 0;
  box-shadow: 0 0 4px rgba(30, 30, 247, 0.8);
}
.o-input--textarea {
  min-height: 200px;
}
.o-input--select {
  padding-right: 1rem;
  background-image: url("../../images/select-arrow.png");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  color: #6a6a6a;
}
.o-input--has-floating-submit {
  padding: 1rem 4rem 1rem 1rem;
  width: calc(100% - 49px);
  border-radius: 5px 0 0 5px;
}
.o-input:-webkit-autofill, .o-input:-webkit-autofill:hover, .o-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.o-toggle {
  display: flex;
  cursor: pointer;
}
.o-toggle__label {
  text-align: left;
  flex-grow: 1;
  font-size: 0.88rem;
}
.o-toggle__box {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #214889;
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
  transition: 0.2s;
}
.o-toggle__box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: 10px;
  width: 10px;
  content: " ";
  background-image: url("../../images/tick.svg");
  background-size: auto 100%;
  transition: 0.2s;
}
.o-toggle__field:checked ~ .o-toggle__box {
  background-color: #1e1ef7;
}
.o-toggle__field:checked ~ .o-toggle__box:after {
  opacity: 1;
}
.o-toggle__field:focus ~ .o-toggle__box {
  outline: 0;
  box-shadow: 0 0 4px rgba(30, 30, 247, 0.8);
}
.o-toggle--radio .o-toggle__box {
  border-radius: 50%;
}
.o-toggle--radio .o-toggle__box:after {
  background-color: #1e1ef7;
  border-radius: 50%;
  border: 1px solid transparent;
  background-image: none;
}
.o-toggle--radio .o-toggle__field:checked ~ .o-toggle__box {
  background-color: transparent;
}
.o-toggle--radio .o-toggle__field:checked ~ .o-toggle__box:after {
  opacity: 1;
}
.o-toggle:hover .o-toggle__box {
  outline: 0;
  box-shadow: 0 0 4px rgba(30, 30, 247, 0.8);
}

.o-wrapper {
  width: 1200px;
  max-width: calc(100% - 4rem);
  position: relative;
  margin: 0 auto;
}
.o-wrapper--narrow {
  width: 770px;
  max-width: calc(100% - 2rem);
}

.o-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 6px solid #eeeeee;
  border-top-color: #1e1ef7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.7s linear infinite;
}
.o-loader--small {
  margin-top: 0;
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.o-loader--inline {
  display: inline-block;
  position: static;
  vertical-align: middle;
}

.o-video {
  overflow: hidden;
  position: relative;
}
.o-video:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
  margin-right: -100%;
}
.o-video:after {
  content: "";
  display: table;
  clear: both;
}
.o-video iframe {
  width: 100%;
  height: 100%;
}
.o-video__player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s opacity, 0.2s z-index;
}
.o-video__player:-webkit-full-screen {
  width: 100%;
}
.o-video__player:-moz-full-screen {
  width: 100%;
}
.o-video__player:-ms-full-screen {
  width: 100%;
}
.o-video__player:-o-full-screen {
  width: 100%;
}
.o-video__player:full-screen {
  width: 100%;
}
.o-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s opacity;
}
.o-video__overlay:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.o-video__poster {
  z-index: 0;
  transition: 0.2s;
}
.o-video__content {
  width: calc(100% - 4rem);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.o-video__content :last-child {
  margin-bottom: 0 !important;
}
.o-video__play-button {
  font-size: 0;
  padding: 2rem;
}
.o-video__play-icon {
  width: 60px;
  height: 60px;
  fill: #FF0000;
}
.o-video.is-playing .o-video__player {
  opacity: 1;
  z-index: 100;
  transition-delay: 0s, 0.2s;
}
.o-video.is-playing .o-video__poster {
  opacity: 0;
}

.o-clicky-select {
  min-width: 200px;
  border: 2px solid grey;
  position: relative;
  cursor: pointer;
}
.o-clicky-select.has-dropdown .o-clicky-select__dropdown {
  display: block;
}
.o-clicky-select__top {
  height: 100%;
  padding: 10px 15px;
}
.o-clicky-select__dropdown {
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(-1px);
  margin: -2px;
  border: 2px solid grey;
  border-top: none;
  border-bottom: none;
}
.o-clicky-select__option {
  padding: 10px 15px;
  border-bottom: 2px solid grey;
}

.o-close {
  position: absolute;
  min-height: 48px;
  min-width: 48px;
  top: 2rem;
  right: 2rem;
  color: #fff;
}
.o-close__icon {
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
}
.o-close:hover {
  color: #1e1ef7;
}

.o-section {
  padding: 2rem 0;
}
@media (min-width: 800px) {
  .o-section {
    padding: 5rem 0;
  }
}
.o-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.o-section__header h1,
.o-section__header h2,
.o-section__header h3,
.o-section__header h4,
.o-section__header h5,
.o-section__header h6 {
  color: #214889;
}
.o-section__header--left {
  text-align: left;
}
.o-section h1,
.o-section h2,
.o-section h3,
.o-section h4,
.o-section h5,
.o-section h6 {
  color: #214889;
}
.o-section--include-branding {
  position: relative;
  z-index: 10;
}
.o-section--include-branding::after {
  content: "";
  background-image: url("../../images/chevron-branding.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.o-section--include-branding-left::after {
  left: 0;
}
.o-section--include-branding-right::after {
  right: 0;
}
.o-section--include-branding-desktop-only::after {
  content: none;
}
@media (min-width: 800px) {
  .o-section--include-branding-desktop-only::after {
    content: "";
  }
}
.o-section--pt-0 {
  padding-top: 0;
}
.o-section--pt-large {
  padding-top: 6.75rem;
}
.o-section--pt-medium {
  padding-top: 3rem;
}
.o-section--pt-small {
  padding-top: 1rem;
}
.o-section--pb-0 {
  padding-bottom: 0;
}
.o-section--pb-large {
  padding-bottom: 6.75rem;
}
.o-section--pb-medium {
  padding-bottom: 3rem;
}
.o-section--pb-small {
  padding-bottom: 1rem;
}

.o-field {
  position: relative;
  margin: 0 0 1.5rem;
}
.o-field__label--floating {
  position: absolute;
  left: 0;
  top: -18px;
  opacity: 0;
}
.o-field__input:focus + .o-field__label--floating {
  opacity: 1;
}
.o-field span.error {
  position: relative;
  display: block;
  text-align: right;
  color: #d50000;
  font-size: 14px;
}
.c-site-footer .o-field span.error {
  position: absolute;
  top: 100%;
  color: #fff;
  left: 0;
  right: auto;
  text-align: left;
}
.o-field span.error#enquiry_age_group-error, .o-field span.error#quote_age_group-error, .o-field span.error#enquiry_optin-error, .o-field span.error#quote_optin-error {
  position: absolute;
  bottom: -20px;
  right: 0;
}

@media (min-width: 800px) {
  .c-addresses {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
}
.c-addresses__icon {
  margin-right: 2rem;
  color: #1e1ef7;
}
.c-addresses__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  .c-addresses__item {
    flex-basis: 40%;
    flex-grow: 0;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.c-addresses__item p {
  width: 100%;
}

.c-all-vehicles__filter {
  border-radius: 10px;
  margin-bottom: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  padding: 5rem 1.5rem;
  display: none;
}
@media (min-width: 800px) {
  .c-all-vehicles__filter {
    background-color: #214889;
    color: #fff;
    padding: 1.5rem 2.5rem;
    position: initial;
    height: auto;
    width: auto;
    display: block;
  }
  .c-all-vehicles__filter .c-button--search {
    border-color: transparent;
  }
  .c-all-vehicles__filter .filter-title {
    display: none;
  }
}
.c-all-vehicles__filter .filter-title {
  font-size: 1.25rem;
}
.c-all-vehicles__filter .c-button--search {
  width: 100%;
}
@media (min-width: 800px) {
  .c-all-vehicles__filter .c-button--search {
    margin-top: 0;
  }
}
.c-all-vehicles__filter .o-input {
  color: #9a9a9a;
  border-color: #9a9a9a;
}
.c-all-vehicles__filter .o-label {
  margin-bottom: 0.25rem;
}
@media (min-width: 800px) {
  .c-all-vehicles__filter .o-field {
    margin-bottom: 0.5rem;
  }
}

.js-results-filter-close {
  margin-left: auto;
}

.c-accordion__item {
  margin-bottom: 1rem;
  background-color: #fff;
  color: #0e0e0e;
  border-radius: 10px;
}
@media (min-width: 800px) {
  .c-accordion__item {
    margin-bottom: 1.5rem;
  }
}
.c-accordion__item:last-child {
  margin-bottom: 0;
}
.no-js .c-accordion__item[open] .c-accordion__toggle, .c-accordion__item.is-open .c-accordion__toggle {
  background-color: #214889;
  border-color: #214889;
}
.no-js .c-accordion__item[open] .c-accordion__toggle:after, .c-accordion__item.is-open .c-accordion__toggle:after {
  content: none;
}
.c-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  cursor: pointer;
  list-style-image: none;
}
.c-accordion__header:hover {
  color: #1e1ef7;
}
.c-accordion__title {
  margin-bottom: 0;
  color: inherit;
  font-weight: 700;
  transition: 0.2s;
}
.c-accordion__toggle {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  cursor: pointer;
  border: 2px solid currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  outline: none;
  transition: 0.2s;
  background-color: #1e1ef7;
  border-color: #1e1ef7;
}
.c-accordion__toggle:before, .c-accordion__toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: currentColor;
}
.c-accordion__toggle:before {
  left: 5px;
  right: 5px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.c-accordion__toggle:after {
  top: 5px;
  bottom: 5px;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.c-accordion__toggle:before, .c-accordion__toggle:after {
  transition: background-color 0.2s;
}
.c-accordion__content {
  padding: 0 20px 20px;
}
.c-accordion__content :last-child {
  margin-bottom: 0 !important;
}
.c-accordion details > summary {
  list-style: none;
}
.c-accordion ::-webkit-details-marker {
  display: none;
}
.c-accordion__cta-button {
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 900px) {
  .c-accordion.narrow {
    max-width: 570px;
    margin: 0 auto;
  }
}

.c-announcement {
  width: 100%;
  background-color: #214889;
  color: #fff;
  padding: 0.75rem 0;
}
.c-announcement__content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  text-align: center;
}
@media (min-width: 600px) {
  .c-announcement__content {
    font-size: 16px;
  }
}
.c-announcement__content a {
  text-decoration: underline;
  color: currentColor;
}
.c-announcement__content a:hover {
  text-decoration: none;
}
.c-announcement__content *:last-of-type {
  margin-bottom: 0;
}

.c-button {
  display: inline-block;
  background-color: #01B67A;
  color: #000;
  outline: 0;
  text-decoration: none;
  padding: 7px 1rem;
  text-align: center;
  border-radius: 9999px;
  border: 2px solid #01B67A;
  transition: 0.2s;
  backface-visibility: hidden;
  min-width: 212px;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 600px) {
  .c-button {
    width: auto;
  }
}
.c-button:hover {
  background-color: #fff;
}
.c-button--ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.c-button--ghost:hover {
  background-color: #fff;
  color: #0e0e0e;
}
.c-button--ghost-blue {
  background-color: transparent;
  color: #1e1ef7;
  border-color: #1e1ef7;
}
.c-button--ghost-blue:hover {
  background-color: #1e1ef7;
  border-color: #1e1ef7;
  color: #fff;
}
.c-button--ghost-dark-blue {
  background-color: transparent;
  color: #214889;
  border-color: #214889;
}
.c-button--ghost-dark-blue:hover {
  background-color: #214889;
  border-color: #214889;
  color: #fff;
}
.c-button--green {
  background-color: #01B67A;
  border-color: #01B67A;
}
.c-button--dark-blue {
  background-color: #214889;
  color: #fff;
  border-color: #214889;
}
.c-button--dark-blue:hover {
  background-color: #fff;
  color: #214889;
}
.c-button--white {
  background-color: #fff;
  color: #0e0e0e;
}
.c-button--white:hover {
  background-color: #01B67A;
  color: #fff;
}
.c-button--loading {
  background-color: #9a9a9a;
  position: relative;
}
.c-button--with-phone-icon:before {
  content: "";
  background-image: url("../../icons/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.c-button__loader {
  margin-left: 0.25rem;
}
.c-button[disabled] {
  cursor: default !important;
  opacity: 0.8 !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
  color: #fff !important;
}
.c-button:active {
  transform: scale(0.97);
}

.c-comparison-table {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .c-comparison-table--dark-blue {
    background-color: #214889;
  }
}
@media screen and (max-width: 800px) {
  .c-comparison-table--blue {
    background-color: #1e1ef7;
  }
}
@media screen and (max-width: 800px) {
  .c-comparison-table--v-light-blue {
    background-color: #E8F0FE;
  }
}
.c-comparison-table__column {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 800px) {
  .c-comparison-table__column {
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 1250px) {
  .c-comparison-table__column {
    padding: 2rem 4rem;
  }
}
.c-comparison-table ul {
  list-style-type: none;
  padding: 0;
}
.c-comparison-table ul li {
  position: relative;
  padding-left: 1.5rem;
  background-image: url("../../icons/check-rvm-green.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  margin-bottom: 1rem;
}
@media (min-width: 1250px) {
  .c-comparison-table ul li {
    padding-left: 2rem;
    font-size: 1.56rem;
    background-size: 20px 20px;
  }
}
@media (min-width: 1250px) {
  .c-comparison-table .c-tooltip__icon {
    position: relative;
    top: -3px;
  }
}

.c-contact-details {
  flex-wrap: wrap;
}
.c-contact-details__phone {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  color: #1e1ef7;
}
@media (min-width: 600px) {
  .c-contact-details__phone {
    flex-basis: auto;
    flex-grow: inherit;
  }
}
.c-contact-details__opening-hours {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .c-contact-details__opening-hours {
    flex-basis: auto;
    flex-grow: inherit;
    margin-left: 3rem;
    margin-top: 0;
  }
}
.c-contact-details__hours, .c-contact-details__bank-holidays {
  display: block;
}
@media (min-width: 600px) {
  .c-contact-details__hours, .c-contact-details__bank-holidays {
    display: inline-block;
  }
}

.c-form__submit {
  width: 100%;
}
@media (min-width: 800px) {
  .c-form__submit {
    width: auto;
  }
}
.c-form__submit--float {
  position: absolute;
  top: 0;
  right: -1px;
  min-width: unset;
  width: auto;
  border-radius: 0 5px 5px 0;
  border: none;
}
.c-form__submit svg {
  height: 22px;
  width: 15px;
  fill: currentColor;
  display: flex;
  align-items: center;
}
.c-form--narrow {
  max-width: 380px;
  margin: 0 auto;
}

.c-gallery__media:before {
  content: "";
  float: left;
  padding-bottom: 83.3333333333%;
  margin-right: -100%;
}
.c-gallery__media:after {
  content: "";
  display: table;
  clear: both;
}
.c-gallery__item {
  display: block;
}
.c-gallery__overlay-image {
  position: absolute;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-gallery__overlay-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.c-gallery__arrow:hover {
  color: #1e1ef7;
}

.c-hero {
  padding: 4rem 0;
}
@media (min-width: 600px) {
  .c-hero {
    padding: 5rem 0 160px;
  }
}
.c-hero__slider {
  opacity: 0;
}
.c-hero__button {
  font-weight: 700;
  display: block;
  padding: 10px 30px;
  margin: 2.5rem 0;
}
@media (min-width: 600px) {
  .c-hero__button {
    display: inline-block;
    margin-bottom: 0;
  }
}
.c-hero__button:hover {
  background-color: #01B67A;
  color: #fff;
}
.c-hero__content ul {
  list-style-type: none;
  padding: 0;
}
.c-hero__content ul li {
  padding: 0 0 0.25rem 1.5rem;
  background-image: url("../../icons/check-rvm-green.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  font-size: 1.13rem;
}
.c-hero__cars-image {
  position: relative;
  z-index: 10;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .c-hero__cars-image {
    margin-top: 0;
  }
}
.c-hero__trustpilot {
  margin-top: 1.5rem;
}
.c-hero .slick-dots {
  margin-bottom: 0;
}
.c-hero.u-bg-blue .slick-dots li.slick-active button:before, .c-hero.u-bg-dark-blue .slick-dots li.slick-active button:before {
  background-color: #fff;
}
.c-hero.u-bg-blue .slick-dots li:not(.slick-active):hover button:before, .c-hero.u-bg-dark-blue .slick-dots li:not(.slick-active):hover button:before {
  background-color: #fff;
}

.no-js .c-hero__slider {
  opacity: 1;
}

.c-how-it-works {
  margin-bottom: 1.5rem;
}
.c-how-it-works__step {
  margin-bottom: 0.5rem;
}
.c-how-it-works__step .inner {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem;
  border-radius: 10px;
}
.c-how-it-works__step .icon-container {
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 1.25rem;
}
@media (min-width: 800px) {
  .c-how-it-works__step .icon-container {
    height: 82px;
    width: 82px;
    min-width: 82px;
  }
}
.c-how-it-works__step .icon-container img {
  width: 100%;
  height: 100%;
  padding: 0.63rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-how-it-works__step:nth-of-type(1) .icon-container {
  background: #1e1ef7;
}
.c-how-it-works__step:nth-of-type(2) .icon-container {
  background: #ff9800;
}
.c-how-it-works__step:nth-of-type(3) .icon-container {
  background: #01B67A;
}
.c-how-it-works__title-wrapper {
  font-weight: 700;
}
.c-how-it-works__cta-button {
  text-align: center;
}
.c-how-it-works__cta-button .c-button {
  width: 100%;
}
@media (min-width: 480px) {
  .c-how-it-works__cta-button .c-button {
    width: auto;
  }
}

.c-icon-grid__col {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-icon-grid__icon-text {
  font-size: 1.44rem;
  margin-top: 1.5rem;
  text-align: center;
}
.c-icon-grid__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (min-width: 800px) {
  .c-icon-grid__icon-container {
    height: 75px;
  }
}
.c-icon-grid__icon {
  max-height: 60px;
  width: auto;
  height: 100%;
  opacity: 0.8;
}
@media (min-width: 800px) {
  .c-icon-grid__icon {
    max-height: 75px;
  }
}

.c-latest-news .slick-track {
  display: flex !important;
}
.c-latest-news .slick-track .slick-slide {
  height: auto;
}
.c-latest-news .slick-track .slick-slide > div {
  height: calc(100% - 2rem);
}
.c-latest-news .slick-track .slick-slide > div .o-grid__col {
  height: 100%;
}

.c-map {
  height: 232px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .c-map {
    height: 370px;
  }
}

.c-meta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
@media (min-width: 600px) {
  .c-meta {
    flex-direction: row;
    align-items: center;
  }
}
.c-meta__icon {
  height: 25px;
  width: 25px;
  margin-right: 1rem;
}
.c-meta__icon * {
  stroke: #1e1ef7;
}
.c-meta__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.13rem;
}
@media (min-width: 1025px) {
  .c-meta__item {
    font-size: 20px;
  }
}
.c-meta__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .c-meta__item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.c-meta__link {
  color: #1e1ef7;
  margin-left: 0.25rem;
}
.c-meta__link:hover {
  text-decoration: none;
}

.c-pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  border-radius: 50%;
  border: 22px solid transparent;
  height: 44px;
  width: 44px;
  display: flex;
  color: #214889;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: inset 0px 0px 0px 0px #214889;
}
.c-pagination .page-numbers.current {
  border: 7px solid transparent;
  box-shadow: inset 0px 0px 0px 15px #214889;
  color: #fff;
}
.c-pagination .page-numbers:not(.current):hover {
  border: 7px solid transparent;
  box-shadow: inset 0px 0px 0px 15px #214889;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  position: relative;
}
.c-pagination .page-numbers.prev svg, .c-pagination .page-numbers.next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination .page-numbers.prev svg *, .c-pagination .page-numbers.next svg * {
  stroke: #214889;
}
.c-pagination .page-numbers.prev:hover svg *, .c-pagination .page-numbers.next:hover svg * {
  stroke: #fff;
}

.c-pco-filter {
  margin: 1.5rem 0 3rem;
}
.c-pco-filter__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .c-pco-filter__buttons {
    flex-wrap: nowrap;
  }
}
.c-pco-filter__buttons .c-button {
  background-color: #fff;
  color: #214889;
}
.c-pco-filter__buttons .c-button.active {
  background-color: #214889;
  color: #fff;
}
.c-pco-filter__buttons .c-button.active svg {
  display: inline-block;
}
.c-pco-filter__buttons .c-button svg {
  display: none;
  height: 18px;
  margin-right: 0.5rem;
  fill: #fff;
}
.c-pco-filter__label {
  color: #214889;
  font-weight: 600;
}

.c-post-filters {
  margin-bottom: 3rem;
}
.c-post-filters__category-container {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
  gap: 10px;
  padding: 1rem 0;
  height: 100%;
  width: 100%;
  margin: 1.5rem 0;
}
.c-post-filters__category-container::-webkit-scrollbar {
  height: 8px;
  -webkit-appearance: none;
}
.c-post-filters__category-container::-webkit-scrollbar-thumb {
  background-color: #9a9a9a;
  border-radius: 10px;
}
.c-post-filters__category-container::-webkit-scrollbar-track {
  background-color: #eeeeee;
  border-radius: 10px;
}
.c-post-filters__category-button {
  border: none;
  flex-shrink: 0;
  min-width: auto;
  width: auto;
  padding: 7px 1.5rem;
}
.c-post-filters__search-button {
  height: 100%;
}
.c-post-filters__search-button:hover {
  background-color: #e7f0ff;
}

.c-primary-nav {
  background-color: #fff;
}
.c-primary-nav__wrapper {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-primary-nav__nav {
  display: flex;
}
.c-primary-nav__menu-toggle[aria-expanded=false] ~ ul {
  left: -100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
@media (min-width: 1025px) {
  .c-primary-nav__menu-toggle {
    display: none;
  }
}
.c-primary-nav__close-icon {
  position: fixed;
  right: 16px;
  top: 16px;
  display: block;
  z-index: 10000;
  opacity: 1;
  transition: 0.4s ease-in-out all;
}
.c-primary-nav__close-icon .o-icon {
  height: 25px;
  width: 25px;
}
.c-primary-nav__close-icon[aria-expanded=true] {
  transition-delay: 400ms;
}
.c-primary-nav__close-icon[aria-expanded=false] {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0;
}
@media (min-width: 1025px) {
  .c-primary-nav__close-icon {
    display: none;
  }
}
.c-primary-nav__menu {
  list-style: none;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background: #fff;
  display: block;
  padding: 4rem 0 3rem;
  transition: 0.2s;
  overflow: scroll;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu {
    display: flex;
    align-items: center;
    position: static;
    padding: 0;
    overflow: visible;
  }
}
.c-primary-nav__menu .menu-item {
  font-size: 1.13rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.c-primary-nav__menu .menu-item:first-of-type {
  border-top: 1px solid #f5f5f5;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item {
    border: none;
    padding: 0;
    position: relative;
  }
  .c-primary-nav__menu .menu-item:first-of-type {
    border: none;
  }
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item:not(.desktop-cta-green) {
    padding: 0 1.5rem;
  }
}
.c-primary-nav__menu .menu-item:not(.desktop-cta-green) a {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item:not(.desktop-cta-green) a:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 28px;
    height: 2px;
    background-color: #1e1ef7;
    transition: 0.2s;
    transform: translate(calc(100% + 2rem), 0);
  }
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item:not(.desktop-cta-green) a:hover:after {
    transform: translate(0, 0);
  }
}
.c-primary-nav__menu .menu-item.menu-item-has-children {
  flex-wrap: wrap;
}
.c-primary-nav__menu .menu-item a {
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item a {
    padding: 2rem 0;
  }
}
.c-primary-nav__menu .menu-item .sub-menu-toggle {
  margin-right: 1.5rem;
  padding: 0.75rem 1rem;
  transform: rotate(0);
  transition: 0.2s;
  transform-origin: center center;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item .sub-menu-toggle {
    display: none;
  }
}
.c-primary-nav__menu .menu-item .sub-menu-toggle .o-icon {
  fill: #1e1ef7;
  height: 18px;
  width: 18px;
}
.c-primary-nav__menu .menu-item .sub-menu-toggle[aria-expanded=false] {
  transform: rotate(-90deg);
}
.c-primary-nav__menu .menu-item .sub-menu-toggle[aria-expanded=false] ~ .c-primary-nav__sub-menu-holder {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item .sub-menu-toggle[aria-expanded=false] ~ .c-primary-nav__sub-menu-holder {
    opacity: 1;
    max-height: none;
  }
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item.desktop-cta-green {
    margin-left: 1rem;
  }
  .c-primary-nav__menu .menu-item.desktop-cta-green a {
    background-color: #01B67A;
    color: #fff;
    outline: 0;
    text-decoration: none;
    padding: 10px 1rem;
    text-align: center;
    border-radius: 100px;
    display: block;
    border: 2px solid #01B67A;
  }
  .c-primary-nav__menu .menu-item.desktop-cta-green a:hover {
    background-color: #fff;
    color: #01B67A;
  }
}
.c-primary-nav__menu .menu-item.mobile-get-quote, .c-primary-nav__menu .menu-item.mobile-call-us, .c-primary-nav__menu .menu-item.mobile-reserve-online-now {
  border: none;
  margin: 0 auto;
}
.c-primary-nav__menu .menu-item.mobile-get-quote a, .c-primary-nav__menu .menu-item.mobile-call-us a, .c-primary-nav__menu .menu-item.mobile-reserve-online-now a {
  outline: 0;
  text-decoration: none;
  padding: 10px 3rem;
  text-align: center;
  border-radius: 100px;
  display: block;
  width: 100%;
  margin: 0 2rem;
}
@media (min-width: 480px) {
  .c-primary-nav__menu .menu-item.mobile-get-quote a, .c-primary-nav__menu .menu-item.mobile-call-us a, .c-primary-nav__menu .menu-item.mobile-reserve-online-now a {
    width: auto;
    min-width: 300px;
    margin: 0 auto;
  }
}
.c-primary-nav__menu .menu-item.mobile-reserve-online-now {
  margin-top: 18px;
}
.c-primary-nav__menu .menu-item.mobile-reserve-online-now a {
  background-color: #fff;
  color: #1e1ef7;
  border: 2px solid #1e1ef7;
}
.c-primary-nav__menu .menu-item.mobile-reserve-online-now a:hover {
  background-color: #1e1ef7;
  color: #fff;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item.mobile-reserve-online-now {
    display: none;
  }
}
.c-primary-nav__menu .menu-item.mobile-get-quote {
  margin-top: 30px;
}
.c-primary-nav__menu .menu-item.mobile-get-quote a {
  background-color: #01B67A;
  color: #000;
  border: 2px solid #01B67A;
}
.c-primary-nav__menu .menu-item.mobile-get-quote a:hover {
  background-color: #fff;
  color: #01B67A;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item.mobile-get-quote {
    display: none;
  }
}
.c-primary-nav__menu .menu-item.mobile-call-us {
  margin-top: 18px;
}
.c-primary-nav__menu .menu-item.mobile-call-us a {
  background-color: #fff;
  color: #1e1ef7;
  border: 2px solid #1e1ef7;
}
.c-primary-nav__menu .menu-item.mobile-call-us a:hover {
  background-color: #1e1ef7;
  color: #fff;
}
.c-primary-nav__menu .menu-item.mobile-call-us a:before {
  content: "";
  background-image: url("../../icons/phone-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 2px;
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item.mobile-call-us {
    display: none;
  }
}
@media (min-width: 1025px) {
  .c-primary-nav__menu .menu-item:hover .c-primary-nav__sub-menu-holder {
    opacity: 1;
    max-height: none;
    display: block;
    border-radius: 0 0 5px 5px;
  }
}
.c-primary-nav__sub-menu-holder {
  display: block;
  flex-basis: 100%;
  position: relative;
  top: 0;
  padding: 0;
  box-shadow: none;
  background-color: #e7f0ff;
  opacity: 1;
  max-height: 1000px;
  transition: 0.7s ease-in-out;
}
@media (min-width: 1025px) {
  .c-primary-nav__sub-menu-holder {
    position: absolute;
    width: 300px;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0 1rem;
    display: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.c-primary-nav__sub-menu-holder .o-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.c-primary-nav__sub-menu-holder .sub-menu {
  list-style: none;
  padding: 0;
}
.c-primary-nav__sub-menu-holder .sub-menu .menu-item {
  border: none;
}
@media (min-width: 1025px) {
  .c-primary-nav__sub-menu-holder .sub-menu .menu-item {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .c-primary-nav__sub-menu-holder .sub-menu .menu-item:last-of-type {
    border-bottom: none;
  }
}
.c-primary-nav__sub-menu-holder .sub-menu .menu-item:not(.desktop-cta-green) a {
  font-weight: 500;
}
@media (min-width: 1025px) {
  .c-primary-nav__sub-menu-holder .sub-menu .menu-item:not(.desktop-cta-green) a {
    padding: 0.75rem 0;
  }
}
.c-primary-nav__sub-menu-holder .sub-menu .menu-item:not(.desktop-cta-green) a:hover {
  color: #1e1ef7;
}
.c-primary-nav__sub-menu-holder .sub-menu .menu-item:not(.desktop-cta-green) a:after {
  content: none;
}
.c-primary-nav__toggle {
  display: block;
  position: relative;
  z-index: 1000;
}
.c-primary-nav__toggle .c-primary-nav__close-icon {
  display: block;
}
.c-primary-nav__toggle .c-primary-nav__toggle-icon {
  display: none;
}
@media (min-width: 1025px) {
  .c-primary-nav__toggle {
    display: none;
  }
}
.c-primary-nav__toggle[aria-expanded=false] .c-primary-nav__close-icon {
  display: none;
}
.c-primary-nav__toggle[aria-expanded=false] .c-primary-nav__toggle-icon {
  display: block;
}
.c-primary-nav__toggle[aria-expanded=false] ~ ul {
  display: none;
}
@media (min-width: 1025px) {
  .c-primary-nav__toggle[aria-expanded=false] ~ ul {
    display: flex;
  }
}
.c-primary-nav__phone-cta {
  display: block;
  margin-right: 18px;
}
.c-primary-nav__phone-cta svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 1025px) {
  .c-primary-nav__phone-cta {
    display: none;
  }
}

.c-rent-to-buy-hero__content {
  order: 2;
}
@media (min-width: 1025px) {
  .c-rent-to-buy-hero__content {
    order: 1;
  }
}
.c-rent-to-buy-hero__image {
  order: 1;
}
@media (min-width: 1025px) {
  .c-rent-to-buy-hero__image {
    order: 2;
  }
}
.c-rent-to-buy-hero h1 {
  font-size: 1.88rem;
}
@media (min-width: 600px) {
  .c-rent-to-buy-hero h1 {
    font-size: 2.5rem;
  }
}
.c-rent-to-buy-hero p {
  font-size: 1.13rem;
}
@media (min-width: 600px) {
  .c-rent-to-buy-hero p {
    font-size: 1.25rem;
  }
}
.c-rent-to-buy-hero.o-section--include-branding:after {
  max-width: 100%;
}
@media (min-width: 900px) {
  .c-rent-to-buy-hero.o-section--include-branding:after {
    max-width: 60%;
    left: 10%;
  }
}
.c-rent-to-buy-hero__key-features {
  width: calc(100% + 2rem);
  margin: 1.5rem 0 2rem !important;
}
.c-rent-to-buy-hero__key-features ul {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important;
}
.c-rent-to-buy-hero__key-features ul li {
  color: #fff !important;
  border-color: #fff !important;
  flex-shrink: 0;
  min-width: auto;
  width: auto;
}
.c-rent-to-buy-hero__key-features ul li:last-of-type {
  margin-right: 2rem;
}
.c-rent-to-buy-hero__key-features ul::-webkit-scrollbar {
  display: none;
}
.c-rent-to-buy-hero .u-line-through {
  color: inherit;
}

.c-rent-to-buy-gallery {
  text-align: center;
}
.c-rent-to-buy-gallery img {
  border-radius: 5px;
  max-width: 530px;
  margin: 0 auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .c-rent-to-buy-gallery img {
    height: 300px;
  }
}
@media (min-width: 900px) {
  .c-rent-to-buy-gallery img {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .c-rent-to-buy-gallery {
    display: grid;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 14px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .c-rent-to-buy-gallery img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-rent-to-buy-gallery img :first-child {
    grid-area: 1/1/2/2;
  }
  .c-rent-to-buy-gallery img:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .c-rent-to-buy-gallery img:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .c-rent-to-buy-gallery img:nth-child(4) {
    grid-area: 1/2/4/5;
  }
}

.c-rent-to-buy-whats-included {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
}
@media (min-width: 900px) {
  .c-rent-to-buy-whats-included {
    position: sticky;
    top: 130px;
  }
}
.c-rent-to-buy-whats-included__title {
  color: #214889;
  font-weight: 700;
  font-size: 1.56rem;
}
.c-rent-to-buy-whats-included ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 600px) {
  .c-rent-to-buy-whats-included ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .c-rent-to-buy-whats-included ul {
    display: block;
  }
}
.c-rent-to-buy-whats-included ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.c-rent-to-buy-whats-included ul li:before {
  content: "";
  background-image: url("../../icons/check-white.svg");
  background-color: #01B67A;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 0.5rem;
}
.c-rent-to-buy-whats-included .trustpilot-widget {
  margin: 2rem 0 0;
}

.c-rent-to-buy-key-features {
  margin: 1.5rem 0 4rem;
}
.c-rent-to-buy-key-features ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-rent-to-buy-key-features ul li {
  border: 1px solid #214889;
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  color: #214889;
  font-weight: 700;
  font-size: 16px;
}

.c-rent-to-buy-what-needed-to-join-us li {
  font-weight: 700;
}
@media (min-width: 600px) {
  .c-rent-to-buy-what-needed-to-join-us li {
    font-size: 1.25rem;
  }
}

.c-rent-to-buy-extra-benefits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-rent-to-buy-extra-benefits__text {
  margin-left: 1rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .c-rent-to-buy-extra-benefits__text {
    font-size: 1.25rem;
  }
}
.c-rent-to-buy-extra-benefits__feature {
  margin-bottom: 0.5rem;
}

.c-rent-to-buy-benefits-summary {
  padding: 1.5rem;
  border-radius: 5px;
  background: rgba(33, 72, 137, 0.1);
}
.c-rent-to-buy-benefits-summary p {
  font-size: 16px !important;
}

.c-site-footer {
  background-color: #214889;
  color: #fff;
  padding-top: 3rem;
}
.c-site-footer h1,
.c-site-footer h2,
.c-site-footer h3,
.c-site-footer h4,
.c-site-footer h5,
.c-site-footer h6 {
  color: #fff !important;
}
.c-site-footer .h4, .c-site-footer h4 {
  font-weight: 700;
  font-size: 1.56rem;
}
@media (min-width: 800px) {
  .c-site-footer .h4, .c-site-footer h4 {
    max-width: 300px;
  }
}
.c-site-footer form .o-input, .c-site-footer form .c-form__submit {
  height: 49px;
  border: none;
}
.c-site-footer form .c-form__submit {
  background-color: #1e1ef7;
  color: #fff;
}
.c-site-footer form .c-form__submit:hover {
  background-color: #0808da;
}
.c-site-footer form .o-field {
  margin-bottom: 1.25rem;
}
.c-site-footer form .o-toggle__label {
  font-size: 0.88rem;
}
.c-site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-site-footer__menu li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-site-footer__menu li a {
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75rem 0;
}
.c-site-footer__menu li a:hover {
  text-decoration: underline;
}
.c-site-footer__copy-credit {
  border-top: 1px solid #fff;
  padding: 0.75rem 0;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .c-site-footer__copy-credit {
    margin-top: 3rem;
    flex-wrap: none;
  }
}
.c-site-footer__credit, .c-site-footer__copy {
  flex-basis: 100%;
  font-size: 0.88rem;
}
@media (min-width: 800px) {
  .c-site-footer__credit, .c-site-footer__copy {
    flex-basis: auto;
    margin: 0;
  }
}
.c-site-footer__credit a, .c-site-footer__copy a {
  text-decoration: none;
}
.c-site-footer__address {
  font-size: 0.88rem;
}
@media (min-width: 800px) {
  .c-site-footer {
    position: relative;
    z-index: 10;
  }
  .c-site-footer::after {
    content: "";
    background-image: url("../../images/chevron-branding.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.c-site-header {
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .c-site-header {
    padding: 0;
  }
}
.c-site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-site-header__logo {
  display: block;
}
.c-site-header__logo .o-icon {
  height: 42px;
  width: auto;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .c-site-header__logo .o-icon {
    height: 58px;
  }
}
.c-site-header__logo:hover .o-icon {
  opacity: 0.8;
}
.c-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #214889;
  font-weight: 700;
}
.c-social-links__link {
  padding: 0.5rem;
  display: inline-block;
}
.c-social-links__link--mobile-only {
  display: inline-block;
}
@media (min-width: 480px) {
  .c-social-links__link--mobile-only {
    display: none;
  }
}
.c-social-links__icon {
  height: 24px;
  width: 24px;
  display: block;
}
.c-social-links__copy-message {
  background-color: #E8F0FE;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 0.75rem;
  color: #0e0e0e;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 10px;
  cursor: default;
  opacity: 0;
  transition: 0.2s;
  z-index: 10;
}
.c-social-links__copy-message:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E8F0FE;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  position: absolute;
  display: block;
}

.c-split-section {
  display: flex;
  align-items: stretch;
}
.c-split-section__col--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.c-split-section__col--content h1 {
  font-size: 1.56rem;
}
@media (min-width: 800px) {
  .c-split-section__col--content h1 {
    font-size: 3.13rem;
  }
}
.c-split-section__col--media {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .c-split-section__col--media {
    margin-bottom: 2rem;
  }
}
.c-split-section__col--media .o-media {
  height: 240px;
  width: 100%;
}
@media (min-width: 800px) {
  .c-split-section__col--media .o-media {
    height: 100%;
  }
}
.c-split-section__col--media .o-media img {
  border-radius: 10px;
}
.c-split-section__cta-button {
  margin-top: 2rem;
  width: 100%;
}
.c-split-section__cta-button .c-button {
  width: 100%;
}
@media (min-width: 600px) {
  .c-split-section__cta-button .c-button {
    width: auto;
  }
}
.c-split-section__trustpilot {
  margin-top: 2rem;
}

.c-statistics {
  color: #214889;
}
@media (min-width: 1025px) {
  .c-statistics__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-statistics__item {
  padding: 0.75rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-statistics__item {
    padding: 2rem;
  }
}
.c-statistics__item :last-child {
  margin-bottom: 0;
}
.c-statistics__figure {
  color: #1e1ef7 !important;
  font-size: 3.13rem;
  margin-bottom: 0.5rem;
}
.c-statistics__banner {
  margin-top: 2rem;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .c-statistics__banner img {
    font-family: inherit;
    -o-object-fit: initial;
       object-fit: initial;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
}
@media (min-width: 800px) {
  .c-statistics__banner {
    height: auto;
  }
}
.c-statistics__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.c-stepped-grid__count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1e1ef7;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .c-stepped-grid__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.c-stepped-grid__image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-stepped-grid__image {
    width: auto;
    max-height: 300px;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .c-stepped-grid__content {
    width: 50%;
  }
}
.c-stepped-grid__item {
  width: calc(100% - 30px);
  border: 5px solid #1e1ef7;
  border-radius: 10px;
  margin: -5px auto;
  padding: 2.5rem 3rem;
  position: relative;
}
.c-stepped-grid__item--first {
  border-top: 0;
  border-top-left-radius: 0;
  margin-top: 0;
}
.c-stepped-grid__item--first .c-stepped-grid__count {
  top: 0;
  transform: translate(0, 0);
}
.c-stepped-grid__item--odd {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 0;
}
.c-stepped-grid__item--odd .c-stepped-grid__count {
  left: -30px;
}
.c-stepped-grid__item--even {
  margin-right: 0;
  margin-left: auto;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
}
.c-stepped-grid__item--even .c-stepped-grid__count {
  right: -30px;
}
.c-stepped-grid__item--even .c-stepped-grid__inner {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .c-stepped-grid__item--even .c-stepped-grid__image {
    order: 2;
  }
}
.c-stepped-grid__item--last {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.c-tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #214889;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.c-tag__icon {
  height: 15px;
  width: 15px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.c-testimonial-slider__slide {
  background-image: linear-gradient(115deg, #fff -150%, rgba(255, 255, 255, 0) 86%);
  margin-right: 20px;
  padding: 1rem;
  border-radius: 10px;
}
.c-testimonial-slider__slide:before {
  content: "";
  right: 20px;
  top: 17px;
  background-image: url("../../icons/quote-icon.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  display: block;
  height: 40px;
  width: 40px;
  margin-bottom: 22px;
}
.c-testimonial-slider .slick-track {
  display: flex;
}
.c-testimonial-slider .slick-slide {
  height: inherit;
}
.c-testimonial-slider .slick-list {
  overflow: visible;
  padding-right: 60px;
}
@media (min-width: 900px) {
  .c-testimonial-slider .slick-list {
    overflow: hidden;
    padding: 0;
  }
}
.c-testimonial-slider .slick-dots {
  margin-top: 2.5rem;
}
.c-testimonial-slider .slick-dots li button:before {
  background-color: #fff;
  opacity: 0.3;
}
.c-testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.c-tooltip__icon {
  background-color: #8b8b8b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-tooltip__content {
  background-color: #E8F0FE;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 360px;
  font-size: 0.75rem;
  color: #0e0e0e;
  line-height: 1.2;
  border-radius: 5px;
  padding: 0.5rem 20px 0.5rem 0.75rem;
  cursor: default;
  display: none;
  z-index: 10;
}
.c-tooltip__content:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E8F0FE;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  position: absolute;
  display: block;
}
.c-tooltip__content .o-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 10px;
  width: 10px;
  fill: #000;
  cursor: pointer;
}
.c-tooltip__content.active {
  display: block;
}

.trustpilot-widget {
  margin-left: -30px;
}

.o-section .c-usps__title, .o-section .c-usps__text {
  color: #0e0e0e;
}
@media (min-width: 600px) {
  .o-section .c-usps__text.half-width-mobile {
    padding: 0 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.o-section .c-usps--slider .c-usps__title {
  padding: 0 0.5rem;
  text-wrap: balance;
  font-size: 1.13rem;
}
@media (min-width: 700px) {
  .o-section .c-usps--slider .c-usps__title {
    padding: 0 1rem;
    font-size: 1.44rem;
  }
}

.c-vehicle-features {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-vehicle-features h3 {
  font-size: 1.56rem;
  color: #214889;
}
@media (min-width: 800px) {
  .c-vehicle-features h3 {
    font-size: 2.19rem;
  }
}
.c-vehicle-features__grid {
  margin: 0;
}
.c-vehicle-features__grid.vehicle-data .c-vehicle-features__feature-data {
  min-width: 100%;
}
@media (min-width: 800px) {
  .c-vehicle-features__grid.vehicle-data .c-vehicle-features__feature-data {
    min-width: 45%;
    justify-content: flex-start;
  }
}
.c-vehicle-features__col {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 0;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .c-vehicle-features__col {
    padding: 1rem;
  }
}
.c-vehicle-features__feature-data {
  min-width: 50%;
  font-size: 16px;
  justify-content: flex-start;
  margin-top: 0.75rem;
}
@media (min-width: 600px) {
  .c-vehicle-features__feature-data {
    font-size: 1.13rem;
    margin-top: 0;
  }
}
.c-vehicle-features__feature-name {
  color: #214889;
  font-weight: 700;
  font-size: 0.88rem;
}
@media (min-width: 800px) {
  .c-vehicle-features__feature-name {
    font-size: 16px;
  }
}
.c-vehicle-features svg {
  width: 26px;
  max-height: 26px;
  margin-right: 0.75rem;
}
@media (min-width: 800px) {
  .c-vehicle-features svg {
    width: 30px;
    max-height: 30px;
    margin-right: 1.5rem;
  }
}
.c-vehicle-features svg * {
  stroke: #1e1ef7;
}
.c-vehicle-features.c-extra-benefits {
  margin-top: 1.5rem;
}
@media (min-width: 800px) {
  .c-vehicle-features.c-extra-benefits {
    margin-top: 4rem;
  }
}
@media (min-width: 800px) {
  .c-vehicle-features.c-extra-benefits .c-vehicle-features__col {
    border-bottom: none;
  }
}

.c-vehicle-image-slider {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 0;
  position: relative;
  margin-top: -20px;
  z-index: 10;
}
@media (min-width: 600px) {
  .c-vehicle-image-slider {
    margin-top: -150px;
  }
}
.c-vehicle-image-slider__page-views {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .c-vehicle-image-slider__page-views {
    justify-content: flex-end;
  }
}
.c-vehicle-image-slider__page-views p {
  font-size: 0.88rem;
  background-color: #e7f0ff;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  margin: 0 0.5rem;
}
@media (min-width: 600px) {
  .c-vehicle-image-slider__page-views p {
    margin: 0 1rem 0.5rem 0;
  }
}
.c-vehicle-image-slider__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}
.c-vehicle-image-slider__image img {
  width: auto;
  max-height: 400px;
}
.c-vehicle-image-slider__slider {
  position: relative;
}
.c-vehicle-image-slider__slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 36px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
}
.c-vehicle-image-slider__slider .arrow.prev-arrow {
  left: 10px;
}
@media (min-width: 600px) {
  .c-vehicle-image-slider__slider .arrow.prev-arrow {
    left: 22px;
  }
}
.c-vehicle-image-slider__slider .arrow.next-arrow {
  right: 10px;
}
@media (min-width: 600px) {
  .c-vehicle-image-slider__slider .arrow.next-arrow {
    right: 22px;
  }
}
.c-vehicle-image-slider__slider .arrow svg {
  transform: scale(2);
}
@media (min-width: 600px) {
  .c-vehicle-image-slider__slider .arrow svg {
    transform: scale(2.5);
  }
}
.c-vehicle-image-slider__slider .arrow svg * {
  stroke: #1e1ef7;
}
.c-vehicle-image-slider__slider .slick-dots {
  margin: 0;
}

.c-vehicle-price-details h3 {
  font-size: 1.56rem;
  color: #214889;
}
@media (min-width: 800px) {
  .c-vehicle-price-details h3 {
    font-size: 2.19rem;
  }
}
.c-vehicle-price-details.s-standard-content ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
}
.c-vehicle-price-details.s-standard-content ul:not([class]) li {
  padding-left: 36px;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  .c-vehicle-price-details.s-standard-content ul:not([class]) li {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.c-vehicle-price-details.s-standard-content ul:not([class]) li:before {
  background-image: url("../../icons/check.svg");
  fill: #fff;
  background-color: #01B67A;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.c-vehicle-price-details__quote-trustpilot {
  flex-direction: column;
  margin-top: 2.5rem;
}
@media (min-width: 600px) {
  .c-vehicle-price-details__quote-trustpilot {
    flex-direction: row;
  }
}
.c-vehicle-price-details__quote-trustpilot .trustpilot-widget {
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .c-vehicle-price-details__quote-trustpilot .trustpilot-widget {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.c-vehicles-grid__cta-button {
  text-align: center;
  margin-top: 2.5rem;
}
.c-vehicles-grid__cta-button .c-button {
  color: #0e0e0e;
}
.c-vehicles-grid__carousel .o-grid__col {
  height: 100%;
  padding: 0;
}
@media (min-width: 600px) {
  .c-vehicles-grid__carousel .o-grid__col {
    padding: 0 calc(2rem / 2);
  }
}
.c-vehicles-grid__carousel--desktop .o-grid__col {
  max-width: none;
  margin-bottom: 0;
}
.c-vehicles-grid__carousel--mobile .o-grid__col {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .c-vehicles-grid__carousel--mobile .o-grid__col {
    height: inherit;
    margin-bottom: 2rem;
  }
}
.c-vehicles-grid__carousel .slick-slide > div {
  height: calc(100% - 2rem);
}
.c-vehicles-grid .slick-track {
  display: flex;
  align-items: stretch;
}
.c-vehicles-grid .slick-list {
  margin-bottom: 2rem;
}
.c-vehicles-grid .slick-slide {
  height: inherit !important;
  flex: 1;
}
.c-vehicles-grid .slick-slide > div {
  height: 100%;
}

.c-whats-included {
  margin-top: -30px;
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}
.c-whats-included__table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
  margin: 0 auto 70px;
}
.c-whats-included__row .item {
  border-bottom: 1px solid #f5f5f5;
  flex-basis: 100%;
  padding: 0.75rem 1.5rem;
  position: relative;
}
.c-whats-included__row .included {
  min-width: 120px;
  background: #E8F0FE;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 800px) {
  .c-whats-included__row .included {
    min-width: 250px;
  }
}
.c-whats-included__row .included-yes:before {
  background-image: url("../../images/tick.svg");
  background-color: #01B67A;
}
.c-whats-included__row .included-no:before {
  background-image: url("../../images/error-white.svg");
  background-color: #d50000;
}
.c-whats-included__row .included:before {
  content: "";
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 100%;
}
.c-whats-included__row:first-of-type .included:after {
  content: "";
  background-color: #E8F0FE;
  background-image: url("../../icons/rvm-logo.svg");
  background-position: center;
  background-size: 74px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 800px) {
  .c-whats-included__row:first-of-type .included:after {
    background-size: 98px;
  }
}
.c-whats-included__row:last-of-type .included:after {
  content: "";
  background-color: #E8F0FE;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 0 0 10px 10px;
}

.c-whats-included-comparison {
  margin-top: -30px;
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}
.c-whats-included-comparison__table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
  margin: 0 auto 70px;
}
.c-whats-included-comparison__row .item {
  border-bottom: 1px solid #f5f5f5;
  flex-basis: 100%;
  padding: 0.75rem 1.5rem;
  position: relative;
  font-size: 0.88rem;
}
@media (min-width: 420px) {
  .c-whats-included-comparison__row .item {
    font-size: 16px;
  }
}
.c-whats-included-comparison__row .included {
  min-width: 100px;
  background: #E8F0FE;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 800px) {
  .c-whats-included-comparison__row .included {
    min-width: 120px;
  }
}
.c-whats-included-comparison__row .included-yes:before {
  background-image: url("../../images/tick.svg");
  background-color: #01B67A;
}
.c-whats-included-comparison__row .included-no:before {
  background-image: url("../../images/error-white.svg");
  background-color: #d50000;
}
.c-whats-included-comparison__row .included:before {
  content: "";
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 100%;
}
.c-whats-included-comparison__row:first-of-type .included:after {
  content: attr(data-label);
  background-color: #E8F0FE;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 420px) {
  .c-whats-included-comparison__row:first-of-type .included:after {
    font-size: 16px;
  }
}
.c-whats-included-comparison__row:last-of-type .included:after {
  content: "";
  background-color: #E8F0FE;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 0 0 10px 10px;
}

.s-standard-content ul:not([class]),
.s-standard-content ol:not([class]) {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.s-standard-content ul:not([class]) ul,
.s-standard-content ul:not([class]) ol,
.s-standard-content ol:not([class]) ul,
.s-standard-content ol:not([class]) ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-standard-content ul:not([class]) li,
.s-standard-content ol:not([class]) li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.s-standard-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #214889;
}
.s-standard-content ul li.menu-item:before {
  display: none;
  padding-left: 0;
}
.s-standard-content ul li:last-of-type {
  margin-bottom: 0;
}
.s-standard-content ol:not([class]) {
  counter-reset: li;
}
.s-standard-content ol:not([class]) li {
  counter-increment: li;
}
.s-standard-content ol:not([class]) li:before {
  content: counter(li) ".";
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 0;
  width: 2rem;
  color: #214889;
}
.s-standard-content h1 {
  font-size: 1.88rem;
}
@media (min-width: 800px) {
  .s-standard-content h1 {
    font-size: 3.13rem;
  }
}
.s-standard-content p:first-of-type {
  font-size: 1.13rem;
}
.s-standard-content a:not(.c-button) {
  font-weight: 500;
  color: #1e1ef7;
  text-decoration: none;
}
.s-standard-content a:not(.c-button):hover {
  text-decoration: underline;
}
.s-standard-content :last-child {
  margin-bottom: 0 !important;
}
.s-standard-content__sitemap {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 800px) {
  .s-standard-content__sitemap {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.s-standard-content__cta-button {
  width: 100%;
  margin-top: 2.5rem;
}
.s-standard-content__cta-button .c-button {
  width: 100%;
}
@media (min-width: 600px) {
  .s-standard-content__cta-button .c-button {
    width: auto;
  }
}
.s-standard-content.styled-list-items ol li {
  margin-bottom: 1rem;
  padding-left: 3rem;
  line-height: 32px;
}
.s-standard-content.styled-list-items ol li:before {
  content: counter(li);
  background-color: #1e1ef7;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-bg h1,
.u-bg h2,
.u-bg h3,
.u-bg h4,
.u-bg h5,
.u-bg h6 {
  color: #214889;
}
.u-bg-v-light-blue {
  background-color: #E8F0FE;
}
.u-bg-v-light-blue h1,
.u-bg-v-light-blue h2,
.u-bg-v-light-blue h3,
.u-bg-v-light-blue h4,
.u-bg-v-light-blue h5,
.u-bg-v-light-blue h6 {
  color: #214889;
}
.u-bg-blue {
  background-color: #1e1ef7;
  color: #fff;
}
.u-bg-blue h1,
.u-bg-blue h2,
.u-bg-blue h3,
.u-bg-blue h4,
.u-bg-blue h5,
.u-bg-blue h6 {
  color: #fff;
}
.u-bg-blue .s-standard-content.styled-list-items ol li:before {
  background-color: #fff;
  color: #1e1ef7;
}
.u-bg-blue.c-hero .c-button--white,
.u-bg-blue.c-hero .c-button--green {
  border-color: transparent;
}
.u-bg-blue .c-usps__title, .u-bg-blue .c-usps__text {
  color: #fff;
}
.u-bg-green {
  background-color: #87b600;
}
.u-bg-pink {
  background-color: #e328db;
}
.u-bg-purple {
  background-color: #8e00ff;
}
.u-bg-orange {
  background-color: #ff9800;
}
.u-bg-black {
  background-color: #363636;
}
.u-bg-dark-blue {
  background-color: #214889;
  color: #fff;
}
.u-bg-dark-blue h1:not(.o-card__title),
.u-bg-dark-blue h2:not(.o-card__title),
.u-bg-dark-blue h3:not(.o-card__title),
.u-bg-dark-blue h4:not(.o-card__title),
.u-bg-dark-blue h5:not(.o-card__title),
.u-bg-dark-blue h6:not(.o-card__title) {
  color: #fff;
}
.u-bg-dark-blue .s-standard-content.styled-list-items ol li:before {
  background-color: #fff;
  color: #214889;
}
.u-bg-dark-blue .c-usps__title, .u-bg-dark-blue .c-usps__text {
  color: #fff;
}
.u-bg-dark-blue .c-pagination .page-numbers {
  box-shadow: inset 0px 0px 0px 0px white;
  color: #fff;
}
.u-bg-dark-blue .c-pagination .page-numbers.current {
  box-shadow: inset 0px 0px 0px 15px white;
  color: #000;
}
.u-bg-dark-blue .c-pagination .page-numbers:not(.current):hover {
  box-shadow: inset 0px 0px 0px 15px white;
  color: #000;
}
.u-bg-dark-blue .c-pagination .page-numbers.prev svg *, .u-bg-dark-blue .c-pagination .page-numbers.next svg * {
  stroke: #fff;
}
.u-bg-dark-blue .c-pagination .page-numbers.prev:hover svg *, .u-bg-dark-blue .c-pagination .page-numbers.next:hover svg * {
  stroke: #000;
}
.u-bg-white {
  background-color: #fff;
}

.u-cf:before, .u-cf:after {
  content: " ";
  display: table;
}
.u-cf:after {
  clear: both;
}

.u-clamp-1 {
  display: block;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1 * (22.4px));
}
.u-clamp-2 {
  display: block;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(2 * (22.4px));
}
.u-clamp-3 {
  display: block;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(3 * (22.4px));
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-inline-flex {
  display: inline-flex;
}

.u-remove {
  display: none;
}

@media (min-width: 1400px) {
  .u-remove\@dl {
    display: none;
  }
}
@media (min-width: 1025px) {
  .u-remove\@ds {
    display: none;
  }
}
@media (min-width: 900px) {
  .u-remove\@tvl {
    display: none;
  }
}
@media (min-width: 800px) {
  .u-remove\@tl {
    display: none;
  }
}
@media (min-width: 700px) {
  .u-remove\@tm {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-remove\@ts {
    display: none;
  }
}
@media (min-width: 1400px) {
  .u-block\@dl {
    display: block;
  }
}
@media (min-width: 1025px) {
  .u-block\@ds {
    display: block;
  }
}
@media (min-width: 900px) {
  .u-block\@tvl {
    display: block;
  }
}
@media (min-width: 800px) {
  .u-block\@tl {
    display: block;
  }
}
@media (min-width: 700px) {
  .u-block\@tm {
    display: block;
  }
}
@media (min-width: 600px) {
  .u-block\@ts {
    display: block;
  }
}
@media (min-width: 1400px) {
  .u-inline-block\@dl {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .u-inline-block\@ds {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .u-inline-block\@tvl {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .u-inline-block\@tl {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .u-inline-block\@tm {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .u-inline-block\@ts {
    display: inline-block;
  }
}
.u-fill, .u-contain, .u-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.u-items-start {
  align-items: flex-start;
}

.u-items-center {
  align-items: center;
}

.u-items-end {
  align-items: flex-end;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-justify-between {
  justify-content: space-between;
}

@media (min-width: 1400px) {
  .u-items-start\@dl {
    align-items: flex-start;
  }
  .u-items-center\@dl {
    align-items: center;
  }
  .u-items-end\@dl {
    align-items: flex-end;
  }
  .u-justify-start\@dl {
    justify-content: flex-start;
  }
  .u-justify-center\@dl {
    justify-content: center;
  }
  .u-justify-end\@dl {
    justify-content: flex-end;
  }
  .u-justify-between\@dl {
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .u-items-start\@ds {
    align-items: flex-start;
  }
  .u-items-center\@ds {
    align-items: center;
  }
  .u-items-end\@ds {
    align-items: flex-end;
  }
  .u-justify-start\@ds {
    justify-content: flex-start;
  }
  .u-justify-center\@ds {
    justify-content: center;
  }
  .u-justify-end\@ds {
    justify-content: flex-end;
  }
  .u-justify-between\@ds {
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .u-items-start\@tvl {
    align-items: flex-start;
  }
  .u-items-center\@tvl {
    align-items: center;
  }
  .u-items-end\@tvl {
    align-items: flex-end;
  }
  .u-justify-start\@tvl {
    justify-content: flex-start;
  }
  .u-justify-center\@tvl {
    justify-content: center;
  }
  .u-justify-end\@tvl {
    justify-content: flex-end;
  }
  .u-justify-between\@tvl {
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .u-items-start\@tl {
    align-items: flex-start;
  }
  .u-items-center\@tl {
    align-items: center;
  }
  .u-items-end\@tl {
    align-items: flex-end;
  }
  .u-justify-start\@tl {
    justify-content: flex-start;
  }
  .u-justify-center\@tl {
    justify-content: center;
  }
  .u-justify-end\@tl {
    justify-content: flex-end;
  }
  .u-justify-between\@tl {
    justify-content: space-between;
  }
}
@media (min-width: 700px) {
  .u-items-start\@tm {
    align-items: flex-start;
  }
  .u-items-center\@tm {
    align-items: center;
  }
  .u-items-end\@tm {
    align-items: flex-end;
  }
  .u-justify-start\@tm {
    justify-content: flex-start;
  }
  .u-justify-center\@tm {
    justify-content: center;
  }
  .u-justify-end\@tm {
    justify-content: flex-end;
  }
  .u-justify-between\@tm {
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .u-items-start\@ts {
    align-items: flex-start;
  }
  .u-items-center\@ts {
    align-items: center;
  }
  .u-items-end\@ts {
    align-items: flex-end;
  }
  .u-justify-start\@ts {
    justify-content: flex-start;
  }
  .u-justify-center\@ts {
    justify-content: center;
  }
  .u-justify-end\@ts {
    justify-content: flex-end;
  }
  .u-justify-between\@ts {
    justify-content: space-between;
  }
}
.u-column {
  flex-direction: column;
}

.u-column-reverse {
  flex-direction: column-reverse;
}

.u-grow-1 {
  flex-grow: 1;
}

.u-focus:focus {
  outline: 0;
  box-shadow: 0 0 4px rgba(30, 30, 247, 0.8);
}

.u-font-100 {
  font-weight: 100;
}
.u-font-200 {
  font-weight: 200;
}
.u-font-300 {
  font-weight: 300;
}
.u-font-400 {
  font-weight: 400;
}
.u-font-500 {
  font-weight: 500;
}
.u-font-600 {
  font-weight: 600;
}
.u-font-700 {
  font-weight: 700;
}
.u-font-800 {
  font-weight: 800;
}
.u-font-900 {
  font-weight: 900;
}

.u-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.u-m-global {
  margin: 2rem;
}

.u-mt-global {
  margin-top: 2rem;
}

.u-mb-global {
  margin-bottom: 2rem;
}

.u-ml-global {
  margin-left: 2rem;
}

.u-mr-global {
  margin-right: 2rem;
}

.u-mx-global {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-my-global {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-m-gutter {
  margin: 2rem;
}

.u-mt-gutter {
  margin-top: 2rem;
}

.u-mb-gutter {
  margin-bottom: 2rem;
}

.u-ml-gutter {
  margin-left: 2rem;
}

.u-mr-gutter {
  margin-right: 2rem;
}

.u-mx-gutter {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-my-gutter {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-m-paragraph {
  margin: 1.5rem;
}

.u-mt-paragraph {
  margin-top: 1.5rem;
}

.u-mb-paragraph {
  margin-bottom: 1.5rem;
}

.u-ml-paragraph {
  margin-left: 1.5rem;
}

.u-mr-paragraph {
  margin-right: 1.5rem;
}

.u-mx-paragraph {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.u-my-paragraph {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-m-0 {
  margin: 0;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-m-1 {
  margin: 0.25rem;
}

.u-mt-1 {
  margin-top: 0.25rem;
}

.u-mb-1 {
  margin-bottom: 0.25rem;
}

.u-ml-1 {
  margin-left: 0.25rem;
}

.u-mr-1 {
  margin-right: 0.25rem;
}

.u-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.u-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-m-2 {
  margin: 0.5rem;
}

.u-mt-2 {
  margin-top: 0.5rem;
}

.u-mb-2 {
  margin-bottom: 0.5rem;
}

.u-ml-2 {
  margin-left: 0.5rem;
}

.u-mr-2 {
  margin-right: 0.5rem;
}

.u-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.u-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-m-3 {
  margin: 0.75rem;
}

.u-mt-3 {
  margin-top: 0.75rem;
}

.u-mb-3 {
  margin-bottom: 0.75rem;
}

.u-ml-3 {
  margin-left: 0.75rem;
}

.u-mr-3 {
  margin-right: 0.75rem;
}

.u-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.u-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.u-m-4 {
  margin: 1rem;
}

.u-mt-4 {
  margin-top: 1rem;
}

.u-mb-4 {
  margin-bottom: 1rem;
}

.u-ml-4 {
  margin-left: 1rem;
}

.u-mr-4 {
  margin-right: 1rem;
}

.u-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-m-5 {
  margin: 1.5rem;
}

.u-mt-5 {
  margin-top: 1.5rem;
}

.u-mb-5 {
  margin-bottom: 1.5rem;
}

.u-ml-5 {
  margin-left: 1.5rem;
}

.u-mr-5 {
  margin-right: 1.5rem;
}

.u-mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.u-my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-m-6 {
  margin: 2rem;
}

.u-mt-6 {
  margin-top: 2rem;
}

.u-mb-6 {
  margin-bottom: 2rem;
}

.u-ml-6 {
  margin-left: 2rem;
}

.u-mr-6 {
  margin-right: 2rem;
}

.u-mx-6 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-m-7 {
  margin: 2.5rem;
}

.u-mt-7 {
  margin-top: 2.5rem;
}

.u-mb-7 {
  margin-bottom: 2.5rem;
}

.u-ml-7 {
  margin-left: 2.5rem;
}

.u-mr-7 {
  margin-right: 2.5rem;
}

.u-mx-7 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.u-my-7 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.u-m-8 {
  margin: 3rem;
}

.u-mt-8 {
  margin-top: 3rem;
}

.u-mb-8 {
  margin-bottom: 3rem;
}

.u-ml-8 {
  margin-left: 3rem;
}

.u-mr-8 {
  margin-right: 3rem;
}

.u-mx-8 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-my-8 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-m-9 {
  margin: 4rem;
}

.u-mt-9 {
  margin-top: 4rem;
}

.u-mb-9 {
  margin-bottom: 4rem;
}

.u-ml-9 {
  margin-left: 4rem;
}

.u-mr-9 {
  margin-right: 4rem;
}

.u-mx-9 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-my-9 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-m-10 {
  margin: 5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mb-10 {
  margin-bottom: 5rem;
}

.u-ml-10 {
  margin-left: 5rem;
}

.u-mr-10 {
  margin-right: 5rem;
}

.u-mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-m-11 {
  margin: 6rem;
}

.u-mt-11 {
  margin-top: 6rem;
}

.u-mb-11 {
  margin-bottom: 6rem;
}

.u-ml-11 {
  margin-left: 6rem;
}

.u-mr-11 {
  margin-right: 6rem;
}

.u-mx-11 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-my-11 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-m-12 {
  margin: 6.75rem;
}

.u-mt-12 {
  margin-top: 6.75rem;
}

.u-mb-12 {
  margin-bottom: 6.75rem;
}

.u-ml-12 {
  margin-left: 6.75rem;
}

.u-mr-12 {
  margin-right: 6.75rem;
}

.u-mx-12 {
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

.u-my-12 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mb-last-remove :last-child {
  margin-bottom: 0 !important;
}

.u-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.u-cover--top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top";
}
.u-cover--bottom {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom";
}
.u-cover--left {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: cover; object-position: left";
}
.u-cover--right {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover; object-position: right";
}

.u-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}
.u-contain--top {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: contain; object-position: top";
}
.u-contain--bottom {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: contain; object-position: bottom";
}
.u-contain--left {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: contain; object-position: left";
}
.u-contain--right {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: contain; object-position: right";
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-p-global {
  padding: 2rem;
}

.u-pt-global {
  padding-top: 2rem;
}

.u-pb-global {
  padding-bottom: 2rem;
}

.u-pl-global {
  padding-left: 2rem;
}

.u-pr-global {
  padding-right: 2rem;
}

.u-px-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-py-global {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-p-gutter {
  padding: 2rem;
}

.u-pt-gutter {
  padding-top: 2rem;
}

.u-pb-gutter {
  padding-bottom: 2rem;
}

.u-pl-gutter {
  padding-left: 2rem;
}

.u-pr-gutter {
  padding-right: 2rem;
}

.u-px-gutter {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-py-gutter {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-p-paragraph {
  padding: 1.5rem;
}

.u-pt-paragraph {
  padding-top: 1.5rem;
}

.u-pb-paragraph {
  padding-bottom: 1.5rem;
}

.u-pl-paragraph {
  padding-left: 1.5rem;
}

.u-pr-paragraph {
  padding-right: 1.5rem;
}

.u-px-paragraph {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-py-paragraph {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-p-0 {
  padding: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pr-0 {
  padding-right: 0;
}

.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-p-1 {
  padding: 0.25rem;
}

.u-pt-1 {
  padding-top: 0.25rem;
}

.u-pb-1 {
  padding-bottom: 0.25rem;
}

.u-pl-1 {
  padding-left: 0.25rem;
}

.u-pr-1 {
  padding-right: 0.25rem;
}

.u-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.u-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-p-2 {
  padding: 0.5rem;
}

.u-pt-2 {
  padding-top: 0.5rem;
}

.u-pb-2 {
  padding-bottom: 0.5rem;
}

.u-pl-2 {
  padding-left: 0.5rem;
}

.u-pr-2 {
  padding-right: 0.5rem;
}

.u-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-p-3 {
  padding: 0.75rem;
}

.u-pt-3 {
  padding-top: 0.75rem;
}

.u-pb-3 {
  padding-bottom: 0.75rem;
}

.u-pl-3 {
  padding-left: 0.75rem;
}

.u-pr-3 {
  padding-right: 0.75rem;
}

.u-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.u-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.u-p-4 {
  padding: 1rem;
}

.u-pt-4 {
  padding-top: 1rem;
}

.u-pb-4 {
  padding-bottom: 1rem;
}

.u-pl-4 {
  padding-left: 1rem;
}

.u-pr-4 {
  padding-right: 1rem;
}

.u-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-p-5 {
  padding: 1.5rem;
}

.u-pt-5 {
  padding-top: 1.5rem;
}

.u-pb-5 {
  padding-bottom: 1.5rem;
}

.u-pl-5 {
  padding-left: 1.5rem;
}

.u-pr-5 {
  padding-right: 1.5rem;
}

.u-px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-p-6 {
  padding: 2rem;
}

.u-pt-6 {
  padding-top: 2rem;
}

.u-pb-6 {
  padding-bottom: 2rem;
}

.u-pl-6 {
  padding-left: 2rem;
}

.u-pr-6 {
  padding-right: 2rem;
}

.u-px-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-py-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-p-7 {
  padding: 2.5rem;
}

.u-pt-7 {
  padding-top: 2.5rem;
}

.u-pb-7 {
  padding-bottom: 2.5rem;
}

.u-pl-7 {
  padding-left: 2.5rem;
}

.u-pr-7 {
  padding-right: 2.5rem;
}

.u-px-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.u-py-7 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.u-p-8 {
  padding: 3rem;
}

.u-pt-8 {
  padding-top: 3rem;
}

.u-pb-8 {
  padding-bottom: 3rem;
}

.u-pl-8 {
  padding-left: 3rem;
}

.u-pr-8 {
  padding-right: 3rem;
}

.u-px-8 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-py-8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-p-9 {
  padding: 4rem;
}

.u-pt-9 {
  padding-top: 4rem;
}

.u-pb-9 {
  padding-bottom: 4rem;
}

.u-pl-9 {
  padding-left: 4rem;
}

.u-pr-9 {
  padding-right: 4rem;
}

.u-px-9 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-py-9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-p-10 {
  padding: 5rem;
}

.u-pt-10 {
  padding-top: 5rem;
}

.u-pb-10 {
  padding-bottom: 5rem;
}

.u-pl-10 {
  padding-left: 5rem;
}

.u-pr-10 {
  padding-right: 5rem;
}

.u-px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u-py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-p-11 {
  padding: 6rem;
}

.u-pt-11 {
  padding-top: 6rem;
}

.u-pb-11 {
  padding-bottom: 6rem;
}

.u-pl-11 {
  padding-left: 6rem;
}

.u-pr-11 {
  padding-right: 6rem;
}

.u-px-11 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-py-11 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-p-12 {
  padding: 6.75rem;
}

.u-pt-12 {
  padding-top: 6.75rem;
}

.u-pb-12 {
  padding-bottom: 6.75rem;
}

.u-pl-12 {
  padding-left: 6.75rem;
}

.u-pr-12 {
  padding-right: 6.75rem;
}

.u-px-12 {
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

.u-py-12 {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-ratio-16-9:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
  margin-right: -100%;
}
.u-ratio-16-9:after {
  content: "";
  display: table;
  clear: both;
}
.u-ratio-1-1:before {
  content: "";
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}
.u-ratio-1-1:after {
  content: "";
  display: table;
  clear: both;
}

.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-text-small {
  font-size: 0.75rem;
}
.u-text-base {
  font-size: 16px;
}
.u-text-large {
  font-size: 1.13rem;
}
.u-text-x-large {
  font-size: 23px;
}
.u-text-primary {
  color: #1e1ef7;
}
.u-text-secondary {
  color: #01B67A;
}
.u-text-light-black {
  color: #0e0e0e;
}

.u-underline {
  text-decoration: underline;
}

.u-decoration-none {
  text-decoration: none;
}

.u-line-through {
  text-decoration: line-through;
}

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

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-normal-case {
  text-transform: none;
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-list-reset {
  padding-left: 0;
  list-style-type: none;
}

/**
 * shame.scss
 *
 * This is where any hacks you need are stored. 
 * This allows us to come back to these when neccessary and keeps the hacks out of the normal codebase.
 *
 * Please comment each selector using these rules:
    1. What part of the codebase does it relate to?
    2. Why was this needed?
    3. How does this fix it?
    4. How might you fix it properly, given more time?
*
*/

/*# sourceMappingURL=style.css.map*/