.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1fdb6a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-left: 8px;
  font-size: 16px;
  line-height: 18.5px;
}

a {
  color: #5e7feb;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  border-radius: 3px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 122.06668090820312px;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
}

.navbar.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.navbar.hide {
  display: none;
}

.logo-block {
  top: auto;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-link {
  position: relative;
  left: -78px;
  top: 11px;
  display: inline;
  overflow: visible;
  width: 70px;
  height: 23px;
  margin-top: auto;
  margin-right: 34px;
  margin-left: 118px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Roboto, sans-serif;
  color: #1d2d38;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
}

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, 0.3);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: rgba(94, 127, 235, 0.2);
  color: #5e7feb;
}

.dropdown-link.w--current {
  color: #5e7feb;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
}

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

.container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 3px;
  background-color: #5e7feb;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4e6fdb;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding: 8px 15px 6px;
  background-color: #5e7feb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 29px;
  text-decoration: none;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  margin-top: 0px;
  padding-bottom: 14px;
  background-color: #1fdb6a;
}

.button.green:hover {
  background-color: #3cee83;
}

.button.steer-botton {
  width: 30%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 35px 14px;
  background-color: #fff;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  letter-spacing: 2px;
}

.button.steer-botton:hover {
  color: #5e7feb;
}

.button.steer-botton._2 {
  background-color: #5e7feb;
  color: #fff;
}

.button.steer-botton._2:hover {
  color: #5e7feb;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px;
}

.button._2 {
  margin-left: 10px;
  background-color: #1d2d38;
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.button.steer-botton {
  width: 100%;
  margin-top: 20px;
  border-radius: 13px;
  background-color: #282f75;
  color: #fff;
}

.button.gradient-submit-button {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b75dda), to(#5e7feb));
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
}

.button.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, 0.3);
}

.button.white-button {
  background-color: #fff;
  color: #5e7feb;
}

.button.dark {
  margin-top: 40px;
  background-color: #506fd6;
}

.button.dark:hover {
  background-color: #738fec;
}

.button.large-download-button {
  font-size: 16px;
}

.section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  font-size: 15px;
}

.section.tint {
  background-color: #fff;
}

.section.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #1d2d38;
  color: #fff;
}

.section.overflow-none {
  overflow: hidden;
}

.section.color {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #5e7feb;
  color: #fff;
}

.section.small-footer {
  background-color: #272f75;
  color: #8f9ba3;
  font-size: 14px;
  line-height: 20px;
}

