@charset "UTF-8";
@import "../bootstrap-inputs.css";
@import "../price-badge.css";
@import "../vdp/vdp-forms.css";
@import "../fields-and-forms.css";
@import "filters.css";
@import "../sticky-bottom-banner.css";
@import "error-message-banner.css";
@import "sticky-page-nav.css";
@import "../custom-table-tabs.css";
@import url("../custom-table-tabs-mobile.css") only screen and (max-width: 767px);
@import "../vdp/text-expand.css";
@import "../vdp/vdp-accordion.css";
@import "srp-graphs.css";
@import "srp-graphs-v3.css";
@import "srp-tables.css";
@import "dealer-header.css";
@import "offers.css";
@import "pagination-v3.css";
@import "../grid.css";
@import "../vdp/tooltip.css";
@import "../widgets.css";
@import "srp-result-tabs.css";
@import "../lifespan.css";

.new_badge {
  display: block;
  background-color: #DD390C;
  height: 1.9rem;
  width: 4rem;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  padding: .3rem 0 .3rem;
  border-radius: .4rem;
}

.hidden-550 {
  @media (max-width: 550px) {
      display: none;
  }
}

.section__filters {
    .source-picker-tab {
      min-height: 10rem;
      min-width: 30rem;
      display: block;
      position: absolute;
      top: 5rem;
      z-index: 11;
      border: 1px solid black;
      background: white;
      padding: 1.7rem 2.8rem 2.5rem;
    }
    .btn--small svg.ico-arrow-down {
      margin-right: 0;
      margin-bottom: 0;
    }
    .tab-li + .tab-li {
      margin-top: 1.5rem;
    }
}

.vin-callout {
  border-radius: 5px;
  border: 1px solid #D2D5D7;
  background: #F8FAFB;
  height: 10.5rem;

  padding: 1.5rem 1rem;
  gap: 1rem;
  > span {
    margin: auto;
    line-height: 1.15rem;
  }
}
body.filters-opened {
  overflow: hidden;
}
#srp_results {
  padding-top: 2.9rem;
}
@media (max-width: 1023px) {
  #srp_results {
    padding-top: .4rem;
  }
}
#attr_Key_Features li:has(#_Key_Features_GoodDeal) {
  display: none;
}
.ui-widget-header {
  background: none;
}

.bottom-sticky-widget {
  padding-left: 0.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.section-info .section__head {
  margin-bottom: 1.1rem;
}
@media (min-width: 1024px) {
  .section-info.section-main .section__head {
    padding-bottom: 4rem;
  }
  .section-info .section__head#srp_head {
    border-bottom: 0.1rem solid #D2D5D7;
  }
  .section-info .section__head {
    margin-bottom: 4rem;
  }
}
#srp-data > .section__head {
  border-bottom: none;
}

.btn--small svg.ico-favorite-filled,
.btn--small svg.ico-favorite {
  width: 1.6rem;
}
.popup__body .popup_features li{
  text-transform: capitalize;
  list-style-type: disc;
}
.popup__body .popup_features {
  padding: 2rem;
  padding-left: 3rem;
}
.model-insights .title, .mi-cheap-city-insight td {
  color: #333333;
}

.addtl-info-title {
  white-space: nowrap;
}

.header {
  margin-bottom: 0 !important;
}

/* Add a small invisible box around these elements to make them easier to click */
.card__additional-info-close:after,
.card__additional-info-trigger:after {
  content:"";
  padding: 2rem;
  position: absolute;
  z-index: 4;
  /*top: -1.25rem;*/
  left: -1.25rem;
}

.bottom-sticky-widget .widget__advert {
  padding-top: 0;
}

