@charset "UTF-8";
@namespace svg 'http://www.w3.org/2000/svg';
/*
    the use of *:not(svg|*) is intended to target every element that is not an element inside the svg namespace
    you can't do this, for instance:

    .drv-ui svg path {}

    but using namespace called svg you can do this:

    .drv-ui svg|path {}

    see the first line of drive.scss for the namespace declaration

    https://developer.mozilla.org/en-US/docs/Web/CSS/@namespace
*/
/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_reset.scss */
.drv-ui,
.drv-ui:after,
.drv-ui:before,
.drv-ui *:not(svg|*) {
  all: unset;
  box-sizing: border-box;
  font-family: Montserrat, 'Montserrat-fallback', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_reset.scss */
.drv-ui button:disabled {
  opacity: 0.2; }

/* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text {
  display: block; }
  @media (min-width: 0) {
    /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text {
      font-size: 1rem; } }

/* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-heading {
  display: block;
  font-weight: 600;
  line-height: 1; }
  @media (min-width: 0) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      font-size: 2.25rem; } }
  @media (min-width: 1500px) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      font-size: 2.5rem; } }
  @media (min-width: 0) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-heading {
      margin-bottom: 2rem; } }

/* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-subheading {
  display: block;
  font-weight: 500;
  margin: 0.5rem 0rem; }
  @media (min-width: 0) {
    /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-subheading {
      font-size: 1.25rem; } }
  @media (min-width: 992px) {
    /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-subheading {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-subheading {
      font-size: 1.5rem; } }

/* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-title, .drv-deal-sidebar-summary__title-deal {
  display: block;
  font-weight: 600;
  margin: 0 0 0rem; }
  @media (min-width: 0) {
    /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-title, .drv-deal-sidebar-summary__title-deal {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-title, .drv-deal-sidebar-summary__title-deal {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-title, .drv-deal-sidebar-summary__title-deal {
      font-size: 2.25rem; } }

/* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-large {
  font-weight: 600;
  margin: 0 0 0rem; }
  @media (min-width: 0) {
    /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-large {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-large {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-large {
      font-size: 1rem; } }

/* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-larger {
  font-weight: 700;
  margin: 0 0 0rem; }
  @media (min-width: 0) {
    /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-larger {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-larger {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-larger {
      font-size: 1.25rem; } }

/* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-small, .drv-deal-photos__overlay-text {
  font-weight: 400;
  margin: 0 0 0rem; }
  @media (min-width: 0) {
    /* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-small, .drv-deal-photos__overlay-text {
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    /* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-small, .drv-deal-photos__overlay-text {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    /* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-small, .drv-deal-photos__overlay-text {
      font-size: 0.875rem; } }

/* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-extra-small {
  font-weight: 400;
  margin: 0 0 0rem; }
  @media (min-width: 0) {
    /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-extra-small {
      font-size: 0.75rem; } }
  @media (min-width: 992px) {
    /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-extra-small {
      font-size: 0.75rem; } }
  @media (min-width: 1200px) {
    /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
    .drv-text-extra-small {
      font-size: 0.75rem; } }

/* line 109, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-medium-weight {
  font-weight: 500; }

/* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-semi-bold {
  font-weight: 600; }

/* line 117, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-bold {
  font-weight: 700; }

/* line 121, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-centre {
  display: block;
  text-align: center; }

/* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-dark {
  color: #002b49; }

/* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-white {
  color: #ffffff; }

/* line 135, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-gold {
  color: #ac8c30; }

/* line 139, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-ev {
  color: #00a3e0; }

/* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-accent {
  color: var(--accent, #ac8c30) !important; }

/* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_text.scss */
.drv-text-gold-darker {
  color: #856d23; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
.drv-checkbox-group-inline {
  margin-bottom: 1rem; }
  /* line 4, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
  .drv-checkbox-group-inline .drv-checkbox-group-inline__label {
    display: block;
    margin-bottom: 0.5rem; }
  /* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
  .drv-checkbox-group-inline .drv-checkbox-group-inline__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
  .drv-checkbox-group-inline .drv-checkbox-group-inline__option {
    display: inline-flex;
    margin-right: 2rem; }
    /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
    .drv-checkbox-group-inline .drv-checkbox-group-inline__option .drv-controlled-checkbox {
      display: inline-flex;
      align-items: center;
      margin-bottom: 0; }
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_checkbox-group-inline.scss */
    .drv-checkbox-group-inline .drv-checkbox-group-inline__option .b-form-label {
      display: none; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
input[type='number'][data-subtype='currency'] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'><text x='0' y='19' style='font-family: Montserrat, Arial, sans-serif; font-size: 21px;' fill='rgb(0, 43, 73)'>£</text></svg>");
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  padding-left: 1.6rem; }
  /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  input[type='number'][data-subtype='currency']:focus {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'><text x='0' y='19' style='font-family: Montserrat, Arial, sans-serif; font-size: 21px;' fill='rgb(73, 80, 87)'>£</text></svg>"); }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  input[type='number'][data-subtype='currency']::-webkit-outer-spin-button, input[type='number'][data-subtype='currency']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
    margin: 0 !important; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  input[type='number'][data-subtype='currency'].is-valid, input[type='number'][data-subtype='currency'].is-invalid {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'><text x='0' y='19' style='font-family: Montserrat, Arial, sans-serif; font-size: 21px;' fill='rgb(0, 43, 73)'>£</text></svg>");
    background-position: 0.5rem center;
    padding-right: calc(1.5em + 0.75rem);
    background-size: 18px 20px;
    padding-left: 1.6rem; }
    /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
    input[type='number'][data-subtype='currency'].is-valid:focus, input[type='number'][data-subtype='currency'].is-invalid:focus {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'><text x='0' y='19' style='font-family: Montserrat, Arial, sans-serif; font-size: 21px;' fill='rgb(73, 80, 87)'>£</text></svg>"); }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
.legacy-border {
  border: 1px solid #8c8c8c !important; }
  /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  .legacy-border:focus {
    border-color: #8c8c8c !important; }
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  .legacy-border.is-invalid {
    border-color: #ca2323 !important; }
  /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  .legacy-border.is-valid {
    border-color: #28a745 !important; }
  /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  .legacy-border:hover {
    background-color: #ffffff !important; }
  /* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
  .legacy-border--light {
    border-color: #bebebe !important; }
    /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/_forms.scss */
    .legacy-border--light:focus {
      border-color: #bebebe !important; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.1rem;
  transition: 0.2s;
  font-weight: 700;
  color: #002b49; }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__button:hover {
  background-color: #f2f2f2; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__button:after {
  content: '';
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5.5H8.5V1c0-.531-.469-1-1-1h-1c-.563 0-1 .469-1 1v4.5H1c-.563 0-1 .469-1 1v1c0 .563.438 1 1 1h4.5V13c0 .563.438 1 1 1h1c.531 0 1-.438 1-1V8.5H13c.531 0 1-.438 1-1v-1c0-.531-.469-1-1-1z' fill='%23666666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__button.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H1C.437 0 0 .469 0 1v1c0 .563.438 1 1 1h12c.531 0 1-.438 1-1V1c0-.531-.469-1-1-1z' fill='%23666666'/%3E%3C/svg%3E"); }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__panel {
  display: block;
  padding: 0 1.5rem;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  border-bottom: 1px solid #d1d1d1; }

/* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__panel-inner {
  display: block;
  padding-bottom: 1rem; }

/* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/accordion.scss */
.drv-accordion__panel:last-of-type {
  border-bottom: none; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
.drv-advert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.15s ease;
  min-height: 550px;
  container-type: inline-size;
  container-name: advert-card; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%; }
    /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-card-grid .drv-advert-card__wrapper {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__wrapper:has(.drv-advert-card__foreground) .drv-advert-card__content {
      flex-grow: 0; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 0; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
    flex-grow: 1; }
    /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__link-wrapper:hover {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading b,
  .drv-advert-card__heading strong, .drv-advert-card__subheading b,
  .drv-advert-card__subheading strong {
    font-weight: bold; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading i,
  .drv-advert-card__heading em, .drv-advert-card__subheading i,
  .drv-advert-card__subheading em {
    font-style: italic; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading u, .drv-advert-card__subheading u {
    text-decoration: underline; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1,
  .drv-advert-card__heading h2,
  .drv-advert-card__heading h3,
  .drv-advert-card__heading h4,
  .drv-advert-card__heading h5,
  .drv-advert-card__heading h6, .drv-advert-card__subheading h1,
  .drv-advert-card__subheading h2,
  .drv-advert-card__subheading h3,
  .drv-advert-card__subheading h4,
  .drv-advert-card__subheading h5,
  .drv-advert-card__subheading h6 {
    display: block;
    font-weight: 500;
    line-height: 1.2; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1, .drv-advert-card__subheading h1 {
    font-size: 2.5rem; }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h2, .drv-advert-card__subheading h2 {
    font-size: 2rem; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h3, .drv-advert-card__subheading h3 {
    font-size: 1.75rem; }
  /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h4, .drv-advert-card__subheading h4 {
    font-size: 1.5rem; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h5, .drv-advert-card__subheading h5 {
    font-size: 1.25rem; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h6, .drv-advert-card__subheading h6 {
    font-size: 1rem; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
.drv-advert-card:has(.car-card-style-a) {
  min-height: 540px; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
.car-card-style-a {
  height: 100%; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
  .car-card-style-a .drv-advert-card__foreground {
    transform: translateY(-15px); }
    @media (min-width: 0) and (max-width: 375px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__foreground {
        transform: translateY(0px); } }
    @media (min-width: 768px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__foreground {
        transform: translateY(20px); } }
    @media (min-width: 992px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__foreground {
        transform: translateY(20px); } }
    @media (min-width: 1200px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__foreground {
        transform: translateY(20px); } }
    @media (min-width: 1500px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__foreground {
        transform: translateY(45px); } }
  /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
  .car-card-style-a .drv-advert-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 1.188rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    letter-spacing: -0.02rem; }
    @media (max-width: 576px) {
      /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__content {
        padding-left: 25px;
        padding-right: 25px; } }
    /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
    .car-card-style-a .drv-advert-card__content .drv-advert-card__heading {
      margin-bottom: 18px;
      letter-spacing: -0.02em;
      font-weight: 600; }
      /* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading h1,
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading h2,
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading h3,
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
        margin: 0;
        color: #ffffff; }
      /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
        font-size: 3rem;
        line-height: 3.75rem; }
        @media (min-width: 0) and (max-width: 379px) {
          /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
          .car-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
            font-size: 41px;
            line-height: 54px; } }
      /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__content .drv-advert-card__heading .highlight {
        color: #ac8c2e; }
    /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
    .car-card-style-a .drv-advert-card__content .drv-advert-card__subheading {
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0;
      font-weight: 500;
      color: #ffffff; }
  /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
  .car-card-style-a .drv-advert-card__cta-container {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    transform: translateY(-18px); }
    @media (min-width: 768px) {
      /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__cta-container {
        transform: translateY(-51px); } }
  /* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
  .car-card-style-a .drv-advert-card__cta {
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.625rem 1.5rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #ac8c2e;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    transition: background-color 0.2s ease;
    box-shadow: inset 0 -4px 0 0 #796321; }
    @media (max-width: 767px) {
      /* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-a.scss */
      .car-card-style-a .drv-advert-card__cta {
        padding: 0.5rem 1.5rem; } }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
.drv-advert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.15s ease;
  min-height: 550px;
  container-type: inline-size;
  container-name: advert-card; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%; }
    /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-card-grid .drv-advert-card__wrapper {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__wrapper:has(.drv-advert-card__foreground) .drv-advert-card__content {
      flex-grow: 0; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 0; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
    flex-grow: 1; }
    /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__link-wrapper:hover {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading b,
  .drv-advert-card__heading strong, .drv-advert-card__subheading b,
  .drv-advert-card__subheading strong {
    font-weight: bold; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading i,
  .drv-advert-card__heading em, .drv-advert-card__subheading i,
  .drv-advert-card__subheading em {
    font-style: italic; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading u, .drv-advert-card__subheading u {
    text-decoration: underline; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1,
  .drv-advert-card__heading h2,
  .drv-advert-card__heading h3,
  .drv-advert-card__heading h4,
  .drv-advert-card__heading h5,
  .drv-advert-card__heading h6, .drv-advert-card__subheading h1,
  .drv-advert-card__subheading h2,
  .drv-advert-card__subheading h3,
  .drv-advert-card__subheading h4,
  .drv-advert-card__subheading h5,
  .drv-advert-card__subheading h6 {
    display: block;
    font-weight: 500;
    line-height: 1.2; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1, .drv-advert-card__subheading h1 {
    font-size: 2.5rem; }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h2, .drv-advert-card__subheading h2 {
    font-size: 2rem; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h3, .drv-advert-card__subheading h3 {
    font-size: 1.75rem; }
  /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h4, .drv-advert-card__subheading h4 {
    font-size: 1.5rem; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h5, .drv-advert-card__subheading h5 {
    font-size: 1.25rem; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h6, .drv-advert-card__subheading h6 {
    font-size: 1rem; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
.drv-advert-card:has(.car-card-style-b) {
  min-height: 540px; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
.car-card-style-b {
  height: 100%; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
  .car-card-style-b .drv-advert-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 1.188rem;
    padding-left: 1.875rem;
    letter-spacing: -0.02rem; }
    @media (max-width: 576px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__content {
        padding-left: 25px; } }
    /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
    .car-card-style-b .drv-advert-card__content .drv-advert-card__heading {
      margin-bottom: 0.75rem;
      letter-spacing: -0.02em;
      font-weight: 600; }
      /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading h1,
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading h2,
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading h3,
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
        margin: 0;
        color: #ffffff; }
      /* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
        font-size: 3rem;
        line-height: 3.75rem; }
        @media (min-width: 0) and (max-width: 379px) {
          /* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
          .car-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
            font-size: 41px;
            line-height: 54px; } }
      /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__content .drv-advert-card__heading .highlight {
        color: #ac8c2e; }
  /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
  .car-card-style-b .drv-advert-card__cta-container {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    transform: translateY(-20px);
    gap: 16px; }
    @media (max-width: 767px) {
      /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__cta-container {
        transform: translateY(-15px);
        gap: 10px; } }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
  .car-card-style-b .drv-advert-card__subheading {
    font-size: 0.75rem;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    justify-content: center; }
    /* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
    .car-card-style-b .drv-advert-card__subheading p {
      font-size: 12px;
      line-height: 15px; }
      @media (min-width: 0) and (max-width: 379px) {
        /* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
        .car-card-style-b .drv-advert-card__subheading p {
          font-size: 10px; } }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
  .car-card-style-b .drv-advert-card__cta {
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.625rem 1.5rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #ac8c2e;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    transition: background-color 0.2s ease;
    box-shadow: inset 0 -4px 0 0 #796321; }
    @media (max-width: 767px) {
      /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-car-style-b.scss */
      .car-card-style-b .drv-advert-card__cta {
        padding: 0.5rem 1.5rem; } }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
.drv-advert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.15s ease;
  min-height: 550px;
  container-type: inline-size;
  container-name: advert-card; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%; }
    /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-card-grid .drv-advert-card__wrapper {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__wrapper:has(.drv-advert-card__foreground) .drv-advert-card__content {
      flex-grow: 0; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 0; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
    flex-grow: 1; }
    /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__link-wrapper:hover {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading b,
  .drv-advert-card__heading strong, .drv-advert-card__subheading b,
  .drv-advert-card__subheading strong {
    font-weight: bold; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading i,
  .drv-advert-card__heading em, .drv-advert-card__subheading i,
  .drv-advert-card__subheading em {
    font-style: italic; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading u, .drv-advert-card__subheading u {
    text-decoration: underline; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1,
  .drv-advert-card__heading h2,
  .drv-advert-card__heading h3,
  .drv-advert-card__heading h4,
  .drv-advert-card__heading h5,
  .drv-advert-card__heading h6, .drv-advert-card__subheading h1,
  .drv-advert-card__subheading h2,
  .drv-advert-card__subheading h3,
  .drv-advert-card__subheading h4,
  .drv-advert-card__subheading h5,
  .drv-advert-card__subheading h6 {
    display: block;
    font-weight: 500;
    line-height: 1.2; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1, .drv-advert-card__subheading h1 {
    font-size: 2.5rem; }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h2, .drv-advert-card__subheading h2 {
    font-size: 2rem; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h3, .drv-advert-card__subheading h3 {
    font-size: 1.75rem; }
  /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h4, .drv-advert-card__subheading h4 {
    font-size: 1.5rem; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h5, .drv-advert-card__subheading h5 {
    font-size: 1.25rem; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h6, .drv-advert-card__subheading h6 {
    font-size: 1rem; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
.drv-advert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.15s ease;
  min-height: 550px;
  container-type: inline-size;
  container-name: advert-card; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%; }
    /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-card-grid .drv-advert-card__wrapper {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__wrapper:has(.drv-advert-card__foreground) .drv-advert-card__content {
      flex-grow: 0; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 0; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
    flex-grow: 1; }
    /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__link-wrapper:hover {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading b,
  .drv-advert-card__heading strong, .drv-advert-card__subheading b,
  .drv-advert-card__subheading strong {
    font-weight: bold; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading i,
  .drv-advert-card__heading em, .drv-advert-card__subheading i,
  .drv-advert-card__subheading em {
    font-style: italic; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading u, .drv-advert-card__subheading u {
    text-decoration: underline; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1,
  .drv-advert-card__heading h2,
  .drv-advert-card__heading h3,
  .drv-advert-card__heading h4,
  .drv-advert-card__heading h5,
  .drv-advert-card__heading h6, .drv-advert-card__subheading h1,
  .drv-advert-card__subheading h2,
  .drv-advert-card__subheading h3,
  .drv-advert-card__subheading h4,
  .drv-advert-card__subheading h5,
  .drv-advert-card__subheading h6 {
    display: block;
    font-weight: 500;
    line-height: 1.2; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1, .drv-advert-card__subheading h1 {
    font-size: 2.5rem; }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h2, .drv-advert-card__subheading h2 {
    font-size: 2rem; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h3, .drv-advert-card__subheading h3 {
    font-size: 1.75rem; }
  /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h4, .drv-advert-card__subheading h4 {
    font-size: 1.5rem; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h5, .drv-advert-card__subheading h5 {
    font-size: 1.25rem; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h6, .drv-advert-card__subheading h6 {
    font-size: 1rem; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
.drv-advert-card:has(.van-card-style-a) {
  background-color: #022b4a;
  min-height: auto; }

/* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
.van-card-style-a {
  height: 100%;
  gap: 27px; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
  .van-card-style-a .drv-advert-card__image-img {
    display: block;
    max-width: 100%; }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
  .van-card-style-a .drv-advert-card__content {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-left: 1.75rem;
    letter-spacing: -0.02rem; }
    @media (max-width: 576px) {
      /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__content {
        padding-left: 25px; } }
    /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
    .van-card-style-a .drv-advert-card__content .drv-advert-card__heading {
      margin-bottom: 6px;
      letter-spacing: -0.02em;
      font-weight: 600; }
      /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading h1,
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading h2,
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading h3,
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
        margin: 0;
        color: #ffffff; }
      /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
        font-size: 1.875rem;
        line-height: 2.375rem;
        font-size: 24px;
        line-height: 32px; }
        @media (min-width: 768px) {
          /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
          .van-card-style-a .drv-advert-card__content .drv-advert-card__heading p {
            font-size: 1.875rem;
            line-height: 2.375rem; } }
      /* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__content .drv-advert-card__heading .highlight {
        color: #ac8c2e; }
    /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
    .van-card-style-a .drv-advert-card__content .drv-advert-card__subheading {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0;
      font-weight: 500;
      padding-top: 10px;
      width: 90%; }
      /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__content .drv-advert-card__subheading p {
        color: #ffffff; }
      @media (min-width: 768px) {
        /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
        .van-card-style-a .drv-advert-card__content .drv-advert-card__subheading {
          font-size: 1rem;
          line-height: 1.5rem; } }
  /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
  .van-card-style-a .drv-advert-card__cta-container {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-left: 0px;
    padding-right: 1.75rem;
    font-size: 3rem;
    line-height: 3.75rem;
    color: #ac8c2e;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap; }
    @media (min-width: 768px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        padding-top: 0.875rem;
        padding-bottom: 2.25rem; } }
    @media (max-width: 349px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        font-size: 36px; } }
    @media (min-width: 0) and (max-width: 379px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        padding-left: 0px;
        padding-right: 0.25rem;
        font-size: 36px; } }
    @media (min-width: 380px) and (max-width: 768px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        padding-left: 0px;
        padding-right: 0.25rem;
        font-size: 36px; } }
    @media (min-width: 769px) and (max-width: 1107px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        font-size: 36px; } }
    @media (min-width: 1108px) and (max-width: 1200px) {
      /* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-a.scss */
      .van-card-style-a .drv-advert-card__cta-container {
        font-size: 40px; } }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
.drv-advert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.15s ease;
  min-height: 550px;
  container-type: inline-size;
  container-name: advert-card; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%; }
    /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-card-grid .drv-advert-card__wrapper {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__wrapper:has(.drv-advert-card__foreground) .drv-advert-card__content {
      flex-grow: 0; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 0; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__foreground-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
    flex-grow: 1; }
    /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
    .drv-advert-card__link-wrapper:hover {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  /* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading b,
  .drv-advert-card__heading strong, .drv-advert-card__subheading b,
  .drv-advert-card__subheading strong {
    font-weight: bold; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading i,
  .drv-advert-card__heading em, .drv-advert-card__subheading i,
  .drv-advert-card__subheading em {
    font-style: italic; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading u, .drv-advert-card__subheading u {
    text-decoration: underline; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1,
  .drv-advert-card__heading h2,
  .drv-advert-card__heading h3,
  .drv-advert-card__heading h4,
  .drv-advert-card__heading h5,
  .drv-advert-card__heading h6, .drv-advert-card__subheading h1,
  .drv-advert-card__subheading h2,
  .drv-advert-card__subheading h3,
  .drv-advert-card__subheading h4,
  .drv-advert-card__subheading h5,
  .drv-advert-card__subheading h6 {
    display: block;
    font-weight: 500;
    line-height: 1.2; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h1, .drv-advert-card__subheading h1 {
    font-size: 2.5rem; }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h2, .drv-advert-card__subheading h2 {
    font-size: 2rem; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h3, .drv-advert-card__subheading h3 {
    font-size: 1.75rem; }
  /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h4, .drv-advert-card__subheading h4 {
    font-size: 1.5rem; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h5, .drv-advert-card__subheading h5 {
    font-size: 1.25rem; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-card.scss */
  .drv-advert-card__heading h6, .drv-advert-card__subheading h6 {
    font-size: 1rem; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
.drv-advert-card:has(.van-card-style-b) {
  min-height: 504px; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
.van-card-style-b {
  height: 100%;
  display: flex; }
  /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
  .van-card-style-b .drv-advert-card__foreground {
    transform: translateY(50px); }
    @media (min-width: 0) and (max-width: 375px) {
      /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__foreground {
        transform: translateY(30px); } }
    @media (min-width: 768px) {
      /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__foreground {
        transform: translateY(40px); } }
    @media (min-width: 992px) {
      /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__foreground {
        transform: translateY(70px); } }
    @media (min-width: 1200px) {
      /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__foreground {
        transform: translateY(50px); } }
    @media (min-width: 1500px) {
      /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__foreground {
        transform: translateY(50px); } }
  /* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
  .van-card-style-b .drv-advert-card__link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%; }
  /* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
  .van-card-style-b .drv-advert-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 46px;
    letter-spacing: -0.02rem; }
    @media (max-width: 768px) {
      /* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__content {
        padding-top: 35px; } }
    /* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
    .van-card-style-b .drv-advert-card__content .drv-advert-card__heading {
      letter-spacing: -0.02em;
      font-weight: 600; }
      /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading h1,
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading h2,
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading h3,
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
        margin: 0;
        color: #ffffff; }
      /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
        font-size: 1.875rem;
        line-height: 2.375rem; }
        @media (min-width: 0) and (max-width: 379px) {
          /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
          .van-card-style-b .drv-advert-card__content .drv-advert-card__heading p {
            font-size: 27px;
            line-height: 36px; } }
      /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__content .drv-advert-card__heading .highlight {
        color: #ac8c2e; }
  /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
  .van-card-style-b .drv-advert-card__cta-container {
    padding: 1.625rem; }
    @media (max-width: 768px) {
      /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
      .van-card-style-b .drv-advert-card__cta-container {
        padding-top: 1.375rem;
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        padding-bottom: 1rem; } }
    /* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
    .van-card-style-b .drv-advert-card__cta-container .drv-advert-card__subheading {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0;
      font-weight: 500;
      color: #ffffff; }
      @media (min-width: 0) and (max-width: 379px) {
        /* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/advert-van-style-b.scss */
        .van-card-style-b .drv-advert-card__cta-container .drv-advert-card__subheading {
          font-size: 14px;
          line-height: 20px; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.drv-breadcrumb {
  padding-left: 0.27rem;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0 !important;
  width: 100%; }

/* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.p-all-car-manufacturers .drv-breadcrumb {
  background-color: #ffffff; }

/* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.p-vehicle-options .drv-breadcrumb {
  font-size: 12px;
  font-weight: 400; }

/* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.p-model-range .drv-breadcrumb {
  display: none; }
  @media screen and (min-width: 992px) {
    /* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
    .p-model-range .drv-breadcrumb {
      display: inline-block; } }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.p-news .drv-breadcrumb {
  padding-top: 70px; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.g-news-article .drv-breadcrumb {
  margin-bottom: 1.5rem !important; }

@media (min-width: 992px) {
  /* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
  .g-news-article .drv-breadcrumb {
    padding-top: 0px;
    border-bottom: 1px solid #eaeaea; } }
/* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.drv-breadcrumb__list {
  display: block;
  padding: 0; }

/* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.drv-breadcrumb__item {
  display: inline-block;
  color: var(--accent, #ac8c30); }

/* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.drv-breadcrumb__link {
  text-decoration: none;
  cursor: pointer;
  color: #002b49 !important; }

/* line 70, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.drv-breadcrumb__link:after {
  position: relative;
  content: '>';
  padding-left: 0.27rem;
  display: inline-block; }

/* line 77, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/breadcrumb.scss */
.g-hero--make .drv-breadcrumb__link {
  color: #ffffff !important; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button, .drv-deal-photos__btn, .drv-filter-triggers__trigger button {
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  width: 100%;
  text-decoration: none; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button:visited, .drv-deal-photos__btn:visited, .drv-filter-triggers__trigger button:visited, .drv-button:hover, .drv-deal-photos__btn:hover, .drv-filter-triggers__trigger button:hover, .drv-button:active, .drv-deal-photos__btn:active, .drv-filter-triggers__trigger button:active, .drv-button:focus, .drv-deal-photos__btn:focus, .drv-filter-triggers__trigger button:focus {
    outline: none;
    text-decoration: inherit; }
  /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--disabled {
    background-color: #d1d1d1 !important;
    color: #ffffff !important; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--large {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--xl {
  padding: 0.75rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button--xl {
      padding: 0.75rem 1.5rem; } }
  @media (max-width: 381px) {
    /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button--xl {
      font-size: 1.25rem; } }
  @media (max-width: 360px) {
    /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button--xl {
      font-size: 1rem; } }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5px; }
  @media (min-width: 1200px) {
    /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button--icon {
      justify-content: space-evenly; } }

/* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button__icon {
  width: 30px;
  height: 20px;
  background: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1618481700/icons/chevron-right-white_kajmse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-position-x: right; }
  @media (max-width: 381px) {
    /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button__icon {
      width: 15px;
      height: 15px;
      background-position-x: left !important; } }
  @media (max-width: 360px) {
    /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button__icon {
      width: 15px;
      height: 12px;
      background-size: 10px; } }
  @media (max-width: 333px) {
    /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
    .drv-button__icon {
      display: none; } }

/* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--primary {
  background-color: #00a651;
  box-shadow: inset 0 -3px 0 0 #00803e;
  color: #ffffff; }
  /* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--primary:hover, .drv-button--primary:active, .drv-button--primary:focus {
    background-color: #32ba6b;
    color: #ffffff; }
  /* line 99, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--primary:visited {
    color: #ffffff; }
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--primary:active, .drv-button--primary:focus, .drv-button--primary:hover {
    box-shadow: inset 0 -3px 0 0 #00a651; }

/* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--gold {
  background-color: #ac8c30;
  color: #ffffff;
  box-shadow: inset 0 -3px 0 0 #7f4c0f; }
  /* line 115, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--gold:hover, .drv-button--gold:active, .drv-button--gold:focus {
    background-color: #e4bd5f;
    color: #ffffff; }
  /* line 122, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--gold:visited {
    color: #ffffff; }

/* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--white, .drv-filter-triggers__trigger button {
  background-color: #ffffff;
  color: #003765 !important; }
  /* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--white:hover, .drv-filter-triggers__trigger button:hover, .drv-button--white:active, .drv-filter-triggers__trigger button:active, .drv-button--white:focus, .drv-filter-triggers__trigger button:focus {
    background-color: #f2f2f2;
    color: #003765; }
  /* line 138, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--white:visited, .drv-filter-triggers__trigger button:visited {
    color: #003765; }
  /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--white svg, .drv-filter-triggers__trigger button svg {
    fill: #ac8c30; }

/* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--blue {
  background-color: #002b49;
  color: #ffffff !important;
  box-shadow: inset 0 -3px 0 0 #000000; }
  /* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--blue:hover, .drv-button--blue:active, .drv-button--blue:focus {
    background-color: #003765;
    color: #ffffff; }
  /* line 159, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--blue:visited {
    color: #ffffff; }
  /* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--blue span {
    font-weight: 600; }

/* line 168, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--green {
  background-color: #00a651;
  color: #ffffff !important;
  box-shadow: inset 0 -3px 0 0 #00803e; }
  /* line 173, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--green:focus, .drv-button--green:hover {
    background-color: #32ba6b; }

/* line 179, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--electric, .p-vehicle-options--ev .drv-deal-enquire__button, .p-vehicle-options--ev .drv-deal-sidebar-summary__button {
  background-color: #00a3e0;
  color: #ffffff !important;
  box-shadow: inset 0 -3px 0 0 #0481b7; }
  /* line 184, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--electric:hover, .p-vehicle-options--ev .drv-deal-enquire__button:hover, .p-vehicle-options--ev .drv-deal-sidebar-summary__button:hover, .drv-button--electric:active, .p-vehicle-options--ev .drv-deal-enquire__button:active, .p-vehicle-options--ev .drv-deal-sidebar-summary__button:active, .drv-button--electric:focus, .p-vehicle-options--ev .drv-deal-enquire__button:focus, .p-vehicle-options--ev .drv-deal-sidebar-summary__button:focus {
    background-color: #0481b7;
    color: #ffffff; }
  /* line 191, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--electric:visited, .p-vehicle-options--ev .drv-deal-enquire__button:visited, .p-vehicle-options--ev .drv-deal-sidebar-summary__button:visited {
    color: #ffffff; }

/* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
.drv-button--electric-dark {
  background-color: #0481b7;
  color: #ffffff !important;
  box-shadow: inset 0 -3px 0 0 #003765; }
  /* line 201, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--electric-dark:visited, .drv-button--electric-dark:hover, .drv-button--electric-dark:active, .drv-button--electric-dark:focus {
    background-color: #00a3e0;
    color: #ffffff; }
  /* line 209, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/button.scss */
  .drv-button--electric-dark:visited {
    color: #ffffff; }

/* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-card-grid .drv-car-card__separator {
  display: none; }

@media (max-width: 767px) {
  /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .p-special-offers .drv-card-grid .drv-car-card__deal-link,
  .p-ev-van-leasing .drv-card-grid .drv-car-card__deal-link,
  .p-ev-special-offers .drv-card-grid .drv-car-card__deal-link,
  .p-eon-exclusive .drv-card-grid .drv-car-card__deal-link,
  .p-vehicle-options .drv-card-grid .drv-car-card__deal-link,
  .p-home-page .drv-card-grid .drv-car-card__deal-link {
    display: none; }
  /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .p-special-offers .drv-card-grid .drv-car-card__separator,
  .p-ev-van-leasing .drv-card-grid .drv-car-card__separator,
  .p-ev-special-offers .drv-card-grid .drv-car-card__separator,
  .p-eon-exclusive .drv-card-grid .drv-car-card__separator,
  .p-vehicle-options .drv-card-grid .drv-car-card__separator,
  .p-home-page .drv-card-grid .drv-car-card__separator {
    display: block;
    height: 1px;
    background-color: #cccccc;
    border: none;
    margin: 0; } }

@media (max-width: 767px) {
  /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .p-short-term-leasing .drv-card-grid .drv-car-card__deal-link {
    display: block; } }

/* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__view-more {
  padding-top: 15px;
  padding-bottom: 5px;
  display: grid;
  grid-template-columns: min-content 1fr;
  place-items: center;
  gap: 15px;
  margin: 0 auto;
  font-weight: 500;
  font-family: Montserrat, Montserrat-fallback, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center; }
  /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__view-more img {
    width: 25px;
    height: 13px; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__view-more strong {
    font-weight: 700; }

/* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__label-group {
  display: none; }
  /* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .is-logged-in .drv-car-card__label-group {
    display: flex;
    flex-wrap: wrap; }

/* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  font-weight: 500; }
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__labels {
    background: #ffffff;
    margin: 0 !important;
    display: grid;
    justify-content: space-between;
    text-wrap: nowrap;
    grid-template-columns: min-content min-content;
    row-gap: 0.25rem;
    max-height: 25px;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-family: Montserrat, Montserrat-fallback, Arial, sans-serif; }
    /* line 128, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__labels > div:nth-child(n + 3) {
      display: none; }
    /* line 132, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__labels--gold {
      background-color: #ac8c30;
      color: #ffffff; }
    /* line 137, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__labels--blue {
      background-color: #00a3e0;
      color: #ffffff; }

/* line 144, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-card-car__text-price {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #ac8c30; }
  @media (max-width: 768px) {
    /* line 144, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-card-car__text-price {
      font-size: 40px; } }

/* line 158, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-card-grid .drv-car-card__wrapper, .drv-card-grid .drv-car-card__wrapper--white {
  box-shadow: 0px 3px 6px #d1d1d1; }
/* line 162, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper:hover, .drv-car-card__wrapper--white:hover {
  top: -3px; }
/* line 166, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper .drv-car-card__model-link, .drv-car-card__wrapper--white .drv-car-card__model-link {
  text-decoration: none;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px; }
/* line 175, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper .drv-card-car__split, .drv-car-card__wrapper--white .drv-card-car__split {
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  width: 50%; }
  /* line 181, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper .drv-card-car__split:first-child, .drv-car-card__wrapper--white .drv-card-car__split:first-child {
    line-height: 18px;
    padding-bottom: 4px; }
    /* line 185, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper .drv-card-car__split:first-child strong, .drv-car-card__wrapper--white .drv-card-car__split:first-child strong {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
  /* line 191, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper .drv-card-car__split:last-child, .drv-car-card__wrapper--white .drv-card-car__split:last-child {
    text-align: right; }
    /* line 193, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper .drv-card-car__split:last-child span, .drv-car-card__wrapper--white .drv-card-car__split:last-child span {
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      margin-top: -7px; }
      @media (max-width: 768px) {
        /* line 193, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
        .drv-car-card__wrapper .drv-card-car__split:last-child span, .drv-car-card__wrapper--white .drv-card-car__split:last-child span {
          font-size: 12px; } }
    /* line 203, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper .drv-card-car__split:last-child .c-card-car__text-price-pence, .drv-car-card__wrapper--white .drv-card-car__split:last-child .c-card-car__text-price-pence {
      font-size: 24px;
      line-height: 32px; }
      @media (max-width: 768px) {
        /* line 203, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
        .drv-car-card__wrapper .drv-card-car__split:last-child .c-card-car__text-price-pence, .drv-car-card__wrapper--white .drv-card-car__split:last-child .c-card-car__text-price-pence {
          font-size: 20px; } }

/* line 215, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper--white {
  background-image: none !important;
  background-color: #ffffff !important;
  padding-bottom: 18px;
  padding-top: 0.5rem; }
  /* line 222, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-car-card__labels {
    padding-left: 0.75rem;
    max-height: unset; }
  /* line 227, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-car-card__promotion {
    color: #002b49; }
  /* line 231, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-labels__group--admin {
    padding-bottom: 0.25rem; }
  /* line 234, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-car-card__fuel-icon-container {
    padding-top: unset;
    padding-right: 10px;
    gap: 0.3rem; }
    /* line 239, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper--white .drv-car-card__fuel-icon-container .drv-car-card__ev-label {
      font-weight: 700;
      font-size: 0.75rem;
      line-height: 1rem; }
  /* line 245, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-car-card__features {
    padding: 0.25rem 0; }
  /* line 249, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-car-card__fuel-icon {
    display: inline-flex; }
    /* line 252, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper--white .drv-car-card__fuel-icon img {
      height: 1.5em;
      width: auto; }
  /* line 257, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper--white .drv-card-car__split {
    font-weight: 500;
    display: inline-flex;
    flex-direction: column;
    width: 50%; }
    /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper--white .drv-card-car__split:first-child {
      line-height: 1.5; }
    /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper--white .drv-card-car__split:last-child {
      text-align: right; }
      /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper--white .drv-card-car__split:last-child span {
        font-size: 12px;
        line-height: 16px; }
      /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper--white .drv-card-car__split:last-child .drv-card-car__text-price {
        font-size: 2.5rem;
        line-height: 1.75rem;
        font-weight: 600;
        display: block;
        margin-bottom: 0.25rem; }
      /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper--white .drv-card-car__split:last-child .c-card-car__text-price-pence {
        font-size: 20px; }

/* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper__labels {
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between; }

/* line 269, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__promotion {
  padding: 0 1rem;
  margin-top: 16px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0; }
  /* line 281, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__promotion h3 {
    font-weight: bold; }

/* line 286, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__wrapper__fuel-type {
  display: grid;
  place-items: center;
  justify-content: center;
  grid-template-columns: 1fr min-content;
  color: #00a3e0;
  min-height: 28px; }
  /* line 293, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper__fuel-type img {
    margin-top: 4px;
    margin-right: 8px;
    margin-bottom: 4px;
    height: 14px;
    width: auto;
    scale: 1.5; }
  /* line 301, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
  .drv-car-card__wrapper__fuel-type span {
    min-height: 28px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-family: Montserrat, Montserrat-fallback, Arial, sans-serif;
    text-transform: uppercase;
    padding: 4px; }

/* line 312, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
.drv-car-card__features {
  background-color: #f9f9f9;
  padding: 14px 12px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 40px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  font-weight: 500; }
  /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__labels {
    display: flex;
    justify-content: space-between; }
  /* line 14, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card--expanded .drv-car-card__wrapper, .drv-car-card--expanded .drv-car-card__wrapper--white {
    background-size: 100% 280px; }
    /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card--expanded .drv-car-card__wrapper:hover, .drv-car-card--expanded .drv-car-card__wrapper--white:hover {
      top: 0; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__toggle {
    width: 100%;
    padding: 0.5rem 1rem;
    background: #002b49;
    border: none;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0px 3px 6px #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
      .drv-car-card__toggle {
        margin-top: 2.5rem; } }
    @media (min-width: 992px) {
      /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
      .drv-car-card__toggle {
        display: none; } }
    /* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__toggle-icon {
      transition: transform 0.2s ease;
      fill: currentColor; }
    /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__toggle--rotated .drv-car-card__toggle-icon {
      transform: rotate(180deg); }
  /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card.is-vans .drv-car-card__features,
  .drv-car-card.is-vans .drv-card-car__split:first-child {
    display: none; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card.is-vans .drv-card-car__split:last-child {
    text-align: left;
    width: 100%; }
    /* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card.is-vans .drv-card-car__split:last-child span {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: 0; }
    /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card.is-vans .drv-card-car__split:last-child .c-card-car__text-price-pence {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0;
      font-weight: 600; }
  /* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card.is-vans .drv-card-car__text-price {
    text-align: left;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    padding: unset; }
  /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card.is-vans .drv-car-card__subtitle {
    color: #002b49; }
  /* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card.is-vans .drv-car-card__model-link {
    padding: 0.75rem 0 18px; }
  /* line 101, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card--business .drv-car-card__subtitle,
  .drv-car-card--business .drv-card-car__text-price {
    color: #002b49; }

/* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__fuel-icon {
  display: inline-flex; }
  /* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__fuel-icon img {
    height: 1.5em;
    width: auto; }

/* line 117, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__fuel-icon-container {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding-top: 5px;
  padding-right: 5px; }

/* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__ev-label {
  color: #00a3e0; }

/* line 129, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__extra-hot-deal-icon {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 0;
  z-index: -1; }
  @media screen and (max-width: 375px) {
    /* line 129, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__extra-hot-deal-icon {
      width: 45px;
      height: 45px;
      top: -5px; } }
  /* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__extra-hot-deal-icon .drv-car-card__extra-hot-deal-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 150, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__extra-top-deal-icon {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 15px;
  z-index: 1; }
  @media screen and (max-width: 375px) {
    /* line 150, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__extra-top-deal-icon {
      width: 45px;
      height: 45px; } }
  /* line 164, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__extra-top-deal-icon .drv-car-card__extra-top-deal-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 171, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__wrapper, .drv-car-card__wrapper--white {
  top: 0;
  z-index: 0;
  transition: top 0.1s ease 0.1s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-size: 100% 61%;
  background-image: linear-gradient(to bottom, #002b49, #025fa0);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 0.75rem;
  min-width: 290px; }
  @media (max-width: 992px) {
    /* line 189, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__wrapper--hidden {
      display: none; } }
  /* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-card-grid .drv-car-card__wrapper, .drv-card-grid .drv-car-card__wrapper--white {
    box-shadow: 0px 3px 6px #d1d1d1; }
  /* line 199, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper:hover, .drv-car-card__wrapper--white:hover {
    top: -3px; }
  /* line 204, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper--business .drv-car-card__subtitle,
  .drv-car-card__wrapper--business .drv-card-car__text-price {
    color: #002b49; }
  /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper--grey {
    background-image: linear-gradient(to bottom, #e1e1e1, #8f8f8f); }
    /* line 213, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__wrapper--grey .drv-car-card__asset::after {
      clip-path: polygon(0 60%, 200% 0, 100% 100%, 0% 100%); }
    /* line 217, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__wrapper--grey .drv-card-car__text-price {
      font-size: 2.5rem; }
  /* line 222, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper .drv-used-card-car__split, .drv-car-card__wrapper--white .drv-used-card-car__split {
    font-weight: 500;
    display: inline-flex;
    flex-direction: column;
    width: 50%; }
    /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper .drv-used-card-car__split:first-child, .drv-car-card__wrapper--white .drv-used-card-car__split:first-child {
      line-height: 1.5; }
    /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
    .drv-car-card__wrapper .drv-used-card-car__split:last-child, .drv-car-card__wrapper--white .drv-used-card-car__split:last-child {
      text-align: right; }
      /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper .drv-used-card-car__split:last-child span, .drv-car-card__wrapper--white .drv-used-card-car__split:last-child span {
        font-size: 12px;
        line-height: 16px; }
      /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper .drv-used-card-car__split:last-child .drv-card-car__text-price, .drv-car-card__wrapper--white .drv-used-card-car__split:last-child .drv-card-car__text-price {
        font-size: 2.5rem;
        line-height: 1.75rem;
        font-weight: 600;
        display: block;
        margin-bottom: 0.25rem; }
      /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card-ab-test.scss */
      .drv-car-card__wrapper .drv-used-card-car__split:last-child .c-card-car__text-price-pence, .drv-car-card__wrapper--white .drv-used-card-car__split:last-child .c-card-car__text-price-pence {
        font-size: 20px; }
  /* line 226, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper .drv-label--secondary--border, .drv-car-card__wrapper--white .drv-label--secondary--border {
    box-shadow: inset 0px 0px 0px 2px #002b49; }
  /* line 230, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper .drv-labels--light .drv-label--secondary--border, .drv-car-card__wrapper--white .drv-labels--light .drv-label--secondary--border {
    background-color: #002b49;
    color: #ffffff;
    border-radius: 0;
    order: 2; }
  /* line 237, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper .drv-label.drv-label--new-blue, .drv-car-card__wrapper--white .drv-label.drv-label--new-blue {
    order: 3; }
  /* line 241, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__wrapper .drv-labels--light .drv-labels__group, .drv-car-card__wrapper--white .drv-labels--light .drv-labels__group {
    column-gap: 0; }
    /* line 244, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__wrapper .drv-labels--light .drv-labels__group .drv-label, .drv-car-card__wrapper--white .drv-labels--light .drv-labels__group .drv-label {
      margin-right: 0; }

/* line 250, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  cursor: pointer; }
  /* line 256, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__link:visited, .drv-car-card__link:hover, .drv-car-card__link:focus, .drv-car-card__link:active {
    color: inherit;
    text-decoration: none; }

/* line 266, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__labels .drv-labels {
  flex-direction: column; }
/* line 270, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__labels .drv-labels__group {
  width: 100%;
  min-height: 28px;
  row-gap: 0.25rem; }

/* line 277, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__label-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px; }
  /* line 283, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__label-row .drv-labels__group {
    align-items: baseline;
    gap: 0.25rem;
    width: 79%;
    height: 57px; }
    /* line 289, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__label-row .drv-labels__group .drv-label {
      margin-right: 0; }

/* line 295, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__asset {
  position: relative; }
  /* line 298, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__asset::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1%;
    right: -1%;
    width: 102%;
    height: 100%;
    background: white;
    z-index: -1;
    transform: translateY(100%); }
  /* line 311, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__asset::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -1%;
    right: -1%;
    width: 102%;
    height: 170px;
    background: white;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1; }
  /* line 324, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__asset img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 44 / 25; }
  /* line 331, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__asset .drv-labels__group--admin {
    padding-top: 5px;
    padding-left: 15px; }

/* line 337, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__promotion-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

/* line 345, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__range {
  color: #00a3e0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

/* line 352, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0.5rem 1rem 0;
  margin-top: -30px; }

/* line 360, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__description {
  flex-grow: 1;
  margin-bottom: 0.5rem; }

/* line 365, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px; }

/* line 373, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__subtitle {
  display: block;
  color: #ac8c30;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500; }

/* line 381, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__feature {
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  padding: 0 0.25rem;
  text-align: center; }
  /* line 391, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__feature:first-child {
    margin-left: 0; }
  @media screen and (min-width: 370px) {
    /* line 381, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__feature {
      text-align: left; } }

/* line 400, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__feature-icon {
  display: none;
  margin-right: 0.25rem; }
  @media screen and (min-width: 370px) {
    /* line 400, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__feature-icon {
      display: inline;
      width: 26px;
      height: 26px; } }

/* line 412, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__actions {
  padding: 0 1rem;
  display: flex;
  flex-direction: column; }

/* line 418, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__deal-link {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  box-shadow: inset 0 -4px 0 0 #000000;
  border-radius: 7px; }

/* line 428, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__model-link {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.75rem 0 0; }
  /* line 435, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__model-link strong {
    font-weight: bold; }

/* line 440, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-card-car__offer {
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  padding: 1rem 0;
  align-items: flex-end; }

/* line 448, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card--expanded .drv-car-card__summary-title {
  display: block;
  font-weight: 600; }
  @media (min-width: 0) {
    /* line 448, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card--expanded .drv-car-card__summary-title {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    /* line 448, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card--expanded .drv-car-card__summary-title {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

/* line 460, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-checklist {
  display: none; }
  @media (min-width: 992px) {
    /* line 460, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-checklist {
      display: block; } }
  /* line 467, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-checklist__wrapper {
    top: 0;
    z-index: 0;
    transition: top 0.1s ease 0.1s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-radius: 0.5rem;
    background-color: #ffffff;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0px 3px 6px #d1d1d1; }
  /* line 483, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-checklist__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  /* line 489, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-checklist__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  /* line 495, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-checklist__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500; }
    /* line 502, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-checklist__item:last-child {
      margin-bottom: 0; }
    /* line 506, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-checklist__item::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 0.5rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ac8c2e' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }

/* line 519, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__gallery {
  position: relative;
  display: block; }
  /* line 523, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__gallery .drv-car-card__gallery-img {
    display: none;
    color: transparent; }
    /* line 527, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .drv-car-card__gallery .drv-car-card__gallery-img.is-active {
      display: block; }

/* line 533, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__gallery-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(calc(-50% - 100px));
  z-index: 2;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0; }
  /* line 543, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__gallery-arrow img {
    display: block;
    width: 32px;
    height: 32px;
    aspect-ratio: unset;
    opacity: 60%; }
  /* line 551, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__gallery-arrow--prev {
    left: 0.5rem; }
  /* line 555, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__gallery-arrow--next {
    right: 0.5rem; }

/* line 560, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
  z-index: 1;
  top: -35px; }

/* line 571, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.drv-car-card__gallery-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #025fa0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease; }
  /* line 583, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .drv-car-card__gallery-dot.is-active {
    background: #025fa0;
    border-color: #025fa0; }

/* line 590, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__wrapper, .p-vehicles .drv-car-card__wrapper--white {
  background: #ffffff;
  height: 100%; }
  /* line 591, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__wrapper a, .p-vehicles .drv-car-card__wrapper--white a {
    color: #002b49;
    text-decoration: none; }
/* line 600, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__asset {
  position: relative;
  padding-top: 70%; }
  /* line 604, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__asset::before, .p-vehicles .drv-car-card__asset::after {
    content: none; }
  /* line 609, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__asset img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset; }
  /* line 620, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__asset--narrow img {
    height: calc(100% - 40px); }
/* line 626, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__banner-container {
  position: relative; }
/* line 630, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__banner {
  font-weight: 600;
  color: #022b49;
  background-color: #dde6ee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 40px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 644, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__banner--included {
    color: #856d23;
    background-color: #fcf6e3; }
/* line 650, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__banner-icon {
  height: 1.35rem;
  width: auto;
  margin-right: 0.35em; }
/* line 656, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__content {
  padding-top: 2.5rem; }
/* line 660, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: unset; }
/* line 667, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__right-labels-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  margin-left: auto;
  padding-right: 1rem; }
/* line 676, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__labels-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  /* line 681, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__labels-left .drv-car-card__labels-left-rows {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0.75rem; }
    /* line 688, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
    .p-vehicles .drv-car-card__labels-left .drv-car-card__labels-left-rows .drv-labels__group--admin {
      gap: 0.5rem; }
/* line 694, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__fuel-icon {
  line-height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: auto;
  gap: 0.3rem;
  margin-right: 0.5rem;
  text-transform: capitalize; }
  /* line 702, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
  .p-vehicles .drv-car-card__fuel-icon--electric {
    color: #00a3e0; }
/* line 707, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/car-card.scss */
.p-vehicles .drv-car-card__feature-icon {
  width: 18px;
  height: 18px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/card-grid.scss */
.drv-card-grid {
  --grid-column-gap: 14px;
  --grid-row-gap: 22px;
  --grid-column-count: 4;
  --grid-item--min-width: 340px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-column-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  padding-bottom: var(--grid-row-gap); }
  @media screen and (min-width: 576px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/card-grid.scss */
    .drv-card-grid {
      grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)); } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/chat-widget.scss */
.chat-widget-zero-index {
  z-index: 0 !important; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #494949;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: grid;
  margin-right: 0.5rem;
  place-content: center;
  border-radius: 0.25rem; }

/* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox__label {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  cursor: pointer; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox--radio {
  border-radius: 9999px; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox,
.drv-checkbox:before {
  height: 1.25rem;
  width: 1.25rem; }

/* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox--large,
.drv-checkbox--large:before {
  height: 1.5rem;
  width: 1.5rem; }

/* line 38, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox:before {
  content: ''; }

/* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox:checked {
  background-color: var(--accent, #ac8c30);
  border-color: var(--accent, #ac8c30); }

/* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox:disabled {
  cursor: auto;
  opacity: 0.2; }

/* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/checkbox.scss */
.drv-checkbox:checked:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1664467664/icons/checkbox-tick_pqe5qo.svg"); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox {
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: min-content 1fr;
  margin-bottom: 1rem;
  cursor: pointer;
  font-weight: normal;
  user-select: none; }
  /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
  .drv-controlled-checkbox--bg-light {
    background-color: rgba(255, 255, 255, 0.6); }

/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer; }

/* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__box {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  background-color: #ffffff;
  margin-right: 0.8rem;
  cursor: pointer; }
  /* line 36, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
  .drv-controlled-checkbox__box--lg-bg {
    padding: 1rem;
    border-radius: 7px; }

/* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__input:checked ~ .drv-controlled-checkbox__box {
  border-color: #00a651; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__checkmark {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__input:checked ~ .drv-controlled-checkbox__box .drv-controlled-checkbox__checkmark {
  display: block; }

/* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__input:focus ~ .drv-controlled-checkbox__box {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 48, 0.25); }

/* line 67, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__input:disabled ~ .drv-controlled-checkbox__box {
  background-color: #eaeaea;
  border-color: #d1d1d1;
  opacity: 0.5;
  cursor: not-allowed;
  font-weight: normal; }

/* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__text {
  cursor: pointer;
  font-weight: normal; }

/* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/controlled-checkbox.scss */
.drv-controlled-checkbox__error {
  color: #ca2323;
  display: block;
  margin-top: 0.25rem;
  font-size: 80%; }

/* The Modal (background) */
/* line 2, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
.drv-lightbox-modal {
  display: none;
  align-items: center;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  touch-action: manipulation;
  /* Prevents double-tap zoom */
  /* Modal Content */
  /* The Close Button */
  /* Override some existing styles for buttons in lightbox */ }
  /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__content {
    display: block;
    position: relative;
    margin: auto;
    padding: 0;
    width: 95%; }
    @media (min-width: 1200px) {
      /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
      .drv-lightbox-modal__content {
        max-width: 1200px; } }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__close {
    color: #ffffff;
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    width: auto;
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 0; }
    /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
    .drv-lightbox-modal__close:hover, .drv-lightbox-modal__close:focus {
      color: #999;
      text-decoration: none;
      cursor: pointer; }
  /* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__carousel {
    overflow: hidden;
    position: relative;
    margin: 0; }
  /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__carousel-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    user-select: none; }
  /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    position: relative; }
  /* line 81, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal__image {
    max-height: 85vh;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ffffff; }
    @media (min-width: 1200px) {
      /* line 81, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
      .drv-lightbox-modal__image {
        max-height: 90vh; } }
  /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal .drv-deal-content__carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(244, 244, 244, 0.8);
    z-index: 10;
    width: 40px;
    height: 40px; }
    @media screen and (max-width: 480px) {
      /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
      .drv-lightbox-modal .drv-deal-content__carousel-button {
        top: 40%;
        height: 30px;
        width: 30px; } }
    /* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
    .drv-lightbox-modal .drv-deal-content__carousel-button--prev {
      left: 16px; }
      @media (min-width: 1200px) {
        /* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
        .drv-lightbox-modal .drv-deal-content__carousel-button--prev {
          left: 24px; } }
    /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
    .drv-lightbox-modal .drv-deal-content__carousel-button--next {
      right: 16px; }
      @media (min-width: 1200px) {
        /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
        .drv-lightbox-modal .drv-deal-content__carousel-button--next {
          right: 24px; } }
    /* line 124, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
    .drv-lightbox-modal .drv-deal-content__carousel-button:hover {
      background: #f4f4f4; }
  /* line 129, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery-lightbox.scss */
  .drv-lightbox-modal .drv-deal-content__gallery-tabs {
    margin: 0 auto 20px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
.drv-alt-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
  gap: 1px;
  margin: 0 -30px;
  background-color: transparent; }
  @media (min-width: 768px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
    .drv-alt-gallery {
      margin-inline: -46px; } }
  @media (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
    .drv-alt-gallery {
      margin: 0;
      padding-bottom: 60px; } }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery--used {
    margin: 0;
    max-width: 100%; }
  /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery .drv-alt-gallery__image {
    position: relative;
    display: block; }
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
    .drv-alt-gallery .drv-alt-gallery__image--coming-soon {
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      display: flex;
      justify-content: center;
      align-items: center; }
    /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
    .drv-alt-gallery .drv-alt-gallery__image img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-width: 0; }
    /* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
    .drv-alt-gallery .drv-alt-gallery__image--hover {
      cursor: pointer;
      overflow: hidden; }
      /* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
      .drv-alt-gallery .drv-alt-gallery__image--hover img {
        transition: transform 0.4s; }
      @media (hover: hover) {
        /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
        .drv-alt-gallery .drv-alt-gallery__image--hover:hover img {
          transform: scale(1.1); } }

/* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
.drv-alt-gallery__image {
  grid-column: 1 / -1; }

/* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
.drv-alt-gallery__image-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3; }

/* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
.drv-alt-gallery__image-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3; }

@media (min-width: 1200px) {
  /* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery {
    padding-top: 0;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr; }

  /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery__image-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3; }

  /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery__image-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2; }

  /* line 88, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-alt-gallery.scss */
  .drv-alt-gallery__image-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-benefits.scss */
.drv-deal-benefits {
  background: #002b49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ffffff;
  padding: 40px 30px; }
  @media (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-benefits.scss */
    .drv-deal-benefits {
      width: 450px;
      padding: 2rem 2rem;
      border-radius: 8px;
      margin-top: 40px; } }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-benefits.scss */
.drv-deal-benefits__title {
  width: 100%;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  padding-top: 25px;
  background-image: url(/assets/logo-outline-ca9119b3a2bc81622c07112963ad4113f9427dc9fb7c6e7466facbd92910ddda.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center top; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-benefits.scss */
.drv-deal-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 0.75rem 1.25rem; }

/* line 39, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-benefits.scss */
.drv-deal-benefits__item:before {
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394648/icons/tick-gold_r3az2b.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  margin-right: 8px;
  vertical-align: text-top; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
.drv-deal-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content {
      flex-direction: column-reverse; } }
  /* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__gallery {
    position: relative; }
  /* line 13, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__gallery-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 2rem;
    border-radius: 2rem;
    width: fit-content; }
  /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__gallery-tab {
    background: #e3e3e3;
    border: none;
    color: #535353;
    font-size: 16px;
    font-weight: 500;
    padding: 0 12px;
    height: 32px;
    cursor: pointer;
    transition: all 0.1s ease;
    border-radius: 20px;
    position: relative;
    white-space: nowrap;
    text-align: center;
    line-height: 32px; }
    /* line 38, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__gallery-tab--active {
      color: #ffffff;
      background: #002b49; }
    /* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__gallery-tab:hover:not(.drv-deal-content__gallery-tab--active) {
      color: #ffffff;
      background: #002b49; }
    @media (min-width: 768px) {
      /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__gallery-tab {
        font-size: 1rem; } }
  /* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__carousel {
    position: relative;
    height: 240px;
    margin: 0 -30px;
    overflow: hidden; }
    @media (min-width: 768px) {
      /* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel {
        overflow: hidden;
        margin: 0 -16px; } }
  /* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__carousel-container {
    display: flex;
    height: 100%;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin-left: -2px; }
  /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__carousel-slide {
    flex: 0 0 84%;
    min-width: 0;
    padding-left: 4px;
    position: relative;
    height: 100%; }
    /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__carousel-slide--youtube-video::after {
      content: '▶';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      color: #ffffff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
      pointer-events: none; }
    @media (min-width: 768px) {
      /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel-slide {
        flex: 0 0 50%; } }
    @media (min-width: 992px) {
      /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel-slide {
        flex: 0 0 33.333%; } }
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    transition: transform 0.3s ease; }
    @media (hover: hover) {
      /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel-image:hover {
        transform: scale(1.02); } }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
  .drv-deal-content__carousel-button {
    position: absolute;
    bottom: 120px;
    padding: 0;
    transform: translateY(50%);
    width: 33px;
    height: 33px;
    border: none;
    background: #f4f4f4;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1; }
    /* line 133, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__carousel-button--prev {
      left: -16px; }
      @media (min-width: 768px) {
        /* line 133, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
        .drv-deal-content__carousel-button--prev {
          left: -33px; } }
      /* line 140, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel-button--prev:before {
        content: '';
        border: solid #002b49;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg) translate(-1px, -1px);
        transform-origin: center; }
    /* line 151, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__carousel-button--next {
      right: -16px; }
      @media (min-width: 768px) {
        /* line 151, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
        .drv-deal-content__carousel-button--next {
          right: -33px; } }
      /* line 158, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
      .drv-deal-content__carousel-button--next:before {
        content: '';
        border: solid #002b49;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg) translate(-1px, -1px);
        transform-origin: center; }

/* line 171, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
.drv-deal-content__wrapper {
  padding: 30px 0;
  position: relative; }

/* line 176, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
.drv-deal-content__images-info {
  display: none; }
  @media (min-width: 1200px) {
    /* line 176, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__images-info {
      position: absolute;
      color: #8c8c8c;
      font-size: 14px;
      letter-spacing: 0px;
      display: block;
      top: -36px; } }

/* line 189, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
.drv-deal-content__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 1200px) {
    /* line 189, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__title {
      align-items: center;
      flex-direction: row; } }

/* line 202, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
.drv-deal-content__blurb {
  display: block; }
  @media (min-width: 1200px) {
    /* line 202, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-content-intro.scss */
    .drv-deal-content__blurb {
      margin-bottom: 1.5rem; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
.drv-deal-sidebar__enquiry--variant-b {
  display: flex;
  width: 100%;
  background: #002b49;
  border-top: 5px solid #ac8b2d;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  z-index: 3;
  color: #ffffff;
  padding: 0.75rem 16px;
  min-height: 117px;
  align-items: center;
  justify-content: space-between; }

/* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
.p-vehicle-options--ev .drv-deal-sidebar__enquiry--variant-b {
  border-top: 5px solid #00a3e0; }

/* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
.drv-deal-enquire__action--variant-b {
  flex: 1;
  display: flex;
  flex-direction: column; }

/* line 30, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
.g-deal-enquire__price--variant-b {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px; }
  @media (max-width: 350px) {
    /* line 30, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b {
      margin-right: 0; } }

@media (min-width: 1200px) {
  /* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-sidebar__enquiry--variant-b {
    display: block;
    position: sticky;
    top: unset;
    transform: translateY(0);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 220px;
    width: 450px;
    padding: 0.75rem 1.5rem;
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: -24px;
    margin-top: 24px; }

  /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .enquire__monthly-desktop-label {
    font-size: 1.265625rem !important;
    font-weight: 700 !important; }

  /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .enquire__monthly-mobile-label--variant-b {
    display: none; }

  /* line 67, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__info,
  .drv-deal-enquire__action--variant-b {
    flex: 1; }
    /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-enquire__info *,
    .drv-deal-enquire__action--variant-b * {
      flex-basis: 50%; }

  /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__action--stacked * {
    flex-basis: auto; }

  /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__price,
  .drv-deal-enquire__upfront {
    flex-direction: row;
    align-items: flex-end; }

  /* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .g-deal-enquire__price--variant-b .g-deal-enquire__monthly h4 {
    font-size: 1.265625rem; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .g-deal-enquire__price--variant-b .pm-text-variant-b {
    display: none; }
  /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .g-deal-enquire__price--variant-b .vat-text {
    display: inline; }

  /* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__mobile {
    display: none; }

  /* line 102, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__desktop {
    display: inline-block; }

  /* line 106, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-enquire__upfront {
    margin-bottom: 0.75rem; }
    /* line 109, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-enquire__upfront h3 {
      display: block; } }
@media (max-width: 1199px) {
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .p-vehicle-options--ev .drv-deal-sidebar__enquiry--variant-b {
    border-top: 3px solid #00a3e0; }

  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .g-deal-enquire__price--variant-b {
    width: 100%;
    margin-right: 0px; }
    /* line 122, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .enquire__monthly-desktop-label {
      display: none; }
    /* line 126, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .enquire__monthly-mobile-label--variant-b {
      font-size: 12px;
      display: block;
      font-weight: 600; }
    /* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly p {
      line-height: 30px; }
    /* line 134, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly {
      flex-direction: column;
      align-items: unset;
      margin-bottom: unset; }
      /* line 138, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__monthly .pm-text-variant-b {
        font-size: 10px;
        margin-top: -5px;
        margin-bottom: 5px; }
      /* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__monthly .vat-text {
        display: none; }
    /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly p {
      line-height: 30px; }
    /* line 150, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__upfront {
      margin-bottom: unset; }
      /* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront h3 {
        display: none; }
      /* line 155, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .g-deal-enquire__desktop {
        display: none !important; }
      /* line 158, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .g-deal-enquire__mobile {
        display: inline !important; }
      /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .enquire__price-info--variant-b {
        width: unset; }
    /* line 165, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly {
      flex-direction: column;
      align-items: unset;
      margin-bottom: unset; }
    /* line 170, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly h4 {
      font-size: 12px; }
    /* line 173, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly {
      flex-direction: column;
      align-items: unset;
      margin-bottom: unset; }
    /* line 178, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly h4 {
      font-size: 12px; }
    /* line 181, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__monthly p {
      line-height: 30px; }
    /* line 184, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .g-deal-enquire__price--variant-b .g-deal-enquire__upfront {
      margin-bottom: unset; }
      /* line 186, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront h3 {
        display: none; }
      /* line 189, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .g-deal-enquire__desktop {
        display: none !important; }
      /* line 192, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .g-deal-enquire__mobile {
        display: inline !important; }
      /* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .g-deal-enquire__price--variant-b .g-deal-enquire__upfront .enquire__price-info--variant-b {
        width: unset; }

  /* line 201, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .drv-deal-sidebar__enquiry--variant-b {
    max-height: 99px; }
    /* line 203, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .g-deal-enquire__price--variant-b .drv-deal-enquire__action--stacked {
      line-height: 16.75px;
      flex: 1;
      min-width: 208px; }
    /* line 209, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .g-deal-enquire__price--variant-b {
      flex-basis: 44%; }
    /* line 212, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__action--stacked {
      flex-basis: 56%;
      max-width: 400px; }
      /* line 215, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__action--stacked .drv-button--xl {
        padding: 0.5rem 1.5rem; }
    /* line 220, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-button, .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-deal-photos__btn, .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-filter-triggers__trigger button, .drv-filter-triggers__trigger .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack button {
      justify-content: center !important;
      min-width: 188px;
      border-radius: 5px; } }
    @media (max-width: 1199px) and (max-width: 385px) {
      /* line 220, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-button, .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-deal-photos__btn, .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack .drv-filter-triggers__trigger button, .drv-filter-triggers__trigger .drv-deal-sidebar__enquiry--variant-b .drv-deal-enquire__cta-stack button {
        min-width: unset; } }
@media (max-width: 1199px) {
    /* line 230, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-button__icon__enquire {
      background-position-x: 100%;
      position: absolute;
      right: 8px; } }
    @media (max-width: 1199px) and (max-width: 345px) {
      /* line 230, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .drv-deal-sidebar__enquiry--variant-b .drv-button__icon__enquire {
        right: 2px; } }
@media (max-width: 1199px) {
    /* line 240, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-button__icon__order {
      position: absolute;
      right: 8px; } }
    @media (max-width: 1199px) and (max-width: 345px) {
      /* line 240, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
      .drv-deal-sidebar__enquiry--variant-b .drv-button__icon__order {
        right: 2px; } }
@media (max-width: 1199px) {
    /* line 248, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-button__text--enquire {
      font-size: 18px;
      font-weight: 600; }
    /* line 253, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .drv-button__text--order-online {
      font-size: 14px;
      white-space: nowrap;
      font-weight: 600; }
    /* line 259, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .drv-deal-sidebar__enquiry--variant-b .g-deal-enquire__price--variant-b {
      width: 100%; }

  /* line 265, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .monthly-price__variant-b .monthly-price--variant-b {
    font-size: 2rem; }
    /* line 268, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .monthly-price__variant-b .monthly-price--variant-b span {
      font-weight: 700; }
    /* line 271, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .monthly-price__variant-b .monthly-price--variant-b .g-deal-enquire__pence {
      font-weight: 700; }
    /* line 275, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
    .monthly-price__variant-b .monthly-price--variant-b .pricetext--variant-b {
      display: none !important; }

  /* line 280, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-b.scss */
  .enquire__price-info--variant-b .g-deal-enquire__mobile {
    font-weight: 500; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
.drv-deal-sidebar__enquiry--variant-c {
  display: flex;
  width: 100%;
  background: #002b49;
  border-top: 5px solid #ac8b2d;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  z-index: 3;
  color: #ffffff;
  padding: 0.75rem 16px;
  align-items: center;
  justify-content: space-between; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
.p-vehicle-options--ev .drv-deal-sidebar__enquiry--variant-c {
  border-top: 3px solid #00a3e0; }

@media (min-width: 1200px) {
  /* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
  .drv-deal-sidebar__enquiry--variant-c {
    display: block;
    position: sticky;
    top: unset;
    transform: translateY(0);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 220px;
    width: 450px;
    padding: 0.75rem 1.5rem;
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: -24px;
    margin-top: 24px; }
    /* line 39, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__price--variant-c .g-deal-enquire__monthly h4 {
      font-size: 1.265625rem; } }
@media (max-width: 1200px) {
  /* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
  .drv-deal-sidebar__enquiry--variant-c {
    display: grid;
    grid-template-rows: auto auto;
    align-items: start;
    padding: 0.75rem 1rem 1rem;
    justify-content: unset; } }
  @media (max-width: 1200px) and (max-width: 575px) {
    /* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c {
      max-height: 100px; } }
  @media (max-width: 1200px) and (max-width: 345px) {
    /* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c {
      padding: 0.75rem; } }
@media (max-width: 1200px) {
    /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__price--variant-c {
      margin-bottom: 5px; }
    /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__action--stacked {
      line-height: 16.75px; }
      /* line 67, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__action--stacked .drv-button, .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__action--stacked .drv-deal-photos__btn, .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__action--stacked .drv-filter-triggers__trigger button, .drv-filter-triggers__trigger .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__action--stacked button {
        border-radius: 5px; }
    /* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__monthly {
      flex-direction: row !important;
      align-items: center;
      margin-bottom: 0px; }
      /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__monthly h4 {
        font-size: 0.75rem;
        margin-top: -17px; } }
      @media (max-width: 1200px) and (min-width: 575px) and (max-width: 1200px) {
        /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
        .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__monthly h4 {
          margin-top: -13px; } }
@media (max-width: 1200px) {
      /* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__monthly p {
        line-height: 30px; }
    /* line 88, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront {
      margin-bottom: unset;
      margin-top: -19px; } }
    @media (max-width: 1200px) and (max-width: 576px) {
      /* line 88, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront {
        margin-top: -20px; } }
@media (max-width: 1200px) {
      /* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront h3 {
        display: none; }
      /* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront .g-deal-enquire__desktop {
        display: none !important; }
      /* line 101, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront .g-deal-enquire__mobile {
        display: inline !important; }
      /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .g-deal-enquire__upfront .enquire__price-info--variant-c {
        width: unset; } }
  @media (max-width: 1200px) and (min-width: 768px) {
    /* line 109, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .monthly-price__variant-c {
      transform: translateY(0); } }
@media (max-width: 1200px) {
    /* line 113, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .monthly-price__variant-c .monthly-price--variant-c span {
      font-weight: 700; } }
    @media (max-width: 1200px) and (min-width: 575px) and (max-width: 1200px) {
      /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .monthly-price__variant-c .monthly-price--variant-c span:first-child {
        font-size: 2.0272865295rem; } }
@media (max-width: 1200px) {
    /* line 121, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .monthly-price__variant-c .g-deal-enquire__pence {
      font-size: 1rem;
      font-weight: 700; }
    /* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .monthly-price__variant-c .pricetext--variant-c {
      display: inline !important;
      color: inherit;
      font-weight: 500 !important; }
    /* line 133, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .enquire__price-info--variant-c .g-deal-enquire__mobile {
      font-weight: 500; }
    /* line 138, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
    .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack {
      display: flex;
      flex-direction: row-reverse;
      gap: 0.4rem; }
      /* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack .drv-button__icon__enquire {
        width: 10px;
        background-size: 8px;
        background-position-x: right !important; }
      /* line 149, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack .drv-button__icon__order {
        width: 10px;
        background-size: 8px;
        background-position-x: right !important; }
      /* line 155, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack .drv-deal-enquire__action--variant-c {
        width: 100%; }
        /* line 157, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
        .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack .drv-deal-enquire__action--variant-c .drv-deal-enquire__button {
          height: 33px;
          font-size: 16px;
          line-height: 19px;
          font-weight: 600; }
      /* line 165, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire-variant-c.scss */
      .drv-deal-sidebar__enquiry--variant-c .drv-deal-enquire__cta-stack .drv-deal-enquire__button--order {
        height: 33px;
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
        font-weight: 600; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-sidebar__enquiry,
.drv-deal-sidebar__enquiry--variant-a {
  display: flex;
  width: 100%;
  background: #002b49;
  border-top: 5px solid #ac8b2d;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  z-index: 3;
  color: #ffffff;
  padding: 0.75rem 16px;
  min-height: 117px;
  align-items: center;
  justify-content: space-between; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.p-vehicle-options--ev .drv-deal-sidebar__enquiry,
.drv-deal-sidebar__enquiry--variant-a {
  border-top: 5px solid #00a3e0; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.g-deal-enquire__price--variant-a {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px; }

@media (max-width: 575.98px) {
  /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .g-deal-enquire__price--variant-a {
    flex: 1; } }
@media (min-width: 768px) {
  /* line 39, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .g-deal-enquire__price--variant-a {
    min-width: 70%; } }
@media (min-width: 1200px) {
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .g-deal-enquire__price--variant-a {
    display: block;
    width: 100%;
    margin-right: 0;
    min-width: unset; } }
/* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__info,
.drv-deal-enquire__action,
.drv-deal-enquire__action--variant-a {
  flex: 1;
  display: flex;
  flex-direction: column; }

/* line 60, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.no-visited-style:visited {
  color: #002b49; }

/* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__cta-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1199px) {
    /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__cta-stack {
      gap: 0.65rem; } }

@media (max-width: 575px) {
  /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-button, .drv-deal-photos__btn, .drv-filter-triggers__trigger button {
    padding: 0.5rem !important; } }
/* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__cta-stack .drv-button, .drv-deal-enquire__cta-stack .drv-deal-photos__btn, .drv-deal-enquire__cta-stack .drv-filter-triggers__trigger button, .drv-filter-triggers__trigger .drv-deal-enquire__cta-stack button {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-variant-enquire-button {
  padding: 5px 50px 8px 51px; }

/* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__button--order {
  background-color: #ffffff;
  color: #002b49;
  box-shadow: inset 0 -3px 0 0 #dbdbdb; }
  /* line 95, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__button--order:hover {
    background-color: #d1d1d1;
    color: #002b49; }

@media (max-width: 544px) {
  /* line 102, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__action--stacked {
    min-width: 156px; }
    /* line 105, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__action--stacked .drv-button, .drv-deal-enquire__action--stacked .drv-deal-photos__btn, .drv-deal-enquire__action--stacked .drv-filter-triggers__trigger button, .drv-filter-triggers__trigger .drv-deal-enquire__action--stacked button {
      line-height: 24px;
      padding: 0.5rem 0.75rem 0.5rem 0.5rem !important; } }
/* line 112, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.g-deal-enquire__additional {
  margin-top: 18.32px !important; }

/* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__button--stacked {
  font-weight: 600; }
  @media (max-width: 991px) {
    /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__button--stacked {
      border-radius: 5px;
      height: 35px; } }

/* line 124, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-button__text {
  width: 100%;
  display: flex;
  justify-content: center; }

/* line 130, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-button__variant__icon {
  position: absolute;
  right: 32px;
  width: 19.23px;
  height: 32px;
  background: url(/assets/chevron-right-white_kajmse-00faa3789c96c2992b61082eafb1223d2a697068acd0af22c36672c60cd980f5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19.23px 32px;
  background-position-x: right; }
  @media (max-width: 991px) {
    /* line 130, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__variant__icon {
      width: 7.68px;
      height: 14px;
      background-size: 7.68px 14px;
      right: 8px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    /* line 130, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__variant__icon {
      right: 16px; } }
  @media (min-width: 992px) {
    /* line 130, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__variant__icon {
      bottom: 15px; } }
  @media (max-width: 333px) {
    /* line 130, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__variant__icon {
      display: none; } }

/* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-button__icon__enquire {
  width: 30px;
  height: 20px;
  background: url(/assets/chevron-right-white_kajmse-00faa3789c96c2992b61082eafb1223d2a697068acd0af22c36672c60cd980f5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-position-x: right; }
  @media (max-width: 381px) {
    /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__enquire {
      width: 16px;
      height: 26px;
      background-position-x: left !important; } }
  @media (max-width: 360px) {
    /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__enquire {
      width: 16px;
      height: 20px;
      background-size: 10px; } }
  @media (max-width: 333px) {
    /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__enquire {
      display: none; } }

/* line 187, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-button__icon__order {
  width: 30px;
  height: 20px;
  background: url(/assets/chevron-right-blue_kajmse-68c3063248153916095a18fcb2aafc5cc4b1b6b14ed9bc686a3b24304f339b12.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-position-x: right; }
  @media (max-width: 381px) {
    /* line 187, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__order {
      width: 16px;
      height: 26px;
      background-position-x: left !important; } }
  @media (max-width: 360px) {
    /* line 187, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__order {
      width: 16px;
      height: 20px;
      background-size: 10px; } }
  @media (max-width: 333px) {
    /* line 187, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-button__icon__order {
      display: none; } }

/* line 217, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__price,
.drv-deal-enquire__upfront {
  display: flex;
  justify-content: space-between; }

/* line 223, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__price {
  flex-direction: column;
  line-height: initial;
  margin-bottom: 0.5rem; }

/* line 229, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__business-vat {
  display: inline-block;
  margin-left: 0.5rem; }
  @media (min-width: 1200px) {
    /* line 229, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__business-vat {
      display: block;
      margin-left: 0; } }

/* line 239, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-monthly-price {
  display: block;
  flex-basis: 50%;
  font-weight: 700; }
  @media (min-width: 0) {
    /* line 239, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-monthly-price {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    /* line 239, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-monthly-price {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    /* line 239, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-monthly-price {
      font-size: 3rem; } }

@media (min-width: 0) {
  /* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__pence {
    font-size: 1.5rem; } }
@media (min-width: 992px) {
  /* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__pence {
    font-size: 1.75rem; } }
@media (min-width: 1200px) {
  /* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__pence {
    font-size: 1.75rem; } }

@media (min-width: 0) {
  /* line 250, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__pm {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 250, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__pm {
    font-size: 1.25rem; } }

/* line 254, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__mobile {
  display: inline; }

/* line 258, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__desktop {
  display: none; }

@media (min-width: 0) {
  /* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__upfront {
    font-size: 0.75rem; } }
@media (min-width: 992px) {
  /* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__upfront {
    font-size: 1rem; } }
/* line 264, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
.drv-deal-enquire__upfront h3 {
  display: none; }

@media (min-width: 1200px) {
  /* line 270, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-sidebar__enquiry,
  .drv-deal-sidebar__enquiry--variant-a {
    display: block;
    position: sticky;
    top: unset;
    transform: translateY(0);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 220px;
    width: 450px;
    padding: 0.75rem 1.5rem;
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: -24px;
    margin-top: 24px; }

  /* line 287, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__info,
  .drv-deal-enquire__action,
  .drv-deal-enquire__action--variant-a {
    flex: 1; }
    /* line 292, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__info *,
    .drv-deal-enquire__action *,
    .drv-deal-enquire__action--variant-a * {
      flex-basis: 50%;
      padding-left: 8rem; }

  /* line 298, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__action--stacked * {
    flex-basis: auto; }

  /* line 302, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__price,
  .drv-deal-enquire__upfront {
    flex-direction: row;
    align-items: flex-end; }

  /* line 308, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__mobile {
    display: none; }

  /* line 312, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__desktop {
    display: inline-block; }

  /* line 316, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
  .drv-deal-enquire__upfront {
    margin-bottom: 0.75rem; }
    /* line 319, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-enquire.scss */
    .drv-deal-enquire__upfront h3 {
      display: block; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
.drv-deal-ev-charger-banner {
  display: flex;
  position: relative;
  background: white;
  padding: 1rem 1rem;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 2px solid #00a3e0;
  overflow: hidden; }
  @media (min-width: 992px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
    .drv-deal-ev-charger-banner {
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
    .drv-deal-ev-charger-banner {
      padding: 1rem 2rem;
      margin-top: 60px; } }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
.drv-deal-ev-charger-banner__main {
  display: flex;
  flex-direction: column;
  padding-right: 70px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    /* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
    .drv-deal-ev-charger-banner__main {
      padding-right: 170px; } }

/* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
.drv-deal-ev-charger-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem; }
  @media (min-width: 768px) {
    /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
    .drv-deal-ev-charger-banner__text {
      flex-direction: row;
      align-items: center;
      gap: 2rem; }
      /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
      .drv-deal-ev-charger-banner__text a {
        margin-bottom: 0.5rem; } }
  /* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
  .drv-deal-ev-charger-banner__text a {
    flex: 0;
    width: auto; }

/* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
.drv-deal-ev-charger-banner__image {
  position: absolute;
  right: -27%;
  bottom: 0;
  top: 20%; }
  @media (min-width: 768px) {
    /* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
    .drv-deal-ev-charger-banner__image {
      right: 0;
      bottom: 0;
      top: 0; } }
  /* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-ev-banner.scss */
  .drv-deal-ev-charger-banner__image img {
    height: 100%;
    clip-path: inset(0 0 0 20%); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
.drv-features, .drv-features--overview {
  position: relative;
  width: 100%;
  padding: 10px 0; }
  /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features .drv-list-icons, .drv-features--overview .drv-list-icons {
    display: flex;
    align-items: center;
    height: 120px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    scroll-snap-align: start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    scrollbar-width: none; }
    /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features .drv-list-icons ::-webkit-scrollbar, .drv-features--overview .drv-list-icons ::-webkit-scrollbar {
      display: none; }
  @media (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features, .drv-features--overview {
      padding: 0 20px;
      background: #f6f6f6; } }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features .drv-list-icons__item, .drv-features--overview .drv-list-icons__item {
    flex: 1;
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    scroll-snap-align: start;
    border: none;
    padding: 10px 20px;
    margin: 0; }
    /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features .drv-list-icons__item *, .drv-features--overview .drv-list-icons__item * {
      max-width: unset; }
    @media (min-width: 768px) {
      /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features .drv-list-icons__item, .drv-features--overview .drv-list-icons__item {
        width: calc(100% / 4);
        min-width: calc(100% / 4); } }
    @media (min-width: 1500px) {
      /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features .drv-list-icons__item, .drv-features--overview .drv-list-icons__item {
        width: calc(100% / 5);
        min-width: calc(100% / 5); } }
  /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features .drv-list-icons, .drv-features--overview .drv-list-icons {
    margin-bottom: 0; }
  /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features .drv-features__chevron-right, .drv-features--overview .drv-features__chevron-right, .drv-features .drv-features__chevron-left, .drv-features--overview .drv-features__chevron-left {
    border: none;
    background: transparent;
    outline: none;
    position: absolute;
    height: 30px;
    width: 70px;
    padding: 0;
    right: -10px;
    top: 45px;
    color: currentColor; }
    @media (min-width: 768px) {
      /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features .drv-features__chevron-right, .drv-features--overview .drv-features__chevron-right, .drv-features .drv-features__chevron-left, .drv-features--overview .drv-features__chevron-left {
        right: 5px; } }
    /* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features .drv-features__chevron-right::after, .drv-features--overview .drv-features__chevron-right::after, .drv-features .drv-features__chevron-left::after, .drv-features--overview .drv-features__chevron-left::after, .drv-features .drv-features__chevron-right::before, .drv-features--overview .drv-features__chevron-right::before, .drv-features .drv-features__chevron-left::before, .drv-features--overview .drv-features__chevron-left::before {
      content: '';
      position: absolute;
      top: 45%;
      right: 5px;
      width: 20px;
      height: 4px;
      background-color: currentColor;
      transform-origin: center right;
      border-radius: 2px; }
    /* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features .drv-features__chevron-right::after, .drv-features--overview .drv-features__chevron-right::after, .drv-features .drv-features__chevron-left::after, .drv-features--overview .drv-features__chevron-left::after {
      transform: translateY(30%) rotate(45deg); }
    /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features .drv-features__chevron-right::before, .drv-features--overview .drv-features__chevron-right::before, .drv-features .drv-features__chevron-left::before, .drv-features--overview .drv-features__chevron-left::before {
      transform: translateY(-30%) rotate(-45deg); }
  /* line 96, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features .drv-features__chevron-left, .drv-features--overview .drv-features__chevron-left {
    left: -10px;
    transform: rotate(180deg); }
    @media (min-width: 768px) {
      /* line 96, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features .drv-features__chevron-left, .drv-features--overview .drv-features__chevron-left {
        left: 5px; } }

/* line 106, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
.drv-features--overview {
  border-radius: 10px;
  margin-top: -1.5rem;
  background-color: #002b49;
  color: #ffffff;
  padding: 0; }
  @media (max-width: 1200px) {
    /* line 106, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features--overview {
      margin-top: 1rem; } }
  /* line 118, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features--overview img {
    color: #ffffff;
    height: 30px; }
  /* line 123, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features--overview .drv-list-icons {
    height: 85px; }
  /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
  .drv-features--overview .drv-list-icons__item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    border-right: #ffffff 1px solid;
    min-width: 0;
    max-width: 100%;
    padding: 10px 20px;
    flex: 1 1 auto;
    width: auto; }
    /* line 140, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features--overview .drv-list-icons__item:last-child {
      border-right: none; }
    /* line 144, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
    .drv-features--overview .drv-list-icons__item svg,
    .drv-features--overview .drv-list-icons__item img {
      filter: brightness(0) invert(1); }
    @media (max-width: 1200px) {
      /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features--overview .drv-list-icons__item {
        justify-content: center; } }
    @media (max-width: 768px) {
      /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
      .drv-features--overview .drv-list-icons__item {
        display: block;
        text-align: center;
        width: auto;
        padding: 0;
        font-size: 12px; }
        /* line 160, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-features.scss */
        .drv-features--overview .drv-list-icons__item svg,
        .drv-features--overview .drv-list-icons__item img {
          margin: 0 auto;
          display: block;
          transform: scale(0.8);
          transform-origin: center; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-image: linear-gradient(to bottom, #002b49, #2f76a6);
  z-index: 0;
  color: white;
  touch-action: manipulation;
  /* Prevents double-tap zoom */ }
  /* line 13, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero .drv-breadcrumb__item,
  .drv-deal-hero .drv-breadcrumb__link,
  .drv-deal-hero .drv-deal-title-block__title div {
    color: white !important; }
  /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background: white;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
    transform: translateY(1px); }
    @media (min-width: 768px) {
      /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero::after {
        height: 160px;
        clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%); } }
    @media (min-width: 992px) {
      /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero::after {
        height: 200px;
        clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%); } }
    @media (min-width: 1500px) {
      /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero::after {
        height: 240px;
        clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%); } }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__image {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom; }

/* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero-contents {
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 1.5rem 0 0 0 !important;
  height: 100%; }

/* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero--large .drv-deal-hero-contents {
  min-height: 630px; }

/* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__large-labels {
  display: none; }

/* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero--large .drv-breadcrumb {
  padding-top: 0; }

/* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

/* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-title-block__logo {
  display: none; }

/* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-title-block__title {
  display: flex;
  flex-direction: column; }
  /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-title-block__title .drv-text-subheading {
    color: var(--accent, #ac8c30);
    margin-right: 10px; }

/* Subheading container with EON tag */
/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-subheading-container {
  display: flex;
  align-items: start;
  margin-right: -30px;
  flex-wrap: nowrap; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-subheading-container .drv-text-subheading {
    flex: 1;
    min-width: 0;
    /* Allows text to wrap inside flex item */ }

/* BEM modifier for EON tag containers */
/* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-eon-tag-container {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  /* Prevents EON tag from shrinking */ }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-eon-tag-container--mobile {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    /* Prevents EON tag from shrinking */ }
    @media (min-width: 768px) {
      /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-eon-tag-container--mobile {
        display: none; } }
  /* line 126, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-eon-tag-container--desktop {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 1rem;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    /* Ensures that the view interior imaegs button is clickable below this div */ }
    @media (max-width: 767px) {
      /* line 126, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-eon-tag-container--desktop {
        display: none; } }

/* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-title-block__tooltip {
  display: inline-block;
  font-size: 16px; }
  /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-title-block__tooltip .b-info {
    margin-right: 2px; }

/* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-title-block__label {
  display: block;
  width: 100%; }
  @media (min-width: 576px) {
    /* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-title-block__label {
      align-self: flex-end;
      margin-left: auto;
      margin-bottom: 6px;
      width: auto; } }
  /* line 162, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-title-block__label .drv-label {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.5rem;
    max-width: fit-content; }

/* line 170, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.p-vehicle-options--ev .drv-deal-title-block__tooltip .b-info {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621944472/icons/info-ev_oulsko.svg"); }

/* line 175, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-breadcrumb,
.drv-deal-hero__mobile-labels {
  padding-right: 15px;
  margin-bottom: 1rem; }

/* line 181, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  /* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__spinner.hidden {
    display: none; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
/* line 218, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__images {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    /* line 218, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__images {
      margin-left: -46px;
      margin-right: -46px;
      width: calc(100% + 92px); } }
  @media (min-width: 1200px) {
    /* line 218, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__images {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  /* line 237, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__images .drv-deal-hero__angles-previous,
  .drv-deal-hero__images .drv-deal-hero__angles-next {
    position: absolute;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 24px;
    height: 42px;
    filter: invert(1); }
  /* line 253, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__images .drv-deal-hero__angles-previous {
    left: 10px;
    background-image: url(/assets/arrow-left-cb0b57391d7c2e523db5eb38c4c1ea6074e4bb310a5ca8542dade007cc88aed0.svg);
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 992px) {
      /* line 253, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__images .drv-deal-hero__angles-previous {
        left: 0; } }
  /* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__images .drv-deal-hero__angles-next {
    right: 10px;
    background-image: url(/assets/arrow-right-b35e81f778bdafbb6dc856d65bf05e48b0ed34bf1d3529889738a805becf931d.svg);
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 992px) {
      /* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__images .drv-deal-hero__angles-next {
        right: 0; } }

/* line 273, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__images-info {
  color: #8c8c8c;
  font-size: 12px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  margin-inline: -30px;
  padding-inline: 30px;
  background-color: #ffffff;
  z-index: 0;
  position: relative; }
  @media (min-width: 768px) {
    /* line 273, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__images-info {
      padding-block-start: 8px;
      padding-inline: 30px; } }
  /* line 289, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__images-info--mobile {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      /* line 289, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__images-info--mobile {
        display: none; } }
  /* line 297, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__images-info--desktop {
    display: none; }
    @media (min-width: 768px) {
      /* line 297, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__images-info--desktop {
        display: block;
        margin-left: auto; } }

/* line 306, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__actions-btns {
  display: flex;
  align-items: center;
  width: 100%; }
  /* line 311, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__actions-btns--mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%; }
    /* line 317, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__actions-btns--mobile .drv-deal-hero__gallery-button {
      justify-content: center;
      max-width: fit-content; }
    /* line 322, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__actions-btns--mobile--two {
      justify-content: center; }
      /* line 325, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__actions-btns--mobile--two .drv-deal-hero__gallery-button {
        flex: 1; }
        @media screen and (max-width: 391px) {
          /* line 325, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
          .drv-deal-hero__actions-btns--mobile--two .drv-deal-hero__gallery-button {
            font-size: 0.65rem; } }
    @media (min-width: 768px) {
      /* line 311, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__actions-btns--mobile {
        display: none; } }
  /* line 338, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__actions-btns--desktop {
    display: none;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      /* line 338, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__actions-btns--desktop {
        display: flex; } }

/* line 348, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__mobile-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }

/* line 354, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-breadcrumb__list {
  display: none; }

/* line 358, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-breadcrumb__list--mobile {
  display: block; }
  /* line 362, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-breadcrumb__list--mobile .drv-breadcrumb__link:after {
    content: ''; }
  /* line 366, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-breadcrumb__list--mobile .drv-breadcrumb__link:before {
    content: '<';
    padding-right: 0.25rem;
    display: inline-block; }

@media (min-width: 992px) {
  /* line 375, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero .l-deal__contents {
    padding-top: 60px; }

  /* line 379, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-breadcrumb__list {
    display: block; }

  /* line 383, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-breadcrumb__list--mobile {
    display: none; }

  /* line 387, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__image--large {
    height: 100%; } }
@media (min-width: 1200px) {
  /* line 393, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero {
    order: -1;
    position: relative; }

  /* line 398, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero:not(.drv-deal-hero--large) {
    background: none; }

  /* line 402, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-title-block__logo {
    display: block;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 1rem; }

  /* line 409, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__mobile-labels {
    display: none; }

  /* line 413, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__large-labels {
    display: flex;
    margin-top: 1rem;
    margin-left: 97px;
    flex-wrap: wrap; }
    /* line 419, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__large-labels--eon {
      position: relative;
      padding-right: 210px; }

  /* line 425, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-title-block,
  .drv-breadcrumb,
  .drv-deal-hero__mobile-labels {
    padding-left: 0;
    padding-right: 0; } }
/* line 434, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero .drv-labels__group {
  flex-wrap: wrap; }
  /* line 437, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero .drv-labels__group .drv-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    letter-spacing: 0.4px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 15px;
    white-space: nowrap; }
    /* line 451, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero .drv-labels__group .drv-label span {
      display: contents; }
    @media (min-width: 1200px) {
      /* line 437, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero .drv-labels__group .drv-label {
        min-height: 37px;
        padding: 0.25rem 0.75rem;
        margin-right: 0.5rem;
        font-size: 1rem;
        line-height: 1.25rem; } }

/* line 465, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 15px;
  white-space: nowrap;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  margin-top: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  /* line 482, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__gallery-button span {
    display: contents; }
  /* line 486, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__gallery-button--mobile {
    display: block;
    line-height: 20px; }
    @media (min-width: 1200px) {
      /* line 486, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .drv-deal-hero__gallery-button--mobile {
        display: none; } }
  @media (min-width: 1200px) {
    /* line 465, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__gallery-button {
      min-height: 37px;
      padding: 0.25rem 0.75rem;
      margin-right: 0.5rem;
      font-size: 1rem;
      line-height: 1.25rem; } }
  /* line 503, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__gallery-button:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  /* line 507, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__gallery-button--dark {
    background-color: #002b49;
    font-weight: 500; }
    /* line 511, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .drv-deal-hero__gallery-button--dark:hover {
      background-color: #003765; }

/* line 517, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.drv-deal-hero__gallery-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

@media (max-width: 767px) {
  /* line 524, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__media-buttons-placeholder {
    min-height: 68px; } }
@media (max-width: 767px) {
  /* line 530, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .drv-deal-hero__paint-swatches-placeholder {
    min-height: 94px; } }

/* line 539, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
.p-vehicles .drv-deal-hero,
.is-black-friday-theme.p-vehicles .drv-deal-hero {
  background-image: none; }
  /* line 542, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .p-vehicles .drv-deal-hero .drv-deal-hero__images,
  .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-deal-hero__images {
    position: relative;
    aspect-ratio: auto; }
    @media (max-width: 1200px) {
      /* line 542, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .p-vehicles .drv-deal-hero .drv-deal-hero__images,
      .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-deal-hero__images {
        aspect-ratio: 4 / 3; } }
    /* line 550, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
    .p-vehicles .drv-deal-hero .drv-deal-hero__images .drv-deal-hero__images__used-labels,
    .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-deal-hero__images .drv-deal-hero__images__used-labels {
      display: flex;
      gap: 0.5rem;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1; }
      /* line 558, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
      .p-vehicles .drv-deal-hero .drv-deal-hero__images .drv-deal-hero__images__used-labels .drv-label,
      .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-deal-hero__images .drv-deal-hero__images__used-labels .drv-label {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0.5rem; }
  /* line 565, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-hero.scss */
  .p-vehicles .drv-deal-hero .drv-breadcrumb__link,
  .p-vehicles .drv-deal-hero .drv-breadcrumb__item,
  .p-vehicles .drv-deal-hero .drv-deal-title-block__title div,
  .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-breadcrumb__link,
  .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-breadcrumb__item,
  .is-black-friday-theme.p-vehicles .drv-deal-hero .drv-deal-title-block__title div {
    color: #002b49 !important; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts {
  padding: 0; }

/* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 1200px) {
    /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
    .drv-deal-key-facts__title {
      align-items: center;
      flex-direction: row; } }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__pre-reg {
  margin-bottom: 0.75rem; }
  @media (min-width: 1200px) {
    /* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
    .drv-deal-key-facts__pre-reg {
      margin-bottom: 0; } }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__features {
  display: flex;
  column-gap: 3rem;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
    .drv-deal-key-facts__features {
      flex-wrap: nowrap; } }

/* line 36, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__equipment {
  display: block; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__alert-wrapper {
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 0.5rem; }
  @media (max-width: 1200px) {
    /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
    .drv-deal-key-facts__alert-wrapper {
      background: none;
      padding: 0 0 0.5rem 0; } }

/* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
.drv-deal-key-facts__alert {
  display: flex;
  justify-content: center;
  color: #ac8c30;
  font-weight: 600;
  padding: 1rem;
  background: rgba(228, 189, 95, 0.3);
  border-radius: 0.5rem;
  margin: 0.5rem; }
  /* line 62, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
  .drv-deal-key-facts__alert.drv-info {
    font-size: 0.8rem; }
  /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
  .drv-deal-key-facts__alert:before {
    margin-top: 3px;
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-key-facts.scss */
    .drv-deal-key-facts__alert {
      margin: 0.5rem 0 0.5rem 0; } }

/* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: -0.5rem;
  position: relative; }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__disclaimer {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  bottom: 0;
  right: 0;
  font-size: -0.5rem;
  padding: -2.75rem -1.75rem;
  background-color: rgba(0, 43, 73, 0.2);
  margin-bottom: 0; }
  @media (min-width: 992px) {
    /* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__disclaimer {
      bottom: 16.75%; } }
  @media (min-width: 1500px) {
    /* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__disclaimer {
      bottom: 0;
      right: 27%; } }

@media (min-width: 1500px) {
  /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__ratio {
    display: block;
    width: 100%;
    padding-bottom: 41.8%; } }

@media (min-width: 1500px) {
  /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__stretch {
    display: block;
    position: relative; } }

@media (min-width: 1500px) {
  /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__content {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

/* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 1500px) {
    /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__wrap {
      flex-direction: row; } }

/* line 73, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__main {
  width: 100%;
  overflow: hidden; }

/* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__main-container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(540 / 960 * 100%);
  background-color: #ffffff;
  position: relative;
  border-right: none;
  border-bottom: 1px solid transparent; }
  @media (min-width: 992px) {
    /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__main-container {
      overflow: hidden; } }
  @media (min-width: 1500px) {
    /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__main-container {
      width: 73%;
      padding-bottom: calc(540 / 960 * 73%);
      border-bottom: none;
      border-right: 1px solid transparent; } }

/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__main-img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  /* line 106, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__main-img-container.drv-snap-carousel {
    margin: 0; }

/* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__main-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__main-img--cap {
    height: 100%;
    max-height: 100%;
    width: auto !important;
    margin: 0 auto; }

/* line 124, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumbs {
  display: none;
  position: relative; }
  @media (min-width: 1200px) {
    /* line 124, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumbs {
      display: block;
      width: 100%;
      overflow-y: hidden;
      overflow-x: auto; } }
  @media (min-width: 1500px) {
    /* line 124, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumbs {
      position: absolute;
      width: 27%;
      height: 100%;
      right: 0;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (min-width: 1500px) {
    /* line 144, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumbs:after {
      content: '';
      position: absolute;
      bottom: 0px;
      right: 0;
      width: 100%;
      height: 10px;
      background: linear-gradient(0deg, rgba(0, 43, 73, 0.32) 0%, rgba(0, 43, 73, 0) 100%);
      transition: opacity 0.5s ease;
      opacity: 1;
      z-index: 1; }
      /* line 156, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
      .is-scrolled .drv-deal-photos__thumbs:after {
        opacity: 0; } }

/* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumbs-inner {
  display: block;
  height: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    /* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumbs-inner {
      overflow-y: hidden;
      overflow-x: auto; } }
  @media (min-width: 1500px) {
    /* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumbs-inner {
      overflow-y: auto;
      overflow-x: hidden; } }

@media (min-width: 992px) {
  /* line 178, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__thumbs-scroll {
    display: flex; } }
@media (min-width: 1500px) {
  /* line 178, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__thumbs-scroll {
    overflow: hidden;
    flex-direction: column; } }

/* line 188, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumb-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(540 / 960 * 100%);
  background-color: #ffffff;
  border-right: 1px solid transparent; }
  @media (min-width: 992px) {
    /* line 188, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumb-item {
      flex: 0 0 20%;
      padding-bottom: calc(540 / 960 * 20%); } }
  @media (min-width: 1500px) {
    /* line 188, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__thumb-item {
      width: 100%;
      flex: none;
      padding-bottom: calc(540 / 960 * 100%);
      border-bottom: 1px solid transparent; } }

/* line 208, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumb-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

/* line 217, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumb-img {
  width: 100%;
  max-width: 100%;
  height: auto; }
  /* line 221, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__thumb-img--cap {
    height: 100%;
    max-height: 100%;
    width: auto !important; }

/* line 228, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__thumb-overlay {
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 43, 73, 0.6);
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 244, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__thumb-overlay:hover {
    cursor: pointer;
    opacity: 1; }

/* line 250, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__overlay-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 257, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__actions,
.drv-deal-photos__tags {
  position: absolute;
  display: inline-flex; }
  @media (min-width: 576px) {
    /* line 257, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__actions,
    .drv-deal-photos__tags {
      display: block; } }

/* line 266, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__actions {
  display: block;
  top: -0.5rem;
  right: -0.5rem; }
  @media (min-width: 1500px) {
    /* line 266, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__actions {
      right: 27%;
      margin-right: -0.5rem; } }

/* line 276, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__btn {
  margin-left: -1rem; }

/* line 281, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__tags {
  top: -0.5rem;
  right: -0.5rem; }
  @media (min-width: 576px) {
    /* line 281, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__tags {
      top: auto;
      bottom: -0.5rem;
      left: -0.5rem; } }
  @media (min-width: 992px) {
    /* line 281, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__tags {
      bottom: 20%;
      left: -0.5rem; } }
  @media (min-width: 1500px) {
    /* line 281, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__tags {
      bottom: 0rem;
      margin-right: -0.5rem; } }

/* line 299, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__tag {
  color: #ffffff;
  background-color: #003765;
  border-radius: 5px 0 0 5px;
  font-weight: 600;
  padding: 0.28rem -1.75rem;
  margin-right: 0.5rem;
  position: relative; }
  /* line 308, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__tag:last-child {
    display: none; }
    @media (min-width: 576px) {
      /* line 308, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
      .drv-deal-photos__tag:last-child {
        display: inline; } }
  /* line 315, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
  .drv-deal-photos__tag:after {
    position: absolute;
    content: '';
    right: -12px;
    top: 0;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 12px solid #003765;
    border-bottom: 12px solid #003765;
    border-left: 0 solid #003765;
    border-right: 12px solid transparent; }
    @media (min-width: 576px) {
      /* line 315, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
      .drv-deal-photos__tag:after {
        right: -13.5px;
        border-top: 13.5px solid #003765;
        border-bottom: 13.5px solid #003765;
        border-left: 0 solid #003765;
        border-right: 13.5px solid transparent; } }
    @media (min-width: 768px) {
      /* line 315, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
      .drv-deal-photos__tag:after {
        right: -14.5px;
        border-top: 14.5px solid #003765;
        border-bottom: 14.5px solid #003765;
        border-left: 0 solid #003765;
        border-right: 14.5px solid transparent; } }
    @media (min-width: 1200px) {
      /* line 315, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
      .drv-deal-photos__tag:after {
        right: -16px;
        border-top: 16px solid #003765;
        border-bottom: 16px solid #003765;
        border-left: 0 solid #003765;
        border-right: 16px solid transparent; } }

/* line 352, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
.drv-deal-photos__labels {
  display: none;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem; }
  @media (min-width: 1200px) {
    /* line 352, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-photos.scss */
    .drv-deal-photos__labels {
      display: flex; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
.drv-deal-recommended {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended .drv-switch {
    margin-top: 1rem; }
  /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended .drv-tabs__panel-inner {
    background-color: transparent; }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended .drv-tabs__panel-content {
    padding: 2rem 0; }

/* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
.drv-deal-recommended__panel {
  width: 100%; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__panel .drv-tabs__panel,
  .drv-deal-recommended__panel .drv-tabs__panel-inner,
  .drv-deal-recommended__panel .drv-tabs__panel-content {
    background: transparent;
    padding: 0; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
.drv-deal-recommended__other-offers {
  text-align: center; }
  /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__other-offers .l-container-mark {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* line 39, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__other-offers .g-derivatives__more {
    display: block;
    text-align: center; }
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__other-offers .c-derivatives-filters__column--rate {
    display: flex !important;
    align-items: center;
    text-align: left; }
  /* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__other-offers .c-derivatives-filters__column {
    border-bottom: none !important; }
  /* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
  .drv-deal-recommended__other-offers .c-derivatives-filters__column--fuel,
  .drv-deal-recommended__other-offers .c-derivatives-filters__column--transmission,
  .drv-deal-recommended__other-offers .c-derivatives-filters__column--emissions,
  .drv-deal-recommended__other-offers .c-derivatives-filters__column--list-price,
  .drv-deal-recommended__other-offers .c-derivatives-row__column--fuel,
  .drv-deal-recommended__other-offers .c-derivatives-row__column--transmission,
  .drv-deal-recommended__other-offers .c-derivatives-row__column--emissions,
  .drv-deal-recommended__other-offers .c-derivatives-row__column--list-price {
    display: none !important; }
  @media (min-width: 992px) {
    /* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__other-offers .c-derivatives-filters__column--fuel,
    .drv-deal-recommended__other-offers .c-derivatives-filters__column--transmission,
    .drv-deal-recommended__other-offers .c-derivatives-filters__column--emissions,
    .drv-deal-recommended__other-offers .c-derivatives-filters__column--list-price,
    .drv-deal-recommended__other-offers .c-derivatives-row__column--fuel,
    .drv-deal-recommended__other-offers .c-derivatives-row__column--transmission,
    .drv-deal-recommended__other-offers .c-derivatives-row__column--emissions,
    .drv-deal-recommended__other-offers .c-derivatives-row__column--list-price {
      display: table-cell !important; } }

/* line 79, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
.drv-deal-recommended__other-offers-container {
  display: block;
  width: 100%; }

/* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
.drv-deal-recommended__header {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 0) {
    /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__header {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__header {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__header {
      margin-bottom: 2rem; } }
  @media (min-width: 1500px) {
    /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__header {
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-recommended.scss */
    .drv-deal-recommended__header {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar {
  display: contents;
  width: 450px;
  margin-right: 100px;
  z-index: 1;
  grid-column: 2 / 3;
  grid-row: 1; }

/* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar__actions {
  display: block;
  background: #ffffff;
  padding: 0 15px; }

/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar__actions-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar__inner {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  min-height: 2000px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: contents;
  padding: 1.5rem;
  min-height: 600px; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-pricing,
.drv-deal-summary {
  display: contents; }
  @media (min-width: 1200px) {
    /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-pricing,
    .drv-deal-summary {
      display: block; } }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-title {
  display: none; }
  @media (min-width: 1200px) {
    /* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-title {
      display: block;
      font-weight: 600;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid #d1d1d1; } }

/* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar__option-value {
  color: var(--accent, #ac8c30); }

/* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-selections,
.drv-deal-sidebar-summary,
.drv-deal-sidebar-order {
  background: #ffffff;
  padding: 30px 40px;
  margin: 0; }
  @media (min-width: 1200px) {
    /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-selections,
    .drv-deal-sidebar-summary,
    .drv-deal-sidebar-order {
      display: block;
      padding: 0; } }

/* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-order {
  padding-top: 0 !important; }
  @media (min-width: 1200px) {
    /* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-order {
      margin-top: 1rem; } }

/* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-title,
.drv-deal-sidebar-summary__title {
  display: block;
  font-weight: 600; }
  @media (min-width: 0) {
    /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-title,
    .drv-deal-sidebar-summary__title {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-title,
    .drv-deal-sidebar-summary__title {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-summary__title-deal {
  border: 0; }
  @media (min-width: 1200px) {
    /* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-summary__title-deal {
      border-top: 1px solid #d1d1d1;
      padding-top: 1rem; } }

/* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-title {
  padding-top: 0; }

@media (min-width: 1200px) {
  /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
  .drv-deal-sidebar--light .drv-share {
    color: #ffffff; } }

/* line 120, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal-sidebar-term-toggle {
  margin-top: -1rem; }
  @media (min-width: 1200px) {
    /* line 120, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal-sidebar-term-toggle {
      font-size: 14px; } }

/* line 128, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
.drv-deal__share {
  text-align: right;
  z-index: 0; }
  /* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
  .drv-deal__share .st-btn {
    display: inline-block !important;
    height: 20px;
    background-color: transparent !important;
    background-size: auto 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 12px;
    width: 20px; }
    @media (min-width: 768px) {
      /* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
      .drv-deal__share .st-btn {
        background-size: auto 20px;
        height: 24px;
        width: 24px; } }
    /* line 149, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn:last-child {
      margin-right: 0; }
    /* line 153, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn > img {
      display: none !important; }
    /* line 157, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn[data-network='whatsapp'] {
      background-image: url(/assets/whatsapp-share-1d81f1ba8b3eb74d808a02ea272d686426be5c518a309d2b80043da4afc66cd2.svg) !important; }
    /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn[data-network='messenger'] {
      background-image: url(/assets/messenger-share-241b6dc76c3f2250bad25f3c233967a999c4534de9893251fe6df2570436bdcd.svg) !important; }
    /* line 165, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn[data-network='sms'] {
      background-image: url(/assets/sms-share-bce23ca58329e57685e0ff8c54f9849ab04a4aa6afa1bef0c95af6514c82e177.svg) !important; }
    /* line 169, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn[data-network='facebook'] {
      background-image: url(/assets/facebook-share-7c859bf2512a7eb7664f37171003dc283d32a41178fb143a6a73553200c506e5.svg) !important; }
    /* line 173, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
    .drv-deal__share .st-btn[data-network='email'] {
      background-image: url(/assets/email-share-c43246de93f1d1bd5ebbed6fbb403173691bfe403b16b0c6640044975f6c1633.svg) !important;
      background-size: 16px; }
      @media (min-width: 768px) {
        /* line 173, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/deal-sidebar.scss */
        .drv-deal__share .st-btn[data-network='email'] {
          background-size: 20px; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-close.scss */
.drv-drawer-close {
  border-width: 0;
  display: inline-block;
  height: 1rem;
  position: absolute;
  width: 1rem;
  right: calc(2.5rem + 1px);
  top: 32px;
  transform: translateY(-50%);
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618397424/icons/cross_apctzd.svg") no-repeat 50%;
  background-size: 15px;
  z-index: 1; }

/* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-close.scss */
.drv-drawer-close:focus {
  outline: 2px solid transparent;
  outline-offset: 2px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-header.scss */
.drv-drawer-nav__header {
  position: relative;
  padding: 1rem 2.5rem; }

/* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-header.scss */
.drv-drawer__title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
body.has-drawer {
  overflow: hidden; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drv-drawer-nav {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  bottom: 0;
  color: #002b49;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1000001; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drv-drawer-nav__main {
  display: block;
  flex: 1 1 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 1.5rem; }

/* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drv-drawer-nav__footer {
  display: block;
  padding: 0.5rem 2.5rem 1rem;
  background-color: #f2f2f2; }

/* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drv-drawer-nav__footer .drv-link {
  display: block;
  text-align: center; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drawer--left .drv-drawer-nav {
  left: -100%;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drawer--left.drawer-open .drv-drawer-nav {
  left: 0; }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drawer--right .drv-drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
.drawer--right.drawer-open .drv-drawer-nav {
  right: 0; }

@media screen and (min-width: 576px) {
  /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
  .drv-drawer-nav {
    width: 400px; }

  /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
  .drawer--left .drv-drawer-nav {
    left: -400px; }

  /* line 67, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/drawer-nav.scss */
  .drawer--right .drv-drawer-nav {
    right: -400px; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/exclusive.scss */
.drv-exclusive__section-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #002b49;
  margin: 1.5rem 0; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/exclusive.scss */
  .drv-exclusive__section-title::before, .drv-exclusive__section-title::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #002b49; }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/exclusive.scss */
  .drv-exclusive__section-title:not(:empty)::before {
    margin-right: 0.75em; }
  /* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/exclusive.scss */
  .drv-exclusive__section-title:not(:empty)::after {
    margin-left: 0.75em; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-feature-deal-card {
  padding-right: 15px;
  padding-left: 15px;
  margin: 2rem auto; }
  @media (min-width: 576px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 1500px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card {
      padding-right: 90px;
      padding-left: 90px; } }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-radius: 0.5rem;
    background-color: #ffffff;
    padding: 2rem 2rem;
    min-width: 290px;
    height: 100%; }
    @media screen and (max-width: 991px) {
      /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__wrapper {
        padding: 0; } }
    /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, #002b49, #2f76a6);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: top right;
      clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 82%);
      z-index: 0; }
      @media screen and (max-width: 991px) {
        /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__wrapper::before {
          height: 48%;
          background-position: top center;
          clip-path: polygon(0% 0, 100% 0%, 100% 70%, 0% 100%); } }
      @media (min-width: 992px) {
        /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__wrapper::before {
          height: 100%;
          background-position: top right;
          clip-path: polygon(84% 0, 100% 0%, 100% 100%, 58% 100%); } }
      @media screen and (min-width: 1043px) {
        /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__wrapper::before {
          clip-path: polygon(75% 0, 100% 0%, 100% 100%, 48% 100%); } }
      @media screen and (min-width: 1044px) {
        /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__wrapper::before {
          background-size: 45% 100%;
          clip-path: polygon(80% 0, 100% 0%, 100% 100%, 55% 100%); } }
    /* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__wrapper > * {
      position: relative;
      z-index: 1; }
    @media (min-width: 768px) {
      /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__wrapper {
        border-radius: 1rem; } }
  /* line 78, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    cursor: pointer;
    text-decoration: none !important; }
    /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__link:visited, .drv-feature-deal-card__link:hover, .drv-feature-deal-card__link:focus, .drv-feature-deal-card__link:active {
      color: inherit;
      text-decoration: none !important; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__labels {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__labels {
        width: 100%;
        background: white; } }
    /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__labels .drv-labels__group {
      width: 100%;
      min-height: 28px; }
    /* line 109, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__labels .drv-labels__group.drv-labels__group--admin {
      display: none !important; }
  /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__content-wrapper {
        flex-direction: column-reverse;
        padding: 2rem 1rem; } }
    /* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__content-wrapper .drv-feature-deal-card__subtitle {
      display: block;
      color: #ff4823;
      font-size: 16px;
      margin-top: 1rem; }
      @media screen and (min-width: 755px) {
        /* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__content-wrapper .drv-feature-deal-card__subtitle {
          font-size: 1.5rem;
          margin-bottom: 2rem; } }
  /* line 137, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #000000; }
    @media screen and (min-width: 755px) {
      /* line 137, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__title {
        font-size: 1.75rem; } }
  /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__info {
    display: flex;
    align-items: end;
    gap: 5rem; }
    @media screen and (max-width: 991px) {
      /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__info {
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 0; } }
    @media (min-width: 1200px) {
      /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__info {
        margin-top: 0.5rem; } }
    @media screen and (min-width: 1600px) {
      /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__info {
        margin-top: 1rem; } }
  /* line 166, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__actions {
    margin-top: 2rem;
    width: 100%; }
    @media (min-width: 992px) {
      /* line 166, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__actions {
        width: 80%; } }
  /* line 175, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__deal-link {
    border: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    @media (min-width: 992px) {
      /* line 175, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__deal-link {
        font-size: 1rem; } }
  /* line 185, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__price {
    color: #ff4823;
    margin-top: 2rem; }
    @media screen and (max-width: 991px) {
      /* line 185, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__price {
        margin-top: 0;
        position: relative;
        bottom: -0.3rem;
        min-width: fit-content; } }
    /* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__price-main {
      font-size: 2.5rem;
      line-height: 1.75rem;
      font-weight: 700; }
      @media (min-width: 1200px) {
        /* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__price-main {
          position: relative;
          bottom: -0.3rem;
          font-size: 3.4rem; } }
      @media screen and (min-width: 1600px) {
        /* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__price-main {
          font-size: 5rem; } }
    /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__price-sub {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 700; }
      @media (min-width: 1200px) {
        /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__price-sub {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 1600px) {
        /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__price-sub {
          font-size: 2.5rem;
          line-height: 1.75rem; } }
    /* line 222, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__price-suffix {
      display: block;
      color: #002b49;
      font-size: 12px;
      font-weight: 500;
      text-align: end; }
      @media (min-width: 768px) {
        /* line 222, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__price-suffix {
          font-size: 20px;
          text-align: start; } }
  /* line 236, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__contract {
    color: #002b49;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      /* line 236, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__contract {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
    @media (min-width: 768px) {
      /* line 245, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__contract span {
        font-weight: 700; } }
    /* line 250, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__contract p {
      margin-bottom: 0 !important;
      margin-top: 0.25rem; }
  /* line 256, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__promotion {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #00baff; }
    /* line 261, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__promotion-desktop {
      display: none;
      text-align: end; }
      @media (min-width: 768px) {
        /* line 261, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__promotion-desktop {
          display: block; } }
    /* line 270, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__promotion-mobile {
      display: block;
      text-align: start; }
      @media (min-width: 768px) {
        /* line 270, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__promotion-mobile {
          display: none; } }
  /* line 280, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__image {
    display: flex;
    flex-direction: column;
    width: 35%; }
    @media screen and (max-width: 991px) {
      /* line 280, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__image {
        width: 100%;
        margin-top: 100px; } }
    @media (min-width: 992px) {
      /* line 280, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__image {
        width: 35%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /* line 280, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__image {
        align-items: center; } }
    /* line 298, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__image img {
      width: 105%;
      max-width: none;
      height: 100%;
      transform: scale(1.05) translateX(-3%);
      transform-origin: center;
      transition: transform 0.3s ease-in-out; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        /* line 298, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__image img {
          width: 80%; } }
      @media (min-width: 1200px) {
        /* line 298, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card__image img {
          width: 110%;
          transform: scale(1.08) translateX(-25%); } }
  /* line 317, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__offers {
    position: absolute;
    right: 1.2rem;
    bottom: 0.8rem;
    text-align: right;
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.3;
    z-index: 3;
    background: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 1200px) {
      /* line 317, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__offers {
        font-size: 18px;
        bottom: -10px;
        margin-right: 0.8rem; } }
    @media screen and (max-width: 991px) {
      /* line 317, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__offers {
        right: initial;
        left: 1rem;
        bottom: auto;
        top: 60px;
        text-align: left;
        font-size: 0.9rem; } }
    /* line 346, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__offers .drv-feature-deal-card__offers-line {
      display: block;
      margin: 0;
      padding: 0;
      color: #fff; }
    /* line 353, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__offers .drv-feature-deal-card__offers-range {
      color: #67b3f5; }
  /* line 358, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card .drv-feature-deal-card__offers-link {
    color: #ffffff;
    display: block;
    margin-bottom: 2rem;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px; }
    /* line 366, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card .drv-feature-deal-card__offers-link--desktop {
      display: block;
      margin-top: 2rem; }
      @media screen and (max-width: 991px) {
        /* line 366, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card .drv-feature-deal-card__offers-link--desktop {
          display: none; } }
    /* line 375, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card .drv-feature-deal-card__offers-link--mobile {
      display: none; }
      @media screen and (max-width: 991px) {
        /* line 375, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
        .drv-feature-deal-card .drv-feature-deal-card__offers-link--mobile {
          display: block;
          text-align: center;
          color: #002b49;
          margin-bottom: 2rem; } }
  /* line 387, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__call-us {
    display: block;
    margin-top: 2rem;
    font-size: 2.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: right; }
    @media screen and (min-width: 754px) {
      /* line 387, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card__call-us {
        text-align: left; } }
  /* line 399, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card .drv-car-card__fuel-icon-container {
    margin-right: 0.8rem; }
    @media screen and (max-width: 375px) {
      /* line 399, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
      .drv-feature-deal-card .drv-car-card__fuel-icon-container {
        margin-right: 0.45rem; } }

@media screen and (min-width: 1500px) and (max-width: 1635px) {
  /* line 410, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .c-featured-deals .drv-car-card__labels:has(.drv-label--new-blue) .drv-car-card__right-labels-grid {
    display: none; } }
/* line 417, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-feature-deal-card__features {
  background-color: #f6f6f6;
  padding: 0.25rem 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 40px;
  gap: 0.5rem;
  color: #002b49; }
  @media (min-width: 1200px) {
    /* line 417, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__features {
      min-height: 60px;
      margin-top: 1rem;
      max-width: 88%; } }
  @media screen and (max-width: 991px) {
    /* line 417, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__features {
      margin-top: 1.5rem; } }

/* line 439, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-feature-deal-card__feature {
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.25rem; }
  /* line 447, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-feature-deal-card__feature:first-child {
    margin-left: 0; }
  @media screen and (min-width: 370px) {
    /* line 439, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__feature {
      text-align: left; } }
  @media (min-width: 768px) {
    /* line 439, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__feature {
      font-size: 1rem;
      line-height: 1.25rem;
      padding: 0rem; } }
  @media (min-width: 1200px) {
    /* line 439, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__feature {
      font-size: 1rem;
      line-height: 1.25rem;
      padding: 1rem; } }

/* line 466, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-feature-deal-card__feature-icon {
  display: none;
  height: auto;
  margin-right: 0.25rem; }
  @media screen and (min-width: 370px) {
    /* line 466, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__feature-icon {
      display: inline;
      width: 26px; } }
  @media screen and (min-width: 755px) {
    /* line 466, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__feature-icon {
      width: 32px; } }

/* line 482, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-feature-deal-card__content {
  align-self: baseline;
  margin-top: 1rem; }
  @media screen and (max-width: 991px) {
    /* line 482, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__content {
      width: 100%;
      margin-top: -20px; } }
  @media (min-width: 768px) {
    /* line 482, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-feature-deal-card__content {
      align-self: center; } }

/* line 496, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-car-card__fuel-icon-eon {
  width: 29px;
  height: 55px;
  margin-left: 0.5rem; }
  @media screen and (max-width: 991px) {
    /* line 496, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-car-card__fuel-icon-eon {
      width: 13px;
      height: 25px; } }
  /* line 506, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-car-card__fuel-icon-eon img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 512, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .drv-car-card__fuel-icon-eon--electric {
    color: #00a3e0; }

/* line 517, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.drv-car-card__ev-label-eon {
  color: #00a3e0;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-size: 1.125rem; }
  @media screen and (max-width: 991px) {
    /* line 517, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-car-card__ev-label-eon {
      font-size: 0.9rem;
      margin-bottom: -4px; } }
  @media screen and (max-width: 370px) {
    /* line 517, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
    .drv-car-card__ev-label-eon {
      display: none; } }

/* line 537, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals {
  position: relative;
  width: 100%; }

/* line 542, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals__items {
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
  scroll-snap-align: start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  /* line 553, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .c-eon-featured-deals__items::-webkit-scrollbar {
    display: none; }
  /* line 560, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .c-eon-featured-deals__items > * {
    scroll-snap-align: start;
    flex: 0 0 calc(100%); }

/* line 566, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

/* line 573, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals__arrow-left,
.c-eon-featured-deals__arrow-right {
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0px 3px 6px #00000029; }
  /* line 584, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
  .c-eon-featured-deals__arrow-left img,
  .c-eon-featured-deals__arrow-right img {
    height: 80%;
    width: 80%;
    object-fit: cover; }

/* line 591, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals__arrow-left:hover,
.c-eon-featured-deals__arrow-right:hover {
  background-color: #e0e0e0; }

/* line 596, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-car-card.scss */
.c-eon-featured-deals__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector-item.scss */
.drv-feature-selector-option {
  display: flex;
  align-items: center; }
  /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector-item.scss */
  .drv-feature-selector-option--large {
    padding: 4px 8px;
    border: 1px solid #ccd5db;
    border-radius: 7px; }
    @media (min-width: 768px) {
      /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector-item.scss */
      .drv-feature-selector-option--large {
        padding: 6px 20px;
        font-size: 18px; } }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector-item.scss */
  .drv-feature-selector-option--as-button {
    border: 1px solid #ccd5db;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 16px; }

/* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector-item.scss */
.drv-feature-selector-option__label {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  margin-left: 0.25rem;
  flex: 1 1 0;
  cursor: pointer;
  font-weight: 600; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector.scss */
.drv-feature-selector {
  display: block;
  position: relative;
  font-weight: 500; }
  /* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector.scss */
  .drv-feature-selector .drv-feature-selector-suggestion-label {
    font-weight: 600;
    margin-bottom: 0.75rem; }

/* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/feature-selector.scss */
.drv-feature-selector-list-options {
  position: relative;
  overflow: auto;
  max-width: 614px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.filter-controls {
  display: block; }
  @media screen and (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .filter-controls {
      min-height: 78px; } }
  @media screen and (min-width: 1500px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .filter-controls {
      top: 10px;
      position: sticky;
      z-index: 2; } }

/* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls--electric .drv-checkbox:checked {
  background-color: #00a3e0;
  border-color: #00a3e0; }
/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls--electric .drv-link:hover svg {
  fill: #0481b7; }
/* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__result-count {
  font-weight: 700; }
/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__expand {
  display: none;
  transition: none;
  flex-shrink: 0;
  width: 230px;
  position: relative;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 25px !important;
  border-radius: 8px; }
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__expand:after {
    content: '';
    background-image: url(/assets/icon-filter-white-af9bf09c5f67350ccd830308967417e485370316dc99490e1f239eb52ca68937.png);
    position: absolute;
    right: 24px;
    top: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
/* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__clear {
  flex-shrink: 0;
  margin-top: 8px;
  padding-bottom: 0;
  font-weight: 500;
  border: none;
  background: none;
  outline: none; }
/* line 69, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__sort {
  flex-shrink: 0;
  width: 200px;
  position: relative;
  font-weight: 500; }
  /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 25px !important;
    border-radius: 8px; }
  /* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort:after {
    content: '';
    background-image: url(/assets/arrow-down-new-97ed3aa1c74eab7b2779ef637fd881592bd6c3a3cf9c8e5eeddcfaea4703277a.svg);
    position: absolute;
    right: 24px;
    top: 20px;
    display: inline-block;
    width: 17px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  /* line 99, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort--open::after {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1676029388/icons/angle-up-white_vyvga3.svg"); }
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort--open .drv-filter-controls__sort-options {
    display: flex !important; }
  /* line 109, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort--dark-arrow::after {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-down-blue_mouciv.svg"); }
  /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort--dark-arrow.drv-filter-controls__sort--open::after {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-up-blue_jzo6ix.svg"); }
  /* line 120, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort button {
    text-align: left;
    padding: 0.5rem 1rem !important; }
  /* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__sort .drv-filter-controls__sort-options {
    display: none;
    flex-direction: column;
    position: absolute !important;
    left: -1px;
    right: -1px;
    top: 48px;
    background-color: #ffffff;
    z-index: 2;
    padding: 0.75rem;
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px #eaeaea; }
/* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__desktop {
  display: none;
  grid-row: 4;
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 1rem;
  padding: 1.5rem 30px 1rem;
  margin-bottom: 10px;
  position: sticky;
  top: 48px;
  z-index: 1; }
  @media screen and (min-width: 1200px) {
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop {
      display: flex; } }
  @media screen and (min-width: 1500px) {
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop {
      padding-right: 90px;
      padding-left: 90px; }
      /* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
      .drv-filter-controls__desktop--fixed {
        padding-top: 1rem;
        padding-bottom: 1rem;
        box-shadow: 0px 2px 5px 0px rgba(0, 43, 73, 0.1);
        z-index: 4;
        background-color: #eaeaea; }
        /* line 170, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
        .drv-filter-controls__desktop--fixed .pills-group {
          border-left: 1px solid #d1d1d1;
          padding-left: 1rem;
          align-items: center;
          flex-grow: 1; }
        /* line 177, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
        .drv-filter-controls__desktop--fixed .pills {
          flex-wrap: nowrap !important; }
          /* line 180, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
          .drv-filter-controls__desktop--fixed .pills .pill,
          .drv-filter-controls__desktop--fixed .pills .pill-group {
            flex: 0 0 auto;
            flex-direction: row !important;
            flex-basis: auto !important; }
        /* line 188, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
        .drv-filter-controls__desktop--fixed .drv-filter-controls__expand {
          display: flex; }
        /* line 192, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
        .drv-filter-controls__desktop--fixed .drv-filter-controls__clear {
          margin: 0; } }
  /* line 198, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__desktop .results-count {
    display: none;
    margin-right: 16px;
    align-self: center;
    transform: translateY(-2px);
    font-weight: 500; }
    @media screen and (min-width: 1200px) {
      /* line 198, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
      .drv-filter-controls__desktop .results-count {
        display: inline-block; } }
  /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__desktop .indicators {
    display: inline;
    position: relative;
    top: auto;
    margin: 0; }
    /* line 216, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop .indicators.hidden {
      display: none; }
    /* line 220, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop .indicators.prev {
      left: -8px; }
    /* line 224, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop .indicators.next {
      right: 5px; }
    /* line 228, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__desktop .indicators .arrow {
      display: flex;
      align-items: center; }
      /* line 232, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
      .drv-filter-controls__desktop .indicators .arrow img {
        width: 35px; }
      /* line 236, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
      .drv-filter-controls__desktop .indicators .arrow.is-disabled,
      .drv-filter-controls__desktop .indicators .arrow .disabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.3; }
/* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-controls__mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 576px) {
    /* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__mobile {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 1200px) {
    /* line 246, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__mobile {
      display: none; } }
  /* line 262, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__mobile--primary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center; }
  /* line 271, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
  .drv-filter-controls__mobile .pills-group {
    flex-grow: 1;
    width: 100%;
    border-right: 0;
    min-height: auto;
    padding: 0;
    align-items: center; }
    /* line 279, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-controls__mobile .pills-group .pills {
      flex-wrap: wrap;
      overflow: hidden;
      margin-right: 0; }
      /* line 284, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
      .drv-filter-controls__mobile .pills-group .pills .pill {
        flex-grow: 0; }

/* line 292, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.drv-filter-toggles {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid #d1d1d1;
  flex-wrap: wrap; }
  @media screen and (min-width: 576px) {
    /* line 292, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-toggles {
      padding: 16px 0;
      margin-right: 30px;
      margin-left: 30px; } }
  @media screen and (min-width: 1200px) {
    /* line 292, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
    .drv-filter-toggles {
      display: none; } }

/* line 315, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-controls.scss */
.p-makes-show .drv-filter-controls {
  height: 40px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
.drv-filter-drawer-list-item {
  display: block;
  position: relative;
  border-top: solid 1px #eaeaea;
  font-weight: 500; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    width: 17px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  /* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--open {
    padding-bottom: 3px; }
    /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--open::after {
      background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-up-blue_jzo6ix.svg"); }
  /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--closed::after {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-down-blue_mouciv.svg"); }
  /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--disabled::after {
    opacity: 0.2; }
  /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--dropdown {
    width: 100%;
    display: inline-block !important;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    border-width: 1px !important;
    padding: 0; }
    /* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown::after {
      right: 24px;
      top: 20px; }
    /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .b-form-search {
      position: relative;
      display: flex;
      align-items: center;
      height: 56px;
      padding: 0;
      background-color: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 6px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); }
    /* line 71, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .b-form-search__input {
      flex: 1;
      min-width: 0;
      height: 100%;
      padding: 0 16px 0 20px;
      border: none;
      border-radius: 6px 0 0 6px;
      background: transparent; }
      /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
      .drv-filter-drawer-list-item--dropdown .b-form-search__input::placeholder {
        color: #99aab6;
        font-size: 1.25rem;
        font-weight: 600; }
      /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
      .drv-filter-drawer-list-item--dropdown .b-form-search__input:focus {
        outline: none;
        box-shadow: none; }
    /* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .b-form-search__icon {
      flex-shrink: 0;
      width: 64px;
      height: 100%;
      border-left: 1px solid #eaeaea;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002b49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
      background-size: 28px 28px;
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;
      border-radius: 0 6px 6px 0; }
    /* line 105, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-trigger {
      padding: 0 25px;
      height: 50px; }
    /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-options-container {
      position: absolute !important;
      left: -1px;
      right: -1px;
      top: 48px;
      background-color: #ffffff;
      max-height: 20rem;
      z-index: 2;
      padding: 0;
      border: 1px solid #eaeaea;
      overflow: hidden;
      border-radius: 0 0 8px 8px;
      max-height: 335px;
      box-shadow: 0 2px #eaeaea; }
      /* line 125, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
      .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-options-container--nowrap {
        right: unset;
        width: auto;
        min-width: calc(100% + 2px);
        overflow: visible; }
        /* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
        .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-options-container--nowrap .drv-filter-drawer-list-options {
          overflow-y: auto;
          overflow-x: visible; }
        /* line 135, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
        .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-options-container--nowrap .drv-filter-option__label {
          text-wrap: nowrap; }
    /* line 141, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-options {
      padding: 0.75rem 0.75rem 0 0.75rem; }
    /* line 145, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
    .drv-filter-drawer-list-item--dropdown .drv-filter-drawer-list-submit {
      padding: 0.75rem; }
  /* line 150, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--selected {
    border: 1.5px solid #ac8c30; }
  /* line 155, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--electric .drv-checkbox:checked {
    background-color: #00a3e0;
    border-color: #00a3e0; }
  /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-item--electric.drv-filter-drawer-list-item--selected {
    border: 1.5px solid #00a3e0; }

/* line 166, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
.drv-filter-drawer-list-item--dropdown.drv-filter-drawer-list-item--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 171, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
.drv-filter-drawer-list-options-container {
  display: none;
  position: relative;
  max-height: 241px;
  overflow: auto; }
  /* line 177, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
  .drv-filter-drawer-list-options-container--open {
    display: flex;
    flex-direction: column; }

/* line 183, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-list-item.scss */
.drv-filter-drawer-list-options {
  position: relative;
  overflow: auto; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
.drv-filter-drawer-trigger {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0.75rem 0;
  font-size: 1.125rem;
  line-height: 1.75rem; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
  .drv-filter-drawer-trigger:focus {
    outline: none; }

/* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
.drv-filter-drawer-trigger__count {
  display: block;
  color: #8c8c8c;
  font-size: 0.875rem;
  line-height: 1.25rem; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
.drv-filter-drawer-trigger__check {
  margin-left: 0.5rem;
  margin-bottom: 5px; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
.drv-filter-drawer-trigger__info {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 1200px) {
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-drawer-trigger.scss */
    .drv-filter-drawer-trigger__info {
      display: none; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-list.scss */
.drv-filter-list__heading {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
.drv-filter-option {
  display: flex;
  align-items: center; }
  /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .drv-filter-option--large {
    padding: 4px 8px;
    border-bottom: 1px solid #ccd5db; }
    @media (min-width: 768px) {
      /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
      .drv-filter-option--large {
        padding: 12px 20px;
        font-size: 18px; } }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .drv-filter-option--as-button {
    padding: 15px 20px;
    border: 1px solid #ccd5db;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 16px; }

/* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
.drv-filter-option__label {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  margin-left: 0.25rem;
  flex: 1 1 0;
  cursor: pointer; }
  /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .drv-filter-option__label--disabled {
    cursor: default;
    opacity: 0.2; }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---electric-']:before, .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---hybrid-']:before, .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---plug-in-']:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  /* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---electric-']:before {
    background-image: url(/assets/fueltype-icons/electric-315fceed6cf03b4c962f25ec0f98ea8371a0a5f68569d1216e6a5754b1d02794.svg); }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---hybrid-']:before {
    background-image: url(/assets/fueltype-icons/hybrid-1f03af6d79d0a999829b7843d336177975d5b629bfa68778a4b0adff134507ed.svg); }
  /* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .p-ev-special-offers .drv-filter-option__label[for^='display-fueltype---plug-in-']:before {
    background-image: url(/assets/fueltype-icons/plugin-2fea5e7b5017066039dda891f63623ff42ec1842d6a7008bff4e0434cad3a4df.svg); }

/* line 79, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
.drv-filter-option__pre-label {
  margin-right: 0.25rem; }
  /* line 81, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
  .drv-filter-option__pre-label img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: inline-block;
    margin-right: 8px; }

/* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-option.scss */
.drv-filter-option__post-label {
  color: #bfbfbf; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
.drv-filter-triggers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0s ease;
  padding: 0;
  background-color: #f6f6f6;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top: 1px solid #8c8c8c;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers {
      padding: 0.75rem 30px;
      border-top: 0; } }
  @media screen and (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers {
      display: none; } }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
  .drv-filter-triggers__trigger {
    flex-grow: 1;
    width: 50%; }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger:first-of-type {
      border-right: 1px solid #8c8c8c; }
    /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger button {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      position: relative;
      min-width: 200px;
      text-align: center;
      padding: 0.5rem 1rem;
      font-weight: 600; }
      /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
      .drv-filter-triggers__trigger button:after, .drv-filter-triggers__trigger button:before {
        content: '';
        position: relative;
        right: -5px;
        top: 2px;
        display: inline-block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none; }
    @media screen and (min-width: 768px) {
      /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
      .drv-filter-triggers__trigger {
        flex-grow: 0;
        width: auto; }
        /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
        .drv-filter-triggers__trigger:first-of-type {
          border-right: 0; }
        /* line 67, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
        .drv-filter-triggers__trigger button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 50px;
          padding: 0 25px !important;
          border-radius: 8px;
          position: relative;
          min-width: 200px;
          text-align: left;
          background-color: #002b49;
          color: #ffffff !important;
          justify-content: space-between;
          font-weight: 400; }
          /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
          .drv-filter-triggers__trigger button:focus, .drv-filter-triggers__trigger button:hover {
            background-color: #003765; } }
    /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger--filter button:before {
      background-image: url(/assets/icon-filter-gold-18cfd9dff752b53fa76d1b50f20bf38595c41429de8155a28890bfdb5f9310a3.png);
      right: unset;
      left: -10px;
      width: 20px;
      height: 20px; }
    /* line 99, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger--filter button:after {
      content: none; }
    @media screen and (min-width: 768px) {
      /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
      .drv-filter-triggers__trigger--filter button:before {
        content: none; }
      /* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
      .drv-filter-triggers__trigger--filter button:after {
        content: '';
        background-image: url(/assets/icon-filter-white-af9bf09c5f67350ccd830308967417e485370316dc99490e1f239eb52ca68937.png); } }
    /* line 118, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger--sort button:before {
      content: none; }
    /* line 122, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger--sort button:after {
      background-image: url(/assets/icon-down-gold-57f4acd58b29a92a0a568395842c545b0530f345c610f8667e222fd8987df64b.svg); }
    @media screen and (min-width: 768px) {
      /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
      .drv-filter-triggers__trigger--sort button:after {
        width: 17px;
        height: 14px;
        background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1676029394/icons/angle-down-white_lmtcyj.svg"); } }
    /* line 136, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-triggers.scss */
    .drv-filter-triggers__trigger--make {
      position: relative;
      cursor: pointer;
      display: block;
      font-size: 1.125rem;
      line-height: 1.75rem;
      padding: 0.5rem 1.5rem;
      text-align: center;
      width: 100%;
      border: none;
      box-shadow: 0 0 0 1px #d2d2d2ca;
      color: #002b49;
      font-weight: 600;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
.drv-filter-van-bodytypes {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #002b49;
  color: #ffffff;
  column-gap: 4rem;
  padding: 1rem 45px;
  position: relative; }
  @media screen and (min-width: 1500px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes {
      padding-right: 90px;
      padding-left: 90px; } }
  /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes__title {
    font-weight: 600;
    margin-bottom: 1rem; }
    @media screen and (min-width: 1200px) {
      /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
      .drv-filter-van-bodytypes__title {
        margin-bottom: 0; } }
  /* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes__mobile .drv-filter-van-bodytypes__title {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1130px) {
      /* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
      .drv-filter-van-bodytypes__mobile .drv-filter-van-bodytypes__title {
        width: auto;
        text-align: left; } }
  /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes__desktop {
    display: flex;
    gap: 3rem; }
  /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes .bodytype-slider {
    flex-grow: 1;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always; }
    /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes .bodytype-slider .scroll-snap-slide {
      flex: 0 0 calc(33.33% - 15px) !important;
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: none;
      scroll-snap-align: start;
      width: 100%;
      scroll-snap-stop: always; }
      @media screen and (min-width: 576px) {
        /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
        .drv-filter-van-bodytypes .bodytype-slider .scroll-snap-slide {
          flex-basis: calc(33.33% - 10px) !important; } }
      @media screen and (min-width: 768px) {
        /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
        .drv-filter-van-bodytypes .bodytype-slider .scroll-snap-slide {
          flex-basis: 0 !important; } }
      @media screen and (min-width: 992px) {
        /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
        .drv-filter-van-bodytypes .bodytype-slider .scroll-snap-slide {
          flex-basis: 0 !important; } }
  /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes .indicators {
    display: block;
    position: absolute;
    margin: 0;
    top: 50%; }
    @media screen and (min-width: 992px) {
      /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
      .drv-filter-van-bodytypes .indicators {
        display: none; } }
    /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes .indicators .arrow {
      margin: 0 0.25rem; }
    /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes .indicators.prev {
      left: 0; }
    /* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes .indicators.next {
      right: 0; }
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
  .drv-filter-van-bodytypes__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-right: 0.5rem;
    font-weight: 600; }
    /* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button:hover {
      cursor: pointer; }
    /* line 115, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--selected {
      color: #ac8c30; }
    /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button .icon {
      width: 100px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--electric.drv-filter-van-bodytypes__button--selected {
      color: #00a3e0; }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--all .icon {
      background-image: url(/assets/icon-vans-all-0355efec96a9e3c60dddafa1c4936f0231309d89c41a5cc9ba5b91ef6fd70be2.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--all.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-all-gold-d43813392eb9b36035069e9c5163fef8f82104adcf061d04471fa1e1bc04db1e.svg); }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--small .icon {
      background-image: url(/assets/icon-vans-small-e3527b4c49e8cfafe69430dfa4935a4befcf9ab9f3d77971bc3bcfe62292eb5c.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--small.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-small-gold-57d9729168f56836b2a43d75c2f402a8a8279af04ba228c4a550161ec3e6809f.svg); }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--medium .icon {
      background-image: url(/assets/icon-vans-medium-19a5b5b00b23a62e852d85ee95653c799353bb895f3fbc532a667fe2076029b1.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--medium.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-medium-gold-86f51a7f00f7c00a78071cd833810648d5f8bbc60166aaa8ba81b33efa9754f9.svg); }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--large .icon {
      background-image: url(/assets/icon-vans-large-5c17331961a283361c152121cb838811a34a78a1b1d8e698ef50c6bd3021518c.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--large.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-large-gold-e768e097421829205b0290517a72633d139d678870d9089f8335d87cada427ef.svg); }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--pickup .icon {
      background-image: url(/assets/icon-vans-pickup-d56c9d5f0a6e2367b54845324d529b3bf318fc6e216d3254f53ada3e19c44275.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--pickup.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-pickup-gold-5f8138a305ecd2b98a350159be9bd89b77816bd586243905f6c5715d62cff807.svg); }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--conversions .icon {
      background-image: url(/assets/icon-vans-conversion-adcda2dbe3b2aa9d5eb297d0831c05d12d99a76a6384864693ce3814562b98a1.svg); }
    /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--conversions.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-conversion-gold-40879b00ce4158fc572da8b65721e0244f78a8f91349b765eed49e20a36fda7e.svg); }
    /* line 153, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--electric .icon {
      background-image: url(/assets/icon-vans-electric-607a8369098e6974a46ca4d3dccfe339081611711612f9c928ac892fc75e6731.svg); }
    /* line 157, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/filter-van-bodytypes.scss */
    .drv-filter-van-bodytypes__button--electric.drv-filter-van-bodytypes__button--selected .icon {
      background-image: url(/assets/icon-vans-electric-blue-90da76d30a8f6943bad7cdfc2fe1e7da9701ddc3da23ee89bc7e8002ce182378.svg); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/hr.scss */
.drv-hr {
  display: block;
  height: 1px;
  background: #d1d1d1;
  margin: 0.5rem 0; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/info.scss */
.drv-info {
  font-size: 0.75rem;
  line-height: 16px; }

/* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/info.scss */
.drv-info:before {
  content: '';
  font-size: 0.7901234568rem;
  align-items: center;
  background: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1627990726/icons/info-ev_dark_vdvb4z.svg) no-repeat center;
  background-size: 18px;
  border-radius: 50%;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  width: 16px;
  flex-shrink: 0;
  margin-bottom: 1px;
  margin-top: 0; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  align-content: center; }
  /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-label span {
    display: none; }
    @media screen and (min-width: 370px) {
      /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
      .drv-label span {
        display: inline; } }

/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--primary {
  background-color: #ac8c30;
  border-radius: 0.25rem; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--secondary {
  background-color: #ffffff;
  color: #002b49;
  border-radius: 0.25rem; }

/* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--tertiary {
  background-color: #000000;
  text-wrap: nowrap;
  border-radius: 0.25rem; }

/* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--dark-blue {
  background-color: #002b49;
  color: #ffffff;
  border-radius: 0.25rem; }

/* line 39, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--gold {
  background-color: #ac8c30;
  color: #ffffff;
  padding: 0.25rem 16px; }

/* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--eon {
  background-color: #ff4823;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  vertical-align: middle; }
  @media screen and (max-width: 991px) {
    /* line 45, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
    .drv-label--eon {
      font-size: 0.8rem;
      border-radius: 6px 0 0 0;
      line-height: 0.9;
      letter-spacing: 0;
      margin-bottom: 0 !important; } }

/* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--border {
  background-color: #002b49;
  color: #ffffff;
  font-weight: 700;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 0.25rem; }

/* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--new-blue {
  background-color: #ffffff;
  color: #002b49;
  font-weight: 600;
  box-shadow: inset 0px 0px 0px 1px #ffffff !important; }

/* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--eon-border {
  background-color: #ffffff;
  color: #002b49;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
  border: 2px solid #002b49;
  box-shadow: none;
  margin-left: 0.5rem; }
  @media screen and (max-width: 991px) {
    /* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
    .drv-label--eon-border {
      font-size: 0.9rem;
      padding: 10px 10px;
      border-radius: 0;
      line-height: 0.9;
      letter-spacing: 0;
      border: 0 solid #002b49;
      margin-left: 0;
      margin-bottom: 0 !important; } }

/* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--ald {
  background-color: #ac8c30; }

/* line 115, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--alphabet {
  background-color: #005ca9; }

/* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--arval {
  background-color: #009688; }

/* line 123, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--novuna {
  background-color: #c9c0e7; }

/* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--kinto {
  background-color: #8d1d00; }

/* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--leaseplan {
  background-color: #ff5c00; }

/* line 135, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--leasys {
  background-color: #de05e1; }

/* line 139, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--lex {
  background-color: #77b800; }

/* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--santander {
  background-color: #9c27b0; }

/* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--dealer {
  background-color: #454547;
  color: #ffffff; }

/* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--icon {
  background: #ffffff;
  color: #00a3e0;
  border: 1px solid #00a3e0;
  aspect-ratio: 1 / 1;
  height: 25px;
  border-radius: 50%;
  padding: 5px !important; }
  /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-label--icon img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  @media (min-width: 1200px) {
    /* line 152, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
    .drv-label--icon {
      height: 2.5rem; } }

/* line 172, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-label--starred {
  display: inline-flex;
  align-items: center; }
  /* line 176, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-label--starred:before {
    content: '';
    display: inline-block;
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233892/icons/star-white_tsasda.svg");
    background-size: contain;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    margin-bottom: 1px; }

/* line 188, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-labels--admin {
  display: block;
  margin-bottom: 1rem; }

/* line 193, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
.drv-labels--light {
  font-size: 0.75rem; }
  /* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-labels--light .drv-label--primary {
    border-radius: 0.25rem; }
  /* line 200, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-labels--light .drv-label--secondary {
    background-color: #002b49;
    color: #ffffff;
    border-radius: 0.25rem; }
    /* line 205, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
    .drv-labels--light .drv-label--secondary--border {
      background-color: #ffffff;
      color: #002b49;
      box-shadow: inset 0px 0px 0px 2px #002b49; }
  /* line 212, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/label.scss */
  .drv-labels--light .drv-label--border {
    border-radius: 0.25rem;
    background-color: #002b49 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: none !important; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/labels.scss */
.drv-labels {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/labels.scss */
.drv-labels__group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/labels.scss */
  .drv-labels__group--admin {
    display: none; }
    /* line 14, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/labels.scss */
    .is-logged-in .drv-labels__group--admin {
      display: flex;
      flex-wrap: wrap; }
  /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/labels.scss */
  .drv-labels__group .drv-label {
    margin-right: 0.25rem; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link {
  cursor: pointer;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }
  /* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
  .drv-link:visited, .drv-link:hover, .drv-link:active, .drv-link:focus {
    color: inherit; }

/* line 14, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--unstyled {
  text-decoration: none;
  color: inherit; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link svg {
  display: inline;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
  top: -1px;
  vertical-align: middle; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link:hover svg {
  fill: #e4bd5f; }

/* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--primary {
  color: #002b49; }

/* line 36, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--gold {
  color: #ac8c30; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--gold:active,
.drv-link--gold:focus,
.drv-link--gold:hover {
  color: #e4bd5f; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--electric {
  color: #00a3e0; }

/* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
.drv-link--electric:active,
.drv-link--electric:focus,
.drv-link--electric:hover {
  color: #0481b7; }
  /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/link.scss */
  .drv-link--electric:active svg,
  .drv-link--electric:focus svg,
  .drv-link--electric:hover svg {
    fill: #0481b7; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
.drv-list-icons {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0; }

/* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
.drv-list-icons__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px; }

/* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
.drv-list-icon__img {
  margin-bottom: 1rem; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
.drv-list-icon__text {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
.drv-deal .drv-list-icons .drv-list-icons__item:nth-child(n + 5):last-child {
  display: none; }
  @media (min-width: 992px) {
    /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-icons.scss */
    .drv-deal .drv-list-icons .drv-list-icons__item:nth-child(n + 5):last-child {
      display: flex; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table {
  list-style-type: none;
  padding: 0;
  width: 100%;
  font-weight: 500; }

/* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table--small .drv-list-table__item {
  padding: 0.25rem 0; }

/* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table__item {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding: 0.75rem 0;
  display: flex;
  justify-content: space-between; }

/* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table__info {
  display: block;
  font-size: 0.875rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table__data {
  text-align: right; }

/* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/list-table.scss */
.drv-list-table__title {
  font-weight: 500; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/loader.scss */
.drv-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/loader.scss */
  .drv-loader--centered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/loader.scss */
  .drv-loader__spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #d1d1d1;
    border-top-color: #ac8c30;
    box-sizing: border-box;
    animation: drv-loader-rotation 1s linear infinite; }
  /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/loader.scss */
  .drv-loader__label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #494949;
    text-align: center; }

@keyframes drv-loader-rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
.drv-model-card {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  min-width: 325px;
  padding: 15px;
  text-decoration: none;
  color: inherit; }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card:hover, .drv-model-card:visited {
    text-decoration: none;
    color: inherit; }
  @media (max-width: 768px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card {
      padding: 15px; } }
  /* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #d2d2d2ca;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
    z-index: -1; }
    @media (max-width: 768px) {
      /* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 44%, 0 38%);
        transform: scale(1.3); } }
  /* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0px 20px 20px;
    position: relative; }
  /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__title {
    font-size: 1.5em;
    font-weight: 600; }
    @media (max-width: 768px) {
      /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__title {
        padding-top: 10px; } }
  /* line 60, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__description {
    margin: 10px 0;
    color: #002b49; }
  /* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__price {
    margin-top: auto; }
    @media (max-width: 768px) {
      /* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__price {
        position: absolute;
        font-size: 1.3em;
        bottom: 0.5em; } }
    @media (max-width: 450px) {
      /* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__price {
        position: absolute;
        font-size: 1em;
        bottom: 0.5em; } }
  /* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__amount {
    font-size: 1.5em;
    font-weight: bold; }
  /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__button-wrapper {
    margin-top: 30px;
    width: 50%; }
    @media (max-width: 768px) {
      /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__button-wrapper {
        margin-top: 0;
        width: 100%; } }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__button-desktop {
    display: flex;
    font-weight: 700;
    font-size: 16px; }
    /* line 99, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card__button-desktop .drv-button__icon {
      right: 4px; }
    @media (max-width: 768px) {
      /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__button-desktop {
        display: none; } }
  /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__button-mobile {
    display: none; }
    @media (max-width: 768px) {
      /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__button-mobile {
        display: flex;
        justify-content: end; } }
    @media (max-width: 450px) {
      /* line 107, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__button-mobile {
        transform: translateY(5px); } }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__right-column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 20px 0px; }
  /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__top-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: auto; }
    @media (max-width: 768px) {
      /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__top-content {
        padding-top: 10px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%; } }
    /* line 142, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card__top-content > *:only-child {
      margin-left: auto; }
  /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__pill {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      /* line 147, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__pill {
        font-size: 0.75rem;
        line-height: 1rem;
        background-color: #002b49;
        color: #ffffff; } }
  /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__fuel-info {
    display: flex;
    margin-top: 5px;
    transform: scale(0.8);
    transform-origin: right;
    min-height: 20px;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 161, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__fuel-info {
        align-self: flex-end;
        font-size: 1.2em; } }
  /* line 175, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__fuel-icon {
    height: 2em;
    width: auto;
    margin-right: 5px; }
  /* line 181, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__fuel-text {
    margin-bottom: 0;
    display: inline-block;
    color: #00a3e0;
    font-weight: 600; }
    /* line 186, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card__fuel-text--mobile {
      display: none; }
    @media (max-width: 768px) {
      /* line 181, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__fuel-text {
        display: none; }
        /* line 192, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
        .drv-model-card__fuel-text--mobile {
          margin-bottom: 0;
          display: inline-block;
          color: #00a3e0;
          font-weight: 600; } }
  /* line 201, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card__image-wrapper {
    max-width: 100%;
    height: auto;
    margin-top: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      /* line 208, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__image-wrapper img {
        transform: translateY(-30px);
        transform: scale(0.9);
        margin-top: -20px; } }
  @media (max-width: 768px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card {
      grid-template-columns: 100%; }
      /* line 218, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__left-column, .drv-model-card__right-column {
        padding: 0 10px 10px 10px;
        margin-top: -10px; }
      /* line 223, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__left-column {
        order: 2; }
      /* line 226, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card__right-column {
        order: 1; } }
  /* line 231, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
  .drv-model-card--advert {
    background: linear-gradient(180deg, #002b49 0%, #003765 50%, #0481b7 100%);
    padding: 20px;
    position: relative; }
    /* line 236, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert::before {
      content: none; }
    /* line 240, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert::after {
      content: '';
      position: absolute;
      top: 25px;
      left: 50px;
      width: 100%;
      height: 100%;
      background-image: url(/assets/cta-model-card-gold-comb-2a635ac0a2afc2ac74d401f31e529dfa7fdcde49d5d292cf3324fba5285ed087.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right;
      z-index: -1; }
      @media (max-width: 768px) {
        /* line 240, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
        .drv-model-card--advert::after {
          width: 110%;
          height: 55%;
          top: 45%;
          left: 5%;
          right: auto;
          transform: none; } }
    /* line 263, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert .drv-model-card__left-column {
      padding: 20px 20px 0 20px;
      z-index: 1; }
    /* line 268, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert .drv-model-card__title {
      font-size: 3em;
      font-weight: 600;
      color: white; }
      /* line 273, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card--advert .drv-model-card__title .highlight {
        color: #ac8c30; }
      @media (max-width: 768px) {
        /* line 268, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
        .drv-model-card--advert .drv-model-card__title {
          font-size: 2em; } }
    /* line 282, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert .drv-model-card__button-wrapper {
      display: flex;
      margin-top: 30px;
      width: max-content;
      text-decoration: none; }
      /* line 288, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
      .drv-model-card--advert .drv-model-card__button-wrapper:hover, .drv-model-card--advert .drv-model-card__button-wrapper:visited {
        text-decoration: none;
        color: inherit; }
      @media (max-width: 768px) {
        /* line 282, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
        .drv-model-card--advert .drv-model-card__button-wrapper {
          width: 100%;
          padding-bottom: 30px;
          font-size: 1rem;
          justify-content: center; } }
    /* line 302, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert .drv-model-card__right-column {
      display: flex;
      justify-content: center;
      overflow: hidden;
      z-index: 1; }
    /* line 308, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-card.scss */
    .drv-model-card--advert .drv-model-card__image {
      height: auto;
      margin-top: auto;
      display: flex;
      flex-direction: column; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-grid.scss */
.drv-model-grid {
  --grid-column-gap: 14px;
  --grid-row-gap: 22px;
  --grid-column-count: 2;
  --grid-item--min-width: 340px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-column-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  padding-bottom: var(--grid-row-gap); }
  @media screen and (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/model-grid.scss */
    .drv-model-grid {
      grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)); } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
.drv-paint-selector {
  margin: 0 0 40px 0; }
  @media (max-width: 768px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
    .drv-paint-selector {
      margin-top: 10px; } }
  /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    width: 100%; }
    @media (max-width: 768px) {
      /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
      .drv-paint-selector__wrapper {
        width: 100%;
        gap: 12px;
        border-bottom: 1px solid #8c8c8c; } }
  /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__disclaimer {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin: 10px 0; }
    @media (max-width: 768px) {
      /* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
      .drv-paint-selector__disclaimer {
        font-size: 12px; } }
  /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__radio-group {
    position: relative; }
  /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__description {
    font-size: 14px;
    width: 35%; }
    /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
    .drv-paint-selector__description b {
      margin-right: 6px; }
    @media (max-width: 768px) {
      /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
      .drv-paint-selector__description {
        width: 100%;
        padding-left: 0;
        order: -1;
        margin-bottom: 10px; } }
  /* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__paint-name {
    display: inline-block;
    white-space: nowrap; }
  /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__price {
    color: var(--accent, #ac8c30);
    font-weight: 600;
    white-space: nowrap; }
  /* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  /* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector .drv-paint-selector__label {
    cursor: pointer; }
  @media (max-width: 768px) {
    /* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
    .drv-paint-selector--hidden {
      display: none; } }

/* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
.drv-paint-selector__toggle {
  display: none;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
  border-top: 1px solid #8c8c8c;
  padding: 10px 0;
  border-left: none;
  border-right: none;
  background: transparent;
  outline: none;
  font-weight: 600;
  justify-content: flex-start;
  color: #002b49; }
  /* line 99, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__toggle--open {
    border-bottom: none; }
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__toggle::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/assets/arrow-right-b35e81f778bdafbb6dc856d65bf05e48b0ed34bf1d3529889738a805becf931d.svg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    align-self: center; }
  /* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector__toggle::before {
    content: '';
    width: 46px;
    height: 46px;
    margin: -10px 16px -10px 0;
    display: inline-block;
    background-image: url(/assets/colour-wheel-7a5b53f26c5b05fd16d03c1183bf5ee713a69358d09f6a778727fb9aed7c5971.svg);
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center; }
  @media (max-width: 768px) {
    /* line 83, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
    .drv-paint-selector__toggle {
      display: flex; } }

@media (max-width: 768px) {
  /* line 134, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-selector {
    flex-direction: column; } }
/* line 139, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
.drv-paint-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%; }
  /* line 146, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-swatch--large {
    width: 33px;
    height: 33px;
    border: none;
    display: block;
    box-shadow: 0px 3px 6px #00000029; }
  /* line 154, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/paint-swatch.scss */
  .drv-paint-swatch--selected {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #62edff; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
.drv-peace-of-mind {
  background: #f1f3f5;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  position: relative;
  border-radius: 5px; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
  .drv-peace-of-mind:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: -10px;
    background-image: url(/assets/maintenance-icon-1136ff43a51d525a11005ce006682b69a18e4504e1abd3e7ce9bd877d49f7f82.svg);
    background-size: calc(100% - 10px);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }
    @media (min-width: 576px) {
      /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
      .drv-peace-of-mind:before {
        width: 60px;
        height: 60px; } }

/* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
.drv-peace-of-mind__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 30px; }
  @media (min-width: 576px) {
    /* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
    .drv-peace-of-mind__title {
      font-size: 20px;
      padding: 0 40px; } }

/* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
.drv-peace-of-mind__description {
  font-size: 14px;
  color: #ac8c30;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 576px) {
    /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
    .drv-peace-of-mind__description {
      font-size: 16px; } }

/* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
.drv-peace-of-mind__intro {
  color: #ac8c30;
  font-weight: 600;
  font-size: 12px; }
  @media (min-width: 576px) {
    /* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
    .drv-peace-of-mind__intro {
      font-size: 14px; } }

/* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
.drv-peace-of-mind__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px; }
  @media (min-width: 576px) {
    /* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
    .drv-peace-of-mind__list {
      font-size: 14px; } }
  /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
  .drv-peace-of-mind__list li {
    position: relative;
    padding-left: 20px; }
    /* line 79, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/piece-of-mind.scss */
    .drv-peace-of-mind__list li:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 2px;
      left: 0px;
      background-image: url(/assets/gold-tick-1f4f3d85fe4ad67fcfc4323778b31b78e8d85916b8987518a01ef115d407e58b.svg);
      background-size: contain;
      background-repeat: no-repeat; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
.pills-group {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 40px;
  margin-top: 5px;
  border-right: 1px solid #d1d1d1;
  padding: 0 1rem;
  padding-left: 0;
  width: 100px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 1200px) {
    /* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    .pills-group {
      margin-bottom: 0; } }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
.drv-pills {
  display: flex;
  flex-wrap: wrap !important;
  flex-grow: 1;
  gap: 0.5rem 0.5rem;
  overflow: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  list-style: none;
  margin-right: 1rem;
  font-weight: 500; }
  /* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pills--nowrap {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: nowrap !important;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1; }
  /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pills > div:first-child {
    margin-left: 0; }
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pills > .drv-pill, .drv-pills > .drv-pill--border, .drv-pills > .pill_group,
  .drv-pills .scroll-snap-slide {
    flex-direction: row !important;
    flex-basis: auto !important;
    width: auto !important; }

/* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
.pill-group {
  display: flex;
  gap: 0.5rem;
  flex-direction: row !important;
  flex-basis: auto !important; }

/* line 60, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
.drv-pills-slider {
  display: flex;
  position: relative;
  padding: 0;
  overflow: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  list-style: none; }
  /* line 69, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pills-slider::-webkit-scrollbar {
    display: none; }

/* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
.drv-pill, .drv-pill--border {
  background-color: #ffffff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important; }
  /* line 81, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pill--border {
    border: 1px solid #d1d1d1; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pill--make {
    margin-left: 0.75rem; }
  /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pill--last {
    margin-right: 0.75rem; }
  /* line 94, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pill--close {
    cursor: pointer; }
    /* line 97, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    .drv-pill--close:after {
      content: '';
      position: relative;
      height: 12px;
      width: 12px;
      display: inline-block;
      background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1676292996/icons/cross_blue_b2arcx.svg");
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: center;
      margin-left: 14px; }
    /* line 114, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    .drv-pill--close:hover {
      background-color: #f2f2f2; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
  .drv-pill--blue-invertable {
    color: #002b49;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex; }
    /* line 127, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    .drv-pill--blue-invertable:hover {
      box-shadow: 0px 0px 0px 2px #00a3e0 inset;
      text-decoration: none; }
    /* line 132, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    input[type='checkbox']:checked + .drv-pill--blue-invertable {
      background-color: #002b49;
      color: white; }
      /* line 136, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
      input[type='checkbox']:checked + .drv-pill--blue-invertable span {
        color: white; }
    /* line 141, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/pill.scss */
    .drv-pill--blue-invertable span {
      color: inherit;
      text-decoration: none; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
.imperfection-carousel {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__viewport {
    overflow: hidden;
    width: 100%; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__container {
    display: flex;
    height: 100%;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent; }
  /* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
    .imperfection-carousel__slide img {
      width: 100%;
      height: auto; }
  /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
    z-index: 5; }
    @media (min-width: 768px) {
      /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
      .imperfection-carousel__button {
        width: 25px;
        height: 25px; } }
    /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
    .imperfection-carousel__button--prev {
      left: -16px; }
      @media (min-width: 768px) {
        /* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
        .imperfection-carousel__button--prev {
          left: -8px; } }
      /* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
      .imperfection-carousel__button--prev:before {
        content: '';
        border: solid #333;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg) translate(-1px, -1px);
        transform-origin: center; }
    /* line 69, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
    .imperfection-carousel__button--next {
      right: -16px; }
      @media (min-width: 768px) {
        /* line 69, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
        .imperfection-carousel__button--next {
          right: -8px; } }
      /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
      .imperfection-carousel__button--next:before {
        content: '';
        border: solid #333;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg) translate(-1px, -1px);
        transform-origin: center; }
  /* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
  .imperfection-carousel__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #002b49;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none; }
    @media (min-width: 768px) {
      /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
      .imperfection-carousel__tag {
        font-size: 0.5rem; } }
    @media (min-width: 992px) {
      /* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/quote-imperfection-carousel.scss */
      .imperfection-carousel__tag {
        font-size: 0.75rem; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem; }

/* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-button {
  flex-grow: 1;
  cursor: pointer; }

/* line 13, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-button input:disabled + .drv-radio-button__label {
  background: #f2f2f2;
  color: #d1d1d1; }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-button__label {
  display: block;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-button input {
  display: none; }

/* line 32, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/radio-buttons.scss */
.drv-radio-button input:checked + .drv-radio-button__label {
  color: #ffffff;
  background: #002b49; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range {
  position: relative; }

/* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__input-wrapper {
  position: relative;
  display: grid;
  grid-template-rows: auto auto; }

/* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__input {
  width: 100%;
  -webkit-appearance: none;
  height: 60px;
  grid-row: 1 / auto;
  z-index: 1;
  cursor: pointer; }
  /* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__input::-webkit-slider-runnable-track {
    height: 5px; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: -45px;
    background: radial-gradient(circle, white 5px, #003765 6px 9px, transparent 10px 21px);
    border-radius: 50%;
    cursor: pointer;
    height: 41px;
    width: 41px;
    box-shadow: none; }
  /* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__input::-moz-range-thumb {
    position: relative;
    top: -33px;
    transform: translateY(-27px);
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    width: 10px;
    border: 4px solid #003765; }

/* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__bg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  grid-row: 1;
  border-radius: 5px; }

/* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__list {
  display: flex;
  justify-content: space-between;
  height: auto;
  position: relative;
  top: -45px; }

/* line 65, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__output {
  display: block;
  margin-bottom: 1rem; }

/* line 70, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__option {
  position: relative;
  width: 30px; }
  /* line 74, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__option::before {
    content: '';
    display: block;
    width: 2px;
    height: 5px;
    top: -11px;
    left: 50%;
    background-color: #003765;
    position: absolute; }
  /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__option--selected::before {
    display: none; }
  /* line 91, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__option--selected ~ .drv-range__option::before {
    background-color: #d1d1d1; }
  /* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__option--first::before {
    left: 5px; }
  /* line 104, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
  .drv-range__option--last::before {
    right: 5px; }

/* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/range.scss */
.drv-range__option:not(:first-of-type):not(:last-of-type) {
  transform: translateX(5px); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slider {
  display: block;
  position: relative;
  width: 100%; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slides {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  scroll-snap-type: x mandatory; }

/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slide {
  flex-shrink: 0;
  display: inline-block;
  width: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
  .drv-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 30, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slider__controls {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: 1px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: center; }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slider__prev {
  padding-left: 0;
  background-image: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1682589215/icons/chevron-left-grey_wlcfmv.svg); }

/* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/slider.scss */
.drv-slider__next {
  right: 0;
  padding-right: 0;
  background-image: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1682589216/icons/chevron-right-grey_cqmvty.svg); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/sort.scss */
.drv-sort {
  display: block; }

/* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/sort.scss */
.drv-sort-option {
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/sort.scss */
  .drv-sort-option:last-of-type {
    border-bottom: 1px solid #eaeaea; }

/* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/sort.scss */
.drv-sort-option__label {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0.75rem 0;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem; }
  /* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/sort.scss */
  .drv-sort-option__label:focus {
    outline: none; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal.c-modal--select-live .modal-dialog {
  height: auto;
  max-height: 90vh;
  max-width: 1036px; }

@media (min-width: 768px) and (max-width: 1087px) {
  /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 767.98px) {
  /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live.modal.show {
    display: flex !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-height: -webkit-fill-available;
    min-height: 100dvh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    padding-top: max(0.75rem, env(safe-area-inset-top));
    padding-right: max(0.75rem, env(safe-area-inset-right));
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    padding-left: max(0.75rem, env(safe-area-inset-left));
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; }

  /* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  body.modal-open:has(#special-offers-modal.show) .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-height: -webkit-fill-available;
    min-height: 100dvh; }

  /* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-dialog {
    max-width: min(400px, 100%);
    width: fit-content;
    margin: 0 auto;
    position: relative;
    left: auto;
    transform: none;
    flex: 0 1 auto;
    max-height: 92vh;
    max-height: min(92dvh, 92vh); } }
@media only screen and (max-width: 375px) {
  /* line 75, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-dialog {
    max-width: min(360px, 100%);
    width: fit-content;
    margin: 0 auto;
    max-height: 96vh;
    max-height: min(96dvh, 96vh); } }
/* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal.c-modal--select-live .modal-content {
  background: transparent;
  padding: 0;
  overflow: hidden;
  position: relative; }

@media (max-width: 767.98px) {
  /* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-content {
    max-height: none;
    max-width: 100%;
    width: fit-content;
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 425px) and (min-width: 375px) {
  /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-content {
    max-height: none;
    max-width: 100%; } }
@media only screen and (max-width: 375px) {
  /* line 110, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-content {
    max-height: none;
    max-width: 100%; } }
/* line 116, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal.c-modal--select-live .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-bottom: none;
  padding: 0.625rem 0.625rem 0; }

@media (max-width: 767.98px) {
  /* line 126, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-header {
    padding: 0 0.5rem 0; } }
/* line 131, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal.c-modal--select-live .modal-header .close {
  position: relative;
  top: 0.5rem;
  left: -0.5rem;
  color: #fff;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 400; }

@media (min-width: 768px) and (max-width: 1087px) {
  /* line 143, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-header .close {
    font-size: calc(1.25rem + (1.5rem - 1.25rem) * (100vw - 768px) / (1087px - 768px)); } }
@media (max-width: 767.98px) {
  /* line 149, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-header .close {
    left: 0.5rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.25rem; } }
/* line 163, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal.c-modal--select-live .modal-body {
  padding: 0; }

@media (max-width: 767.98px) {
  /* line 168, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-body {
    margin-top: 0;
    padding: 0;
    overflow: visible;
    width: fit-content;
    max-width: 100%; } }
@media only screen and (max-width: 375px) {
  /* line 178, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal.c-modal--select-live .modal-body {
    margin-top: 0;
    padding: 0;
    overflow: visible; } }
/* line 185, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal .select-live-modal--full-image {
  display: block;
  line-height: 0;
  text-decoration: none; }

/* line 191, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal .select-live-modal--full-image:hover {
  text-decoration: none; }

/* line 196, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal .select-live-modal--full-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 206, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
#special-offers-modal .select-live-modal--full-image img.select-live-modal__image--mobile {
  display: none; }

@media (max-width: 767.98px) {
  /* line 211, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal .select-live-modal--full-image {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

  /* line 218, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal .select-live-modal--full-image img.select-live-modal__image--desktop {
    display: none; }

  /* line 222, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/special-offers-modal.scss */
  #special-offers-modal .select-live-modal--full-image img.select-live-modal__image--mobile {
    display: block; } }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
.drv-switch {
  display: block;
  position: relative;
  width: fit-content;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #d1d1d1; }

/* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
.drv-switch-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }
  /* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
  .drv-switch-checkbox:after {
    content: '';
    width: 50%;
    background: #002b49;
    height: 100%;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 30px; }
  /* line 29, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
  .drv-switch-checkbox:checked:after {
    left: 50%; }
  /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
  .drv-switch-checkbox:checked + .drv-switch-label .drv-switch-label-option:nth-of-type(1) {
    color: #002b49; }
  /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
  .drv-switch-checkbox:checked + .drv-switch-label .drv-switch-label-option:nth-of-type(2) {
    color: #ffffff; }

/* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
.drv-switch-label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  user-select: none;
  pointer-events: none; }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
.drv-switch-label-option {
  line-height: 1;
  color: #002b49;
  text-align: center;
  padding: 10px 15px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  min-width: 80px; }
  /* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/switch.scss */
  .drv-switch-label-option:nth-of-type(1) {
    color: #ffffff; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
.drv-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 0px;
  border: 2px solid #d1d1d1;
  background-color: #ffffff; }
  /* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
  .drv-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit; }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
  .drv-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit; }
  /* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
  .drv-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit; }
    /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
    .drv-table tr:nth-child(2n + 2) {
      background-color: rgba(234, 234, 234, 0.5); }
  /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
  .drv-table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    font-size: 1rem;
    text-align: -internal-center;
    border-top: none;
    padding: 1rem;
    border-bottom: 2px solid #ac8c30; }
    @media (min-width: 992px) {
      /* line 33, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
      .drv-table th {
        font-size: 1.25rem; } }
  /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
  .drv-table td {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1rem 0.75rem 1rem; }
    @media (min-width: 992px) {
      /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/table.scss */
      .drv-table td {
        font-size: 1.25rem; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem; }

/* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__button {
  display: none;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0.75rem;
  color: #ffffff;
  background: #002b49;
  border-top: 5px solid #002b49;
  border-bottom: 5px solid #002b49;
  border-left: none;
  border-right: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer; }
  @media (min-width: 1200px) {
    /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
    .drv-tabs__button {
      display: flex; } }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-ui .drv-tabs__panel {
  display: block !important; }

/* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  background: #002b49;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid var(--accent, #ac8c30); }
  @media (min-width: 1200px) {
    /* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
    .drv-tabs__panel-button {
      display: none; } }

/* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
[data-ui-tabs-type-value='boolean'] .drv-tabs__panel-button {
  display: none; }

/* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-button--first {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

/* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-button--last {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

/* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-button:after {
  content: '';
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618412177/icons/plus-gold_i1ygne.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/* line 79, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-button.active:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618412181/icons/minus-gold_o9wu55.svg"); }

/* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.p-vehicle-options--ev .drv-tabs__panel-button:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1682335524/icons/plus-ev_ooupbr.svg"); }
/* line 87, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.p-vehicle-options--ev .drv-tabs__panel-button.active:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1682335700/icons/minus-ev_odnpo7.svg"); }

/* line 92, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-inner {
  display: block;
  background: #ffffff;
  transition: max-height 0.2s ease-out; }

/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs__panel-content {
  display: block;
  padding: 1rem; }

/* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-ui .drv-tabs__panel[hidden] {
  overflow: hidden; }
  /* line 106, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
  .drv-ui .drv-tabs__panel[hidden] .drv-tabs__panel-inner {
    display: block;
    max-height: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  @media (min-width: 1200px) {
    /* line 103, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
    .drv-ui .drv-tabs__panel[hidden] {
      display: none; } }

/* line 118, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tabs.scss */
.drv-tabs .drv-tabs__buttons .active {
  border-bottom: 5px solid var(--accent, #ac8c30); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip {
  background: #002b49;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 4px;
  display: none;
  font-weight: 400;
  max-width: 300px;
  z-index: 4; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
  .drv-tooltip--white {
    background: #ffffff;
    color: #002b49;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip__arrow,
.drv-tooltip__arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip__arrow {
  visibility: hidden; }

/* line 30, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip__arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg); }

/* line 35, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip[data-popper-placement^='top'] > .drv-tooltip__arrow {
  bottom: -4px; }
  /* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
  .drv-tooltip[data-popper-placement^='top'] > .drv-tooltip__arrow::before {
    left: 0; }

/* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip[data-popper-placement^='bottom'] > .drv-tooltip__arrow {
  top: -4px; }
  /* line 44, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
  .drv-tooltip[data-popper-placement^='bottom'] > .drv-tooltip__arrow::before {
    left: 0; }

/* line 49, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip[data-popper-placement^='left'] > .drv-tooltip__arrow {
  right: -4px; }

/* line 53, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip[data-popper-placement^='right'] > .drv-tooltip__arrow {
  left: -4px; }

/* line 57, /tmp/build_6c8598a9/app/assets/stylesheets/drive/components/tooltip.scss */
.drv-tooltip[data-show] {
  display: block; }

@media screen and (min-width: 1200px) {
  /* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  #specials-filters .drv-filter-desktop,
  #vehicles-filters .drv-filter-desktop {
    min-height: 125px; } }
/* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
#specials-filters .l-container-mark,
#vehicles-filters .l-container-mark {
  display: block; }

@media screen and (min-width: 1200px) {
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  #categories-filters .drv-filter-desktop {
    min-height: 71px; } }
/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
#categories-filters .l-container-mark {
  display: block; }

/* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
.drv-filter-desktop {
  display: none;
  background-color: #eaeaea;
  font-weight: 500; }
  @media screen and (min-width: 1200px) {
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-filter-desktop {
      display: block; } }
  @media screen and (min-width: 1500px) {
    /* line 26, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-filter-desktop {
      position: sticky !important;
      top: 48px;
      z-index: 3; } }
  /* line 41, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-filter-desktop--hidden {
    visibility: hidden;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute; }

/* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
.drv-desktop-filter-group {
  display: block; }
  @media screen and (min-width: 576px) {
    /* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-desktop-filter-group {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 1500px) {
    /* line 50, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-desktop-filter-group {
      padding-right: 90px;
      padding-left: 90px; } }
  /* line 63, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-desktop-filter-group--sticky {
    position: sticky;
    top: 48px;
    z-index: 3; }
  /* line 69, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-desktop-filter-group .drv-desktop-filters {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
    transition: all 200ms ease;
    border-bottom: 1px solid #d1d1d1;
    position: sticky;
    top: 48px;
    z-index: 2; }
    /* line 82, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-desktop-filter-group .drv-desktop-filters--bodytype {
      grid-template-columns: repeat(4, 1fr); }
    /* line 86, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-desktop-filter-group .drv-desktop-filters--closed {
      display: none; }
    @media screen and (min-width: 1500px) {
      /* line 90, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
      .drv-desktop-filter-group .drv-desktop-filters--condensed > :nth-child(n + 6) {
        display: none !important; } }

/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
.drv-model-filters {
  padding-top: 28px;
  padding-bottom: 14px;
  transition: all 200ms ease;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  /* line 105, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-model-filters--desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 105, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
      .drv-model-filters--desktop {
        display: grid;
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 1200px) {
      /* line 105, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
      .drv-model-filters--desktop {
        grid-template-columns: repeat(6, 1fr); } }
  /* line 118, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-model-filters--mobile {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 14px; }
    @media screen and (min-width: 768px) {
      /* line 118, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
      .drv-model-filters--mobile {
        display: none; } }

/* line 129, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
.drv-mobile-filters {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: block; }
  /* line 134, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-mobile-filters .drv-filter-list__heading,
  .drv-mobile-filters .drv-filter-drawer-trigger,
  .drv-mobile-filters .drv-filter-drawer-list-options-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  /* line 141, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-mobile-filters .drv-filter-drawer-list-options {
    margin-right: 4px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    /* line 145, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-options::-webkit-scrollbar {
      width: 5px; }
    /* line 150, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-options::-webkit-scrollbar-track {
      background: #f1f1f1; }
    /* line 155, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-options::-webkit-scrollbar-thumb {
      background: #888; }
    /* line 160, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-options::-webkit-scrollbar-thumb:hover {
      background: #555; }
  /* line 166, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-mobile-filters .drv-filter-drawer-list-item:after {
    right: 2.5rem; }
  /* line 170, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-mobile-filters .drv-filter-drawer-list-item--open {
    background: #f2f2f2; }
    /* line 173, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-item--open::after {
      background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1676029388/icons/angle-up-white_vyvga3.svg"); }
    /* line 177, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-item--open .drv-filter-drawer-trigger {
      background: #002b49;
      color: white; }
    /* line 182, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-mobile-filters .drv-filter-drawer-list-item--open .drv-filter-drawer-list-options-container {
      margin-top: 0.5rem;
      margin-right: 5px; }
  /* line 189, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
  .drv-mobile-filters .drv-filter-drawer-list-item .drv-checkbox:before {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1675167710/icons/checkbox-tick-grey_c616zm.svg"); }

/* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
.drv-filters--specials-all, .drv-filters--specials-stock, .drv-filters--specials-electric, .drv-filters--specials-used {
  min-height: 98px;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-filters--specials-all, .drv-filters--specials-stock, .drv-filters--specials-electric, .drv-filters--specials-used {
      min-height: 127px;
      display: block; } }
  @media screen and (min-width: 1200px) {
    /* line 195, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
    .drv-filters--specials-all, .drv-filters--specials-stock, .drv-filters--specials-electric, .drv-filters--specials-used {
      min-height: 283px;
      display: block; }
      /* line 210, /tmp/build_6c8598a9/app/assets/stylesheets/desktop-filters.scss */
      .has-fixed-search .drv-filters--specials-all,
      .has-fixed-search .drv-filters--specials-stock,
      .has-fixed-search .drv-filters--specials-electric,
      .has-fixed-search .drv-filters--specials-used {
        min-height: auto;
        display: initial; } }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* line 13, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.flex-break {
  flex-basis: 100%;
  height: 0; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-0 {
  margin: 0rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-0 {
  margin-top: 0rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-0 {
  margin-bottom: 0rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-0 {
  margin-left: 0rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-0 {
  margin-right: 0rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-0 {
  padding: 0rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-0 {
  padding-top: 0rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-0 {
  padding-bottom: 0rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-0 {
  padding-left: 0rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-0 {
  padding-right: 0rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-1 {
  margin: 0.25rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-1 {
  margin-top: 0.25rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-1 {
  margin-bottom: 0.25rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-1 {
  margin-left: 0.25rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-1 {
  margin-right: 0.25rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-1 {
  padding: 0.25rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-1 {
  padding-top: 0.25rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-1 {
  padding-bottom: 0.25rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-1 {
  padding-left: 0.25rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-1 {
  padding-right: 0.25rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-2 {
  margin: 0.5rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-2 {
  margin-top: 0.5rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-2 {
  margin-bottom: 0.5rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-2 {
  margin-left: 0.5rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-2 {
  margin-right: 0.5rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-2 {
  padding: 0.5rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-2 {
  padding-top: 0.5rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-2 {
  padding-bottom: 0.5rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-2 {
  padding-left: 0.5rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-2 {
  padding-right: 0.5rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-3 {
  margin: 0.75rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-3 {
  margin-top: 0.75rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-3 {
  margin-bottom: 0.75rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-3 {
  margin-left: 0.75rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-3 {
  margin-right: 0.75rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-3 {
  padding: 0.75rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-3 {
  padding-top: 0.75rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-3 {
  padding-bottom: 0.75rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-3 {
  padding-left: 0.75rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-3 {
  padding-right: 0.75rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-4 {
  margin: 1rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-4 {
  margin-top: 1rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-4 {
  margin-bottom: 1rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-4 {
  margin-left: 1rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-4 {
  margin-right: 1rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-4 {
  padding: 1rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-4 {
  padding-top: 1rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-4 {
  padding-bottom: 1rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-4 {
  padding-left: 1rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-4 {
  padding-right: 1rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-5 {
  margin: 1.25rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-5 {
  margin-top: 1.25rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-5 {
  margin-bottom: 1.25rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-5 {
  margin-left: 1.25rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-5 {
  margin-right: 1.25rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-5 {
  padding: 1.25rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-5 {
  padding-top: 1.25rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-5 {
  padding-bottom: 1.25rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-5 {
  padding-left: 1.25rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-5 {
  padding-right: 1.25rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-6 {
  margin: 1.5rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-6 {
  margin-top: 1.5rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-6 {
  margin-bottom: 1.5rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-6 {
  margin-left: 1.5rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-6 {
  margin-right: 1.5rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-6 {
  padding: 1.5rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-6 {
  padding-top: 1.5rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-6 {
  padding-bottom: 1.5rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-6 {
  padding-left: 1.5rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-6 {
  padding-right: 1.5rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-7 {
  margin: 1.75rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-7 {
  margin-top: 1.75rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-7 {
  margin-bottom: 1.75rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-7 {
  margin-left: 1.75rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-7 {
  margin-right: 1.75rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-7 {
  padding: 1.75rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-7 {
  padding-top: 1.75rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-7 {
  padding-bottom: 1.75rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-7 {
  padding-left: 1.75rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-7 {
  padding-right: 1.75rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-8 {
  margin: 2rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-8 {
  margin-top: 2rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-8 {
  margin-bottom: 2rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-8 {
  margin-left: 2rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-8 {
  margin-right: 2rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-8 {
  padding: 2rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-8 {
  padding-top: 2rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-8 {
  padding-bottom: 2rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-8 {
  padding-left: 2rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-8 {
  padding-right: 2rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-9 {
  margin: 2.25rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-9 {
  margin-top: 2.25rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-9 {
  margin-bottom: 2.25rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-9 {
  margin-left: 2.25rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-9 {
  margin-right: 2.25rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-9 {
  padding: 2.25rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-9 {
  padding-top: 2.25rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-9 {
  padding-bottom: 2.25rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-9 {
  padding-left: 2.25rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-9 {
  padding-right: 2.25rem; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-m-10 {
  margin: 2.5rem; }

/* line 22, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-10 {
  margin-top: 2.5rem; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-10 {
  margin-bottom: 2.5rem; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-10 {
  margin-left: 2.5rem; }

/* line 31, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-10 {
  margin-right: 2.5rem; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-p-10 {
  padding: 2.5rem; }

/* line 37, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pt-10 {
  padding-top: 2.5rem; }

/* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pb-10 {
  padding-bottom: 2.5rem; }

/* line 43, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pl-10 {
  padding-left: 2.5rem; }

/* line 46, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-pr-10 {
  padding-right: 2.5rem; }

/* line 51, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-block {
  display: block; }

/* line 55, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-ml-a {
  margin-left: auto; }

/* line 58, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mr-a {
  margin-right: auto; }

/* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mt-a {
  margin-top: auto; }

/* line 64, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-mb-a {
  margin-bottom: auto; }

/* line 68, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-bg-white {
  background: #ffffff; }

/* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-bg-grey {
  background: #eaeaea; }

/* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-border-top {
  border-top: 1px solid #d1d1d1; }

/* line 80, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.drv-border-bottom {
  border-bottom: 1px solid #d1d1d1; }

/* line 84, /tmp/build_6c8598a9/app/assets/stylesheets/drive/_utilities.scss */
.pointer, .drv-pill--blue-invertable {
  cursor: pointer;
  user-select: none; }