.section.gradient-section {
  background-image: linear-gradient(135deg, #b75dda, #5e7feb);
  color: #fdfdfd;
}

.section.dark-footer {
  background-color: #1d2d38;
  color: #b1bbc2;
  font-size: 14px;
}

.section.home-intro-section {
  padding-top: 40px;
  padding-bottom: 165px;
}

.section.car-ad-details-page {
  padding-top: 150px;
}

.section-title-wrapper {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.image-section-title-wrapper {
  margin-bottom: 20px;
}

.section-title {
  display: block;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #272f75;
  font-size: 44px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}

.section-title.white {
  color: #fff;
}

.section-title.small-white {
  color: #fff;
  font-size: 30px;
}

.section-description {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 26px;
  font-weight: 200;
}

.section-description.centered {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-description.full-width {
  width: 100%;
}

.section-description.medium {
  width: 90%;
  margin-top: 25px;
}

.section-description.align-left {
  width: 100%;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-right: 1px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #5e7feb;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-icon {
  height: 25px;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.image-section.newsletter {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section-overlay {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(29, 45, 56, 0.7);
  color: #fff;
}

.image-section-overlay.color-gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, #5e7feb), color-stop(51%, rgba(94, 127, 235, 0.7)), color-stop(95%, #5e7feb));
  background-image: linear-gradient(90deg, #5e7feb 12%, rgba(94, 127, 235, 0.7) 51%, #5e7feb 95%);
}

.image-section-overlay.gradient {
  background-image: linear-gradient(135deg, #a166de, rgba(96, 126, 235, 0.7));
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.hero-description {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.footer-title {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  color: #949494;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  margin-left: 3px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #283e4d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #5e7feb;
}

.footer-small-social-icon {
  height: 15px;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.newsletter-form-small {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  border-color: #c5c5c5;
  background-color: #fff;
}

.field:focus {
  border-color: #5e7feb;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(94, 127, 235, 0.3);
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  margin-bottom: 0px;
  border-color: #fff;
  text-align: center;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-bottom: 8px;
  border-radius: 3px;
  background-color: #5e7feb;
  color: #fff;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #99a5ad;
}

.bottom-footer-link:hover {
  color: #fff;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #5e7feb;
}

.description-paragraph {
  margin-top: 4px;
  color: #a3a3a3;
  font-size: 15px;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: url('../images/Photo-10_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-top: 2px;
  padding-left: 68px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
}

.long-feature-title {
  margin-bottom: 0px;
  color: #5e7feb;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -3px;
  padding-top: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.long-feature-icon {
  height: 19px;
}

.small-paragraph {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.field-label {
  color: #c2c2c2;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dark-field {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  border-color: #bebebe;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.dark-footer-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #bfc4ce;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-left-block {
  width: 510px;
  float: left;
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
}

.hero-cta-form {
  width: 30%;
  margin-bottom: 0px;
  padding: 50px;
  float: right;
  border-radius: 8px;
  background-color: #fff;
}

.feature-info-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.feature-info-icon {
  height: 55px;
  margin-bottom: 20px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-paragraph {
  opacity: 0.8;
  font-size: 14px;
  line-height: 22px;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 12px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  margin-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 74px;
}

.hero-main-title.subtitle {
  display: block;
  width: 60%;
  margin: 30px auto 40px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -80px;
  z-index: 10;
  width: 47%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 470px;
  border-radius: 5px;
  background-image: url('../images/Page-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 10px 0 90px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 630px;
  background-image: url('../images/Page-1.jpg');
}

.home-intro-link-block._3 {
  background-image: url('../images/Page-3.jpg');
}

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 65%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #141414;
  font-size: 22px;
  font-weight: 700;
}

.simple-white-footer {
  padding-top: 48px;
  padding-bottom: 45px;
  border-top: 1px solid #eee;
  background-color: #fff;
  font-size: 12px;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  margin-right: 10px;
  background-color: #020202;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  padding-top: 240px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 127, 235, 0.9)), to(rgba(94, 127, 235, 0.9))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(94, 127, 235, 0.9), rgba(94, 127, 235, 0.9)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.form-title {
  margin-top: 0px;
  color: #272f75;
  font-size: 31px;
  line-height: 34px;
  font-weight: 800;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #3b3d44;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
}

.page-subtitle {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.cta-title {
  color: #5e7feb;
  font-size: 27px;
  font-weight: 800;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #a8a8a8;
  font-size: 17px;
  font-weight: 300;
}

.cta-title.subtitle.light-subtitle {
  color: hsla(0, 0%, 100%, 0.7);
}

.cta-title.white-title {
  color: #fff;
}

.text-column-left {
  padding-right: 80px;
}

.gallery-lightbox {
  display: block;
  margin-bottom: 20px;
}

.gallery-lightbox.in-slider {
  margin-bottom: 0px;
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  position: relative;
  padding-top: 14px;
  padding-left: 128px;
}

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #5e7feb;
  font-size: 44px;
  line-height: 71px;
  font-weight: 900;
}

.checklist-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo {
  position: static;
  width: 91px;
  height: 61px;
  margin-top: 0px;
  margin-left: 120px;
  border-radius: 0px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0px;
}

.block-description {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-text-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.testimonial-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.testimonial-image-block {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/Testimonial-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-weight: 300;
}

.block-paragraph {
  margin-bottom: 0px;
}

.faq-wrapper {
  width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid grey;
}

.faq-link-block {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  text-decoration: none;
}

.faq-link-block:hover {
  color: #5e7feb;
}

.faq-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.faq-title.white {
  margin-bottom: 20px;
  color: #fff;
  line-height: 19px;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
}

.faq-answer.link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 19px;
  text-decoration: none;
}

.faq-answer.link.no-margin {
  margin-bottom: 0px;
  padding-right: 0px;
  line-height: 20px;
}

.faq-answer.link.no-margin.gap {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 30px;
}

.testimonial-arrow-block {
  position: absolute;
  left: 40px;
  bottom: -3px;
  z-index: 1;
  width: 29px;
  height: 29px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.get-access-hero {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-overlay {
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-column-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
}

.header-paragraph {
  font-size: 19px;
  line-height: 27px;
}

.header-contact-form {
  margin-bottom: 0px;
  padding: 50px;
  border-radius: 11px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
}

.header-video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.header-video-lightbox:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.header-play-icon {
  height: 40px;
  margin-top: -1px;
  margin-right: 10px;
  float: left;
}

.header-play-title {
  float: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.column-title.medium {
  font-size: 36px;
  line-height: 38px;
}

.gallery-column {
  display: inline-block;
  width: 50%;
  padding-right: 5px;
  padding-left: 0px;
  float: left;
}

.gallery-column.right {
  padding-left: 10px;
  float: right;
}

.hero-buttons-wrapper {
  margin-top: 40px;
  margin-right: 24px;
  padding-right: 280px;
}

.left-section-title-wrapper {
  margin-bottom: 40px;
}

.hero-centered-block {
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-centered-block.large {
  width: 640px;
}

.footer-social-block-right {
  float: right;
}

.bottom-footer-text {
  margin-bottom: 0px;
}

.small-divider-line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 10px auto 20px;
  background-color: #5e7feb;
}

.whitepaper-mockup {
  position: absolute;
  right: 0px;
  bottom: -210px;
  z-index: 1;
  height: 570px;
}

.wide-hero-cta-form {
  margin-top: 50px;
  margin-bottom: 0px;
}

.event-hero {
  background-image: url('../images/Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-hero-overlay {
  padding-top: 260px;
  padding-bottom: 140px;
  background-color: rgba(29, 45, 56, 0.5);
  color: #fff;
}

.small-prices-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.prices-row {
  margin-bottom: 50px;
}

.small-price-block {
  padding: 50px 29px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.small-price-block.dark {
  background-color: #fff;
  color: #000;
}

.small-price-title {
  display: inline-block;
  font-size: 45px;
  font-weight: 900;
}

.price-wrapper {
  margin-top: 20px;
}

.small-price-description-block {
  margin-top: 20px;
  padding-top: 20px;
}

.icon-button-block {
  margin-right: 10px;
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.icon-button-block.dark {
  background-color: #1d2d38;
  color: #fff;
}

.icon-button-title {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.icon-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.small-testimonial-slider {
  height: 210px;
  background-color: transparent;
}

.small-testimonial-content-block {
  margin-bottom: 20px;
}

.small-testimonial-nav {
  font-size: 5px;
  text-align: left;
}

.section-cta-form {
  width: 400px;
  margin-bottom: 0px;
  padding: 40px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, 0.1);
}

.cta-form-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.cta-testimonials-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-cta-field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.hero-cta-field:hover {
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.3);
}

.hero-cta-field:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.overall-field {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.overall-field:hover {
  border-color: #bbb;
}

.overall-field:focus {
  border-color: #5e7feb;
}

.column-testimonial-slider {
  height: auto;
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.testimonial-half-slide {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-small-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.footer-social-wrapper {
  margin-top: 50px;
  text-align: center;
}

.footer-social-button {
  width: 45px;
  height: 45px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 11px;
  border-radius: 100%;
  background-color: #263946;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social-button:hover {
  background-color: #5e7feb;
}

.image-section-block-left {
  width: 500px;
}

.product-tab-pane {
  padding-top: 50px;
  padding-bottom: 20px;
}

.product-tabs-menu {
  padding-left: 440px;
}

.tabs-button {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-button:hover {
  border-bottom-color: #ebebec;
}

.tabs-button.w--current {
  border-bottom-color: #5e7feb;
  background-color: transparent;
}

.product-content-block-right {
  width: 500px;
  float: right;
}

.product-tab-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
}

.feature-items-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.browser-block {
  position: absolute;
  left: -130px;
  top: -60px;
  overflow: hidden;
  width: 500px;
  height: 430px;
  border-radius: 6px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.1);
}

.browser-block._2 {
  background-image: url('../images/Photo-6_1.jpg');
}

.browser-block._3 {
  background-image: url('../images/Photo-3_1.jpg');
}

.tabs-content {
  overflow: visible;
}

.browser-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  padding: 10px 10px 10px 13px;
  background-color: #fff;
}

.browser-button {
  width: 11px;
  height: 11px;
  margin-right: 2px;
  float: left;
  border-radius: 100%;
  background-color: #d84461;
}

.browser-button._2 {
  background-color: #f8c047;
}

.browser-button._3 {
  background-color: #59c785;
}

.hero-column-left {
  padding-right: 40px;
}

.info-column-left {
  z-index: 10;
}

.video-column-right {
  padding-left: 50px;
}

.faq-icon {
  position: absolute;
  top: 16px;
  right: 0px;
  height: 12px;
}

.overall-hero-overlay {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 703.1333618164062px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/Group-1562bann.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding-top: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-1589.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.sell {
  min-height: 85vh;
  background-image: url('../images/Group-1590.svg');
}

.hero-section.smaller {
  height: 70vh;
  min-height: 70vh;
  padding-top: 0px;
  background-image: url('../images/Group1593.svg');
}

.hero-section.buy {
  min-height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 117, 0.6)), to(rgba(40, 47, 117, 0.6))), url('../images/to-compress-min.jpg');
  background-image: linear-gradient(180deg, rgba(40, 47, 117, 0.6), rgba(40, 47, 117, 0.6)), url('../images/to-compress-min.jpg');
  background-position: 0px 0px, 80% 50%;
  background-size: auto, cover;
}

.gallery-thumb {
  width: 100%;
  border-radius: 5px;
}

.gallery-thumb:hover {
  opacity: 0.9;
}

.gallery-slider {
  width: 100%;
  height: auto;
}

.video-hero-overlay {
  padding-top: 200px;
  padding-bottom: 210px;
  background-color: rgba(94, 127, 235, 0.9);
  text-align: center;
}

.cta-buttons-wrapper {
  margin-left: 0px;
  padding-right: 35px;
  float: right;
}

.hero-video {
  height: auto;
}

.cta-button-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 16px;
  line-height: 20px;
  /* Inherit color from `.custom-btn` so the phone number renders in
     the brand foreground. Without this the text was inheriting
     black from a parent link element. */
  color: inherit;
}

.cta-button-title.icon {
  margin-right: 8px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 16px;
  line-height: 1;
  /* Trim the emoji's vertical footprint so it doesn't dominate the
     button height. */
  display: inline-flex;
  align-items: center;
}

.intro-content-block {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-small-intro-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 12px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-intro-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.small-slider-arrow {
  opacity: 0.6;
  font-size: 20px;
}

.small-slider-arrow:hover {
  opacity: 1;
}

.hero-checklist {
  margin-top: 30px;
  margin-bottom: 0px;
}

.responsive-image-block {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 530px;
  height: 400px;
  margin-bottom: 1px;
  border-radius: 6px;
  background-image: url('../images/Responsive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, 0.3);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-2 {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7vw;
  padding-left: 7vw;
}

.text-block {
  margin-left: -206px;
}

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

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(17, 24, 39, 0.06);
}

.logo-new {
  /* Fixed height (40px) keeps the navbar at a consistent ~68px
     regardless of the tenant's logo dimensions. `width: auto`
     preserves each SVG's intrinsic aspect ratio — a wide logo
     (e.g. AutoScout24-style) renders at 40px × proportional
     width, never squished. The previous `width: 90px` + the
     SSR-injected `style="width: …"` per-tenant caused the
     90×90 yellow box: width was forced to 90px regardless of
     the source SVG's actual ratio.

     `!important` is required because `server/routes/public-routes.js`
     injects `img.style.width` and `img.style.height` from the tenant's
     `branding.logo.width/height` config. Inline styles outrank class
     rules by CSS specificity, so without `!important` a tenant that
     configured a 150×150 logo would blow the navbar back out to ~150px
     tall on every page render. `max-height` + `max-width` add a
     belt-and-braces clamp for any future inline style that also
     carries `!important` (e.g. set by JS in the page chrome). */
  height: 40px !important;
  width: auto !important;
  max-height: 44px !important;
  max-width: 200px !important;
  display: block;
  object-fit: contain;
}

.navlink-new {
  margin-right: 4vw;
  padding: 6px 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.navlink-new:hover {
  color: var(--brand-primary, #282f75);
}

.navlink-new.w--current {
  color: var(--brand-primary, #282f75);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: 600;
}

.body {
  background-color: transparent;
  font-size: 1vw;
  line-height: 1;
}

.custom-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 8px;
  /* Static rule says navy (--brand-primary) so a tenant who hasn't
     customized their colors still sees a coherent button. The live
     `#themeRules` block in `src/services/colorService.js` deliberately
     re-points this selector at `--brand-accent` (green) so the nav
     phone CTA stays visually distinct from the navy page CTAs — a
     product decision that the admin doesn't currently surface as a
     toggle. If you change one, change the other. */
  background-color: var(--brand-primary, #282f75);
  -webkit-transition: background-color 200ms ease, box-shadow 300ms ease;
  transition: background-color 200ms ease, box-shadow 300ms ease;
  color: var(--brand-primary-foreground, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: var(--state-hover, #1d2461);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  color: var(--brand-primary-foreground, #fff);
}

.custom-btn,
.custom-btn * {
  color: var(--brand-primary-foreground, #fff);
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3vw;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper.right {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-wrapper.buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.primary-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 56px;
}

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

.primary-heading.defined {
  max-width: 500px;
  font-size: 36px;
}

.hero-cta-group {
  max-width: 80%;
  margin-top: 40px;
}

.primary-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.primary-text.grey {
  position: static;
  margin-left: 0px;
  color: grey;
}

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

.primary-text.grey.center.defined {
  max-width: 360px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.primary-button {
  padding: 13px 22px;
  border-radius: 8px;
  background-color: #282f75;
  font-size: 18px;
  line-height: 21px;
}

.primary-button.top-margin {
  margin-top: 40px;
}

.primary-button.top-margin:hover {
  color: #fff;
}

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

.primary-button.allign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-button.allign-center:hover {
  color: #fff;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.form-wrapper.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 23px;
}

.form-heading.center {
  font-size: 19px;
  text-align: center;
}

.form-heading.center.smaller {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

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

.form {
  width: 100%;
  margin-bottom: 0px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  color: grey;
}

.text-field:-ms-input-placeholder {
  color: grey;
}

.text-field::-ms-input-placeholder {
  color: grey;
}

.text-field::placeholder {
  color: grey;
}

.checkbox-container {
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkbox-container.hide {
  display: none;
}

.checkbox-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.checkbox-heading.margin {
  margin-bottom: 20px;
  font-weight: 500;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-terms-text {
  width: 75%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.form-terms-text.no-margin {
  margin-top: 5px;
}

.form-terms-text.hide {
  display: none;
}

.link {
  color: #000;
}

.link.hide {
  display: none;
}

.tertiary-heading {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
}

.tertiary-heading.top-margin {
  margin-top: 12px;
}

.tertiary-heading.top-margin.blue {
  color: #4368b1;
}

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

.tertiary-heading.margin {
  margin-bottom: 30px;
  background-color: transparent;
  color: #282f75;
  text-align: left;
}

.secondry-heading {
  font-family: Roboto, sans-serif;
  color: #222;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
}

.secondry-heading.center {
  margin-bottom: 0px;
  text-align: center;
}

.secondry-heading.center.margin {
  margin-bottom: 25px;
}

.secondry-heading.budget {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.span-blue {
  color: #4368b1;
}

.sections {
  padding: 7em 7vw;
}

.sections.grey {
  background-color: #f2f2f2;
}

.sections.site-footer {
  background-color: #272f75;
}

.sections.buy {
  padding-top: 4em;
  padding-bottom: 4em;
}

.sections.car-ad-details {
  padding-top: 180px;
}

.sections.smoke-white {
  background-color: #fafafa;
}

.pitch-body {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
}

.solutions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.solution-block.margin-top {
  width: 36%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bar-blue {
  width: 162px;
  height: 4px;
  margin: 10px auto 30px;
  border-radius: 8px;
  background-color: #4368b1;
}

.bar-blue.bigger {
  width: 230px;
  margin-top: 0px;
}

.bar-blue.bigger.thicker {
  height: 8px;
}

.bar-blue.bigger.margin-top {
  margin-top: 10px;
}

.bar-blue.hide {
  display: none;
}

.steer-grid {
  margin-top: 80px;
  grid-column-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-item.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cicle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #4368b1;
  border-radius: 50%;
}

.number {
  margin-bottom: 0px;
  color: #4368b1;
  font-weight: 500;
}

.heading-wrapper {
  margin-bottom: 60px;
}

.contractor-grid {
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4368b1;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.7fr 1fr 1fr 1fr;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icon {
  margin-right: 20px;
}

.social {
  width: 32px;
  height: 32px;
}

.comment-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1.5fr 0.25fr 1.5fr;
  grid-template-columns: 1.5fr 0.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.commet-grid-item4 {
  margin-top: 15px;
}

.grid-item-heading {
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  font-size: 19px;
  line-height: 28px;
}

.grid-item-secondry-heading {
  margin-top: 0px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.line {
  width: 2px;
  height: 100%;
  background-color: grey;
}

.custom-section {
  padding-top: 12px;
}

.green-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b669;
}

.green-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.green-heading.margin {
  margin-right: 50px;
}

.success-message-2 {
  background-color: transparent;
}

.success-message-2.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.range-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 762px;
  margin-top: 60px;
  padding: 24px 25px 20px;
  border-radius: 8px;
  background-color: #fff;
}

.range-slider {
  height: 2px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 0px;
}

.range-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 67% 33%;
  grid-template-columns: 67% 33%;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}

.slider-input-wrapper {
  margin-bottom: 28px;
}

.search-button-wrapper {
  padding-left: 16px;
}

.input-range {
  width: 210px;
  height: 46px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.input-range::-webkit-input-placeholder {
  color: #acacac;
}

.input-range:-ms-input-placeholder {
  color: #acacac;
}

.input-range::-ms-input-placeholder {
  color: #acacac;
}

.input-range::placeholder {
  color: #acacac;
}

.input-relative {
  position: relative;
  display: inline-block;
}

.text-block-3 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 18%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.to {
  color: #353c7d;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  margin-bottom: 0px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-btn {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: #272f75;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.filter-btn:hover {
  color: #fff;
}

.modal-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: block;
  overflow: hidden;
  width: 90vw;
  height: 90vh;
  background-color: #fff;
  box-shadow: 4px 0 8px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: rgba(1, 1, 1, 0.6);
}

.img-close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  cursor: pointer;
}

.budget {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-div {
  display: none;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-price {
  margin-top: 10px;
  margin-right: 30px;
  padding: 10px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 4px solid transparent;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}

.filter-price.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #1f6fff;
  background-color: transparent;
}

.filter-price.active-filter {
  border-bottom: 4px solid #4368b1;
}

.divider {
  height: 1px;
  border-radius: 8px;
  background-color: #bababa;
}

.grid-2 {
  grid-column-gap: 16px;
}

.grid-budget {
  display: -ms-grid;
  display: grid;
  margin-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-budget.pop-up {
  margin-top: 45px;
  padding-right: 40px;
  padding-left: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
}

.jeep-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-content-wrapper {
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.card-text {
  font-size: 16px;
}

.card-text.left-margin {
  margin-left: 20px;
}

.card-text.bold {
  font-weight: 500;
}

.card-text.bold.margin-left {
  padding-left: 6px;
}

.card-text.small {
  margin-left: 4px;
}

.div-block-2 {
  display: inline-block;
}

.card-text-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price {
  margin-bottom: 18px;
  font-size: 16px;
}

.price.left-margin {
  margin-left: 20px;
}

.filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-4 {
  font-size: 16px;
}

.icon-2 {
  font-size: 18px;
}

.dropdown-button {
  padding: 15px 40px 15px 20px;
  color: #000;
  font-size: 16px;
}

.drop-down-filter-wrapper {
  background-color: #1d2d38;
}

.drop-down-filter-wrapper.w--open {
  background-color: #f3f5fa;
}

.dropdown-toggle-2 {
  width: 400px;
}

.dropdown-toggle-2.w--open {
  width: 100%;
}

.dropdown-2 {
  display: block;
}

.mobile-grid-budget {
  display: -ms-grid;
  display: grid;
  margin-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mobile-collection-list {
  display: none;
}

.desktop-collection-list.popup {
  overflow: auto;
  height: 100%;
}

.pagination {
  margin-top: 10px;
}

.price-popup {
  margin-bottom: 18px;
  font-size: 16px;
}

.price-popup.left-margin {
  margin-left: 20px;
}

.price-mobile {
  margin-bottom: 18px;
  font-size: 16px;
}

.price-mobile.left-margin {
  margin-left: 20px;
}

.popup-collection-list {
  overflow: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-grid-budget {
  display: -ms-grid;
  display: grid;
  margin-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup-grid-budget.pop-up {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-right: 40px;
  padding-left: 40px;
  grid-row-gap: 40px;
}

.tabs {
  display: block;
}

.empty_message {
  display: none;
  margin-top: 70px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 8px;
  background-color: #4368b1;
  color: #f3f5fa;
  font-size: 18px;
}

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

.pagination-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.tabs-content-2 {
  margin-top: 40px;
}

.price-hide {
  display: none;
  margin-bottom: 18px;
  font-size: 16px;
}

.price-hide.left-margin {
  margin-left: 20px;
}

.price-hide.bold {
  font-weight: 500;
}

.price-hide.bold.margin-left {
  padding-left: 6px;
}

.price-hide.right {
  margin-left: 40px;
}

.next {
  margin-top: 12px;
  padding: 14px 20px;
  border-style: none;
  border-radius: 4px;
  background-color: #272f75;
  color: #f3f5fa;
  font-size: 16px;
  text-align: center;
}

.link-block-2 {
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #272f75;
  color: #f3f5fa;
  font-size: 16px;
}

.link-block-2.w--current {
  background-color: #4368b1;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ad-card {
  display: block;
}

.car-ad-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 16px -1px #9c9c9c;
}

.car-ad-card:hover {
  outline-color: #282f75;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.card-add-image {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-ad-details-wrap {
  padding: 20px;
}

.car-add-title {
  margin-top: 0px;
  color: #4368b1;
  font-size: 18px;
  font-weight: 500;
}

.car-ad-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-ad-flex.hide {
  display: none;
}

.card-ad-price-text {
  font-size: 20px;
  font-weight: 500;
}

.car-ad-text {
  font-size: 16px;
}

.card-ad-btn-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-ad-btn {
  width: 90%;
  padding: 12px 21px;
  border-radius: 10px;
  background-color: #4368b1;
  color: #f3f5fa;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.car-ad-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  padding-top: 48px;
}

.breadcumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

.text-block-6 {
  padding-left: 18px;
}

.image {
  margin-right: 15px;
}

.car-ad-content-page-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: minmax(63%, 66%) 32%;
  grid-template-columns: minmax(63%, 66%) 32%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-content-right {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.car-ad-main-image {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-image-wrap {
  max-width: 100%;
}

.more-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-images-item {
  width: 130px;
  height: 90px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-2 {
  display: none;
}

.slider {
  overflow: hidden;
  width: 100%;
  height: 90px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: transparent;
}

.slide {
  width: 130px;
  margin-right: 14px;
  padding-right: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.mask {
  height: 100%;
}

.arrow-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(40, 47, 117, 0.6);
}

.arrow-slider.left {
  border-radius: 10px 0px 0px 10px;
}

.arrow-icon {
  position: absolute;
}

.arrow-icon.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lightbox-link-2 {
  width: 100%;
}

.slide-nav {
  display: none;
}

.car-ad-flex---ourview {
  display: -ms-grid;
  display: grid;
  margin-top: 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.car-ad-deatil-card {
  padding: 22px 30px 30px;
  border-radius: 12px;
  box-shadow: 4px 4px 15px 0 #c9c9c9;
  font-size: 16px;
  line-height: 1.2;
}

.car-ad-detail-card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4368b1;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.car-ad-details-card--content.external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-ad-details-card--content.feature {
  padding-top: 20px;
}

.car-ad-details-card--content.inspection {
  overflow: hidden;
  height: 170px;
  padding-top: 20px;
}

.card-ad-detail-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview-icon {
  margin-right: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}

.car-ad-card-text {
  font-size: 16px;
  font-weight: 400;
}

.car-ad-card-text.blue {
  color: #4368b1;
}

.car-ad-card-text._50 {
  width: 50%;
}

.featured-section {
  margin-top: 30px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon-parent {
  position: relative;
  width: 16px;
  height: 16px;
}

.tick-icon {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
}

.cross-icon {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
}

.feature-text {
  margin-left: 8px;
  font-size: 16px;
}

.feature-text.not {
  color: #c8c8c8;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .fearue-in-car-collection workaround removed — clean templates use SSR markers, not Webflow CMS lists. */

.inspection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-card {
  padding: 24px 30px 45px;
  border-radius: 12px;
  box-shadow: 0 6px 11px 0 #a7a2a2, 3px 5px 12px 0 #c7c2c2;
}

.heading {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #282f75;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.location-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-text {
  font-size: 18px;
}

.location-text.right {
  padding-left: 20px;
}

.text-block-7 {
  font-size: 18px;
}

.form-4 {
  margin-top: 40px;
}

.car-text-field {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
}

.car-submit-button {
  width: 100%;
  margin-top: 6px;
  padding: 15px 16px 16px;
  border-radius: 8px;
  background-color: #282f75;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.car-submit-button:hover {
  color: #fafafa;
}

.car-submit-button.price-estimator {
  display: none;
  height: 40px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.car-submit-button.hide {
  display: none;
}

.car-submit-button.modal {
  margin-top: 20px;
}

.point {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #282f75;
  cursor: pointer;
}

.point._1 {
  left: 117px;
  top: 58px;
  right: auto;
  bottom: auto;
}

.point._2 {
  left: 104px;
  top: 78px;
  right: auto;
  bottom: auto;
}

.point._3 {
  left: 100px;
  top: 100px;
  right: auto;
  bottom: auto;
}

.point._4 {
  left: 103px;
  top: 125px;
  right: auto;
  bottom: auto;
}

.point._5 {
  left: 117px;
  top: 152px;
  right: auto;
  bottom: auto;
}

.point._6 {
  left: 160px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point._7 {
  left: 215px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point._8 {
  left: 260px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point._9 {
  left: 300px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point._10 {
  left: 355px;
  top: 58px;
  right: auto;
  bottom: auto;
}

.point._11 {
  left: 362px;
  top: 100px;
  right: auto;
  bottom: auto;
}

.point.es2 {
  left: 355px;
  top: 144px;
  right: auto;
  bottom: auto;
}

.point._13 {
  left: 300px;
  top: 154px;
  right: auto;
  bottom: auto;
}

.point._14 {
  left: 260px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point._15 {
  left: 215px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point._16 {
  left: 160px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point._17 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 235px;
}

.point._18 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 173px;
}

.point._19 {
  left: 145px;
  top: auto;
  right: auto;
  bottom: 195px;
}

.point._20 {
  left: 57px;
  top: auto;
  right: auto;
  bottom: 195px;
}

.point._18 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 173px;
}

.point._18 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 183px;
}

.point._21 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 88px;
}

.point._22 {
  left: 146px;
  top: auto;
  right: auto;
  bottom: 93px;
}

.point._23 {
  left: 57px;
  top: auto;
  right: auto;
  bottom: 93px;
}

.point.es1 {
  left: 362px;
  top: 100px;
  right: auto;
  bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.point.es3 {
  left: 300px;
  top: 154px;
  right: auto;
  bottom: auto;
}

.point.es4 {
  left: 260px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point.es5 {
  left: 215px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point.es6 {
  left: 160px;
  top: 155px;
  right: auto;
  bottom: auto;
}

.point.es7 {
  left: 117px;
  top: 152px;
  right: auto;
  bottom: auto;
}

.point.es8 {
  left: 103px;
  top: 125px;
  right: auto;
  bottom: auto;
}

.point.es9 {
  left: 100px;
  top: 100px;
  right: auto;
  bottom: auto;
}

.point.es10 {
  left: 104px;
  top: 78px;
  right: auto;
  bottom: auto;
}

.point.es11 {
  left: 117px;
  top: 58px;
  right: auto;
  bottom: auto;
}

.point.es12 {
  left: 160px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point.es13 {
  left: 215px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point.es14 {
  left: 260px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point.es15 {
  left: 300px;
  top: 54px;
  right: auto;
  bottom: auto;
}

.point.es16 {
  left: 355px;
  top: 58px;
  right: auto;
  bottom: auto;
}

.point.es25 {
  left: 145px;
  top: auto;
  right: auto;
  bottom: 195px;
}

.point.es26 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 183px;
}

.point.es27 {
  left: 57px;
  top: auto;
  right: auto;
  bottom: 195px;
}

.point.es28 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 235px;
}

.point.es35 {
  left: 146px;
  top: auto;
  right: auto;
  bottom: 93px;
}

.point.es36 {
  left: 102px;
  top: auto;
  right: auto;
  bottom: 88px;
}

.point.es37 {
  left: 57px;
  top: auto;
  right: auto;
  bottom: 93px;
}

.point.es17 {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 192px;
}

.point.es18 {
  left: auto;
  top: auto;
  right: 98px;
  bottom: 192px;
}

.point.es18 {
  left: auto;
  top: auto;
  right: 98px;
  bottom: 192px;
}

.point.es19 {
  left: auto;
  top: auto;
  right: 142px;
  bottom: 192px;
}

.point.es19 {
  left: auto;
  top: auto;
  right: 144px;
  bottom: 192px;
}

.point.es20 {
  left: auto;
  top: auto;
  right: 197px;
  bottom: 192px;
}

.point.es21 {
  left: auto;
  top: auto;
  right: 254px;
  bottom: 192px;
}

.point.es22 {
  left: auto;
  top: auto;
  right: 300px;
  bottom: 192px;
}

.point.es23 {
  left: auto;
  top: auto;
  right: 204px;
  bottom: 231px;
}

.point.es24 {
  left: auto;
  top: auto;
  right: 110px;
  bottom: 231px;
}

.point.es29 {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 70px;
}

.point.es30 {
  left: auto;
  top: auto;
  right: 95px;
  bottom: 82px;
}

.point.es31 {
  left: auto;
  top: auto;
  right: 153px;
  bottom: 82px;
}

.point.es32 {
  left: auto;
  top: auto;
  right: 209px;
  bottom: 82px;
}

.point.es33 {
  left: auto;
  top: auto;
  right: 250px;
  bottom: 89px;
}

.point.es34 {
  left: auto;
  top: auto;
  right: 299px;
  bottom: 82px;
}

.point.is1 {
  left: auto;
  top: auto;
  right: 19px;
  bottom: 97px;
}

.point.is2 {
  left: auto;
  top: auto;
  right: 19px;
  bottom: 44px;
}

.point.is3 {
  left: auto;
  top: auto;
  right: 66px;
  bottom: 44px;
}

.point.is4 {
  left: auto;
  top: auto;
  right: 66px;
  bottom: 98px;
}

.point.is5 {
  left: auto;
  top: auto;
  right: 147px;
  bottom: 158px;
}

.point.is6 {
  left: auto;
  top: auto;
  right: 207px;
  bottom: 81px;
}

.point.is7 {
  left: auto;
  top: auto;
  right: 340px;
  bottom: 81px;
}

.point.is8 {
  left: auto;
  top: auto;
  right: 375px;
  bottom: 127px;
}

.point.is9 {
  left: auto;
  top: auto;
  right: 340px;
  bottom: 173px;
}

.point.is10 {
  left: auto;
  top: auto;
  right: 207px;
  bottom: 173px;
}

.point.is11 {
  left: auto;
  top: auto;
  right: 162px;
  bottom: 24px;
}

.point.is12 {
  left: auto;
  top: auto;
  right: 251px;
  bottom: 2px;
}

.point.is13 {
  left: auto;
  top: auto;
  right: 315px;
  bottom: 7px;
}

.external-wrap-relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-2 {
  width: 200px;
}

.es-collection-list-lightbox-wrap {
  display: none;
}

.internal-wrap-relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  max-width: 405px;
  min-width: 405px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-collection-list-lightbox-wrap {
  display: none;
}

.point-popup-wrapper {
  position: absolute;
  top: -220px;
  z-index: 99;
  display: none;
  width: 406px;
  height: 210px;
  border-style: solid;
  border-width: 14px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 11px -2px #8a8a8a;
}

.link-block-3 {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.contact-us-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-5 {
  width: 300px;
  margin-top: 30px;
}

.contact-field {
  height: 40px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 8px;
  background-color: transparent;
}

.contact-field-area {
  min-height: 100px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 8px;
  background-color: transparent;
}

.submit-button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  background-color: #282f75;
  font-size: 16px;
}

.heading-4 {
  font-size: 18px;
}

.contact-information-wrap {
  margin-top: 54px;
}

.contact-information-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cotact-information-text {
  padding-left: 25px;
  font-size: 24px;
}

.html-embed {
  display: none;
}

/* .insection-collection-list-hide workaround removed — clean templates use SSR markers, not Webflow CMS lists. */

.rich-text-block {
  display: inline-block;
}

.rct-main-comment {
  display: inline-block;
}

.brokage-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-block-2 {
  width: 420px;
}

.success-message-3 {
  margin-top: 30px;
  background-color: #4368b1;
  color: #fafafa;
}

.text-block-8 {
  font-size: 16px;
  text-align: center;
}

.html-embed-2 {
  display: none;
}

.html-embed-3 {
  display: none;
}

.html-embed-4 {
  display: none;
}

.collection-list-wrapper-3 {
  display: none;
}

.collection-list-wrapper-4 {
  display: none;
}

.filters-wrapper {
  max-width: 980px;
  margin-top: 40px;
}

.select-field {
  display: none;
  margin-bottom: 0px;
}

.select-field.is-active {
  border-color: #5e7feb;
  color: #5e7feb;
}

.form-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search {
  width: 100%;
  height: 46px;
  margin-bottom: 0px;
  padding-left: 15px;
  border: 1px solid #e3ecff;
  border-radius: 16px;
  background-color: #f5f6f7;
  color: #282f75;
  font-size: 18px;
}

.search::-webkit-input-placeholder {
  color: #c1c4d6;
}

.search:-ms-input-placeholder {
  color: #c1c4d6;
}

.search::-ms-input-placeholder {
  color: #c1c4d6;
}

.search::placeholder {
  color: #c1c4d6;
}

.search.is-active {
  border: 1px solid #5e7feb;
  color: #5e7feb;
}

.search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-icon {
  position: absolute;
  left: auto;
  top: 30%;
  right: 15px;
  bottom: auto;
}

.select-collection-list {
  display: none;
}

.select-wrapper {
  font-size: 18px;
}

.mirror-select-dropdown-wrapper {
  width: 100%;
}

.mirror-select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e3ecff;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #282f75;
  font-size: 18px;
}

.mirror-select-option {
  overflow: hidden;
  padding: 12px 0px 12px 30px;
}

.mirror-select-option:hover {
  background-color: #282f75;
  color: #fff;
}

.icon-4 {
  position: static;
  color: #282f75;
}

.mirror-select-option-wrapper {
  overflow: auto;
  max-height: 250px;
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.08);
}

.mirror-select-option-wrapper.w--open {
  border-radius: 8px;
}

.form-block-3 {
  margin-bottom: 0px;
}

.text-block-9 {
  color: grey;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.collection-list-wrapper-5 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.primary-button-long {
  padding: 13px 32px;
  border-radius: 8px;
  background-color: #282f75;
  font-size: 18px;
  line-height: 21px;
}

.primary-button-long.top-margin {
  margin-top: 40px;
}

.primary-button-long.top-margin:hover {
  color: #fff;
}

.primary-button-long.center {
  text-align: center;
}

.primary-button-long.allign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-button-long.allign-center:hover {
  color: #fff;
}

.pitch-text {
  width: 55%;
}

.pitch-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.select-field-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fafafa;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.select-field-input:focus {
  border-color: #000;
}

.select-field-input::-webkit-input-placeholder {
  color: #1d2d38;
}

.select-field-input:-ms-input-placeholder {
  color: #1d2d38;
}

.select-field-input::-ms-input-placeholder {
  color: #1d2d38;
}

.select-field-input::placeholder {
  color: #1d2d38;
}

.select-field-input.hide {
  display: none;
}

.form-price-estimator {
  width: 313px;
}

.form-blcok-price-estimator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fafafa;
}

.price-estimator-headig {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.price-estimator-from-column {
  max-width: 460px;
}

.pop-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.flex-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}

.flex-modal-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
}

.result-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 48px;
  line-height: 56px;
}

.price-modal-open-btn {
  display: none;
}

.html-embed-5 {
  display: none;
}

.price-estimator-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #282f75;
  color: #fafafa;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.price-estimator-btn:hover {
  color: #fafafa;
}

.price-pop-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-7 {
  width: 400px;
}

.dropdown-parent {
  margin-bottom: 20px;
}

.select-inside-dropdown {
  display: none;
}

.rangeslider_wrapper {
  position: relative;
  display: block;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rangeslider_track {
  position: relative;
  width: 96%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #bababa;
}

.rangeslider_handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 999rem;
  background-color: #282f75;
  cursor: -webkit-grab;
  cursor: grab;
}

.rangeslider_handle:focus {
  width: 18px;
  height: 18px;
  background-color: #282f75;
}

.rangeslider_fill {
  position: absolute;
  width: 20%;
  height: 100%;
  background-color: #282f75;
}

.rangeslider_input {
  display: none;
}

.range_values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.range-sub-text {
  color: #282f75;
  font-size: 14px;
}

.filter-form-label {
  margin-bottom: 12px;
  margin-left: 8px;
  color: #282f75;
  font-size: 18px;
  font-weight: 400;
}

.car-book-modal {
  min-width: 600px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fafafa;
}

.booking-modal-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-10 {
  color: #282f75;
  font-size: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #e0e0e0;
}

.text-block-11 {
  margin-top: 16px;
  color: #1f6fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  font-size: 18px;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-modal-regular-text {
  color: #000;
  font-size: 16px;
}

.booking-modal-cnt-icon {
  width: 20px;
  margin-right: 14px;
}

.close-booking-modal {
  padding: 4px;
  cursor: pointer;
}

.booking-pop-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.open-modal-trigger {
  display: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(#fffdfd));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), #fffdfd);
}

.text-block-13 {
  font-size: 18px;
}

.full-inspection-text {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.km {
  margin-left: 4px;
}

.price-currency {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  color: #282f75;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state-of-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  font-size: 60px;
}

.text-block-15 {
  font-size: 60px;
  text-align: center;
}

.text-block-16 {
  color: #282f75;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 500;
}

.text-block-17 {
  font-size: 20px;
}

.text-block-18 {
  color: #2d3036;
  font-size: 16px;
}

.div-block-8 {
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .navbar-container {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .header-wrapper {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .checkbox-wrapper {
    width: 85%;
  }

  .sections {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .solution-block {
    width: 45%;
  }

  .green-section {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .car-ad-card {
    width: 100%;
  }

  .external-wrap-relative {
    position: relative;
  }

  .internal-wrap-relative {
    position: relative;
  }

  .link-block-3 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .navlink-new {
    margin-right: 6vw;
  }

  .checkbox-wrapper {
    width: 80%;
  }

  .solution-block {
    width: 42%;
  }

  .grid-budget {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-blcok-price-estimator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .price-estimator-btn:hover {
    color: #fafafa;
  }
}

@media screen and (min-width: 1920px) {
  .navlink-new {
    margin-right: 10vw;
  }

  .body {
    background-color: transparent;
  }

  .form-heading.center {
    font-size: 20px;
  }

  .solution-block {
    width: 40%;
  }

  .grid-budget {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .car-ad-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.underline {
    padding-bottom: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-bottom: 20px;
  }

  .nav-menu {
    margin-left: 60px;
    padding-top: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
    color: #000;
  }

  .nav-link:hover {
    background-color: #5e7feb;
    color: #fff;
  }

  .nav-link.w--current {
    color: #5e7feb;
  }

  .nav-link.dropdown-toggle.w--open {
    background-color: #5e7feb;
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: transparent;
  }

  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #f0f1f5;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.steer-botton {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 11px;
  }

  .button.dark {
    margin-top: 30px;
  }

  .section {
    padding: 45px;
  }

  .section.color {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.home-intro-section {
    padding-bottom: 5px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.small-white {
    font-size: 25px;
  }

  .section-description {
    margin-top: 10px;
  }

  .section-description.full-width {
    font-size: 18px;
  }

  .section-description.medium {
    font-size: 17px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }

  .footer {
    padding: 45px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .client-logo {
    height: 40px;
  }

  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-cta-form {
    width: 260px;
    margin-top: -20px;
    padding: 25px;
  }

  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-info-icon {
    height: 45px;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .hero-main-title {
    font-size: 50px;
    line-height: 52px;
  }

  .hero-main-title.subtitle {
    width: 70%;
    margin-bottom: 30px;
    line-height: 33px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
    top: -50px;
  }

  .home-intro-link-block {
    height: 360px;
  }

  .home-intro-link-block._2 {
    height: 450px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .cta-title.subtitle.light-subtitle {
    font-size: 16px;
  }

  .text-column-left {
    padding-right: 40px;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-number {
    line-height: 81px;
  }

  .stats-title {
    font-size: 12px;
    line-height: 19px;
  }

  .checklist-item {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo {
    margin-top: 15px;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .menu-button-line {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
  }

  .menu-button-line:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .menu-button-line.w--open {
    background-color: #1f6fff;
  }

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .faq-wrapper {
    width: auto;
  }

  .page-header-overlay {
    padding: 150px 45px 80px;
  }

  .header-column-title {
    font-size: 38px;
    line-height: 46px;
  }

  .header-contact-form {
    padding: 38px;
  }

  .whitepaper-mockup {
    right: -10px;
    bottom: -70px;
    height: 450px;
  }

  .event-hero-overlay {
    padding: 180px 45px 70px;
  }

  .small-prices-block {
    width: 90%;
  }

  .small-testimonial-slider {
    height: 220px;
  }

  .section-cta-form {
    width: 100%;
    padding: 29px;
  }

  .cta-form-title {
    font-size: 21px;
    line-height: 26px;
  }

  .column-testimonial-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .product-tabs-menu {
    padding-left: 320px;
  }

  .product-content-block-right {
    width: 360px;
  }

  .browser-block {
    left: -220px;
    top: -40px;
    height: 460px;
  }

  .hero-column-left {
    padding-right: 10px;
  }

  .overall-hero-overlay {
    padding: 180px 35px 60px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .hero-section.sell {
    height: auto;
    min-height: auto;
  }

  .hero-section.smaller {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section.buy {
    min-height: 400px;
  }

  .video-hero-overlay {
    padding-top: 150px;
    padding-bottom: 180px;
  }

  .cta-buttons-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .cta-button {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .intro-content-block {
    width: 550px;
  }

  .checklist-text {
    font-size: 14px;
  }

  .responsive-image-block {
    top: -5px;
    width: 440px;
    height: 320px;
  }

  .navlink-new {
    margin-right: 0vw;
    margin-bottom: 5vw;
    text-align: center;
  }

  .navlink-new:hover {
    color: #1d2d38;
  }

  .custom-btn {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0vw;
    background-color: #fff;
  }

  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper {
    width: auto;
  }

  .primary-button.top-margin {
    text-align: left;
  }

  .form-wrapper {
    width: 50%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sections {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .sections.car-ad-details {
    padding-top: 160px;
  }

  .solution-block {
    width: 48%;
  }

  .steer-grid {
    margin-top: 40px;
    grid-column-gap: 15px;
  }

  .contractor-grid {
    width: 100%;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1.2fr;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
  }

  .social-icon {
    margin-bottom: 20px;
  }

  .comment-grid {
    margin-top: 30px;
    grid-column-gap: 5vw;
  }

  .green-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .green-heading.margin {
    margin-right: 40px;
  }

  .range-grid {
    grid-row-gap: 28px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .search-button-wrapper {
    padding-left: 0px;
  }

  .modal-wrapper {
    width: 100%;
    height: 100vh;
  }

  .img-close {
    top: 40px;
    right: 10px;
  }

  .filter-div {
    display: none;
  }

  .grid-budget {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-button {
    border: 2px solid transparent;
  }

  .dropdown-button.active-dropdown {
    border: 2px solid #1f6fff;
  }

  .dropdown-toggle-2 {
    width: 100%;
    border: 1px solid #1d2d38;
    box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.08);
  }

  .dropdown-2 {
    width: 100%;
    margin-top: 40px;
  }

  .mobile-grid-budget {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-collection-list {
    display: block;
  }

  .popup-grid-budget {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .popup-grid-budget.pop-up {
    margin-top: 50px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-button-2 {
    background-color: #1f6fff;
  }

  .car-ad-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper {
    padding-top: 40px;
  }

  .car-ad-content-page-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .sticky-content-right {
    position: static;
  }

  .car-ad-main-image {
    height: 300px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .point {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }

  .form-block-2 {
    width: 350px;
  }

  .filters-wrapper {
    max-width: none;
  }

  .select-field {
    width: auto;
    font-size: 18px;
  }

  .form-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search {
    width: 100%;
    font-size: 18px;
  }

  .search-wrapper {
    width: auto;
  }

  .mirror-select-toggle {
    font-size: 18px;
  }

  .mirror-select-option {
    font-size: 18px;
  }

  .primary-button-long.top-margin {
    text-align: left;
  }

  .form-blcok-price-estimator {
    margin-bottom: 0px;
  }

  .pop-modal-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .price-pop-img {
    width: 350px;
  }

  .filter-form-label {
    font-size: 18px;
  }

  .booking-pop-modal-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .price-currency {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-left: 10px;
  }

  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.home-intro-container {
    height: auto;
  }

  .section {
    padding: 35px;
  }

  .section.small-footer {
    text-align: center;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer {
    padding: 0px;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer-column.last {
    padding-bottom: 0px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color-gradient {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, #5e7feb), color-stop(51%, rgba(94, 127, 235, 0.7)), color-stop(95%, #4866c9));
    background-image: linear-gradient(90deg, #5e7feb 12%, rgba(94, 127, 235, 0.7) 51%, #4866c9 95%);
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .newsletter-form-small {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .info-column-right {
    padding-left: 0px;
  }

  .info-column-right.responsive {
    padding-left: 0px;
  }

  .white-footer {
    padding: 25px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }

  .hero-left-block {
    width: 410px;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-cta-form {
    width: 100%;
    margin-top: 30px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .hero-main-title.subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .home-intro-wrapper {
    position: static;
    width: 100%;
    padding-bottom: 15px;
  }

  .home-intro-wrapper.mid {
    width: 100%;
    padding-bottom: 0px;
  }

  .home-intro-link-block {
    height: 300px;
    margin-bottom: 30px;
  }

  .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .intro-block-title {
    margin-bottom: 15px;
  }

  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }

  .subpage-header {
    padding: 100px 25px 40px;
  }

  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cta-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-column-left {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-column-right {
    padding-top: 20px;
    text-align: center;
  }

  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .small-gallery-column {
    padding-left: 0px;
  }

  .stats-column {
    padding-left: 0px;
  }

  .stats-block {
    padding-top: 0px;
    padding-left: 0px;
  }

  .stats-number {
    position: static;
    width: 80px;
    margin-right: 20px;
    float: left;
    font-size: 40px;
    line-height: 50px;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .logo {
    height: 30px;
    margin-top: 5px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .menu-button-line {
    margin-top: 0px;
  }

  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .video-column {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header-overlay {
    padding: 120px 35px 60px;
  }

  .header-row {
    display: block;
  }

  .header-video-lightbox {
    margin-top: 15px;
  }

  .gallery-column {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .gallery-column.right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-section-title-wrapper {
    margin-bottom: 30px;
  }

  .hero-centered-block.large {
    width: 440px;
  }

  .footer-social-block-right {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }

  .bottom-footer-text {
    margin-top: 5px;
  }

  .whitepaper-mockup {
    position: relative;
    top: -55px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: -130px;
    margin-left: auto;
  }

  .event-hero-overlay {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .small-price-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .small-price-description-block {
    margin-top: 10px;
    padding-top: 10px;
  }

  .small-testimonial-slider {
    height: auto;
    padding-bottom: 50px;
  }

  .cta-testimonials-row {
    display: block;
  }

  .testimonial-half-slide {
    width: 100%;
  }

  .image-section-block-left {
    width: 80%;
  }

  .product-tab-pane {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .product-tabs-menu {
    padding-left: 0px;
    text-align: center;
  }

  .product-content-block-right {
    width: 100%;
    float: none;
  }

  .browser-block {
    position: relative;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 290px;
  }

  .hero-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .hero-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-column-right {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .overall-hero-overlay {
    padding-top: 125px;
    padding-bottom: 70px;
  }

  .hero-section.smaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-wrapper {
    padding-left: 10px;
  }

  .video-hero-overlay {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .intro-content-block {
    width: 440px;
  }

  .hero-small-intro-title {
    margin-bottom: 5px;
  }

  .hero-checklist {
    margin-top: 20px;
  }

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .pricing-column.last {
    padding-bottom: 0px;
  }

  .cta-form-column-right {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .responsive-image-block {
    position: static;
    width: 100%;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-wrapper {
    margin-left: 30px;
  }

  .primary-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .primary-heading.center {
    font-size: 35px;
    line-height: 45px;
  }

  .primary-heading.defined {
    max-width: 500px;
  }

  .hero-cta-group {
    max-width: none;
    margin-top: 20px;
  }

  .primary-button.top-margin {
    margin-top: 20px;
  }

  .form-wrapper {
    width: 80%;
  }

  .tertiary-heading {
    font-size: 20px;
  }

  .tertiary-heading.margin {
    margin-bottom: 10px;
  }

  .secondry-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .sections {
    padding: 60px 20px;
  }

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

  .solutions-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .solution-block {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .solution-block.margin-top {
    width: 100%;
    margin-top: 20px;
  }

  .bar-blue.bigger.thicker {
    margin-bottom: 20px;
  }

  .bar-blue.hide {
    display: none;
  }

  .steer-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-item.flex {
    width: 80%;
  }

  .heading-wrapper {
    margin-bottom: 30px;
  }

  .contractor-grid {
    justify-items: center;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-wrapper {
    width: 65px;
    height: 65px;
    min-height: 65px;
    min-width: 65px;
  }

  .grid {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .comment-grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 10px 1fr;
  }

  .custom-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .green-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .green-heading {
    font-size: 18px;
  }

  .green-heading.margin {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .grid-budget {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-grid-budget {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .popup-grid-budget {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .car-ad-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .car-ad-flex---ourview {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-section {
    margin-top: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-item {
    width: 100%;
  }

  .contact-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-5 {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
  }

  .select-field {
    width: auto;
  }

  .search {
    width: 100%;
  }

  .search-wrapper {
    width: auto;
  }

  .mirror-select-dropdown-wrapper {
    width: 100%;
  }

  .mirror-select-toggle {
    width: auto;
  }

  .primary-button-long.top-margin {
    margin-top: 20px;
  }

  .pitch-text {
    width: 100%;
  }

  .pitch-image {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-modal-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-modal-text {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-5 {
    font-size: 44px;
    line-height: 48px;
  }

  .price-pop-img {
    width: 100%;
    height: 200px;
  }

  .car-book-modal {
    min-width: 450px;
  }

  .booking-pop-modal-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .nav-menu {
    padding-top: 0px;
  }

  .button {
    margin-top: 10px;
  }

  .button.steer-botton {
    margin-top: 6px;
    margin-right: 0px;
  }

  .section {
    padding: 25px;
  }

  .section.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gradient-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .section-title {
    font-size: 23px;
    line-height: 24px;
  }

  .section-title.small-white {
    font-size: 23px;
    line-height: 27px;
  }

  .section-description {
    width: 90%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .section-description.full-width {
    font-size: 16px;
    line-height: 22px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-description {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .client-logo {
    height: 28px;
  }

  .field {
    height: 40px;
    font-size: 13px;
  }

  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .hero-left-block {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-info-column.last {
    padding-bottom: 0px;
  }

  .feature-info-icon {
    height: 45px;
  }

  .feature-info-title {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-title {
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

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

  .stats-row {
    margin-top: 30px;
  }

  .stats-number {
    margin-right: 30px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .checklist-item {
    padding-left: 25px;
  }

  .logo {
    height: 20px;
    margin-top: 10px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }

  .video-column {
    padding-top: 20px;
  }

  .block-description {
    font-size: 15px;
    line-height: 23px;
  }

  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-block-name {
    font-size: 13px;
  }

  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }

  .faq-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-header-overlay {
    padding: 100px 30px 40px;
  }

  .header-column-title {
    font-size: 30px;
    line-height: 37px;
  }

  .header-paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .header-contact-form {
    padding: 25px;
  }

  .column-title.medium {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .hero-centered-block.large {
    width: 250px;
  }

  .whitepaper-mockup {
    top: -25px;
    width: 90%;
    margin-bottom: -80px;
  }

  .wide-hero-cta-form {
    margin-top: 30px;
  }

  .event-hero-overlay {
    padding: 100px 35px 40px;
  }

  .icon-button-block {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-button-title {
    font-size: 14px;
  }

  .hero-cta-field {
    margin-bottom: 5px;
  }

  .testimonial-half-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }

  .image-section-block-left {
    width: 100%;
  }

  .product-tab-pane {
    padding-bottom: 20px;
  }

  .tabs-button {
    margin-bottom: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(94, 127, 235, 0.15);
    border-radius: 4px;
    -webkit-transition: border 200ms ease, background-color 200ms ease;
    transition: border 200ms ease, background-color 200ms ease;
    text-align: center;
  }

  .tabs-button:hover {
    border-color: #5e7feb;
  }

  .tabs-button.w--current {
    border-color: #5e7feb;
    background-color: #5e7feb;
    color: #fff;
  }

  .browser-block {
    height: 200px;
  }

  .overall-hero-overlay {
    padding-top: 95px;
    padding-bottom: 40px;
    text-align: center;
  }

  .hero-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .hero-section.smaller {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.buy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/male-hand-holding-keys-near-new-car-closeup-car-rent-concept-1.png');
    background-image: linear-gradient(180deg, null, null), url('../images/male-hand-holding-keys-near-new-car-closeup-car-rent-concept-1.png');
    background-position: 0px 0px, 60% 50%;
  }

  .video-hero-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .intro-content-block {
    width: 290px;
  }

  .hero-small-intro-title {
    font-size: 9px;
  }

  .checklist-text {
    font-size: 12px;
  }

  .responsive-image-block {
    height: 170px;
  }

  .navlink-new {
    margin-bottom: 10vw;
  }

  .flex-wrapper {
    margin-left: 20px;
  }

  .primary-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .primary-heading.center {
    font-size: 28px;
    line-height: 38px;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tertiary-heading {
    font-size: 16px;
    line-height: 28px;
  }

  .secondry-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .sections {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bar-blue.bigger {
    max-width: 100%;
    margin-top: 10px;
  }

  .steer-grid {
    width: auto;
    margin-top: 20px;
  }

  .comment-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .line {
    display: none;
  }

  .range-search {
    margin-top: 30px;
  }

  .range-grid {
    grid-row-gap: 30px;
  }

  .slider-input-wrapper {
    margin-bottom: 30px;
  }

  .to {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-price {
    margin-right: 13px;
  }

  .grid-budget {
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .pagination-container {
    margin-top: 20px;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .car-ad-card {
    width: 100%;
  }

  .car-ad-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .car-ad-main-image {
    height: 200px;
  }

  .arrow-slider {
    width: 20px;
  }

  .car-ad-deatil-card {
    overflow: hidden;
  }

  .car-ad-card-text._50 {
    width: 40%;
  }

  .car-ad-card-text._50._60 {
    width: 60%;
  }

  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .point.es2 {
    left: 220px;
    top: 96px;
  }

  .point.es1 {
    left: 225px;
    top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .point.es3 {
    left: 187px;
    top: 103px;
  }

  .point.es4 {
    left: 157px;
    top: 104px;
  }

  .point.es5 {
    left: 121px;
    top: 105px;
  }

  .point.es6 {
    left: 83px;
    top: 104px;
  }

  .point.es7 {
    left: 63px;
    top: 103px;
  }

  .point.es8 {
    left: 51px;
    top: 88px;
  }

  .point.es9 {
    left: 47px;
    top: 70px;
  }

  .point.es10 {
    left: 51px;
    top: 51px;
  }

  .point.es11 {
    left: 60px;
    top: 36px;
  }

  .point.es12 {
    left: 91px;
    top: 35px;
  }

  .point.es13 {
    left: 121px;
    top: 36px;
  }

  .point.es14 {
    left: 155px;
    top: 35px;
  }

  .point.es15 {
    left: 185px;
    top: 35px;
  }

  .point.es16 {
    left: 222px;
    top: 41px;
  }

  .point.es25 {
    left: 79px;
    bottom: 133px;
  }

  .point.es26 {
    left: 47px;
    bottom: 115px;
  }

  .point.es27 {
    left: 16px;
    bottom: 135px;
  }

  .point.es28 {
    left: 46px;
    bottom: 159px;
  }

  .point.es35 {
    left: 77px;
    bottom: 60px;
  }

  .point.es36 {
    left: 48px;
    bottom: 58px;
  }

  .point.es37 {
    left: 19px;
    bottom: 62px;
  }

  .point.es17 {
    right: 17px;
    bottom: 137px;
  }

  .point.es18 {
    right: 46px;
    bottom: 131px;
  }

  .point.es19 {
    right: 74px;
    bottom: 130px;
  }

  .point.es20 {
    right: 115px;
    bottom: 127px;
  }

  .point.es21 {
    right: 151px;
    bottom: 129px;
  }

  .point.es22 {
    right: 180px;
    bottom: 131px;
  }

  .point.es23 {
    right: 122px;
    bottom: 155px;
  }

  .point.es24 {
    right: 46px;
    bottom: 154px;
  }

  .point.es29 {
    right: 10px;
    bottom: 53px;
  }

  .point.es30 {
    right: 43px;
    bottom: 53px;
  }

  .point.es31 {
    right: 85px;
    bottom: 53px;
  }

  .point.es32 {
    right: 120px;
    bottom: 53px;
  }

  .point.es33 {
    right: 147px;
    bottom: 56px;
  }

  .point.es34 {
    right: 178px;
    bottom: 62px;
  }

  .point.is1 {
    right: 14px;
    bottom: 68px;
  }

  .point.is2 {
    right: 13px;
    bottom: 29px;
  }

  .point.is3 {
    right: 47px;
    bottom: 28px;
  }

  .point.is4 {
    right: 47px;
    bottom: 68px;
  }

  .point.is5 {
    right: 109px;
    bottom: 115px;
  }

  .point.is6 {
    right: 154px;
    bottom: 61px;
  }

  .point.is7 {
    right: 251px;
    bottom: 57px;
  }

  .point.is8 {
    right: 278px;
    bottom: 94px;
  }

  .point.is9 {
    right: 251px;
    bottom: 128px;
  }

  .point.is10 {
    right: 153px;
    bottom: 127px;
  }

  .point.is11 {
    right: 119px;
    bottom: 19px;
  }

  .point.is12 {
    right: 184px;
    bottom: -2px;
  }

  .point.is13 {
    right: 231px;
    bottom: 5px;
  }

  .external-wrap-relative {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }

  .internal-wrap-relative {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }

  .image-5 {
    width: 300px;
  }

  .image-6 {
    width: 300px;
  }

  .point-popup-wrapper {
    position: fixed;
    left: 20px;
    top: 300px;
    right: 20px;
    width: auto;
  }

  .point-popup-wrapper._1 {
    position: fixed;
    left: 20px;
    top: 127px;
    right: 20px;
    display: block;
    width: auto;
    height: 200px;
  }

  .contact-us-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-information-wrap {
    margin-top: 20px;
  }

  .form-block-2 {
    width: 100%;
  }

  .form-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-price-estimator {
    width: 100%;
  }

  .flex-modal-text {
    padding: 20px 30px;
  }

  .price-pop-img {
    height: 180px;
  }

  .car-book-modal {
    min-width: 95%;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .div-block-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .link-block-4 {
    margin-top: 14px;
  }

  .booking-pop-modal-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-7 {
    width: 40px;
  }

  .image-8 {
    width: 16px;
  }

  .text-block-16 {
    font-size: 24px;
  }

  .image-9 {
    width: 80px;
  }

  .collection-item-3 {
    width: 100%;
  }
}

#w-node-ed19c6f0-350d-51bd-765c-6d8bc83ef888-c83ef868 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d86334da-8345-b408-3581-953e3b7772b4-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ca7096a-2614-04a6-0e72-9b12ff61c1bc-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4db7a6bc-788f-bf47-aed2-987cadd7ebd2-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d528fe8a-d970-dbff-0caf-f9024ceb0717-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Search.w-node-_6fb3fc66-cfbd-eb57-4a47-8c7e3d395ac8-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_746cf1a7-1584-4fcf-c912-83d98eff2e26-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d5b2fb1-284a-2477-6611-aabc8f709482-8f961349 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a92e85d2-a956-1735-5f79-5d8b46a6d0bd-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1e36cd0b-cbc9-8945-2223-7d2db729cca5-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ac506fbf-6b61-5428-ea5d-7587c508e420-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4a1de9b2-4995-a7db-1c25-b127fa43bd79-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f2d6177b-d6da-1550-69c2-4d4949b82998-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_46bdadda-89f9-e795-5250-07ceb0338646-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ebac0377-61b5-0dcb-f79f-eb602f839837-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e442d570-cc20-200d-45ab-cd24b00ceead-8f961349 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ae2964ae-e20c-8c65-175d-cf9c88644070-e6961396 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae2964ae-e20c-8c65-175d-cf9c88644070-a696139c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae2964ae-e20c-8c65-175d-cf9c88644070-0496139d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a8f352f7-a590-c9e5-a0b6-9c783e6e7459-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa8fd6c6-31a3-d867-fde0-5cd2a4add736-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa8fd6c6-31a3-d867-fde0-5cd2a4add737-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7d6614c-12cd-3441-6bd7-d12ca21bbd5a-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99ca197c-e711-04c2-7783-6bd428d559fa-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99ca197c-e711-04c2-7783-6bd428d559fb-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd39d723-9cf6-c23c-5ff7-5c563f69986f-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_635e9076-ccf1-7c5b-df57-65c0647c78c2-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa439a40-bd81-8478-d384-2016db64151b-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5233a23-765e-f4aa-9f94-eab2d051dad9-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5233a23-765e-f4aa-9f94-eab2d051dada-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Search-2.w-node-e5233a23-765e-f4aa-9f94-eab2d051dadb-7620fd64 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_355417b1-c7f8-9fe5-f3d3-c9d9e30010db-bd1da629 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_268499af-8043-d124-a3f1-bd8c119ac62e-bd1da629 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-e5233a23-765e-f4aa-9f94-eab2d051dad9-7620fd64 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_7620895d-6152-c40b-c787-10d99f3e70aa-bd1da629 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed19c6f0-350d-51bd-765c-6d8bc83ef888-c83ef868 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5233a23-765e-f4aa-9f94-eab2d051dad9-7620fd64 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* ============================================================
 * Phase 7 — Inspection Report block + lead-capture modal
 * ============================================================ */

.inspection-block {
  margin: 24px 0;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.inspection-claim {
  margin: 0 0 16px;
  font-size: 14px;
  color: #1f9d55;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.inspection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .inspection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.inspection-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fafafa;
  font-size: 13px;
  line-height: 1.3;
}

.inspection-card--ok {
  border-color: rgba(31, 157, 85, 0.18);
  background: rgba(31, 157, 85, 0.04);
}
.inspection-card--warning {
  border-color: rgba(217, 119, 6, 0.22);
  background: rgba(217, 119, 6, 0.05);
}
.inspection-card--unknown {
  opacity: 0.65;
}

.inspection-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.inspection-label {
  flex: 1;
  font-weight: 500;
  color: #1a1a1a;
}

.full-inspection-text {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #1f2937;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 150ms ease;
}

.full-inspection-text:hover,
.full-inspection-text:focus {
  background: #111827;
  outline: none;
}

/* ----- Inspection lead modal ----- */

.inspection-lead-modal[hidden],
.inspection-lead-success[hidden] {
  display: none !important;
}

.inspection-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.inspection-lead-modal__backdrop,
.inspection-lead-success__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(2px);
}

.inspection-lead-modal__panel,
.inspection-lead-success__panel {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 32px 28px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.inspection-lead-modal__close,
.inspection-lead-success__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

.inspection-lead-modal__title,
.inspection-lead-success__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.inspection-lead-modal__sub,
.inspection-lead-success__sub {
  margin: 0 0 20px;
  font-size: 14px;
  color: #4b5563;
}

.inspection-lead-field {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  color: #374151;
}

.inspection-lead-field span {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.inspection-lead-field input,
.inspection-lead-field textarea {
  width: 100%;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  box-sizing: border-box;
}

.inspection-lead-field textarea {
  min-height: 80px;
  resize: vertical;
}

.inspection-lead-field input:focus,
.inspection-lead-field textarea:focus {
  outline: 2px solid #1f9d55;
  outline-offset: 1px;
  border-color: #1f9d55;
}

.inspection-lead-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inspection-lead-error {
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 13px;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
}

.inspection-lead-submit {
  width: 100%;
  padding: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary-foreground, #fff);
  background: var(--brand-primary, #282f75);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 150ms ease;
}

.inspection-lead-submit:hover,
.inspection-lead-submit:focus {
  background: var(--state-hover, #1d2461);
  outline: none;
}

.inspection-lead-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* ============================================================
 * Phase 9 — Price estimator form layout + result panel
 *
 * The first row of the estimator form pairs the optional plate
 * input with the Marque select so a user can type a plate and see
 * its marque filled in by the SaaS-side Optimus resolve. Everything
 * else stays in the original single-column flow.
 *
 * The inline panel below replaces the legacy modal.
 * Hidden by default; the script toggles `hidden` off after a
 * successful /api/public/price-estimate response.
 * ============================================================ */

.price-estimator-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.price-estimator-row > .select-field-input {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .price-estimator-row {
    grid-template-columns: 1fr;
  }
}

.price-result-panel {
  margin-top: 24px;
  padding: 24px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid #e1e5ee;
}

.price-result-panel[hidden] {
  display: none !important;
}

.price-result-heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.price-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 12px 0 0;
}

.price-result-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
}

.price-result-value {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}

@media (max-width: 480px) {
  .price-result-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
 * Phase 10 — Typeform-style price estimator stepper
 *
 * One question at a time. Past answers collapse into small
 * clickable chips above the active question. Plate input can
 * short-circuit the manual cascading steps when the SaaS
 * resolves the vehicle. Région (13 FR admin regions) is a
 * tile grid; Kilométrage is a free-text input.
 *
 * The hidden native form (#wf-form-frm) keeps the original
 * SSR contract + subjectObject cascade wired up — the
 * stepper writes to those <select>/<input> elements as the
 * user advances.
 * ============================================================ */

.steer-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.steer-stepper {
  max-width: 640px;
}

.steer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.steer-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f3f8;
  border: 1px solid #e1e5ee;
  font-family: inherit;
  font-size: 13px;
  color: #111827;
  cursor: pointer;
}

.steer-chip:hover {
  background: #e9ecf3;
}

.steer-chip__label {
  font-weight: 600;
}

.steer-chip__value {
  color: #6b7280;
}

.steer-progress {
  margin-top: 16px;
  font-size: 13px;
  color: #6b7280;
}

.steer-progress__step {
  display: block;
}

.steer-progress__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-top: 4px;
}

.steer-question {
  margin-top: 16px;
  min-height: 280px;
  transition: opacity 200ms ease, transform 200ms ease;
}

.steer-question[hidden] {
  display: none !important;
}

.steer-question__label {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
  line-height: 1.25;
}

.steer-question__hint {
  margin-top: 8px;
  font-size: 13px;
  color: #6b7280;
}

.steer-question__error {
  margin-top: 8px;
  font-size: 13px;
  color: #b91c1c;
}

.steer-question__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-family: inherit;
  font-size: 22px;
  color: #111827;
  background: #fff;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.steer-question__input:focus-visible {
  border-color: #4368b1;
  box-shadow: 0 0 0 3px rgba(67, 104, 177, 0.25);
}

.steer-question__actions {
  margin-top: 16px;
}

.steer-btn {
  font-family: inherit;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
}

.steer-btn--primary {
  /* Theme tokens (--brand-primary / --brand-primary-foreground) are
     generated per-tenant by ColorService and injected at SSR time —
     see src/services/colorService.js generateThemeCssV2. Falls back
     to the legacy Studio navy if a tenant hasn't customized them. */
  background: var(--brand-primary, #282f75);
  color: var(--brand-primary-foreground, #fff);
  margin-top: 12px;
  transition: background 150ms ease;
}

.steer-btn--primary:hover:not(:disabled) {
  background: var(--state-hover, #1d2461);
}

.steer-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.steer-btn--ghost {
  background: transparent;
  color: var(--brand-primary, #282f75);
  text-decoration: underline;
  padding: 8px 0;
}

/* Phase 11 — Reprise contact form. Stacks the three labeled inputs
   with a consistent rhythm; submit button sits below with extra
   breathing room so it doesn't visually fuse with the phone field. */
.steer-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.steer-contact-form__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-strong, #111827);
}

.steer-region-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.steer-region-chip {
  padding: 14px 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}

.steer-region-chip:hover {
  border-color: #4368b1;
}

.steer-region-chip.is-selected {
  border-color: #282f75;
  background: #f5f7fb;
}

.steer-result {
  margin-top: 24px;
  padding: 28px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid #e1e5ee;
}

.steer-result[hidden] {
  display: none !important;
}

.steer-result__heading {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.steer-result__best {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}

.steer-result__range {
  margin-top: 8px;
  font-size: 16px;
  color: #6b7280;
}

.steer-result__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.steer-result__label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  margin-bottom: 4px;
}

.steer-result__actions {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .steer-region-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .steer-question__label {
    font-size: 20px;
  }
  .steer-question__input {
    font-size: 18px;
  }
  .steer-result__best {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .steer-question {
    transition: none;
  }
}

/* ============================================================
 * Phase 12 — Form input + submit-button class consolidation
 *
 * The legacy templates ship several input/button class names
 * (`.text-field`, `.car-text-field`, `.contact-field`, `.field`,
 *  `.primary-button`, `.primary-button-long`, `.car-submit-button`,
 *  `.submit-button`) that pre-date the Phase 9/11 redesign. They
 *  were each styled independently, so a form on one page looked
 *  different from the same conceptual form on another.
 *
 * Rather than rename every selector in the templates (risky — the
 *  Webflow-exported markup uses these classes as stable CSS hooks),
 *  we declare them here as aliases of the Phase 9/11 canonical
 *  rules. Each alias inherits the design tokens (border, radius,
 *  focus ring, brand-primary background) without touching the
 *  markup. The Phase 9 selectors `.steer-question__input` and
 *  `.steer-btn--primary` remain the source of truth for new code.
 * ============================================================ */

/* Form input aliases — match the `.steer-question__input` shape
 * (Phase 9) so every input renders identically regardless of
 * which page or section it lives in. The `min-height: 44px`
 * preserves the existing legacy touch target. */
.text-field,
.car-text-field,
.contact-field,
.field {
  width: 100%;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
  color: #111827;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.text-field:focus,
.car-text-field:focus,
.contact-field:focus,
.field:focus {
  border-color: #4368b1;
  box-shadow: 0 0 0 3px rgba(67, 104, 177, 0.25);
}
.text-field::placeholder,
.car-text-field::placeholder,
.contact-field::placeholder,
.field::placeholder {
  color: #6b7280;
}

/* Submit-button aliases — match the `.steer-btn--primary` shape
 * (Phase 11): brand-primary background, brand-primary-foreground
 * text, hover to --state-hover, disabled at 0.6 opacity. The
 * layout variants (`top-margin`, `allign-center`, `center`,
 * `modal`, `hide`) are kept verbatim because they encode markup
 * contracts that templates rely on. */
.primary-button,
.primary-button-long,
.car-submit-button,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-primary, #282f75);
  color: var(--brand-primary-foreground, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.primary-button:hover,
.primary-button-long:hover,
.car-submit-button:hover,
.submit-button:hover {
  background: var(--state-hover, #1d2461);
  color: var(--brand-primary-foreground, #fff);
}
.primary-button:disabled,
.primary-button-long:disabled,
.car-submit-button:disabled,
.submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Layout variants preserved for the markup contract. */
.primary-button.top-margin,
.primary-button-long.top-margin {
  margin-top: 40px;
}
.primary-button.allign-center,
.primary-button-long.allign-center {
  display: flex;
  width: 240px;
  margin: 40px auto 0;
}
.primary-button.center,
.primary-button-long.center {
  text-align: center;
}
.car-submit-button.modal {
  margin-top: 20px;
}
.car-submit-button.hide {
  display: none;
}