/* --------------------------------------------------------- *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion alt
\* ---------------------------------v--------------------------- */
.accordion-alt .accordion__section.is-expanded .accordion__head .ico-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-alt .accordion__head {
  border: 0;
  width: 100%;
  background: #F8FAFB;
  padding: 2.6rem 2.1rem 2.6rem;
  display: block;
  color: #006FB9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-alt .accordion__head {
    padding: 1.8rem 2.1rem 1.6rem;
  }
}
.accordion-alt .accordion__head:focus-visible > span:before {
  opacity: 1;
}
.accordion-alt .accordion__head > span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.accordion-alt .accordion__head > span:before {
  content: "";
  position: absolute;
  inset: -0.2rem -0.7rem;
  border: 0.2rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
}
.accordion-alt .accordion__head > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .accordion-alt .accordion__head > span:hover:after, .accordion-alt .accordion__head > span:focus-visible:before {
    opacity: 1;
  }
  .accordion-alt .accordion__head > span:active {
    color: #333333;
  }
  .accordion-alt .accordion__head > span:active:before {
    opacity: 0;
  }
}
.accordion-alt .accordion__head span span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 1rem 0 0;
}
.accordion-alt .accordion__head .ico-arrow-down {
  width: 1.4rem;
  height: 1rem;
}
.accordion-alt .accordion__body {
  padding: 2.4rem 5.1rem 2.7rem 4rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .accordion-alt .accordion__body {
    padding: 2rem 1.5rem;
  }
}
.accordion-alt .accordion__body p {
  margin-bottom: 3.3rem;
}
.accordion-alt .accordion__body p:last-child {
  margin: 0;
}
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  border-top: 0.1rem solid rgba(114, 117, 119, 0.26);
}
.accordion .accordion__section:last-child {
  border-bottom: 0.1rem solid rgba(114, 117, 119, 0.26);
}
.accordion .accordion__section.is-expanded .accordion__head .ico-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .accordion__head {
  border: 0;
  width: 100%;
  background: #F8FAFB;
  padding: 1.3rem 2.1rem 1.3rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__head {
    padding: 1.2rem 1.2rem 1.3rem 1.4rem;
  }
}
.accordion .accordion__head:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.1rem currentColor;
  box-shadow: inset 0 0 0 0.1rem currentColor;
}
.accordion .accordion__head span {
  font-size: 1.8rem;
  line-height: 1.334;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0 1rem 0 0;
  text-align: left;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__head span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.accordion .accordion__head .ico-arrow-down {
  color: #727577;
  width: 1.4rem;
  height: 1rem;
}
.accordion .accordion__body {
  border-top: 0.1rem solid rgba(114, 117, 119, 0.26);
}
/* ------------------------------------------------------------ *\
	Banner card
\* ------------------------------------------------------------ */
.banner-card {
  border: 0.1rem solid #D2D5D7;
  border-radius: 0.8rem;
  background: #fff;
  position: relative;
  /*padding: 3.5rem 3.7rem 3.4rem;*/
  padding: 4rem 3.2rem;
}
@media (max-width: 1399px) {
  .banner-card {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 1199px) {
  .banner-card {
    padding: 2rem 1.5rem;
    /*padding: 2.5rem 2rem;*/
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card {
    padding: 2.8rem 1.5rem 1.7rem;
    /*padding: 5.3rem 3rem 3.8rem;*/
    width: 100%;
  }
}
@media (max-width: 374px) {
  .banner-card {
    padding: 3.5rem 1.5rem;
  }
}

@media (max-width: 475px) {
  .car-worth-banner.banner-card {
    padding: 3.5rem .5rem;
  }
}
.banner-card .banner__content-inner > strong {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.banner-card .banner__image-insight {
  max-width: 14.6rem;
  display: block;
  padding: 0 0.3rem;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: -0.3rem;
  right: 1rem;
}
.banner-card .banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__inner {
    display: block;
    text-align: center;
  }
}
.banner-card .banner__inner strong {
  font-weight: 600;
  color: #DD390C;
}
.banner-card .banner__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .banner-card .banner__content {
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content {
    display: block;
    text-align: center;
  }
}
.banner-card .banner__content-image {
  margin-right: 3.6rem;
}
@media (max-width: 1199px) {
  .banner-card .banner__content-image {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content-image {
    margin: 0 0 1.5rem;
  }
}
.banner-card .banner__content-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
@media (max-width: 1199px) {
  .banner-card .banner__content-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.banner-card .banner__content-inner a + h4 {
  margin-top: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content-inner a + h4 {
    margin-top: 0;
  }
}
.banner-card .banner__content h4 {
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content h4 {
    font-size: 2rem;
    line-height: 1.25;
    max-width: 84%;
    margin: 0 auto 0.9rem;
  }
}
@media (max-width: 374px) {
  .banner-card .banner__content h4 {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content h6 {
    font-size: 1.5rem;
    line-height: 1.36;
    margin-bottom: 0.7rem;
  }
}
.banner-card .banner__content p {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__content p {
    max-width: 80%;
    margin: 0 auto 0.5rem;
  }
}
@media (max-width: 374px) {
  .banner-card .banner__content p {
    max-width: 100%;
  }
}
.banner-card .banner__content p:last-child {
  margin-bottom: 0;
}
.banner-card .banner__actions {
  margin: 0 -0.6rem 0 3.7rem;
}
@media (max-width: 1399px) {
  .banner-card .banner__actions {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__actions {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__actions a + a {
    margin-top: 4.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__actions a + strong {
    margin-top: 3.4rem;
  }
}

@media (min-width: 768px) {
  .car-worth-banner .banner__inner {
    column-gap: 6rem;
    row-gap: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .car-worth-banner .banner__content p {
    max-width: 100%;
  }
  .car-worth-banner .banner__actions a {
    min-width: auto;
    width: 100%;
  }
}
.banner-card .banner__actions strong {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__actions .btn-alt {
    min-width: 15.2rem;
  }
}
.banner-card .banner__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list {
    display: block;
  }
}
.banner-card .banner__list li {
  margin-right: 2.55rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list li {
    margin: 0;
  }
}
.banner-card .banner__list li:last-child {
  margin: 0;
}
.banner-card .banner__content h4 + .banner__list--alt {
  margin-top: 2rem;
}
.banner-card .banner__list--alt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .banner-card .banner__list--alt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--alt {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-bottom: 2.2rem;
  }
}
.banner-card .banner__list--alt li {
  margin-right: 3.75rem;
}
@media (max-width: 1399px) {
  .banner-card .banner__list--alt li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--alt li {
    margin: 0 0 1rem;
  }
}
@media (max-width: 1023px) {
  .banner-card .banner__list--alt span {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--alt span {
    display: inline;
  }
}
.banner-card .banner__list--alt span + a {
  margin-left: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--alt span + a {
    margin-left: 0.4rem;
  }
}
.banner-card .banner__list--alt a.btn-alt {
  padding: 0.6rem 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--alt a.btn-alt {
    min-width: auto;
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 1199px) {
  .banner-card .banner__list--alt a span {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--secondary {
    text-align: left;
    max-width: 15rem;
    margin: 0 auto 0.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list--secondary strong {
    margin-right: 0.4rem;
  }
}
.banner-card .banner__list-actions {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list-actions {
    display: block;
  }
}
.banner-card .banner__list-actions li {
  margin-right: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list-actions li {
    margin: 0 0 1.2rem;
  }
}
.banner-card .banner__list-actions li:last-child {
  margin: 0;
}
.banner-card .banner__list-actions a.btn-alt {
  padding: 0.5rem 1.5rem;
  min-width: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card .banner__list-actions a.btn-alt {
    min-width: 16.5rem;
  }
}
.banner-card .banner__list li strong {
  color: #333333;
  font-weight: 700;
}
/*  Banner card size1  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1 {
    padding: 5.3rem 3rem 4.4rem;
  }
}
@media (max-width: 374px) {
  .banner-card--size1 {
    padding: 3.5rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1 .banner__content h4 {
    max-width: 90%;
    margin: 0 auto 1.1rem;
  }
}
@media (max-width: 374px) {
  .banner-card--size1 .banner__content h4 {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1 .banner__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1199.02px) {
  .banner-card--size1 .banner__actions {
    margin: 0 0.5rem 0 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1 .banner__actions a + a {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1 .banner__actions a + strong {
    margin-top: 3.5rem;
  }
}
/*  Banner card size2  */
@media (max-width: 1399px) {
  .banner-card--size2 .banner__content-inner {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1399px) {
  .banner-card--size2 .banner__list--alt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .banner-card--size2 .banner__list--alt li > span {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1399px) {
  .banner-card--size2 .banner__list--alt span + a {
    margin-left: 0;
  }
}
/*  Banner card borderless  */
.banner-card--borderless {
  border: none;
}
.banner-card--subscribe {
    margin-bottom: 1rem;
    flex: 0 0 100%;
}
/*  Banner card subscribe  */
@media (max-width: 1199px) {
  .banner-card--subscribe .banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.banner-card--subscribe .banner__content h4 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--subscribe .banner__content h4 {
    max-width: 80%;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 374px) {
  .banner-card--subscribe .banner__content h4 {
    max-width: 100%;
  }
}
.banner-card--subscribe .banner__actions {
  margin: 0 0.2rem 0 4.5rem;
}
@media (max-width: 1199px) {
  .banner-card--subscribe .banner__actions {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 1023px) {
  .banner-card--subscribe .banner__actions {
    margin: 1.5rem 0 0 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--subscribe .banner__actions {
    margin: 2.6rem auto 0;
  }
}
/*  Banner card search  */
.banner-card--search {
  padding: 4rem 2.2rem 4rem 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search {
    padding: 4.9rem 2.2rem 5.7rem;
  }
}
@media (max-width: 374px) {
  .banner-card--search {
    padding: 3.5rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search .banner__content p {
    max-width: 100%;
  }
}
.banner-card--search .banner__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1399px) {
  .banner-card--search .banner__content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search .banner__content-inner {
    display: block;
  }
}
.banner-card--search .banner__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.9rem;
}
@media (max-width: 1399px) {
  .banner-card--search .banner__content-head {
    margin: 0 auto 2.5rem;
  }
}
@media (max-width: 1199px) {
  .banner-card--search .banner__content-head {
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search .banner__content-head {
    display: block;
    text-align: center;
  }
}
.banner-card--search .banner__content-head-icon {
  margin-right: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search .banner__content-head-icon {
    margin: 0 0 1.6rem;
  }
}
.banner-card--search .banner__content-head-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 1.5rem;
  font-weight: 600;
}
.banner-card--search .banner__content-head-inner h4 {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search .banner__content-head-inner h4 {
    margin-bottom: 0.7rem;
  }
}
/*  Banner card secondary  */
.banner-card--secondary {
  background: #E6EFF5;
  border: 0;
  padding: 3.8rem 3.2rem;
}
@media (max-width: 1399px) {
  .banner-card--secondary {
    padding: 3.8rem 2rem;
  }
}
@media (max-width: 1199px) {
  .banner-card--secondary {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary {
    padding: 3.9rem 2rem 4.4rem;
  }
}
@media (max-width: 374px) {
  .banner-card--secondary {
    padding: 3.5rem 1.5rem;
  }
}
@media (max-width: 1399px) {
  .banner-card--secondary .banner__actions {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .banner-card--secondary .banner__actions {
    margin-left: 5.5rem;
  }
}
.banner-card--secondary .banner__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 96.2%;
  margin: 0 auto;
  padding-right: 0.9rem;
}
@media (max-width: 1399px) {
  .banner-card--secondary .banner__inner {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .banner-card--secondary .banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.banner-card--secondary .banner__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .banner-card--secondary .banner__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content {
    display: block;
  }
}
.banner-card--secondary .banner__content h4 {
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content h4 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content p {
    max-width: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content-inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  .banner-card--secondary .banner__content-inner {
    max-width: 100%;
  }
}
.banner-card--secondary .banner__content-image {
  margin-right: 4.8rem;
}
@media (max-width: 1399px) {
  .banner-card--secondary .banner__content-image {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content-image {
    margin: 0 0 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__content-image img {
    width: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .banner-card--secondary .banner__actions {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--secondary .banner__actions {
    max-width: 84%;
    margin: 2rem auto 0;
  }
}
/*  Banner card vertical  */
.banner-card--vertical {
  padding: 5.5rem 3.2rem 4.7rem;
  min-height: 41.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1399px) {
  .banner-card--vertical {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--vertical {
    padding: 5.3rem 2.5rem 3.8rem;
    min-height: auto;
    display: block;
  }
}
@media (max-width: 374px) {
  .banner-card--vertical {
    padding: 3.5rem 1.5rem;
  }
}
.banner-card--vertical .banner__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 767.02px) {
  .banner-card--vertical .banner__image-insight {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.banner-card--vertical .banner__content {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-card--vertical .banner__content-image {
  margin: 0 0 1.5rem;
}
.banner-card--vertical .banner__content-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.banner-card--vertical .banner__content h6 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
.banner-card--vertical .banner__content h4 {
  line-height: 1.17;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--vertical .banner__content h4 {
    margin-bottom: 1.1rem;
  }
}
.banner-card--vertical .banner__list {
  text-align: left;
  max-width: 15rem;
  margin: 0 auto;
  display: block;
}
.banner-card--vertical .banner__content h4 + .banner__list--alt {
  margin-top: 2.6rem;
}
.banner-card--vertical .banner__list--alt {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 2.7rem;
}
@media (max-width: 1399px) {
  .banner-card--vertical .banner__list--alt {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .banner-card--vertical .banner__list--alt {
    max-width: none;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--vertical .banner__list--alt {
    margin-bottom: 1.9rem;
  }
}
.banner-card--vertical .banner__list--alt li {
  margin: 0 0 1rem;
}
.banner-card--vertical .banner__list--alt a.btn-alt {
  padding: 0.5rem 1rem;
  min-width: 7.4rem;
}
.banner-card--vertical .banner__list--alt span {
  display: inline;
  margin: 0;
}
.banner-card--vertical .banner__list--alt span + a {
  margin-left: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--vertical .banner__list--secondary {
    max-width: 15rem;
    margin: 0 auto;
  }
}
.banner-card--vertical .banner__actions {
  margin: 2.7rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner-card--vertical .banner__actions a.btn-alt + strong {
  margin-top: 4rem;
}
@media (max-width: 1399px) {
  .banner-card--vertical .banner__actions a.btn-alt + strong {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--vertical .banner__actions a.btn-alt + strong {
    margin-top: 3.4rem;
  }
}
/*  Banner card subscribe vertical  */
.banner-card--subscribe.banner-card--vertical {
  padding: 7.6rem 3.2rem 8.1rem;
}
@media (max-width: 1399px) {
  .banner-card--subscribe.banner-card--vertical {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 1023px) {
  .banner-card--subscribe.banner-card--vertical {
    padding: 5rem 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--subscribe.banner-card--vertical {
    padding: 2.9rem 2rem 4rem;
  }
}
@media (max-width: 374px) {
  .banner-card--subscribe.banner-card--vertical {
    padding: 3.5rem 1.5rem;
  }
}
.banner-card--subscribe.banner-card--vertical .banner__content h4 {
  line-height: 1.4;
}
.banner-card--subscribe.banner-card--vertical .banner__content-inner {
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--subscribe.banner-card--vertical .banner__content-inner {
    max-width: 100%;
  }
}
.banner-card--subscribe.banner-card--vertical .banner__actions {
  margin-top: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--subscribe.banner-card--vertical .banner__actions {
    margin-top: 1.5rem;
  }
}
.banner-card--subscribe.banner-card--vertical .banner__actions .banner__btn {
  min-width: 14.2rem;
}
/*  Banner card size1 vertical  */
.banner-card--size1.banner-card--vertical {
  padding: 7.6rem 3.2rem 4.9rem;
}
@media (max-width: 1399px) {
  .banner-card--size1.banner-card--vertical {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1.banner-card--vertical {
    padding: 5.7rem 3rem 4.4rem;
  }
}
@media (max-width: 374px) {
  .banner-card--size1.banner-card--vertical {
    padding: 3.5rem 1.5rem;
  }
}
.banner-card--size1.banner-card--vertical .banner__content {
  max-width: 100%;
}
@media (min-width: 767.02px) {
  .banner-card--size1.banner-card--vertical .banner__content h4 {
    line-height: 1.4;
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1.banner-card--vertical .banner__content h4 {
    max-width: 90%;
    margin: 0 auto 1.1rem;
  }
}
@media (max-width: 374px) {
  .banner-card--size1.banner-card--vertical .banner__content h4 {
    max-width: 100%;
  }
}
.banner-card--size1.banner-card--vertical .banner__content-inner {
  max-width: 100%;
}
.banner-card--size1.banner-card--vertical .banner__actions {
  margin-top: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1.banner-card--vertical .banner__actions {
    margin-top: 2.7rem;
  }
}
.banner-card--size1.banner-card--vertical .banner__actions .banner__btn {
  min-width: 14.2rem;
}
.banner-card--size1.banner-card--vertical .banner__actions a.btn-alt + strong {
  margin-top: 4.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--size1.banner-card--vertical .banner__actions a.btn-alt + strong {
    margin-top: 3.6rem;
  }
}
.banner-card--size1.banner-card--vertical .banner__list {
  margin-bottom: 2rem;
  margin: 0 auto;
  text-align: center;
  max-width: none;
  display: block;
}
.banner-card--size1.banner-card--vertical .banner__list li {
  margin: 0;
}
/*  Banner card search vertical  */
.banner-card--search.banner-card--vertical {
  padding: 4rem 2.2rem 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search.banner-card--vertical {
    padding: 4.8rem 2.2rem 5.7rem;
  }
}
@media (max-width: 374px) {
  .banner-card--search.banner-card--vertical {
    padding: 3.5rem 1.5rem;
  }
}
.banner-card--search.banner-card--vertical .banner__content-inner {
  display: block;
}
.banner-card--search.banner-card--vertical .banner__content-head {
  display: block;
  margin: 0 0 2.5rem;
}
@media (max-width: 1199px) {
  .banner-card--search.banner-card--vertical .banner__content-head {
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search.banner-card--vertical .banner__content-head {
    margin-bottom: 2.4rem;
  }
}
.banner-card--search.banner-card--vertical .banner__content-head h4 {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search.banner-card--vertical .banner__content-head h4 {
    margin-bottom: 0.8rem;
  }
}
.banner-card--search.banner-card--vertical .banner__content-head-icon {
  margin: 0 0 1.8rem;
}
.banner-card--search.banner-card--vertical .banner__list-actions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .banner-card--search.banner-card--vertical .banner__list-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.banner-card--search.banner-card--vertical .banner__list-actions li {
  margin: 0 0 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-card--search.banner-card--vertical .banner__list-actions li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767.02px) {
  .banner-card--search.banner-card--vertical .banner__list-actions a.btn-alt {
    padding: 0.6rem 1rem;
    min-width: 15.8rem;
  }
}
/*  Banner card competitor  */
.banner-card--competitor .banner__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  background: #F8FAFB;
  padding: 1.5rem 0 1.9rem;
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .banner {
    padding: 0;
    /*border-bottom: 0.1rem solid #D2D5D7;*/
  }
}
.banner .banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .banner .banner__head {
    margin-bottom: 0;
    display: block;
  }
}
.banner .banner__breadcrumbs {
  padding: 0.3rem 0.5rem;
}
@media (max-width: 1023px) {
  .banner .banner__breadcrumbs {
    padding: 1rem 2rem;
  }
}
.banner .banner__utilities {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.banner .banner__utilities li {
  margin-right: 2.7rem;
}
@media (max-width: 1023px) {
  .banner .banner__utilities li {
    margin-right: 0;
    border-right: 0.1rem solid #D2D5D7;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.banner .banner__utilities li:first-child {
  border-right: 0.1rem solid #D2D5D7;
  padding-right: 1.6rem;
  margin-right: 2rem;
}
@media (max-width: 1023px) {
  .banner .banner__utilities li:first-child {
    margin-right: 0;
    padding-right: 0;
  }
}
.banner .banner__utilities li:last-child {
  margin: 0;
}
@media (max-width: 1023px) {
  .banner .banner__utilities li:last-child {
    border-right: 0;
    padding-right: 0;
  }
}
.banner .banner__utilities a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .banner .banner__utilities a {
    padding: 1.3rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.3rem 0.5rem;
  }
}
.banner .banner__utilities a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.banner .banner__utilities a:before {
  content: "";
  position: absolute;
  inset: -0.2rem -0.7rem;
  border: 0.2rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .banner .banner__utilities a:hover {
    text-decoration: underline;
  }
  .banner .banner__utilities a:hover:after, .banner .banner__utilities a:focus-visible:before {
    opacity: 1;
  }
  .banner .banner__utilities a:active {
    color: #333333;
  }
  .banner .banner__utilities a:active:before {
    opacity: 0;
  }
}
.banner .banner__utilities a:after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 2px #DC5210 inset;
  box-shadow: 0 0 0 2px #DC5210 inset;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  inset: -0.3rem -0.5rem;
}
@media (max-width: 1023px) {
  .banner .banner__utilities a:after {
    display: none;
  }
}
.banner .banner__utilities a > svg {
  margin-right: 0.5rem;
}
.banner .banner__utilities a > svg.ico-arrow-right-alt {
  margin: 0.1rem 0 0 0.5rem;
}
@media (max-width: 1023px) {
  .banner .banner__utilities--secondary {
    display: none;
  }
}
.banner .banner__utilities--secondary a > svg {
  margin-right: 0.8rem;
  line-height: 1;
}
.banner .banner__utilities--secondary a > i {
  margin-right: 0.7rem;
  line-height: 1;
}
.banner .banner__utilities--secondary li:first-child {
  padding-right: 1.8rem;
}
.banner .banner__body {
  text-align: center;
}
@media (max-width: 1023px) {
  .banner .banner__image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .banner .shell {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #E6EFF5;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  position: relative;
  padding: 1.3rem 2rem;
}
@media (max-width: 1023px) {
  .bar {
    padding: 1rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar {
    text-align: left;
    line-height: 1.36;
    padding: 1.2rem 0;
  }
}
.bar a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 600;
}
.bar p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1023px) {
  .bar p {
    max-width: 85%;
  }
}
.bar .bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.4rem;
}
@media (max-width: 1023px) {
  .bar .bar__inner {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__inner {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__inner img {
    display: none;
  }
}
.bar .bar__inner img + p {
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  .bar .bar__inner img + p {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__inner img + p {
    margin: 0;
  }
}
.bar .bar__close {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .bar .bar__close {
    right: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar .bar__close {
    top: calc(50% - 0.9rem);
    right: 1.4rem;
  }
}
.bar .bar__close:after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.bar .bar__close:focus-visible:after {
  opacity: 1;
  visibility: visible;
}
.bar .bar__close img {
  line-height: 1;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
}
.breadcrumbs ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
  padding-right: 1.6rem;
  margin-right: 0.8rem;
}
.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs li:last-child > svg {
  display: none;
}
.breadcrumbs li > svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  inset: -0.2rem -0.5rem;
  border: 0.2rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
  pointer-events: none;
}
.breadcrumbs a:focus-visible:before {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}
/* ------------------------------------------------------------ *\
	Btn home delivery
\* ------------------------------------------------------------ */
.btn-home-delivery {
  color: #006FB9;
  border: 0.2rem solid #006FB9;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 600;
  border-radius: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
  min-width: 11.6rem;
  -webkit-transition: background 0.4s, color 0.4s, border-color 0.4s;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
  position: relative;
  background: #fff;
}
.btn-home-delivery svg {
  margin-right: 0.4rem;
}
/* ------------------------------------------------------------ *\
	Btn outline
\* ------------------------------------------------------------ */
.btn-outline {
  background: #fff;
  border-radius: 0.6rem;
  border: 0.1rem solid #727577;
  padding: 0.7rem 1rem;
  min-width: 20rem;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.36;
  letter-spacing: -0.02em;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (hover: hover) {
  .btn-outline:hover {
    background: #F8FAFB;
  }
}
@media (max-width: 374px) {
  .btn-outline {
    padding: 0.7rem 0.5rem;
  }
}
.btn-outline:after {
  content: "";
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  left: -0.6rem;
  bottom: -0.6rem;
  border: 0.2rem solid #727577;
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.btn-outline:focus-visible:after {
  opacity: 1;
  visibility: visible;
}
.btn-outline span {
  min-width: 3rem;
  min-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.9rem;
}
@media (max-width: 374px) {
  .btn-outline span {
    margin-right: 0.5rem;
  }
}
/*  Btn outline call  */
.btn-outline--call {
  min-width: 6.2rem;
  line-height: 1.5;
  padding: 0.8rem 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 0.2rem;
}
/*  Btn outline red  */
.btn-outline--red {
  color: #DD390C;
  border-color: #DD390C;
}
.btn-outline--red:after {
  border-color: #DD390C;
}
/*  Btn outline alt  */
.btn-outline--alt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.21;
  min-width: 19.1rem;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .btn-outline--alt {
    min-width: 16.1rem;
  }
}
.btn-outline--alt:after {
  top: -0.5rem;
  right: -0.5rem;
  left: -0.5rem;
  bottom: -0.5rem;
  border-color: #006FB9;
}
.btn-outline--alt svg {
  margin: 0 -0.5rem 0 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn-outline--alt:hover {
    background: #fff;
    border-color: #006FB9;
    color: #006FB9;
    -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  }
}
/* ------------------------------------------------------------ *\
	Card color
\* ------------------------------------------------------------ */
.card-color {
  border-radius: 1.2rem;
  border: 0.1rem solid #D2D5D7;
  background: #fff;
  padding: 1.6rem 2rem 1.7rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.36;
  letter-spacing: -0.01em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1199.02px) {
  .card-color {
    padding: 2.6rem 2rem 4.7rem;
    font-size: 1.9rem;
    line-height: 1.36;
  }
}
.card-color h5 {
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media (min-width: 1199.02px) {
  .card-color h5 {
    margin-bottom: 2.7rem;
  }
}
.card-color h2 {
  letter-spacing: -0.01em;
  font-weight: 300;
  margin-bottom: 0.1rem;
  font-size: 3.1rem;
  line-height: 1.36;
}
@media (min-width: 1199.02px) {
  .card-color h2 {
    font-size: 4rem;
    line-height: 1.36;
    margin-bottom: 0.3rem;
  }
}
.card-color .card__color-example {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13.2rem;
  height: 13.2rem;
  margin: 0 auto 1.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.01em;
}
@media (min-width: 1199.02px) {
  .card-color .card__color-example {
    margin-bottom: 2.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Card product alt overlay undo
\* ------------------------------------------------------------ */
.listing-card-overlay-undo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #F8FAFB;
  border: 0.1rem solid #D2D5D7;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  padding: 3rem 2.4rem 3.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card-overlay-undo {
    padding: 0.8rem 2.4rem 3.4rem;
  }
}
.listing-card-overlay-undo h5 {
  font-size: 1.8rem;
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}
.listing-card-overlay-undo p {
  max-width: 90%;
  margin: 0 auto;
}
.listing-card-overlay-undo .card__btn-undo {
  color: #006FB9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
}
.listing-card-overlay-undo .card__btn-undo svg {
  margin-right: 0.3rem;
}
.listing-card-overlay-undo .card__image {
  width: 9.8rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9.8rem;
  flex: 0 0 9.8rem;
  height: 9.8rem;
  border-radius: 50%;
  margin: 4.2rem auto 1.7rem;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card-overlay-undo .card__image {
    margin: 4.9rem auto 1.4rem;
  }
}
.listing-card-overlay-undo .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
/*  Card product alt overlay undo small  */
.listing-card-overlay-undo--small h5 {
  margin-bottom: 0.4rem;
}
.listing-card-overlay-undo--small .card__image {
  margin: 3.2rem auto 1.5rem;
}
/* ------------------------------------------------------------ *\
	Card product alt
\* ------------------------------------------------------------ */
.listing-card {
  border: 0.1rem solid #D2D5D7;
  border-radius: 0.8rem;
  background: #fff;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.listing-card.is-checked {
  background: #E6EFF5;
}
.listing-card.is-not-comparing .card__compare {
  pointer-events: none;
}
@media (max-width: 575px) {
  .listing-card {
    display: block;
  }
}
.listing-card .card__product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.listing-card .card__product-link:before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.5rem -0.5rem;
  border: 0.2rem solid #006FB9;
  border-radius: 0.8rem;
  opacity: 0;
}
.listing-card .card__product-link:focus-visible::before {
  opacity: 1;
}
.listing-card .card__labels {
  z-index: 0;
  /*z-index: 2;*/
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  right: 4rem;
  line-height: 1;
}
.listing-card .card__labels ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 -0.6rem;
}
.listing-card .card__labels li {
  margin: 0 0.6rem 0.6rem 0;
}
.listing-card .card__label-price-drop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 600;
  background: #fff;
  color: #DD390C;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.listing-card .card__label-price-drop svg {
  margin-right: 0.7rem;
}
.listing-card .card__label-for-sale {
  background: #DD390C;
  color: #fff;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  line-height: 1.365;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
}
.listing-card .card__label-contacted {
  min-width: 7.1rem;
  display: inline-block;
  background: #727577;
  color: #fff;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.45;
}
.listing-card .card__label {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  background: #DD390C;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0 0.8rem 0.2rem;
  min-height: 1.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.listing-card .card__label--blue {
  background: #006FB9;
}
.listing-card .card__label--gray {
  background: #727577;
}
.listing-card .card__label--outline {
  color: #DD390C;
  border: 0.1rem solid currentColor;
  background: #fff;
}
.listing-card .card__label--outline-blue {
  color: #006FB9;
  background: #F8FAFB;
}
.listing-card .card__label--inversed {
  background: #fff;
  color: #DD390C;
  padding: 0.1rem 0.75rem 0.2rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
}
.listing-card .card__label--inversed-blue {
  color: #006FB9;
}
.listing-card .card__label--inversed-gray {
  color: #727577;
  background: #F8FAFB;
}
.listing-card .card__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border-left: 0.1rem solid #D2D5D7;
  border-bottom: 0.1rem solid #D2D5D7;
  border-bottom-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  background: #fff;
  width: 3.1rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.listing-card .card__close:before {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  left: -0.4rem;
  bottom: -0.4rem;
  border: 0.2rem solid #333333;
  border-radius: 0.5rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.listing-card .card__close:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.listing-card .card__close:focus-visible span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (hover: hover) {
  .listing-card .card__close:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.listing-card .card__close span {
  min-width: 6.1rem;
  border: 0.1rem solid #D2D5D7;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  line-height: 1.36;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0.5rem 0.5rem;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  white-space: nowrap;
}
.listing-card .card__close span:before, .listing-card .card__close span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0 0.6rem;
}
.listing-card .card__close span:before {
  border-color: #D2D5D7 transparent transparent transparent;
}
.listing-card .card__close span:after {
  top: calc(100% - 0.2rem);
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 1023px) {
  .listing-card .card__close span {
    display: none;
  }
}
.listing-card .card__close .ico-close {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__close .ico-close {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.listing-card .card__image {
  border-bottom: 0.1rem solid #D2D5D7;
  border-radius: 0.8rem 0.8rem 0 0;
  padding-top: 58.23%;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__image {
    padding-top: 54.63%;
  }
}
.listing-card .card__image img {
  border-radius: 0.8rem 0.8rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}

.listing-card .card__image-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #727577;
  border-radius: 0.4rem 0.4rem 0 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .listing-card .card__image-link:focus-visible:before {
    opacity: 1;
  }
}
.listing-card .card__image-link:before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.5rem;
  border: 0.2rem solid #006FB9;
  border-radius: 0.4rem;
  opacity: 0;
  pointer-events: none;
}
.listing-card .card__image-link svg {
  margin-left: 0.8rem;
}
.listing-card .card__content {
  padding: 1.5rem 1.5rem 1.8rem 2rem;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (max-width: 1199px) {
  .listing-card .card__content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__content {
    padding: 1.6rem 1.5rem 1.8rem 1.5rem;
  }
}
.listing-card .card__content-body {
  font-size: 1.4rem;
  line-height: 1.14;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.listing-card .card__content-body h5 {
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.listing-card .card__content-actions {
  margin-top: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__content-actions {
    margin-top: 1.8rem;
  }
}
.listing-card .card__link {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #006FB9;
  font-weight: 600;
  position: relative;
  z-index: 4;
}
.listing-card .card__link svg {
  margin-left: 0.5rem;
}
.listing-card .card__list-info {
  list-style-type: none;
}
.listing-card .card__list-info li {
  margin-bottom: 0.5rem;
}
.listing-card .card__list-info li:last-child {
  margin: 0;
}
.listing-card .card__list-checks {
  list-style-type: none;
}
.listing-card .card__list-checks > li {
  position: relative;
  /*padding-left: 2.2rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.listing-card .card__list-checks > li:last-child {
  margin: 0;
}
.listing-card .card__list-checks > li:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  background-position: 50%;
  background-image: url(../../images/icons/ico-check-gray.svg);
}
.listing-card .card__list-checks ul {
  margin: -0.2rem 0 0 0.8rem;
}
.listing-card .card__toggle-switch {
  border-top: 0.1rem solid #D2D5D7;
  padding: 1.1rem 1.5rem 1.1rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.36;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .listing-card .card__toggle-switch {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__toggle-switch {
    padding: 1rem 1.4rem 1rem 1.6rem;
  }
}
.listing-card .card__toggle-switch p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0 1rem 0 0;
}
.listing-card .card__toggle-switch .toggle-switch {
  margin-top: 0.3rem;
}
.listing-card .card__compare {
  border-top: 0.1rem solid #D2D5D7;
  padding: 0.8rem 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__compare {
    padding: 0.7rem 2rem 0.8rem;
  }
}
.listing-card .card__content > .card__additional-info-trigger {
  position: absolute;
  bottom: 2.2rem;
  right: 2.3rem;
}
.listing-card .card__additional-info-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  color: #727577;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  z-index: 5;
}
.listing-card:focus-visible:before,
.listing-card .card__additional-info-trigger:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.listing-card:before,
.listing-card .card__additional-info-trigger:before {
  content: "";
  position: absolute;
  top: -0.4rem;
  bottom: -0.4rem;
  right: -0.4rem;
  left: -0.4rem;
  border: 0.2rem solid currentColor;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.listing-card:before {
  border-radius: 1%;
}
.listing-card .card__additional-info {
  border-top: 0.1rem solid #D2D5D7;
  display: none;
  padding: 3.4rem 2.5rem 2.9rem 2.3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1399px) {
  .listing-card .card__additional-info {
    padding-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 10;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    border-radius: 0.7rem;
    border-top: 0;
    padding: 3.8rem 0rem 0.5rem 2rem;
    overflow: hidden;
  }
}
.listing-card .card__additional-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .listing-card .card__additional-info-inner {
    display: block;
  }
}
.listing-card .card__additional-info-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #727577;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.listing-card .card__additional-info-close:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.listing-card .card__additional-info-close:before {
  content: "";
  position: absolute;
  top: -0.6rem;
  bottom: -0.6rem;
  right: -0.6rem;
  left: -0.6rem;
  border: 0.2rem solid currentColor;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info-close {
    /* top: 2rem; */
  }
}
.listing-card .card__additional-info-head {
  max-width: 19.9%;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-top: 0.3rem;
}
@media (max-width: 1023px) {
  .listing-card .card__additional-info-head {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.1rem solid #D2D5D7;
  }
}
.listing-card .card__additional-info-head h6 {
  font-size: 1.4rem;
  line-height: 1.36;
  margin-bottom: 0.8rem;
}
.listing-card .card__additional-info-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 1.5rem;
}
@media (max-width: 1023px) {
  .listing-card .card__additional-info-body {
    margin: 0;
  }
}
.listing-card .card__additional-info-tables {
  font-size: 1.4rem;
  line-height: 1.86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 3rem;
}
@media (max-width: 1399px) {
  .listing-card .card__additional-info-tables {
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info-tables {
    display: block;
  }
}
.listing-card .card__additional-info-table {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-left: 0.1rem solid #D2D5D7;
  /*padding-left: 3.3rem;*/
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (max-width: 1399px) {
  .listing-card .card__additional-info-table {
    /*padding-left: 2rem;*/
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info-table {
    padding-left: 0;
    border: 0;
  }
}
@media (max-width: 1023px) {
  .listing-card .card__additional-info-table:first-child {
    border-left: 0;
    padding-left: 0;
  }
}
.listing-card .card__additional-info-table .addtl-info-title{
  width: 31.5%;
  font-weight: 600;
  vertical-align: top;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info-table .addtl-info-title{
    width: 48.9%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__additional-info-table {
    max-width: none;
  }
}
@media (min-width: 767.02px) {
  .listing-card .card__additional-info-table .addtl-info-title{
    width: 51.5%;
  }
}
.listing-card.additional-info-showed .card__image, .listing-card.additional-info-showed .card__image img, .listing-card.additional-info-showed .card__image-link {
  border-bottom-left-radius: 0;
}
.listing-card.additional-info-showed .card__additional-info {
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card.additional-info-showed .card__additional-info {
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
}
.listing-card .btn {
  position: relative;
  z-index: 4;
}
/*  Card product alt small  */
.listing-card--small .card__content-head {
  margin-bottom: 0.6rem;
}
/*  Card product alt horizontal  */
.listing-card--horizontal {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.15);
  border-radius: 0.3rem;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .listing-card--horizontal:hover {
    -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .listing-card--horizontal:hover .card__image-link {
    opacity: 1;
  }
}

.listing-card--horizontal .card__inner:hover {
  background-color: rgb(255, 198, 50, 0.12);
}
.listing-card--horizontal .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__inner {
    display: block;
  }
}

.listing-card--horizontal .card__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.746%;
  flex: 0 0 36.746%;
  padding-top: 21.2%;
  aspect-ratio: 252 / 141;
  border-radius: 0.7rem 0 0 0.7rem;
  border-bottom: 0;
}
@media (max-width: 767px){
  .listing-card--horizontal .card__image {
    border-bottom: 0.1rem solid #D2D5D7;
  }
}
@media (min-width: 768px){
  .listing-card--horizontal .card__image {
    border-right: 0.1rem solid #D2D5D7;
  }
}
.listing-card .card__image p {
  font-size: 1.8rem;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  /*color: #006FB9;*/
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__image {
    padding-top: 54.955%;
  }
}
.listing-card--horizontal .card__image-link {
  background: rgba(68,68,68,0.8);
  text-transform: uppercase;
}
@media (min-width: 767.02px) {
  .listing-card--horizontal .card__image-link {
    width: 100%;
    border-radius: 0 0 0 0.7rem;
    font-size: 1.3rem;
    line-height: 1.14;
    padding: 0.2rem 0.2rem;
    /*opacity: 0;*/
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__image-link {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.listing-card--horizontal .card__image-link:focus-visible {
  opacity: 1;
}
.listing-card--horizontal .card__image img {
  border-radius: 0.3rem 0 0 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__image img {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.listing-card--horizontal .card__image .card__labels {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 4rem;
  margin: 0;
}
.listing-card--horizontal .card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 2.2rem 2.5rem 1.5rem;
  position: relative;
}
@media (max-width: 1199px) {
  .listing-card--horizontal .card__content {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content {
    padding: 1rem 1.7rem 2rem 1.9rem;
  }
}
@media (max-width: 374px) {
  .listing-card--horizontal .card__content {
    padding: 1rem 1rem;
  }
}
.listing-card--horizontal .card__content-body h5 {
  /*color: #0645ad;*/
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  margin-top: 4px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-body h5 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 0.1rem;
  }
}
@media (min-width: 768px) {
  .listing-card--horizontal .card__content-info {
    max-width: calc(100% - 13.3rem);
  }
  .listing-card--horizontal .card__content-head {
    width: 13rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-info {
    max-width: 100%;
  }
}
.listing-card--horizontal .card__content-info + .card__content-body-inner {
  margin-top: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-info + .card__content-body-inner {
    margin-top: 1.6rem;
  }
}
.listing-card--horizontal .card__content-info + .card__content-body-inner--size1 {
  margin-top: 4.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-info + .card__content-body-inner--size1 {
    margin-top: 1.5rem;
  }
}
.listing-card--horizontal .card__list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__list-info {
    padding-top: .1rem;
    display: block;
  }
}
.listing-card--horizontal .card__list-info li {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__list-info li {
    margin-bottom: 0.7rem;
  }
}
.listing-card--horizontal .card__list-info li:last-child:after {
  display: none;
}
.listing-card--horizontal .card__list-info li:after {
  /*content: "&middot;";*/
  content: "\00A0\25CF\00A0";
  color: #333;
  font-size: 10px;
  position: relative;
  bottom: 1px;
  margin: 0 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__list-info li:after {
    display: none;
  }
}
.listing-card--horizontal .card__content-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing-card--horizontal .card__content-body-inner--size1 {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-body-inner--size1 {
    display: block;
  }
}
.listing-card--horizontal .card__content-body-inner--size1 .card__actions {
  margin-bottom: -0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-body-inner--size1 .card__actions {
    margin-bottom: 0;
  }
}
.listing-card--horizontal .card__content-body-inner--size1 .card__actions .card__additional-info-trigger {
  margin-top: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content-body-inner--size1 .card__actions .card__additional-info-trigger {
    position: absolute;
    bottom: 7.5rem;
    right: 2rem;
  }
}
.listing-card--horizontal .card__list-checks {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 0;
  padding-right: 4rem;
}
@media (max-width: 1199px) {
  .listing-card--horizontal .card__list-checks {
    padding-right: 0;
  }
}
.listing-card--horizontal .card__list-checks .link {
  font-weight: 600;
  z-index: 3;
}
.listing-card--horizontal .card__actions {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    margin-top: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__actions .btn-outline {
    width: 100%;
  }
}
.listing-card--horizontal .card__content > .card__additional-info-trigger {
  position: absolute;
  bottom: 2.2rem;
  /*right: 2.3rem;*/
  right: 53px;
}
@media (max-width: 1285px){
  .listing-card--horizontal .card__content > .card__additional-info-trigger {
    position: absolute;
    bottom: 1rem;
    /*right: 2.3rem;*/
  }
}
@media (max-width: 1023px){
  .listing-card--horizontal .card__content > .card__additional-info-trigger {
    z-index: 0;
    bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__content > .card__additional-info-trigger {
    bottom: 2rem;
    right: 1.9rem;
  }
}
.listing-card--horizontal .card__save-btn {
  top: 0.5rem;
  right: 0.6rem;
}
.listing-card--horizontal .card__save-btn .ico-favorite {
  width: 1.8rem;
  height: auto;
}
.listing-card--horizontal .card__save-btn .ico-favorite svg {
  width: 1.8rem;
  height: auto;
  /*color: #727577;*/
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__save-btn .ico-favorite svg {
    width: 1.7rem;
  }
}
.listing-card--horizontal .card__value-bug {
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listing-card--horizontal .card__value-bug img {
  max-height: 2.6rem;
}
.listing-card--horizontal .card__value-bug p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.listing-card--horizontal .card__value-bug strong {
  font-weight: 700;
}
.listing-card--horizontal .card__tooltip {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.36;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__tooltip {
    margin: 0.6rem auto 0 0.2rem;
    font-size: 1.1rem;
    line-height: 1.45;
  }
}
.listing-card--horizontal .card__tooltip button {
  color: #727577;
  text-decoration: underline;
}
.listing-card--horizontal .card__tooltip + .card__value-bug {
  margin-top: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__tooltip + .card__value-bug {
    margin-top: 0.5rem;
  }
}
.listing-card--horizontal .card__labels {
  position: static;
  max-width: 69%;
  margin: 1.4rem 0 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal .card__labels {
    max-width: none;
    margin-bottom: 2rem;
    margin-top: 1.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Card saved
\* ------------------------------------------------------------ */
.card-saved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 0 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved {
    padding: 1.9rem 0 2.4rem;
    display: block;
  }
}
.card-saved small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.42;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding-left: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved small {
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.card-saved h4 {
  font-size: 2.2rem;
  line-height: 1.36;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved h4 {
    font-size: 2.1rem;
    line-height: 1.36;
    max-width: 80%;
    margin-bottom: 0.8rem;
  }
}
.card-saved .card__content {
  max-width: 58.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__content {
    margin: 0 0 2.7rem;
  }
}
.card-saved .card__content p {
  padding-left: 0.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__content p {
    padding: 0;
    margin-bottom: 1rem;
    max-width: 95%;
  }
}
.card-saved .card__content p strong {
  font-weight: 600;
}
.card-saved .card__tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__tags {
    margin-top: 2.4rem;
  }
}
.card-saved .card__tags li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.card-saved .card__tag {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.274;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #727577;
  border: 0.2rem solid currentColor;
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.3rem 0.9rem;
  text-align: center;
}
.card-saved .card__tag--new-results {
  color: #fff;
  background: #DD390C;
  border-color: #DD390C;
  padding: 0.3rem 0.8rem;
}
.card-saved .card__tag--price-drops {
  color: #DD390C;
  border-color: #DD390C;
  padding: 0.3rem 0.8rem;
}
.card-saved .card__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__aside {
    padding-top: 0;
  }
}
.card-saved .card__aside.is-saved .card__link {
  display: none;
}
.card-saved .card__aside.is-saved .card__utilities {
  display: block;
}
.card-saved .card__utilities {
  font-size: 1.4rem;
  line-height: 1.36;
  letter-spacing: -0.015em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__utilities {
    margin-right: -0.2rem;
  }
}
@media (max-width: 374px) {
  .card-saved .card__utilities {
    margin-right: 0;
  }
}
.card-saved .card__utilities ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__utilities ul {
    margin-bottom: -1rem;
  }
}
.card-saved .card__utilities li {
  margin-right: 4.2rem;
}
@media (max-width: 1023px) {
  .card-saved .card__utilities li {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved .card__utilities li {
    margin-right: 3.7rem;
    margin: 0 3.7rem 1rem 0;
  }
}
@media (max-width: 374px) {
  .card-saved .card__utilities li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.card-saved .card__utilities li:last-child {
  margin-right: 0;
}
.card-saved .card__utilities a {
  font-weight: 600;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-saved .card__utilities svg {
  color: #006FB9;
  margin-right: 0.6rem;
}
.card-saved .card__utilities .edit-note {
  margin-top: 0.2rem;
}
.card-saved .toggle-switch strong {
  font-weight: 600;
}
.card-saved .card__link {
  font-size: 1.4rem;
  line-height: 1.36;
  letter-spacing: -0.015em;
  font-weight: 600;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}
.card-saved .card__link svg {
  color: #006FB9;
  margin-right: 0.8rem;
}
/*  Card saved overlay undo  */
.card-saved--overlay-undo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.1rem solid #D2D5D7;
  z-index: 3;
  background: #F8FAFB;
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  padding: 4.4rem 3.4rem 4.9rem 3.8rem;
}
@media (max-width: 1023px) {
  .card-saved--overlay-undo {
    padding: 3.2rem 2rem 3.2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 2rem 2rem 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo h4 {
    max-width: none;
    font-size: 2.2rem;
  }
}
.card-saved--overlay-undo h5 {
  font-size: 1.8rem;
  line-height: 1.36;
  font-weight: 400;
  margin: 0 0.7rem 0 0;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo h5 {
    margin: 0 0 2.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo p {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo .card__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 2.7rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo .card__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.card-saved--overlay-undo .card__utilities-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--overlay-undo .card__utilities-flex {
    display: block;
  }
}
/*  Card saved recent searched  */
.card-saved--recent-searched {
  padding: 3.9rem 0 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--recent-searched {
    padding: 1.9rem 0 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--recent-searched small {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--recent-searched .card__content {
    margin-bottom: 1.4rem;
  }
}
.card-saved--recent-searched .card__aside {
  padding: 0.9rem 0.2rem 0 0;
  line-height: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-saved--recent-searched .card__aside {
    padding: 0 0 0 0.4rem;
  }
}
.card-saved--recent-searched .card__link .ico-add {
  margin-top: -0.1rem;
}
.card-saved--recent-searched .card__utilities {
  display: none;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  letter-spacing: -0.01em;
}
.card h5 {
  margin-bottom: 1.1rem;
}
.card h5:before {
  position: absolute;
  top: 0.1rem;
  left: 1.3rem;
}
.card .card__image {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    aspect-ratio: 1/0.531;
  }
}
.card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card .card__content {
  position: relative;
  padding: 0 2rem 0 3.3rem;
}
/*  Card Alt  */
.card--alt .card__image {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__image {
    margin-bottom: 2.8rem;
  }
}
.card--alt .card__content {
  padding: 0 1.2rem 0 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__content {
    padding: 0 1.3rem 0 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards colors
\* ------------------------------------------------------------ */
.cards-colors .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem -1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-colors .cards__items {
    margin: 0 -1.4rem -1.4rem;
  }
}
.cards-colors .cards__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 1.5rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-colors .cards__item {
    padding: 0 1.4rem;
  }
}
.cards-colors .cards__item--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 1199.02px) {
  .cards-colors .cards__item--1of2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .cards-colors .cards__item--1of2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .cards-colors .cards__item--1of2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Cards products alt
\* ------------------------------------------------------------ */
.cards-products-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.8rem -2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-products-alt {
    margin-bottom: -2.5rem;
  }
}
.cards__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.8rem;
  margin-bottom: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__item {
    margin-bottom: 2.5rem;
  }
}
.cards__item:hover,
.cards__item:focus-within {
  z-index: 5; /* ensure tooltips extending past this card stay above neighbors */
}
.cards__item > strong {
  font-weight: 600;
  display: block;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #727577;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__item > strong {
    margin-bottom: 0.7rem;
  }
}
.cards__item > p {
  font-size: 1.2rem;
  line-height: 1.33;
  color: #727577;
  margin-bottom: 0.2rem;
}
.cards__item-inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.cards__item-inner.overlay-undo .listing-card {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.cards__item-inner.overlay-undo .listing-card-overlay-undo {
  opacity: 1;
  visibility: visible;
}
.cards__item--1of3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__item--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .cards__item--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.cards__item--1of4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 1023px) {
  .cards__item--1of4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__item--1of4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .cards__item--1of4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.cards__banner {
  margin: 3rem 0;
}
.cards__banner-blank {
  border: 0.1rem solid #D2D5D7;
  max-width: 72.8rem;
  margin: 4rem auto;
  height: 9rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__banner-blank {
    height: 25rem;
    margin: 1.9rem 1.8rem;
    max-width: 100%;
  }
}
.cards__banner-blank:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.cards__banner-blank:before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  right: -0.6rem;
  bottom: -0.6rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  border-radius: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__banner-blank:before {
    border-radius: 0.8rem;
  }
}
.cards__banner-blank--size1 {
  margin-top: 1.7rem;
}
@media (max-width: 1023px) {
  .cards__banner-blank--size1 {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__banner-blank--size1 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards__banner-blank--landscape {
    height: 5rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.cards__banner-insight {
  margin: 2.8rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.cards__item-featured-devider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #727577;
  margin: -0.4rem 0 0.3rem;
  padding: 0 0.8rem;
}
@media (max-width: 1199px) {
  .cards__item-featured-devider {
    display: none;
  }
}
/*  Cards products alt secondary  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-products-alt--secondary {
    margin: 0 0 -2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-products-alt--secondary .cards__item {
    padding: 0;
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .cards-products-alt--secondary .cards__item--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-products-alt--secondary .cards__item--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/*  Cards products alt horizontal  */
.cards-products-alt--horizontal {
  display: block;
  margin-bottom: 0;
  margin: 0;
}
.cards-products-alt--horizontal .cards__item {
  padding: 0;
  margin-bottom: 0;
  margin-top: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-products-alt--horizontal .cards__item {
    /*margin-top: 2rem;*/
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  #srp-featured-results .cards__item:first-of-type {
    margin-top: 1.3rem;
  }
}
#srp-featured-results .cards__item {
  margin-top: 1.3rem;
}

/* ------------------------------------------------------------ *\
	Cards saved
\* ------------------------------------------------------------ */
.cards-saved .cards__item {
  position: relative;
  border-top: 0.1rem solid #D2D5D7;
}
@media (min-width: 767.02px) {
  .cards-saved .cards__item.overlay-undo {
    border-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-saved .cards__item.overlay-undo {
    padding-top: 2rem;
  }
}
.cards-saved .cards__item.overlay-undo + .cards__item.overlay-undo {
  margin-top: 2rem;
}
@media (min-width: 767.02px) {
  .cards-saved .cards__item.overlay-undo + .cards__item {
    border-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-saved .cards__item.overlay-undo + .cards__item {
    margin-top: 1.8rem;
  }
}
.cards-saved .cards__item.overlay-undo .card-saved {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.cards-saved .cards__item.overlay-undo .card-saved--overlay-undo {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* ------------------------------------------------------------ *\
	Compare bar
\* ------------------------------------------------------------ */
.compare-bar {
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  max-width: 76.6rem;
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 14;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0.2rem 2.1rem rgba(0, 0, 0, 0.11);
  box-shadow: 0 0.2rem 2.1rem rgba(0, 0, 0, 0.11);
  padding: 0.95rem 2.4rem 0.95rem 1.1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    right: 0;
    box-shadow: none;
    border-top: 0.1rem solid #D2D5D7;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    bottom: 0;
    padding: 1rem 0.8rem;
  }
}
.compare-bar .compare__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.compare-bar .compare__content {
  margin-right: 3.1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__content {
    margin-right: 1rem;
  }
}
.compare-bar .compare__items {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__items {
    margin: 0 -0.5rem;
  }
}
.compare-bar .compare__items li {
  padding: 0 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__items li {
    padding: 0 0.5rem;
  }
}
.compare-bar .compare__items li.is-comparing .compare__item-close {
  opacity: 1;
  visibility: visible;
}
.compare-bar .compare__item {
  border: 0.1rem solid #D2D5D7;
  background: #fff;
  position: relative;
  padding-top: 53.84%;
  width: 9.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__item {
    width: 8.4rem;
    padding-top: 50%;
  }
}
@media (max-width: 374px) {
  .compare-bar .compare__item {
    width: 6.5rem;
    padding-top: 60%;
  }
}
.compare-bar .compare__item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.compare-bar .compare__item-close {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #D2D5D7;
  background: #fff;
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #727577;
  z-index: 2;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) {
  .compare-bar .compare__item-close:hover {
    color: rgba(114, 117, 119, 0.5);
  }
}
.compare-bar .compare__item-close svg {
  width: 0.8rem;
  height: 0.8rem;
}
.compare-bar .compare__utilities {
  font-size: 1.4rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare-bar .compare__utilities .link {
  margin: 0.2rem 0 0 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__utilities .link {
    margin-left: 1.2rem;
  }
}
@media (max-width: 374px) {
  .compare-bar .compare__utilities .link {
    margin-left: 1rem;
  }
}
.compare-bar .compare__utilities .link svg {
  margin: 0.2rem 0.5rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar .compare__utilities .link svg {
    display: none;
  }
}
.compare-bar .compare__count {
  font-size: 1.4rem;
  line-height: 1.14;
  display: none;
}
@media (max-width: 374px) {
  .compare-bar .compare__count {
    font-size: 1.3rem;
  }
}
.compare-bar--less-items {
  padding: 0.8rem 0rem 1.1rem 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar--show-count {
    padding: 1rem 1.8rem 1rem 2.8rem;
  }
}
@media (max-width: 374px) {
  .compare-bar--show-count {
    padding: 1rem 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar--show-count .compare__content {
    margin-right: 3.1rem;
  }
}
@media (max-width: 374px) {
  .compare-bar--show-count .compare__content {
    margin-right: 1rem;
  }
}
.compare-bar--show-count .compare__count {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar--show-count .compare__count {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar--show-count .compare__items {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .compare-bar--show-count .compare__utilities .link {
    margin-left: 1.8rem;
  }
}
@media (max-width: 374px) {
  .compare-bar--show-count .compare__utilities .link {
    margin-left: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  margin-right: 2rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .copyright {
    margin: 0 0 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 23.6rem;
  background: #fff;
  border: 0.1rem solid #D2D5D7;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  padding-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}
.dropdown ul {
  margin: 0.4rem 0rem 0rem;
  padding-top: 0.5rem;
  position: relative;
}
.dropdown ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.4rem;
  right: 2.4rem;
  border-top: solid 0.1rem #D2D5D7;
}
.dropdown ul + ul {
  margin-top: 0.6rem;
}

/* ------------------------------------------------------------ *\
	Form zip code
\* ------------------------------------------------------------ */
.form-zip-code {
  padding: 3.4rem 2.4rem 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-zip-code {
    padding: 2.9rem 2.3rem 4.4rem;
  }
}
.form-zip-code .form__head {
  text-align: center;
  margin-bottom: 2.6rem;
}
.form-zip-code .form__head h5 {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-zip-code .form__head h5 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.form-zip-code .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-zip-code .form__body-inner {
  max-width: 19.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-zip-code .form__body-inner {
    max-width: 13rem;
  }
}
.form-zip-code .form__controls {
  position: relative;
}
.form-zip-code .form__controls input {
  padding: 0.9rem 0.9rem 0.9rem 4.1rem;
}

.form-zip-code .form__label {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #DD390C;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-zip-code .form__label {
    top: calc(50% - 0.3rem);
    left: 1.2rem;
  }
}
.form-zip-code .form__actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-zip-code .form__actions {
    margin-left: 1.6rem;
  }
}
.form-zip-code .form__btn {
  min-width: auto;
  width: 100%;
  padding: 0.8rem 1rem;
}
/*  Form save listing  */
.form--save-listing .form__body {
  padding-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--save-listing .form__body {
    padding-bottom: 1.8rem;
  }
}
.form--save-listing .form__foot {
  padding: 1.8rem 2.4rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--save-listing .form__foot {
    padding: 1.5rem 2.4rem 1.5rem;
  }
}
.form--save-listing .form__actions {
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--save-listing .form__actions {
    margin-bottom: 1.5rem;
  }
}
/*  Form new listing  */
.form--new-listing .form__head h4 {
  max-width: none;
}
.form--new-listing .form__body {
  padding-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--new-listing .form__body {
    padding: 1.2rem 2.2rem 2.2rem 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--new-listing .form__row + .form__row {
    margin-top: 2.6rem;
  }
}
.form--new-listing .form__foot {
  padding: 2.3rem 2.4rem 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--new-listing .form__foot {
    padding: 1.5rem 2.4rem 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--new-listing .form__actions {
    margin-bottom: 1.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Header secondary
\* ------------------------------------------------------------ */
.header-secondary {
  background: #F8FAFB;
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list {
  padding-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list {
    padding-left: 1.3rem;
  }
}
.list li {
  padding-left: 1.9rem;
  list-style-type: none;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list li {
    padding-left: 2.2rem;
  }
}
.list li:before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
}
.list li + li {
  margin-top: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list li + li {
    margin-top: 0.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  width: 14.8rem;
  height: 4rem;
  position: relative;
}
@media (hover: hover) {
  .logo:focus-visible:before {
    opacity: 1;
  }
}
.logo:before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.4rem -0.4rem;
  border: 0.2rem solid #DD390C;
  border-radius: 0.8rem;
  opacity: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    width: 11.8rem;
    height: 3.2rem;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Nav Footer
\* ------------------------------------------------------------ */
.nav-footer {
  color: inherit;
}
.nav-footer ul {
  margin: -0.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .nav-footer ul {
    margin: -0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-footer ul {
    margin: -0.3rem -1.3rem;
  }
}
.nav-footer li {
  padding: 0.95rem;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .nav-footer li {
    padding: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-footer li {
    padding: 0.3rem 1.3rem;
  }
}
.nav-footer a {
  text-decoration: none;
  position: relative;
}
@media (hover: hover) {
  .nav-footer a:hover:after, .nav-footer a:focus:before {
    opacity: 1;
  }
}
.nav-footer a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
  opacity: 0;
}
.nav-footer a:before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.2rem -0.7rem;
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.12;
  padding-top: 2.8rem;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .nav-secondary {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    padding-top: 2.1rem;
    margin: 0 -2rem;
    padding: 2.1rem 2rem 0;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary::-webkit-scrollbar {
    display: none;
  }
}
.nav-secondary > a {
  font-weight: 600;
  color: #006FB9;
}
.nav-secondary ul a {
  text-decoration: none;
  position: relative;
}
.nav-secondary ul a:before {
  content: "";
  position: absolute;
  inset: -0.2rem -0.7rem;
  border: 0.2rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
}
@media (hover: hover) {
  .nav-secondary ul a:focus-visible:before {
    opacity: 1;
  }
}
.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.4rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .nav-secondary ul {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 5rem;
  }
}
.nav-secondary li {
  margin-right: 4.1rem;
  padding-bottom: 2.7rem;
  position: relative;
}
@media (max-width: 1023px) {
  .nav-secondary li {
    margin-right: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary li {
    margin-right: 3rem;
  }
}
.nav-secondary li:after {
  content: "";
  background: #DD390C;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.nav-secondary li:last-child {
  margin: 0;
}
.nav-secondary li.is-current {
  font-weight: 600;
}
.nav-secondary li.is-current:after {
  opacity: 1;
  visibility: visible;
}
/*  Nav Logged  */
/*.nav--logged > ul > li > a svg {*/
/*  margin: 0;*/
/*}*/
/*.nav--logged > ul > li > a:after {*/
/*  inset: -0.8rem -0.4rem;*/
/*  border-radius: 0.4rem;*/
/*}*/
/* ------------------------------------------------------------ *\
	Number Info
\* ------------------------------------------------------------ */
.number-info .number__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .number-info .number__cols {
    display: block;
  }
}
.number-info .number__item {
  margin-top: 3.9rem;
  padding-top: 3.6rem;
  border-top: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .number-info .number__item {
    margin-top: 3.3rem;
    padding-top: 2.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Number Vin
\* ------------------------------------------------------------ */
.number-vin {
  margin: 0 auto 6.7rem;
  max-width: 69.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .number-vin {
    margin-bottom: 5.8rem;
    padding: 0 0.3rem;
  }
}
.number-vin img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* ------------------------------------------------------------ *\
	Question
\* ------------------------------------------------------------ */
.question {
  padding-right: 3rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .question {
    padding-right: 0;
  }
}
.question h5 {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .question h5 {
    margin-bottom: 1.8rem;
  }
}
.question p {
  margin-bottom: 1.8rem;
}
.question p:last-child {
  margin-bottom: 0;
}
.question ul {
  padding-left: 1.9rem;
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .question ul {
    padding-left: 2.2rem;
    line-height: 1.46;
  }
}
.question li {
  padding: 0 7rem 0 1.2rem;
  list-style-type: none;
  position: relative;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .question li {
    padding: 0 0 0 1.3rem;
  }
}
.question li + li {
  margin-top: 0.5rem;
}
.question li:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Questions
\* ------------------------------------------------------------ */
.questions .questions__item + .questions__item {
  margin-top: 3.4rem;
  padding-top: 3.3rem;
  border-top: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .questions .questions__item + .questions__item {
    margin-top: 2.7rem;
    padding-top: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Read more
\* ------------------------------------------------------------ */
.read-more .read-more__text {
  -webkit-line-clamp: var(--line-clamp);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .read-more .read-more__text {
    -webkit-line-clamp: var(--line-clamp-mobile);
  }
}
.read-more .read-more__text > * {
  display: inline-block;
}
.read-more .read-more__text > *:first-child {
  display: inline;
}
.read-more .read-more__text > *:nth-child(2) {
  margin-top: 1rem;
}
.read-more .read-more__toggle {
  text-decoration: none;
  display: inline-block;
  color: #333333;
  font-weight: 600;
  position: relative;
}
.read-more .read-more__toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.read-more .read-more__toggle:focus-visible:after {
  opacity: 1;
  visibility: visible;
}
.read-more .read-more__toggle span {
  margin-right: 0.2rem;
}
.read-more .read-more__toggle svg, .read-more i {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  /* width: 1rem; */
  height: 1rem;
}
.read-more.is-active .read-more__text {
  --line-clamp: none;
  -webkit-line-clamp: var(--line-clamp);
}
.read-more.is-active .read-more__toggle svg, .read-more.is-active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ------------------------------------------------------------ *\
	Section callout alt
\* ------------------------------------------------------------ */
.section-callout-alt {
  padding: 3.9rem 0;
}
@media (max-width: 1023px) {
  .section-callout-alt {
    padding: 2.7rem 0;
  }
}
.section-callout-alt .section__inner {
  max-width: 109.2rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  background: #E6EFF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.3rem 7.4rem 4.7rem 4.9rem;
}
@media (max-width: 1023px) {
  .section-callout-alt .section__inner {
    display: block;
    text-align: center;
    padding: 3.8rem 2.6rem 3.7rem;
  }
}
.section-callout-alt .section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .section-callout-alt .section__content {
    display: block;
    margin: 0 0 2.8rem;
  }
}
@media (max-width: 1023px) {
  .section-callout-alt .section__content-image {
    margin-bottom: 1.9rem;
  }
}
.section-callout-alt .section__content-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 4.8rem;
  max-width: 50rem;
}
@media (max-width: 1023px) {
  .section-callout-alt .section__content-inner {
    margin: 0 auto;
  }
}
.section-callout-alt .section__content-inner h2 {
  margin-bottom: 1.2rem;
}
@media (max-width: 1023px) {
  .section-callout-alt .section__content-inner h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    max-width: 80%;
    margin: 0 auto 2.5rem;
    letter-spacing: 0;
  }
}
.section-callout-alt .section__content-inner p > a {
  color: #006FB9;
  text-decoration: none;
  font-weight: 600;
}
.section-callout-alt .section__actions {
  margin-top: 1.2rem;
}
@media (max-width: 374px) {
  .section-callout-alt .section__actions a.btn {
    min-width: auto;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
  padding: 5rem 0;
  background: #E6EFF5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout {
    padding: 4.7rem 0 5rem;
    text-align: center;
  }
}
.section-callout h1 {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout h1 {
    margin-bottom: 2.3rem;
    font-size: 2.7rem;
    line-height: 1.25;
  }
}
.section-callout p {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout p {
    margin-bottom: 4.7rem;
  }
}
.section-callout .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 69rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__inner {
    display: block;
  }
}
.section-callout .section__content {
  padding: 0.2rem 6rem 0 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 2rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content {
    padding: 0;
    font-size: 1.6rem;
  }
}
.section-callout .section__image {
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.8%;
  flex: 0 0 32.8%;
  max-width: 32.8%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__image {
    margin-bottom: 3.2rem;
    max-width: 100%;
  }
}
.section-callout .section__actions a + a {
  margin-left: 0.5rem;
}
/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 10rem 0;
  background: #F8FAFB;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards {
    padding: 4.8rem 0;
  }
}
.section-cards h2 {
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards h2 {
    max-width: 85%;
    margin: 0 auto 3.1rem;
  }
}
.section-cards .section__inner--alt {
  padding: 0 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards .section__inner--alt {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section FAQ
\* ------------------------------------------------------------ */
.section-faq {
  padding: 5rem 0 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-faq {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-faq .section__head {
  margin-bottom: 6.3rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-faq .section__head {
    margin-bottom: 3.2rem;
  }
}
.section-faq .section__body {
  margin-bottom: 5.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-faq .section__body {
    margin-bottom: 4.3rem;
  }
}
.section-faq .section__actions {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-faq .section__actions a {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */
.section-info {
  overflow: visible;
  height: auto;
  padding: 3.2rem 0 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info {
    padding: 2rem 0 3.4rem;
  }
}
.section-info .section__head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .section-info .section__head-container {
    display: block;
  }
}
.section-info .section__head-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 68%;
  margin-right: 3rem;
}
@media (max-width: 1023px) {
  .section-info .section__head-inner {
    max-width: 100%;
    margin: 0;
  }
}
.section-info .section__head-inner #pageHeader {
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .section-info .section__head-inner #pageHeader {
    font-size: 2rem;
    line-height: 1.65;
    font-weight: 600;
  }
}
.section-info .section__widget-car-score {
  padding-left: 0.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__widget-car-score {
    padding-left: 0;
    margin-bottom: 1.3rem;
  }
}
.section-info .section__widget-car-score:last-child {
  margin-bottom: 0;
}
.section-info .section__head-text {
  font-size: 1.4rem;
  color: #727577;
  padding-left: 0.3rem;
}
.section-info .section__insights {
  min-width: 33rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #D2D5D7;
  position: relative;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  /*line-height: 1.43;*/
  /*padding: 0 2.2rem 1.2rem 1.5rem;*/
  line-height: 1;
  padding: 0 2.2rem .6rem 1.5rem;
}
@media (max-width: 1199px) {
  .section-info .section__insights {
    min-width: 30rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .section-info .section__insights {
    display: none;
  }
}
.section-info .section__insights-image {
  max-width: 13.1rem;
  display: block;
  padding: 0 0.6rem;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -0.3rem 0 -0.5rem auto;
}
.section-info .section__insights-list-info .insights-datapoint{
  text-transform: capitalize;
}
.section-info .section__insights-list-info {
  position: relative;
  top: -4px;
  list-style-type: none;
  font-size: 1.3rem;
  line-height: 1.6;
}
.section-info .section__insights-list-info strong {
  font-weight: 600;
}
.section-info .section__nav-links {
  border-top: 0.1rem solid #D2D5D7;
  border-bottom: 0.1rem solid #D2D5D7;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.section-info .section__body{
  margin-top: 3.2rem;
  @media (max-width: 1023px) {
      margin-top: 2.5rem;
  }
}

.section-info .section__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .section-info .section__body-inner {
    display: block;
  }
}
.section-info .section__aside {
  max-width: 30rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 34px;
  z-index: 1;
  /*z-index: 1;*/
  @media (max-width: 1023px) {
      max-width: none;
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 11;
      padding: 0 2rem;
      margin: 0 -2rem;
  }
}

.section-info .section__aside-banner {
  margin-bottom: 3.2rem;
  @media (max-width: 1023px) {
      display: none;
  }
}
.section-info .section__aside-banner a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.section-info .section__aside-banner a:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.section-info .section__aside-banner a:before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  right: -0.6rem;
  bottom: -0.6rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  border-radius: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__aside-banner a:before {
    border-radius: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .section__filters #save-search-btn{
    margin-bottom: .1rem;
  }
}
.section-info .section__filters {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-info .section__filters {
    margin-bottom: 0;
  }
}
.section-info .section__filters-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .section-info .section__filters-head {
    margin-bottom: 0;
  }
}
.section-info button.clearFilters,
.section-info a.js-filters-trigger {
  margin-right: 0.7rem;
}
#source-picker-trigger.trigger-opened svg{
  transform: rotate(180deg);
}
#source-picker-trigger{
  background: #E6EFF5;
}
@media (max-width: 1023px) {
  .section-info button.clearFilters,
  .section-info a#source-picker-trigger,
  .section-info a.js-filters-trigger {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    justify-content: center;
    text-align: center;
    min-width: auto;
    padding: 0.6rem 1rem;
    max-width: 50%;
    margin-right: 1.1rem;
  }
}
.section-info .save_search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
@media (max-width: 1023px) {
  .section-info .save_search {
    min-width: auto;
    max-width: calc(50% - 0.55rem);
  }
}
.section-info .section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: calc(100% - 33.4rem);
  @media (max-width: 1199px) {
      max-width: calc(100% - 30.5rem);
  }
  @media (max-width: 1023px) {
      max-width: 100%;
      margin-top: 2.5rem;
  }
}
.section-info .section__filters-list {
  margin-bottom: 3.2rem;
  padding-left: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__filters-list {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.section-info .section__search-autocomplete {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__search-autocomplete {
    margin-bottom: 1.5rem;
  }
}
.section-info .section__count_and_sort {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.29;
  margin-bottom: 3.1rem;
  gap: 1rem;
  @media (min-width: 1024px) {
      margin-bottom: 2.5rem;
      /* margin-top: .8rem; */
      padding-top: 1.1rem;
  }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      margin-bottom: 0;
  }
}
p.listings-found-header {
  font-size: 1.4rem;
  font-weight: 400;
}
.section-info .section__count_and_sort > p {
  margin: 0 1rem 0 0;
}
.section-info .section__cards-products-alt-horizontal {
  margin-bottom: 4rem;
}
.section-info .section__cards-products-alt-horizontal:last-child {
  margin-bottom: 0;
}
.section-info .section__cards-products-alt {
  margin-bottom: 4.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__cards-products-alt {
    margin-bottom: 1.9rem;
  }
}
.section-info .section__banner-blank {
  border: 0.1rem solid #D2D5D7;
  max-width: 72.8rem;
  margin: 4rem auto;
  height: 9rem;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__banner-blank {
    margin: 4rem 1.75rem;
    height: 25rem;
  }
}
.section-info .section__banner-blank:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.section-info .section__banner-blank:before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  right: -0.6rem;
  bottom: -0.6rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  border-radius: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__banner-blank:before {
    border-radius: 0.8rem;
  }
}
.section-info .section__banner-card {
  margin-bottom: 3.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__banner-card {
    margin-bottom: 3rem;
  }
}
.section-info .section__searches {
  margin-top: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__searches {
    margin-top: 5.1rem;
  }
}
.section-info .section__searches h4 {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__searches h4 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
}
.section-info .section__searches-table {
  border-radius: 0.8rem;
  /*overflow: hidden;*/
  font-size: 1.6rem;
  line-height: 1.5071;
}
@media (max-width: 374px) {
  .section-info .section__searches-table {
    font-size: 1.4rem;
  }
}
.section-info .section__searches-table table {
  display: block;
}
.section-info .section__searches-table tbody {
  display: block;
}
.section-info .section__searches-table tbody tr {
  background: #F8FAFB;
  border: 0.2rem solid #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__searches-table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border-bottom: 0;
    padding: 0.3rem 0 1rem;
  }
}
.section-info .section__searches-table tbody tr:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-info .section__searches-table td {
  padding: 2rem 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__searches-table td {
    display: block;
    padding: 1.7rem 1.7rem 0;
  }
}
@media (min-width: 767.02px) {
  .section-info .section__searches-table td:first-child {
    width: 23.6%;
  }
}
@media (min-width: 767.02px) {
  .section-info .section__searches-table td:nth-child(2) {
    width: 20.6%;
  }
}
@media (min-width: 767.02px) {
  .section-info .section__searches-table td:nth-child(3) {
    width: 20.5%;
  }
}
@media (min-width: 767.02px) {
  .section-info .section__searches-table td:last-child {
    width: 9.5%;
  }
}
.section-info .section__searches-table small {
  font-size: 87.5%;
  display: block;
}
.section-info .section__searches-table a:not(.link3) {
  text-decoration: none;
  color: #006FB9;
  position: relative;
}
.section-info .section__searches-table a:not(.link3):focus-visible:before {
  opacity: 1;
  visibility: visible;
}
.section-info .section__searches-table a:not(.link3):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.6rem;
  left: -0.6rem;
  border: 0.1rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .section-info .section__searches-table a:not(.link3):hover {
    text-decoration: underline;
  }
}
.section-info .section__searches-table a:not(.link3):active {
  color: #333333;
  text-decoration: underline;
}

.section-info .section__searches-table .link3 {
  /*font-weight: 400;*/
  font-size: 1.4rem;
}
.section-info .section__searches-table .link3 svg {
  margin-left: 0.5rem;
}
.section-info .section__text {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 81%;
}
@media (max-width: 1199px) {
  .section-info .section__text {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .section-info .section__text {
    font-size: 1.3rem;
  }
}
.section-info .section__text p,
.section-info .section__text .read-more {
  margin-bottom: 3.1rem;
}
.section-info .section__text p:last-child,
.section-info .section__text .read-more:last-child {
  margin-bottom: 0;
}
.section-info .section__text .read-more .read-more__toggle {
  font-size: 1.4rem;
}
.section-info .section__text h5 {
  letter-spacing: 0;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text h5 {
    font-size: 1.8rem;
    line-height: 1.67;
    margin-bottom: 1.3rem;
  }
}

.section-info .section__text > ul {
  list-style-type: none;
  line-height: 1.91;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    max-width: 92%;
  }
}
.section-info .section__text > ul + p {
  margin-top: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul + p {
    margin-top: 1.9rem;
  }
}
.section-info .section__text > ul > li {
  padding-left: 2.7rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul > li {
    padding-left: 2.9rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul > li:last-child {
    margin-bottom: 0;
  }
}
.section-info .section__text > ul > li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
  left: 0.7rem;
  background: #ACAEAF;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul > li:before {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.section-info .section__text > ul ul {
  list-style-type: none;
  padding-top: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul ul {
    line-height: 1.75;
    padding-top: 1.4rem;
    padding-left: 0.5rem;
  }
}
.section-info .section__text > ul ul li {
  padding-left: 1.8rem;
  position: relative;
}
.section-info .section__text > ul ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
  left: 0;
  border: 0.1rem solid #727577;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text > ul ul li:before {
    top: 0.9rem;
  }
}
.section-info .section__text-table {
  max-width: 30rem;
  letter-spacing: 0;
  line-height: 1.81;
  margin-bottom: 1.8rem;

}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text-table {
    max-width: none;
    line-height: 2.07;
  }
}
.section-info .section__text-table tbody td {
  width: 100%;
  text-wrap: nowrap;
  padding-right: 1rem;
}
.section-info .section__text-table tbody td:first-child {
  font-weight: 600;
}
.section-info .section__text--size1 {
  line-height: 1.4;
  max-width: 83%;
}
@media (max-width: 1199px) {
  .section-info .section__text--size1 {
    max-width: 100%;
  }
}
.section-info .section__text--size2 {
  letter-spacing: -0.01em;
  max-width: none;
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text--size2 {
    margin-bottom: 0.2rem;
  }
}
.section-info .section__text--size3 {
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.section-info .section__text--size3 .read-more {
  letter-spacing: 0;
}
.section-info .section__text--size4 {
  max-width: 91%;
  line-height: 1.75;
}
@media (max-width: 1199px) {
  .section-info .section__text--size4 {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text--size4 {
    line-height: 1.59;
  }
}
.section-info .section__text--size4 p {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text--size4 p {
    margin-bottom: 2.6rem;
  }
}
.section-info .section__text--size5 {
  letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text--size5 {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.36;
  }
}
.section-info .section__text--size5 h5 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text--size5 h5 {
    margin-bottom: 0.9rem;
  }
}
.section-info .section__text--size5 p {
  margin-bottom: 2.3rem;
}
.section-info .section__text + .section__text {
  margin-top: 4.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__text + .section__text {
    margin-top: 3.2rem;
  }
}
.section-info .section__title + .section__text--size4 {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__title + .section__text--size4 {
    margin-top: 1.4rem;
  }
}
.section-info .section__title + .section__text--size5 {
  margin-top: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__title + .section__text--size5 {
    margin-top: 1.5rem;
  }
}
/*.section-info .section__text + .section__widgets-prices {*/
/*  margin-top: 9.6rem;*/
/*}*/
/*@media (max-width: 1199px) {*/
/*  .section-info .section__text + .section__widgets-prices {*/
/*    margin-top: 7rem;*/
/*  }*/
/*}*/
/*@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
/*  .section-info .section__text + .section__widgets-prices {*/
/*    margin-top: 5.4rem;*/
/*  }*/
/*}*/
/*.section-info .section__widgets-prices + .section__row {*/
/*  margin-top: 6.1rem;*/
/*}*/
/*@media (max-width: 1199px) {*/
/*  .section-info .section__widgets-prices + .section__row {*/
/*    margin-top: 3.5rem;*/
/*  }*/
/*}*/
/*@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
/*  .section-info .section__widgets-prices + .section__row {*/
/*    margin-top: 1.5rem;*/
/*  }*/
/*}*/
.section-info .section__widgets-prices {
  margin-top: 9.6rem;
}
@media (max-width: 1199px) {
  .section-info .section__widgets-prices {
    margin-top: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__widgets-prices {
    margin-top: 5.4rem;
  }
}
.section-info .section__widgets-prices + .model-insights  {
  margin-top: 6.1rem;
}
@media (max-width: 1199px) {
  .section-info .section__widgets-prices + .model-insights  {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__widgets-prices + .model-insights  {
    margin-top: 1.5rem;
  }
}

/*.scroll-to-row:first-of-type,*/
/*.section-info .scroll-to-row + .scroll-to-row,*/
/*.section-info .scroll-to-row + .section__row,*/
/*.section-info .section__row + .scroll-to-row,*/
/*.section-info .section__row + .section__row {*/
  .section-info .section__row {
  margin-top: 6.1rem;
}
@media (max-width: 1199px) {
  /*.scroll-to-row:first-of-type,*/
  /*.section-info .scroll-to-row + .scroll-to-row,*/
  /*.section-info .scroll-to-row + .section__row,*/
  /*.section-info .section__row + .scroll-to-row,*/
  /*.section-info .section__row + .section__row {*/
  .section-info .section__row {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  /*.scroll-to-row:first-of-type,*/
  /*.section-info .scroll-to-row + .scroll-to-row,*/
  /*.section-info .scroll-to-row + .section__row,*/
  /*.section-info .section__row + .scroll-to-row,*/
  /*.section-info .section__row + .section__row {*/
  .section-info .section__row {
    margin-top: 1.5rem;
  }
}
.section-info .section__row {
  padding-top: 3.5rem;
}
.section-info .section__cols {
  margin: 0 -3.1rem;
}
@media (max-width: 1399px) {
  .section-info .section__cols {
    margin: 0 -1.5rem;
    overflow: hidden;
  }
}
.section-info .section__col {
  padding: 0 3.1rem;
}
@media (max-width: 1399px) {
  .section-info .section__col {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1023px) {
  .section-info .section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-info .section__cols--size1 {
  margin: 0 -4.9rem;
  padding-right: 8.2rem;
}
@media (max-width: 1399px) {
  .section-info .section__cols--size1 {
    margin: 0 -1.5rem;
    padding-right: 0;
  }
}
.section-info .section__cols--size1 .section__col {
  padding: 0 4.9rem;
}
@media (max-width: 1399px) {
  .section-info .section__cols--size1 .section__col {
    padding: 0 1.5rem;
  }
}
.section-info .section__widgets-prices {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-info .section__info {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__info {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__col:last-child .section__info {
    margin-bottom: 0;
  }
}
.section-info .section__info h5 {
  letter-spacing: 0;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__info h5 {
    font-size: 1.8rem;
    line-height: 1.36;
    margin-bottom: 1.8rem;
  }
}
.section-info .section__info-inner {
  border: 0.1rem solid #D2D5D7;
  background: #fff;
  padding: 1.6rem 2.1rem 2.4rem;
  border-radius: 0.8rem;
  line-height: 1.4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__info-inner {
    padding: 0.8rem 1.5rem 0.8rem;
  }
}
.section-info .section__info-inner h4 {
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__info-inner h4 {
    font-size: 2rem;
    line-height: 1.36;
  }
}
.section-info .section__info-inner p {
  max-width: 90%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__info-inner p {
    max-width: 97%;
  }
}
.section-info .section__title {
  line-height: 1.25;
  padding-bottom: 2.5rem;
  margin-bottom: 2.2rem;
  border-bottom: 0.1rem solid rgba(114, 117, 119, 0.26);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__title {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .section-info .section__col:has(.section__table-alt)) .section__title {
    /*if there is a table after the title we don't want the margin-bottom*/
    margin-bottom: 0;
  }

}
.section-info .section__title.no-border {
  border: none;
  margin-bottom: 0;
}
.section-info .section__title small {
  font-size: 58.33%;
  display: block;
  font-weight: 400;
  margin-top: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__title small {
    font-size: 70%;
    margin-top: 0.8rem;
  }
}
.section-info .section__title--alt {
  margin-bottom: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__title--alt + .section__cards-colors {
    margin-top: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .section-info .section__car-info-table td + td {
    padding-left: 1rem;
  }
}
.section-info .section__car-info-table  .segment_text{
  line-height: 1.5;

}
.section-info .section__car-info-table  .segment_label{
  align-content: baseline;

}
.section-info .section__car-info-table {
  margin-top: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info  .section__car-info-table {
    margin-top: 2.9rem;
  }
}
.section-info .section__car-info-table {
  font-size: 1.8rem;
  line-height: 1.97;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__car-info-table {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .section-info .section__car-info-table {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__car-info-table tbody tr:last-child td {
    padding-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__car-info-table tbody td {
    vertical-align: top;
    padding: 0 2rem 1.5rem 0;
    line-height: 1.56;
  }
}
.section-info .section__car-info-table tbody td:first-child {
  width: 10%;
}
@media (max-width: 1023px) {
  .section-info .section__car-info-table tbody td:first-child {
    width: 20%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__car-info-table tbody td:first-child {
    width: 29.7%;
    padding: 0.2rem 0 0;
    line-height: 1.36;
  }
}
.section-info .section__car-info-table strong {
  font-weight: 600;
}
.section-info .section__text + .section__tabs {
  margin-top: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__tabs {
    padding-bottom: 0.7rem;
  }
}
.section-info .section__cards-colors {
  padding-top: 2rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .section-info .section__cards-colors {
    padding-top: 0;
    margin-bottom: 5rem;
  }
}
@media (max-width: 374px) {
  .section-info .section__cards-colors {
    font-size: 1.3rem;
  }
}
.section-info .section__cards-colors > p {
  margin-bottom: 2.9rem;
}
.section-info .section__cards-colors .read-more .read-more__toggle {
  font-size: 1.4rem;
}
.section-info .section__cards-colors .read-more {
  margin-bottom: 2.9rem;
}
.section-info .section__cols + .section__chart {
  margin-top: 3.7rem;
}
.section-info .section__chart {
  display: block;
  margin-right: -0.6rem;
}
@media (max-width: 1399px) {
  .section-info .section__chart {
    margin-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__chart {
    margin-top: 2rem;
    margin-right: -2rem;
    overflow: auto;
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__chart img {
    max-width: none;
  }
}
.section-info .section__chart--size1 {
  padding-left: 0.3rem;
  margin-right: -1rem;
}
@media (max-width: 1399px) {
  .section-info .section__chart--size1 {
    padding-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__chart--size1 {
    margin-right: -2rem;
    padding-left: 0.5rem;
    padding-bottom: 3.4rem;
  }
}

.section-info .section__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.7rem 0 1.8rem;
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .section-info .section__places {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places {
    display: block;
    margin-top: 1.1rem;
  }
}
.section-info .section__places-figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places-figure {
    overflow: auto;
    margin-right: -2rem;
    margin: 0 -2rem 2rem 0;
    padding-left: 2rem;
    padding-bottom: 3.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places-figure img {
    max-width: none;
  }
}
.section-info .section__places-table {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 26.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places-table {
    max-width: none;
  }
}
.section-info .section__places-table tr {
  border-bottom: 0.1rem solid #D2D5D7;
}
.section-info .section__places-table thead th {
  text-align: left;
  font-weight: 700;
  padding: 1.1rem 0.5rem 1.1rem 0;
  line-height: 1.344;
}
.section-info .section__places-table thead th:last-child {
  text-align: right;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places-table thead th:last-child {
    padding-right: 0;
  }
}
.section-info .section__places-table tbody td {
  height: 3.6rem;
  text-align: left;
}
.section-info .section__places-table tbody td:last-child {
  text-align: right;
  padding-right: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info .section__places-table tbody td:last-child {
    padding-right: 0;
  }
}
.section-info .shell {
  max-width: 135.5rem;
}
/*  Section info size1  */
.section-info--size1 {
  padding-bottom: 13.9rem;
}
@media (max-width: 1023px) {
  .section-info--size1 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info--size1 {
    padding-bottom: 4.6rem;
  }
}
.section-info--size1 .section__head {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info--size1 .section__head {
    margin-bottom: 2.3rem;
  }
}
.section-info--size1 .section__head-inner #pageHeader {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info--size1 .section__head-inner #pageHeader {
    font-size: 2.4rem;
    line-height: 1.17;
    margin-bottom: 1.5rem;
  }
}
.section-info--size1 .section__body-inner {
  display: block;
}
.js-main-section {
  position: relative;
}

/* ------------------------------------------------------------ *\
	Wection
\* ------------------------------------------------------------ */
.section {
  background: #F8FAFB;
  padding: 10rem 0rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 4.8rem 0;
  }
}
.section .section__head {
  margin-bottom: 4.9rem;
}
.section .section__actions {
  margin-top: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions {
    margin-top: 3.1rem;
    text-align: center;
  }
}
.section .section__actions span {
  margin-left: 1.8rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions span {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions a {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Select custom
\* ------------------------------------------------------------ */
.select-custom {
  position: relative;
}
.select-custom .select2.select2-container , .select-custom select.js-custom-select{
  width: 100% !important;
}
.select-custom .select2.select2-container.select2-container--focus .select2-selection {
  -webkit-box-shadow: inset 0 0 0 0.1rem #006FB9;
  box-shadow: inset 0 0 0 0.1rem #006FB9;
  border-color: #006FB9;
}
.select-custom .select2.select2-container:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  height: 0.9rem;
  width: 0.9rem;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  border-color: #727577;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  pointer-events: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  margin-top: -0.1rem;
}
.select-custom .select2.select2-container.select2-container--open .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-custom .select2.select2-container.select2-container--open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0.3rem;
}
.select-custom .select2.select2-container .select2-selection,
.select-custom select.js-custom-select {
  font-size: 1.4rem;
  line-height: 1.715;
  font-weight: 400;
  color: #333333;
  padding: 0.9rem 1.6rem 0.9rem 1.4rem;
  border: 0.1rem solid #727577;
  background: #fff;
  border-radius: 0.5rem;
  width: 100%;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  display: block;
  height: auto;
}
.select-custom .select2.select2-container .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 0 1.8rem 0 0;
  font-weight: 500;
}
.select-custom .select2.select2-container .select2-selection__arrow {
  display: none;
}
.select-custom .select2-container .select2-selection__placeholder {
  color: inherit;
}
.select-custom .select2-container--open:not(.select2) {
  left: auto !important;
  right: 0;
  top: 100% !important;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select-custom .select2-container--open:not(.select2) {
    left: 0 !important;
  }
}
.select-custom .select2-dropdown {
  width: 100% !important;
  left: auto;
  right: 0;
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: -0.016em;
  font-weight: 400;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #727577;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select-custom .select2-dropdown {
    right: auto;
    left: 0;
    font-size: 1.4rem;
    width: 100% !important;
  }
}
.select-custom select.js-custom-select{
  appearance: none;

  background-image: url(../../images/icons/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.8rem bottom 47%;
  background-size: 1em;
}
.select-custom .select2-container--default .select2-results > .select2-results__options {
  max-height: 35.9rem;
}
.select-custom .select2-results__option {
  padding: 0.15rem 0.5rem 0.15rem 1.6rem;
}
.select-custom .select2-container--default .select2-results__group {
  padding: 0;
  font-weight: 600;
}
.select-custom .select2-results__options.select2-results__options--nested {
  margin: 0 -0.5rem 0 -1.6rem;
}
.select-custom .select2-results__options.select2-results__options--nested li {
  padding-right: 0.5rem;
  padding-left: 3rem;
}
.select-custom .select2-container--default .select2-results__option--selected,
.select-custom .select2-container--default .select2-results__option--highlighted {
  background: #006FB9;
  color: #fff;
}
/*  Select custom multiple  */
.select-custom--multiple .select2.select2-container .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4rem;
}
.select-custom--multiple .select2.select2-container .select2-selection__rendered {
  padding: 0;
  margin: 0 0 -0.5rem 0;
}
.select-custom--multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 1.7rem;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #333333;
  padding: 0 1rem 0 0.5rem;
  border-color: #727577;
}
.select-custom--multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static;
  line-height: 1;
  color: #333333;
  border-right-color: #727577;
  border-radius: 0;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.select-custom--multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select-custom--multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: none;
  opacity: 0.7;
}
.select-custom--multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0.4rem 0;
}
.select-custom--multiple .select2-container--default .select2-search--inline {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.select-custom--multiple .select2-container--default .select2-search--inline .select2-search__field {
  height: 2rem;
  margin: 0;
  width: auto !important;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}
.select-custom--multiple .select2-dropdown {
  font-size: 1.4rem;
  line-height: 1.143;
  font-weight: 400;
  letter-spacing: 0;
}
.select-custom--multiple .select2-container--default .select2-results > .select2-results__options {
  padding: 0.75rem 0;
  max-height: 29.8rem;
}
.select-custom--multiple .select2-container--default .select2-results__option--selected,
.select-custom--multiple .select2-container--default .select2-results__option--highlighted {
  background: #D2D5D7;
  color: #333333;
}
.select-custom--multiple .select2-results__option {
  padding: 0.75rem 1rem 0.75rem 4.1rem;
  position: relative;
}
.select-custom--multiple .select2-results__option:last-child {
  margin-bottom: 0;
}
.select-custom--multiple .select2-results__option:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 1.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #727577;
  border-radius: 0.2rem;
  -webkit-transition: background 0.4s, border-color 0.4s;
  transition: background 0.4s, border-color 0.4s;
}
.select-custom--multiple .select2-results__option:after {
  content: "";
  background-image: url(../../images/icons/ico-check-white.svg);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0.2rem;
  left: 1.5rem;
  width: 1.4rem;
  height: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.select-custom--multiple .select2-results__option--selected:before {
  background: #727577;
}
.select-custom--multiple .select2-results__option--selected:after {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Selected filters
\* ------------------------------------------------------------ */

.selected-filters {
  min-height: 3rem;
  margin-bottom: 2.5rem;

  font-size: 1.3rem;
  line-height: 1.77;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.selected-filters ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0.6rem -0.6rem 0;
}
.selected-filters .search-tags {
  row-gap: 1.2rem;
}
.selected-filters li.is-active {
  display: none;
}
.desktop-filters.selected-filters .js-selected-filter-close {
  top: .1rem;
  padding-left: 0.3rem;
}
.selected-filters li {
  gap: .5rem;
  margin: 0 .6rem 0 0;
  border: 1px solid #d2d5d7;
  border-radius: 1.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: .4rem 1rem;
}


.mobile-filters.selected-filters {
  padding: 1.4rem 0 3rem 1.6rem;
  border-top: 0;
  margin: 0;
}
.selected-filters.mobile-filters li {
  display: flex;
  padding: 0.6rem 0.8rem;
  align-items: center;
  gap: 0.5rem;

  border-radius: 0.5rem;
  border: 0px solid #727577;
  background: #E6EFF5;
}

/* The focus box */
/*.filter-item .js-selected-filter-close:before,*/
/*.filter-item:before{*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: -0.2rem -0.7rem;*/
/*  border: 0.2rem solid currentColor;*/
/*  border-radius: 0.4rem;*/
/*  opacity: 0;*/
/*}*/

/*.filter-item .js-selected-filter-close:focus:before,*/
/*.filter-item .js-selected-filter-close:focus-visible:before,*/
/*.filter-item:focus:before,*/
/*.filter-item:focus-visible:before{*/
/*  opacity: 1;*/
/*}*/

/*.filter-item:focus-visible:before,*/
/*.filter-item:focus:before {*/
/*  display: block;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  -webkit-transition-delay: 0;*/
/*  transition-delay: 0;*/
/*}*/
/*.filter-item:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -0.4rem;*/
/*  left: -0.4rem;*/
/*  right: -0.4rem;*/
/*  bottom: -0.4rem;*/
/*  border: 0.2rem solid currentColor;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

.filter-item {
  text-transform: capitalize;
}
.filter-item .js-selected-filter-close{
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  /*margin-left: 0.8rem;*/
  position: relative;
  color: #727577;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.filter-item:hover, .filter-item:focus, .filter-item:focus-visible {
  border: 1px solid #006FB9;
}
.filter-item:hover .js-selected-filter-close{
  color: #006FB9;
}
.selected-filters .selected-filters__clear {
  color: #006FB9;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.4rem;
  position: relative;
}
.mobile-filters .selected-filters__clear {
  display: none;
}

/*.filter-item:focus:before,*/
/*.filter-item .js-selected-filter-close:focus-visible:before,*/
/*.filter-item:focus:before,*/
/*.filter-item .js-selected-filter-close:focus-visible:before {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
/*.filter-item:before,*/
/*.filter-item .js-selected-filter-close:before {*/
/*  position: absolute;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  -webkit-transition: opacity 0.4s, visibility 0.4s;*/
/*  transition: opacity 0.4s, visibility 0.4s;*/
/*}*/

/*.filter-item:focus:before,*/
.filter-item .js-selected-filter-close:focus:before,
.selected-filters .selected-filters__clear:focus:before,
/*.filter-item:focus-visible:before,*/
.filter-item .js-selected-filter-close:focus-visible:before,
.selected-filters .selected-filters__clear:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
/*.filter-item:before,*/
.filter-item .js-selected-filter-close:before,
.selected-filters .selected-filters__clear:before {
  content: "";
  position: absolute;
  top: -.6rem;
  bottom: -.6rem;
  right: -0.6rem;
  left: -0.6rem;
  border: 0.1rem solid currentColor;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .selected-filters .selected-filters__clear:hover {
    text-decoration: underline;
  }
}
.selected-filters .selected-filters__clear:active {
  color: #333333;
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Slider filters list
\* ------------------------------------------------------------ */
.slider-filters-list {
  position: relative;
}
.slider-filters-list .slider__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-filters-list .slider__arrows {
    left: -0.3rem;
    right: -0.3rem;
  }
}
@media (max-width: 575px) {
  .slider-filters-list .slider__arrows {
    display: none;
  }
}
.slider-filters-list .slider__arrow {
  pointer-events: auto;
  border: 0.2rem solid currentColor;
  color: #727577;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.slider-filters-list .slider__arrow:before {
  content: "";
  height: 120%;
  width: 13.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 374px) {
  .slider-filters-list .slider__arrow:before {
    width: 8rem;
  }
}
.slider-filters-list .slider__arrow:after {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  right: -0.7rem;
  bottom: -0.7rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  border-radius: 50%;
}
.slider-filters-list .slider__arrow:focus-visible:after {
  opacity: 1;
  visibility: visible;
}
.slider-filters-list .slider__arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider-filters-list .slider__arrow svg, .slider-filters-list i {
  width: 0.9rem;
  height: 1.3rem;
  position: absolute;
}
.slider-filters-list .slider__arrow--prev:before {
  left: -0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 374px) {
  .slider-filters-list .slider__arrow--prev:before {
    width: 6rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 100%);
  }
}
.slider-filters-list .slider__arrow--prev svg, .slider-filters-list i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 0 0.3rem 0 0;
}
.slider-filters-list .slider__arrow--next svg, .slider-filters-list i {
  margin: 0.2rem 0 0 0.2rem;
}
.slider-filters-list .slider__arrow--next:before {
  right: -0.6rem;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-filters-list .slider__arrow--next:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0) 100%);
  }
}
.slider-filters-list .slick-list {
  margin: -0.6rem 0 -0.6rem -0.6rem;
  padding: 0.6rem 0 0.6rem 0.6rem;
}
.slider-filters-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-filters-list .slick-slide {
  margin-right: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials li {
  list-style-type: none;
}
.socials li + li {
  margin-left: 2.6rem;
}
.socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.9rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 3rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
}
@media (hover: hover) {
  .socials a:hover {
    opacity: 0.5;
  }
  .socials a:focus-visible:before {
    opacity: 1;
  }
}
.socials img {
  height: 100%;
  max-height: 100%;
  width: auto;
}
/* ------------------------------------------------------------ *\
	Sort
\* ------------------------------------------------------------ */

#sort_wrapper {
  height: 1.6rem;
}
.sort {
  display: -webkit-box;
  display: flex;
  /*flex-wrap: wrap;*/
  flex-wrap: nowrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.sort p {
  margin: 0;
}
.sort .sort__select {
  margin-left: 0.7rem;
  position: relative;
}
.sort .sort__select select {
  /*max-width: 10rem;*/
  font-weight: 600;
  display: block;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  /*padding-right: 1.7rem;*/
}
.sort .sort__select select::-ms-expand {
  display: none;
}
@media (hover: hover) {
  .sort .sort__select select:focus-visible {
    -webkit-box-shadow: 0 0 0 0.1rem currentColor;
    box-shadow: 0 0 0 0.1rem currentColor;
    border-radius: 0.4rem;
  }
}
.sort .select2.select2-container {
  width: auto !important;
}
.sort .select2.select2-container.is-tab-focused:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.sort .select2.select2-container:before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  border: 0.2rem solid currentColor;
  opacity: 0;
  visibility: hidden;
}
.sort .select2.select2-container:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  height: 0.8rem;
  width: 0.8rem;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  border-color: currentColor;
  position: absolute;
  pointer-events: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  color: #727577;
  top: .8rem;
  right: 0.5rem;

}
.sort--alt .sort__select {
  margin: -0.2rem 0 0 1rem;
  /*max-width: 10rem;*/
}
.sort .select2.select2-container.select2-container--open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);

  margin-top: 0.3rem;
}
.sort .select2.select2-container .select2-selection {
  border: 0;
  border-radius: 0;
  background: none;
  height: auto;
}
.sort .select2.select2-container .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 0 1.8rem 0 0;
  font-weight: 600;
}
.sort .select2.select2-container .select2-selection__arrow {
  display: none;
}
.sort .select2-container .select2-selection__placeholder {
  color: inherit;
}
.sort .select2-container--open:not(.select2) {
  left: auto !important;
  right: 0;
  top: calc(100% + 1rem) !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort .select2-container--open:not(.select2) {
    right: auto;
    left: -0.4rem !important;
  }
}
.sort .select2-dropdown {
  width: 22.5rem !important;
  left: auto;
  right: 0;
  font-size: 1.6rem;
  line-height: 1.62;
  letter-spacing: -0.016em;
  font-weight: 400;
  border: 0.1rem solid #D2D5D7;
  border-radius: 0;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort .select2-dropdown {
    right: auto;
    left: 0;
    font-size: 1.4rem;
    width: 19rem !important;
  }
}
.sort .select2-results__option {
  padding: 1.05rem 0.3rem 1.05rem 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort .select2-results__option {
    padding: 0.8rem 0.5rem;
  }
}
/*  Sort alt  */
.sort--alt {
  letter-spacing: 0;
  line-height: 1.14;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort--alt p {
    margin: 0 0.6rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort--alt .select2.select2-container:after {
    right: 0.4rem;
    top: 0.7rem;
  }
}
.sort--alt .select2-container--open:not(.select2) {
  left: auto !important;
  right: 0;
}
.sort--alt .select2-dropdown {
  border-color: #727577;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #333333;
  width: 25.3rem !important;
  @media (max-width: 767px){
      left: auto;
      right: 0;
  }
  @media (max-width: 434px){
      left: -15rem;
  }
}
.sort--alt .select2-container--open:not(.select2) {
  top: calc(100% + 0.9rem) !important;
}
.sort--alt .select2.select2-container .select2-selection__rendered {
  padding-right: 2.7rem;
}
/*@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {*/
/*  .sort--alt .select2.select2-container .select2-selection__rendered {*/
/*    padding-right: 1.7rem;*/
/*    min-height: 1.1rem;*/
/*    font-size: 0;*/
/*  }*/
/*}*/
.sort--alt .select2-container--default .select2-results > .select2-results__options {
  max-height: 44.8rem;
}
.sort--alt .select2-container--default .select2-results__option--selected,
.sort--alt .select2-container--default .select2-results__option--highlighted {
  background: #006FB9;
  color: #fff;
}
.sort--alt .select2-results__option {
  padding: 0.95rem 0.3rem 0.85rem 2.1rem;
}
/* ------------------------------------------------------------ *\
	Table alt
\* ------------------------------------------------------------ */
.table-alt {
  position: relative;
}
.table-alt table {
  border-left: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table-alt table {
    border-left: 0;
  }
}
.table-alt tr {
  position: relative;
}
.table-alt tr td:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table-alt tr td:first-child:before {
    width: 1rem;
    height: 1rem;
  }
}
.table-alt tr:first-child td:first-child:before {
  background: #DD390C;
}
.table-alt tr:nth-child(odd) {
  background: #F8FAFB;
}
.table-alt td {
  height: 6rem;
  vertical-align: middle;
  padding-top: 0.3rem;
  position: relative;
}
.table-alt td:first-child {
  padding-left: 3.1rem;
  text-align: left;
  width: 45.5%;
}
@media (max-width: 1199px) {
  .table-alt td:first-child {
    padding-left: 1.5rem;
  }
}
.table-alt td:last-child {
  padding-right: 4.8rem;
  text-align: right;
  width: 34%;
}
@media (max-width: 1199px) {
  .table-alt td:last-child {
    padding-right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table-alt td:last-child {
    padding-right: 1.3rem;
  }
}
.table-alt strong {
  font-weight: 600;
}
.table-alt .table__green-color {
  color: #27841E;
}
.table-alt .table__crossed-word {
  text-decoration: line-through;
  color: #727577;
}
/*  Table alt unchanged  */
.table-alt--unchanged {
  height: 100%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table-alt--unchanged {
    background: #F8FAFB;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.table-alt--unchanged table {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table-alt--unchanged tr:nth-child(odd) {
    background: none;
  }
}
.table-alt--unchanged td:first-child {
  width: auto;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  padding-left: 0.3rem;
  font-size: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table {
    padding-left: 0;
  }
}
.table table {
  border-collapse: separate;
}
.table tbody td {
  padding: 1.4rem 1rem 1.6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table tbody td {
    padding: 1.1rem 0.5rem 1.1rem 0;
  }
}
.table tbody td:not(:first-child) {
  padding: 1.4rem 2rem 1.6rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table tbody td:not(:first-child) {
    padding: 1.1rem 0.5rem 1.1rem;
  }
}
.table tbody tr:not(:last-child) td {
  border-bottom: 0.1rem solid rgba(210, 213, 215, 0.5);
}
.table tr td:nth-child(2),
.table tr th:nth-child(2) {
  border-width: 0 0.1rem;
  border-style: solid;
  border-color: #DD390C;
}
.table tr:last-child td:nth-child(2) {
  border-width: 0 0.1rem 0.1rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.table tr:last-child td {
  padding: 1.4rem 0 3.3rem;
}
.table tr:last-child td:not(:first-child) {
  padding: 1.4rem 2rem 3.3rem;
}
.table tr:first-child th:nth-child(2) {
  border-width: 0.1rem 0.1rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
}
.table th {
  padding: 2.4rem 1rem 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .table th {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table th {
    padding: 1.7rem 1rem 0;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .table th {
    font-size: 1.4rem;
  }
}
.table h6 {
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table h6 {
    line-height: 1.375;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table p {
    display: none;
  }
}
.table svg {
  margin-top: 0.7rem;
}
.table .table__col {
  width: 19.5%;
}
.table .table__col--size-1 {
  width: 53.56%;
}
/* ------------------------------------------------------------ *\
	Toggle switch
\* ------------------------------------------------------------ */
.toggle-switch {
  position: relative;
  z-index: 4;
}
.toggle-switch label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.toggle-switch input {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.1rem;
  cursor: pointer;
}
@media (hover: hover) {
  .toggle-switch input:focus-visible {
    -webkit-box-shadow: 0 0 0 0.2rem #000;
    box-shadow: 0 0 0 0.2rem #000;
  }
}
.toggle-switch input:checked ~ strong:after {
  content: "On";
}
.toggle-switch input:checked ~ .toggle__slider {
  background: #006FB9;
}
.toggle-switch input:checked ~ .toggle__slider:after {
  -webkit-transform: translateX(calc(100% + 0.3rem));
  -ms-transform: translateX(calc(100% + 0.3rem));
  transform: translateX(calc(100% + 0.3rem));
}
.toggle-switch strong {
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: block;
  font-weight: 600;
}
.toggle-switch strong:after {
  content: "Off";
  display: inline-block;
}
.toggle-switch span:not(.toggle__slider) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 0.7rem;
  line-height: 1.34;
}
.toggle-switch .toggle__slider {
  display: inline-block;
  min-width: 3rem;
  height: 1.6rem;
  position: relative;
  background: #ACAEAF;
  border-radius: 0.8rem;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  margin-right: 1rem;
}
.toggle-switch .toggle__slider:after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
/* ------------------------------------------------------------ *\
	Username
\* ------------------------------------------------------------ */
.username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #75777B;
  padding: 0.9rem 2.3rem;
}
.username i {
  margin-right: 0.9rem;
}

.currentPage {
  cursor: default;
  color: unset;
  font-size: 16px;
  padding: 1.5rem 2.5rem;
}
/** tweaks **/
@media (min-width: 768px) {
  .listing-card--horizontal .card__content-body h5 {
    font-size: 1.8rem;
  }
  .listing-card .card__content {
    padding: 5px 15px 10px 15px;
  }
  .listing-card--horizontal .card__image {
    flex: 0 0 33.746%;
    padding-top: 14.6%;
    min-height: 141px;
  }
  .listing-card--horizontal .card__list-checks {
    margin-top: 10px;
  }
  .listing-card--horizontal .card__content-head {
    top: 0px;
  }
  .listing-card--horizontal .card__content>.card__additional-info-trigger {
    bottom: 10px;
  }
  .listing-card--horizontal .card__content-info + .card__content-body-inner {
    margin-top: 6px;
  }
  .advanced-filters__toggle_close.filters__section {
    display: none;
  }
  .advanced-filters__toggle_close {
    border-top: 0.1rem solid #D2D5D7;
  }
  .advanced-filters__toggle_open.filters__section, .advanced-filters__toggle_close.filters__section {
    color: #006fb9;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .advanced-filters__toggle_open.filters__section .ico-arrow-down {
    width: 1.4rem;
    height: 1rem;
  }
  .advanced-filters__toggle_close.filters__section .ico-arrow-down {
    width: 1.4rem;
    height: 1rem;
    transform: rotate(180deg);
  }
  .pagination .pagination__btn {
    font-size: 16px;
    width: 85px;
  }
  .pagination .pagination__btn.pagination__btn--next {
    border: solid 1px #DD390C;
    color: #DD390C;
  }
  .pagination .pagination__btn.pagination__btn--prev {
    border: solid 1px #DD390C;
    color: #DD390C;
  }
  .pagination p {
    margin: 0 1.5rem;
    min-width: 104px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

}
header#srp_head {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .section-info .section__head#srp_head {
    border-bottom: none;
  }
  .section-info.section-main .section__head {
    padding-bottom: 2rem;
  }
  #srp_page .banner__head {
    margin-bottom: 0;
    padding: 5px 0;
  }
  section#scroll_to-search {
    padding: 30px 0 18px;
  }
  #srp_banner {
    padding: 5px 0;
  }
  #scroll_to-search .section__body {
    margin-top: 20px;
  }
}
h1#pageHeader {
  font-size: 2.6rem;
}
#srp_results {
  padding-top: 0;
}
/*  "Here's the vehicle you were looking at"  */
.listing-card .card__highlight {
  display: none;
  background: #006FB9;
  color: #fff;
  padding: 3.7rem 2rem;
}
.listing-card--highlighted .card__inner {
  background: #E6EFF5;

}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__highlight {
    padding: 1rem 2rem;
  }
}
.listing-card--highlighted {
  /*border-color: #006FB9;*/
  border-color: #d2d5d7;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
}
.listing-card--highlighted .card__highlight {
  display: block;
  border-radius: 0.7rem 0.7rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--highlighted .card__highlight {
    border-radius: 0.7rem 0.7rem 0 0;
  }
}
.listing-card--highlighted .card__image {
  border-top-left-radius: 0;
}
.listing-card--highlighted .card__image img {
  border-top-left-radius: 0;
}
.listing-card .card__highlight-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.listing-card .card__highlight h5 {
  font-size: 1.8rem;
  line-height: 1.389;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 1.4rem 0 0;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card .card__highlight h5 {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-right: 0.7rem;
  }
}
.listing-card--horizontal.listing-card--highlighted{
  border-radius: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .listing-card--horizontal {
    border-radius: 0.8rem;
  }
  .listing-card--horizontal.listing-card--highlighted{
    border-radius: 1rem;
  }
}
@media (min-width: 1199px) {
  .section-info .section__content {
  }
  .banner-card .banner__actions {
    margin: 1.5rem auto;
  }
}
#srp_page .section-info .shell {
  max-width: 112rem;
}
@media (min-width: 767px)  {
  .listing-card--horizontal .card__content-head {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    margin-bottom: 0;
  }
}
