/*
Theme Name: autoVHC

-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;


table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*@font-face {*/
/*  font-family: "Calibre";*/
/*  src: url("/wp-content/themes/autovhc/fonts/calibre-regular.woff2") format("woff2");*/
/*  font-weight: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: "Calibre";*/
/*  src: url("/wp-content/themes/autovhc/fonts/calibre-thin.woff2") format("woff2");*/
/*  font-weight: 300;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: "Calibre";*/
/*  src: url("/wp-content/themes/autovhc/fonts/calibre-medium.woff2") format("woff2");*/
/*  font-weight: 600;*/
/*  font-display: swap;*/
/*}*/
html {
  font-size: 14px;
}
@media (min-width: 1120px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: Montserrat,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, p.stat {
    font-family: Rajdhani,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .03em;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  color: black;
  margin: 1em 0;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
    line-height: 1.38;
  }
}

h1 {
  font-size: 67px;
  font-size: 4.7857142857rem;
  /*font-weight: 300;*/
  line-height: 0.9;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 67px;
    font-size: 3.9411764706rem;
  }
}

h2 {
  font-size: 41px;
  font-size: 2.9285714286rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 41px;
    font-size: 2.4117647059rem;
  }
}

h3 {
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.07;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.15s ease;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.center {
  text-align: center;
}

.small {
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .small {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

.note {
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .note {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

th {
  font-weight: bold;
  color: #E2211C;
}

/**
Padding - typically representing the spacing between vertical page areas
 */
/**
Gutter - typically the gutter down the sides of the page - and anything that should match this especially at mobile, eg grid gaps
 */
/**
Testimonial Alignment
*/
.arrow-hover span.arrow-right {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.15s ease;
}
.arrow-hover:hover span.arrow-right {
  transform: translateX(5px);
}

.read-more-expander .overflow,
.read-more-expander a[data-read-more-target] span:last-child {
  display: none;
}
.read-more-expander p {
  margin: 0;
}

.card.-open .overflow,
.card.-open a[data-read-more-target] span:last-child {
  display: unset;
}
.card.-open a[data-read-more-target] span:not(:last-child) {
  display: none;
}

.svg-embed {
  line-height: 1;
  display: inline;
}
.svg-embed svg {
  display: block;
}

.-bg {
  background: #F5F6FA;
}

main {
  margin: 0 auto;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ol, .content ul {
  margin: 1.1em 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #707070;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 1.7em;
}
.content h1 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}
@media (min-width: 1024px) {
  .content h1 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}
.content h2 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}
@media (min-width: 1024px) {
  .content h2 {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}
.content h3 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media (min-width: 1024px) {
  .content h3 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
.content h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}
@media (min-width: 1024px) {
  .content h4 {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}
.content h5 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media (min-width: 1024px) {
  .content h5 {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
}
.content h6 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
@media (min-width: 1024px) {
  .content h6 {
    font-size: 17px;
    font-size: 1rem;
  }
}
.content ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.content ol ol {
  list-style: lower-alpha;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.content ul {
  list-style: disc;
  margin-left: 1.5em;
}
.content ul ul {
  list-style: circle;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.content ul ul ul {
  list-style: square;
}
.content table {
  max-width: 100%;
}
.content table caption,
.content table td {
  padding: 0.5em;
  border: 1px solid #E2E2E2;
  min-width: 80px;
}
.content table th {
  padding: 0.5em;
  color: white;
  background: #F5F6FA;
  border: 1px solid #F5F6FA;
}
.content table caption:first-child {
  border-bottom: 0;
}
.content .table-wrapper {
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.3), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.3), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
.content p a, .content ul a {
  color: #E2211C;
  text-decoration: underline;
}
.content p a:hover, .content ul a:hover {
  color: #D40C08;
}
.content th {
  font-weight: bold;
  color: #E2211C;
}
.content blockquote {
  border-left: 5px solid #E2E2E2;
  padding-left: 50px;
}
.content .button, .content .wpcf7-form button[type=submit], .wpcf7-form .content button[type=submit], .content .button:hover {
  color: white;
  text-decoration: none;
}

.banner {
  position: relative;
  min-height: 314px;
  display: flex;
}
@media (min-width: 1024px) {
  .banner {
    min-height: 361px;
  }
}
@media (min-width: 1120px) {
  .banner {
    min-height: 506px;
  }
}
.banner__text {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 19px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .banner__text {
    padding-right: 50px;
  }
}
.banner__text h6, .banner__text h1 {
  max-width: 890px;
  margin: 0;
}
.banner__text h1 {
  letter-spacing: 0.5px;
  font-size: 34px;
  font-size: 2.4285714286rem;
}
@media (min-width: 1024px) {
  .banner__text h1 {
    font-size: 34px;
    font-size: 2rem;
  }
}
@media (min-width: 550px) {
  .banner__text h1 {
    font-size: 41px;
    font-size: 2.9285714286rem;
  }
}
@media (min-width: 550px) and (min-width: 1024px) {
  .banner__text h1 {
    font-size: 41px;
    font-size: 2.4117647059rem;
  }
}
@media (min-width: 1120px) {
  .banner__text h1 {
    font-size: 58px;
    font-size: 4.1428571429rem;
  }
}
@media (min-width: 1120px) and (min-width: 1024px) {
  .banner__text h1 {
    font-size: 58px;
    font-size: 3.4117647059rem;
  }
}
.banner__text h6 {
  letter-spacing: -0.4px;
}
.banner__text .intro {
  color: rgba(255, 255, 255, 0.7);
}
.banner__text .arrow-hover {
  margin-top: 0;
}
.banner__text .arrow-hover a {
  text-decoration: none;
}
.banner__half-image {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--simple {
  text-align: center;
  min-height: 376px;
}
.banner--simple #crumbs {
  justify-content: center;
}
.banner--simple h6, .banner--simple h1 {
  margin: 0 auto;
}
.banner--simple .banner__text {
  width: unset;
  padding-right: 0;
}
.banner--simple .banner__text .intro {
  max-width: 770px;
  margin: 1em auto;
}
.banner.-small-intro .banner__text .intro {
  max-width: 620px;
}
@media (max-width: 767px) {
  .banner:not(.banner--simple) {
    display: grid;
  }
  .banner.row {
    padding: 0;
  }
  .banner__half-image {
    grid-row: 1/2;
    position: relative;
    width: 100%;
    height: 314px;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .row__inner {
    grid-row: 2/3;
    padding: 20px 16px 30px;
    box-sizing: border-box;
  }
  .banner__text {
    width: auto;
  }
}
@media (max-width: 549px) {
  .banner .row__inner {
    padding: 10px 16px 25px;
  }
}

#crumbs {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  #crumbs {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}
#crumbs a, #crumbs span {
  display: inline-block;
}
#crumbs svg {
  width: 11px;
  margin: 0 5px -2px;
  vertical-align: middle;
}

.block-wrapper .row__inner {
  max-width: 1100px;
}
.block-wrapper--collapse-bottom .row__inner {
  padding-bottom: 25px;
}
.block-wrapper--collapse-top .row__inner {
  padding-top: 25px;
}
.block-wrapper.-large .row__inner {
  max-width: 1300px;
}
.block-wrapper .block {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}
@media (min-width: 768px) {
  .block-wrapper .block {
    grid-template-columns: 50% 1fr;
  }
  .block-wrapper .block__image {
    grid-column: 2/3;
  }
  .block-wrapper .block__content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.block-wrapper .block__image {
  align-self: center;
}
.block-wrapper .block__image img {
  width: 100%;
}
.block-wrapper .block__content {
  align-self: center;
}
.block-wrapper .block__content--links a {
  text-decoration: none;
}
.block-wrapper .block__content--links a h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  .block-wrapper .block__content--links a h3 {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
}
.block-wrapper .block__content--links a:first-child h3 {
  margin-top: 0;
}
.block-wrapper .block__content--links a:last-child p {
  margin-bottom: 0;
}
.block-wrapper .block__content--links p {
  color: #707070;
  font-size: 17px;
  font-size: 1.2142857143rem;
  margin: 0.25em 0 0;
}
@media (min-width: 1024px) {
  .block-wrapper .block__content--links p {
    font-size: 17px;
    font-size: 1rem;
  }
}
.block-wrapper .block__content--text > h6, .block-wrapper .block__content--text > h3 {
  margin-top: 0;
}
.block-wrapper .block__content--text h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.9285714286rem;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  .block-wrapper .block__content--text h6 {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}
.block-wrapper .block__content--text h3 {
  font-size: 30px;
  font-size: 2.1428571429rem;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .block-wrapper .block__content--text h3 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
.block-wrapper .block__content--text h4 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.75em 0 -0.25em;
}
@media (min-width: 1024px) {
  .block-wrapper .block__content--text h4 {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
}
.block-wrapper .block__content--text p {
  color: #707070;
}
.block-wrapper .c2a {
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .-large-image .block {
    grid-template-columns: 1fr 53%;
  }

  .-large-image.-alt .block {
    grid-template-columns: 53% 1fr;
  }

  .-large.-large-image .block {
    grid-template-columns: 1fr 51%;
  }

  .-large.-large-image.-alt .block {
    grid-template-columns: 51% 1fr;
  }

  .-alt .block__content {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .-alt .block__image {
    grid-column: 1/2;
  }
}
@media (min-width: 1024px) {
  .-large-image .block {
    grid-template-columns: 1fr 59%;
  }

  .-large.-large-image .block {
    grid-template-columns: 1fr 53%;
  }

  .-large.-large-image.-alt .block {
    grid-template-columns: 53% 1fr;
  }

  .-alt .block {
    grid-column-gap: 53px;
    grid-template-columns: 50% 1fr;
  }
  .-alt.-large-image .block {
    grid-template-columns: 59% 1fr;
  }
}
.button, .wpcf7-form button[type=submit], input[type=button].button, input[type=submit].button,
p a.button, ul a.button {
  display: inline-block;
  padding: 14px 20px 16px 20px;
  min-width: 138px;
  background: #E2211C;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 600;
  border: 0;
}
@media (min-width: 550px) {
  .button, .wpcf7-form button[type=submit], input[type=button].button, input[type=submit].button,
p a.button, ul a.button {
    font-size: 16px;
    padding: 14px 21px 16px;
    min-width: 138px;
  }
}
.button span, .wpcf7-form button[type=submit] span, input[type=button].button span, input[type=submit].button span,
p a.button span, ul a.button span {
  display: inline-block;
  margin-left: 6px;
  transition: all 0.15s ease;
  vertical-align: -1px;
}
.button span svg, .wpcf7-form button[type=submit] span svg, input[type=button].button span svg, input[type=submit].button span svg,
p a.button span svg, ul a.button span svg {
  width: 15px;
  height: 13px;
}
.button span svg path, .wpcf7-form button[type=submit] span svg path, input[type=button].button span svg path, input[type=submit].button span svg path,
p a.button span svg path, ul a.button span svg path {
  stroke: currentColor;
}
.button:hover, .wpcf7-form button[type=submit]:hover, input[type=button].button:hover, input[type=submit].button:hover,
p a.button:hover, ul a.button:hover {
  background: #D40C08;
}
.button:hover span, .wpcf7-form button[type=submit]:hover span, input[type=button].button:hover span, input[type=submit].button:hover span,
p a.button:hover span, ul a.button:hover span {
  transform: translateX(5px);
}

button {
  font-family: "Calibre", Helvetica, Arial, sans-serif;
}
button[disabled] {
  background: grey;
  opacity: 0.5;
}

.calculator.row .row__inner {
  text-align: center;
}
.calculator.row .row__inner h2 {
  font-size: 41px;
  font-size: 2.9285714286rem;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner h2 {
    font-size: 41px;
    font-size: 2.4117647059rem;
  }
}
.calculator.row .row__inner h2:first-child {
  margin: 0 0 -5px;
}
.calculator.row .row__inner h6 {
  margin: 0;
}
.calculator.row .row__inner .calculator__details {
  display: flex;
  max-width: 720px;
  margin: 20px auto 17px;
  gap: 26px;
}
@media (min-width: 768px) {
  .calculator.row .row__inner .calculator__details {
    gap: 56px;
  }
}
@media (min-width: 1120px) {
  .calculator.row .row__inner .calculator__details {
    gap: 80px;
    margin: 40px auto 37px;
  }
}
.calculator.row .row__inner .calculator__details div {
  position: relative;
  padding-bottom: 10px;
}
.calculator.row .row__inner .calculator__details div h3 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  margin: 0 0 0.3em;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner .calculator__details div h3 {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}
.calculator.row .row__inner .calculator__details div p {
  margin: 0;
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1.38;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner .calculator__details div p {
    font-size: 17px;
    font-size: 1rem;
  }
}
.calculator.row .row__inner .calculator__details > div:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  left: -40px;
  top: 0;
}
.calculator.row .row__inner h4 {
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin-bottom: 0.1em;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner h4 {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
}
.calculator.row .row__inner .range-wrap {
  position: relative;
  margin: 0 auto 3rem;
  max-width: 350px;
}
.calculator.row .row__inner .range-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(255, 255, 255, 0.16);
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  height: 3px;
  border-radius: 3px;
}
.calculator.row .row__inner .range-wrap input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: white;
  width: 11px;
  height: 11px;
  cursor: pointer;
  border-radius: 11px;
}
.calculator.row .row__inner .range {
  width: 100%;
}
.calculator.row .row__inner .bubble {
  background: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 47px;
  width: 47px;
  height: 47px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 100%;
  transform: translate(-50%, 15px);
  color: #191B22;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner .bubble {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
.calculator.row .row__inner .bubble::after {
  content: "";
  position: absolute;
  height: 15px;
  top: -15px;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.calculator.row .row__inner .result p:first-child {
  margin-top: 76px;
  margin-bottom: 0.25em;
  font-size: 17px;
  font-size: 1.2142857143rem;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner .result p:first-child {
    font-size: 17px;
    font-size: 1rem;
  }
}
.calculator.row .row__inner .result h3 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  .calculator.row .row__inner .result h3 {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}
.calculator.row .row__inner .result p:last-child {
  margin-bottom: 0;
}
.calculator.row .row__inner .button, .calculator.row .row__inner .wpcf7-form button[type=submit], .wpcf7-form .calculator.row .row__inner button[type=submit] {
  padding-left: 26px;
  padding-right: 26px;
}

.cards {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  display: grid;
}
@media (min-width: 768px) {
  .cards {
    display: flex;
    gap: 21px;
  }
}
@media (min-width: 1120px) {
  .cards {
    gap: 26px;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #F5F6FA;
  padding: 26px 25px 29px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cards .card {
    width: calc(33.3333333333% - 14px);
  }
}
@media (min-width: 1120px) {
  .cards .card {
    width: calc(33.3333333333% - 17.3333333333px);
  }
}
.cards .card__link-text {
  font-weight: 600;
  text-decoration: underline;
  margin-top: calc(2em - 10px);
}
.cards .card h3 {
  margin: 0;
}
.cards .card p.intro {
  margin: 0.4em 0;
}
.cards .card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 549px) {
  .side-scrolling {
    margin-right: -16px;
  }
  .side-scrolling .card:last-child {
    margin-right: 16px;
  }
}
@media (max-width: 1023px) {
  .side-scrolling {
    box-sizing: border-box;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-right: -16px;
  }
  .side-scrolling .cards {
    display: block;
    white-space: nowrap;
  }
  .side-scrolling .cards .card {
    white-space: initial;
    min-width: 305px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
  }
  .side-scrolling .cards .card:last-child {
    margin-right: 30px;
  }
}

.custom-scrollbar {
  scrollbar-width: auto;
  scrollbar-color: #ffffff #ffffff;
}
.custom-scrollbar:hover {
  scrollbar-color: #707070 #ffffff;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}
.custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.cards.testimonials .card {
  max-width: calc(50% - 13px);
  background: none;
  padding: 0;
  width: auto;
  height: 100%;
}
.cards.testimonials .card .read-more-expander {
  display: flex;
  align-items: center;
}
.cards.testimonials .card img {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 70px;
  margin-right: 7px;
}
.cards.testimonials .card > div {
  padding: 24px 23px 22px;
  border-radius: 8px;
  background: #F5F6FA;
}
.cards.testimonials .card p:not(.byline) {
  line-height: 1.3;
  font-size: 17px;
}

.cards.testimonials .card p:not(.byline) a {
  text-decoration-thickness: 1px;
}
.cards.testimonials .card .byline {
  margin: 1.625em 0 0 4.5rem;
  color: rgba(0, 0, 0, 0.38);
  font-size: 13px;
  font-size: 0.9285714286rem;
}
@media (min-width: 1024px) {
  .cards.testimonials .card .byline {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}

.large-ldquo {
  color: #E2211C;
  width: 11px;
  height: 8px;
  background-image: url("/wp-content/themes/autovhc/images/svg/ldquo.svg");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: 4px;
  overflow: hidden;
  text-indent: 2em;
}

.row.-panel .row__inner .card h3 {
  color: black;
}
.row.-panel .row__inner .card p {
  color: #707070;
}

.details-grid {
  display: grid;
  gap: 20px 40px;
  padding: 50px 0 58px;
}
@media (min-width: 550px) {
  .details-grid {
    gap: 30px 70px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .details-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.details-grid h3 {
  margin: 0;
}
.details-grid p {
  margin-top: 0.45em;
  margin-bottom: 0;
  color: #707070;
}

.page-template-feature .details-grid {
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .page-template-feature .details-grid {
    padding: 30px 0 0;
  }
}

.footer-c2a {
  border-top: 1px solid #E2E2E2;
  margin-bottom: 0 !important;
}
.footer-c2a .row__inner {
  align-items: center;
  justify-content: center;
  padding: 17px 0 23px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-c2a .row__inner {
    flex-direction: row;
  }
}
.footer-c2a p {
  font-size: 24px;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .footer-c2a p {
    margin: 1em 0;
  }
}
@media (min-width: 1120px) {
  .footer-c2a p {
    font-size: 28px;
  }
}
.footer-c2a .button, .footer-c2a .wpcf7-form button[type=submit], .wpcf7-form .footer-c2a button[type=submit] {
  margin-left: 20px;
  margin-top: 4px;
  padding: 16px 25px 18px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .footer-c2a .button, .footer-c2a .wpcf7-form button[type=submit], .wpcf7-form .footer-c2a button[type=submit] {
    margin-bottom: 0;
  }
}

footer .row:first-child {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  footer .footer-columns {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-info {
  flex-grow: 1;
  margin-top: 20px;
}
footer .footer-info > div {
  max-width: 350px;
}
footer .footer-info > div img {
  display: block;
  margin-left: -5px;
}
footer .footer-info > div > p {
  margin: 0;
}
footer .footer-info > div > p.phone {
  margin-top: 0.5em;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media (min-width: 1024px) {
  footer .footer-info > div > p.phone {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
footer .footer-info .wysiwyg-content p {
  color: #707070;
  line-height: 1.25;
}
footer .footer-info .wysiwyg-content p:first-child {
  margin-top: 0.25em;
}
footer .footer-info .wysiwyg-content p a:hover {
  color: black;
}
footer .footer-menu {
  margin-top: 4px;
}
footer .footer-menu h5 {
  margin-bottom: 0.4em;
}
footer .footer-menu ul {
  margin-top: 0;
}
footer .footer-menu:not(:last-child) {
  margin-right: 50px;
}
@media (min-width: 1024px) {
  footer .footer-menu:not(:last-child) {
    margin-right: 90px;
  }
}
footer .footer-menu a {
  color: #707070;
  text-decoration: none;
}
footer .footer-menu a:hover {
  color: black;
}
footer .footer-menu.-social ul {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: -6px;
}
footer .footer-menu.-social ul a {
  margin-top: -6px;
  padding: 6px 6px 0;
  display: block;
}
footer .footer-menu.-social ul a:hover svg path {
  fill: black;
}

#copyright {
  padding: 20px 0;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
#copyright p {
  margin: 0;
}
@media (min-width: 768px) {
  #copyright {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #copyright {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}
#copyright a:not(:hover) {
  text-decoration: none;
}

.header-inner {
  display: flex;
  max-width: 1700px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 11px 16px;
}
.header-inner .logo-wrapper {
  flex: 1;
}
.header-inner .logo-wrapper a {
  display: inline-block;
  vertical-align: middle;
}
.header-inner .logo-wrapper img {
  display: block;
  width: 123.75px;
  min-width: 123.75px;
  height: 57px;
}
@media (min-width: 1120px) {
  .header-inner .logo-wrapper img {
    width: 132px;
    height: 60.8px;
  }
}
.header-inner nav {
  flex-grow: 1;
  text-align: center;
  display: none;
}
@media (min-width: 1120px) {
  .header-inner nav {
    display: block;
  }
}
.header-inner nav ul {
  margin: 0;
  text-transform: uppercase;
}
.header-inner nav ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-inner nav ul a {
  text-transform: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  padding: 10px 5px;
  transition: all 0.15s ease;
}
@media (min-width: 1340px) {
  .header-inner nav ul a {
    padding: 10px 15px;
  }
}
.header-inner nav ul a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.header-inner .header-right {
  justify-content: flex-end;
  flex: 1;
  display: flex;
}
@media (min-width: 768px) {
  .header-inner .burger {
    margin-left: 10px;
  }
}
.header-inner .request-demo {
  display: none;
}
@media (min-width: 768px) {
  .header-inner .request-demo {
    display: flex;
    font-size: 15px;
  }
}
@media (min-width: 1120px) {
  .header-inner .request-demo {
    font-size: 18px;
  }
}

.request-demo {
  white-space: nowrap;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  padding: 0 15px 0 18px;
  text-decoration: none;
  transition: all 0.15s ease;
  height: 35px;
  align-items: center;
}
@media (min-width: 1120px) {
  .request-demo {
    height: 48px;
    box-sizing: border-box;
    padding-bottom: 2px;
  }
}
.request-demo:hover {
  border-color: #191B22;
}
.request-demo .arrow-right {
  margin-left: 5px;
  display: inline-block;
  margin-top: 2px;
}

.menu-languages-container ul {
  background: white;
  z-index: 2;
  position: relative;
  margin: 0 10px;
}
@media (min-width: 1120px) {
  .menu-languages-container ul {
    margin: 0 8px 0 10px;
  }
}
.menu-languages-container ul .wpml-ls-current-language {
  position: relative;
}
.menu-languages-container ul .wpml-ls-current-language > a {
  display: flex;
  align-items: center;
  padding: 10px 10px 8px;
  white-space: nowrap;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.15s ease;
}
.menu-languages-container ul .wpml-ls-current-language > a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media (min-width: 1120px) {
  .menu-languages-container ul .wpml-ls-current-language > a {
    padding: 13px 10px 11px;
  }
}
.menu-languages-container ul .wpml-ls-current-language > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url("/wp-content/themes/autovhc/images/svg/down-angle.svg");
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 8px;
}
.menu-languages-container ul .sub-menu {
  position: absolute;
  min-width: 200px;
  padding: 10px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transform: translateX(-50%) translateY(10px);
  left: calc(50% - 20px);
  z-index: 2;
  display: none;
}
.menu-languages-container ul .sub-menu a {
  padding: 12px;
  display: block;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.15s ease;
}
.menu-languages-container ul .sub-menu a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.menu-languages-container ul .sub-menu li:not(:first-child) {
  border-top: 1px solid #E2E2E2;
}
.menu-languages-container ul .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  top: -10px;
  left: 0;
}
.menu-languages-container ul .sub-menu::after {
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/wp-content/themes/autovhc/images/language-menu-arrow.png");
}
.menu-languages-container ul:hover .sub-menu, .menu-languages-container ul:focus-within .sub-menu {
  display: block;
}

.burger, .close-menu {
  width: 36px;
  height: 37px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.burger span, .close-menu span {
  display: block;
  line-height: 0;
}
@media (min-width: 1120px) {
  .burger, .close-menu {
    display: none !important;
  }
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  height: 100%;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.15s ease;
}
@media (min-width: 550px) {
  .mobile-drawer {
    width: 375px;
  }
}
@media (min-width: 1120px) {
  .mobile-drawer {
    display: none !important;
  }
}
.admin-bar .mobile-drawer {
  top: 46px;
}
@media all and (min-width: 783px) {
  .admin-bar .mobile-drawer {
    top: 32px;
  }
}

.mobile-drawer__header {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding-left: 10px;
}
.mobile-drawer__header > div {
  display: flex;
  align-items: center;
}
.mobile-drawer__header > div:last-child {
  margin-right: 15px;
}
.mobile-drawer__header > div #menu-languages-1 {
  margin-right: 5px;
}
.mobile-drawer__header > div #menu-languages-1 .sub-menu {
  position: fixed;
  right: 10px;
  left: auto;
  transform: none;
  top: 58px;
}
.mobile-drawer__header > div #menu-languages-1 .sub-menu::after {
  left: auto;
  transform: none;
  right: 60px;
}
@media (min-width: 550px) {
  .mobile-drawer .mobile-logo {
    display: none;
  }
}
.mobile-drawer #mobile_menu {
  padding: 15px;
  text-transform: uppercase;
}
.mobile-drawer #mobile_menu ul {
  margin: 0;
  font-size: 16px;
}
.mobile-drawer #mobile_menu a {
  padding: 12px;
  display: block;
  text-decoration: none;
}
.mobile-drawer #mobile_menu li {
  border-bottom: 1px solid #E2E2E2;
}
.mobile-drawer .button-wrapper {
  display: block;
  text-align: center;
  margin-top: 2em;
}
.mobile-drawer .button-wrapper .request-demo {
  display: inline-flex;
  height: 40px;
}

.mobile-drawer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease;
}
@media (min-width: 1120px) {
  .mobile-drawer-overlay {
    display: none !important;
  }
}

.mobile-drawer-active .mobile-drawer {
  transform: translateX(0);
  opacity: 1;
}
.mobile-drawer-active .mobile-drawer-overlay {
  opacity: 1;
  pointer-events: initial;
}

.latest-news {
  display: grid;
  gap: 26px 26px;
  margin-top: -10px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .latest-news {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .latest-news {
    padding-bottom: 72px;
  }
}
@media (min-width: 1120px) {
  .latest-news {
    grid-template-columns: 3fr 1fr;
  }
}
.latest-news .news-card {
  background: white;
}
.latest-news .news-card h3, .latest-news .news-card p {
  color: black !important;
}
.latest-news .news-card h3:hover {
  text-decoration: underline;
}
.latest-news .news-card--count-1 {
  grid-row: 1/3;
  display: block;
}
@media (min-width: 768px) {
  .latest-news .news-card--count-1 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .latest-news .news-card--count-1 img {
    height: 100%;
    width: 55%;
    min-height: 292px;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .latest-news .news-card--count-1 img {
    width: 60%;
  }
}
@media (min-width: 1120px) {
  .latest-news .news-card--count-1 img {
    min-height: 412px;
    max-width: 396px;
  }
}
@media (min-width: 1340px) {
  .latest-news .news-card--count-1 img {
    min-height: 457px;
    max-width: 595px;
  }
}

.page-template-thank-you .banner + .row .row__inner > h2:first-child {
  font-size: 28px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .page-template-thank-you .banner + .row .row__inner > h2:first-child {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
}

body {
  position: static;
  overflow-y: auto;
}
body.lightbox-open {
  position: fixed;
  overflow-y: scroll;
}

.modal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.modal:not(.-open) {
  opacity: 0;
  pointer-events: none;
  z-index: -100;
}
.modal__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal iframe {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 0;
  aspect-ratio: 16/9;
  margin: 50px;
  width: calc(100% - (4 * 50px));
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  max-height: 90vh;
  background: black;
}
@media (min-width: 1024px) {
  .modal iframe {
    margin: 72px;
    width: calc(100% - (4 * 72px));
    top: calc(50% - 72px);
    left: calc(50% - 72px);
  }
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  text-decoration: none;
  font-size: 3em;
  transition: all 0.15s ease;
  background: none;
  border: 0;
}
.modal .close:hover {
  color: #E2211C;
}

.row {
  padding: 0 16px;
  margin-bottom: 72px;
}
.row .trusted-by {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .row {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .row {
    padding: 0 50px;
  }
}
.row--fullcontent {
  background: #E2211C;
  color: white;
}
.row--lower-padded {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .row--lower-padded {
    padding-bottom: 72px;
  }
}
.row.-panel {
  background: #191B22;
}
.row.-panel .row__inner {
  margin-top: 0;
  margin-bottom: 0;
}
.row.-panel .row__inner h1, .row.-panel .row__inner h2, .row.-panel .row__inner h3, .row.-panel .row__inner h4, .row.-panel .row__inner h5, .row.-panel .row__inner h6, .row.-panel .row__inner p:not(.intro), .row.-panel .row__inner ol, .row.-panel .row__inner ul {
  color: white;
}
.row__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
.row__inner--narrow {
  max-width: 1100px;
}
.row__inner--extra-narrow {
  max-width: 800px;
}
@media (min-width: 550px) {
  .row__inner {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .row__inner {
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.row__inner--border-top {
  border-top: 1px solid currentColor;
}
.row__inner--collapse-top {
  padding-top: 0;
}
.row__inner--collapse-both {
  padding-top: 0;
  padding-bottom: 0;
}
.row__inner--increased-spacing {
  padding-bottom: 65px;
  padding-top: 65px;
}
@media (min-width: 768px) {
  .row__inner--increased-spacing {
    padding-bottom: 97px;
    padding-top: 97px;
  }
}
.row__inner.--no-padding-top {
  padding-top: 0 !important;
}
.row__inner.--no-padding-bottom {
  padding-bottom: 0 !important;
}
.row__inner.--no-padding {
  padding: 0 !important;
}
.row__inner.--no-margin-top {
  margin-top: 0 !important;
}
.row__inner.--no-margin-bottom {
  margin-bottom: 0 !important;
}
.row__inner > h2:first-child {
  text-align: center;
  margin: 0 0 0.756em;
  font-size: 33px;
  line-height: 1.1;
}
@media (min-width: 1120px) {
  .row__inner > h2:first-child {
    font-size: 41px;
  }
}
.row__inner > h2:first-child.-with-subtitle {
  margin-bottom: 0.5em;
}
@media (min-width: 1120px) {
  .row__inner > h2:first-child.-with-subtitle {
    margin-bottom: 0.25em;
  }
}
.row .row-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.8em;
}
.row .row-header:not(:first-child) {
  margin-top: 1em;
}
.row .row-header a {
  color: #E2211C;
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .row .row-header a {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
.row.-light {
  background: #F5F6FA;
}

.latest-news-row {
  padding-top: 0 !important;
}

.row-subtitle {
  text-align: center;
  margin: 0 auto 2em;
  max-width: 780px;
  color: #707070;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .stat-grid {
    gap: 44px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat-grid .stat {
  /*font-weight: 100;*/
  color: #E2211C;
  margin: 0 0 10px;
  font-size: 34px;
}
@media (min-width: 768px) {
  .stat-grid .stat {
    font-size: 36px;
  }
}
/*@media (min-width: 1120px) {*/
/*  .stat-grid .stat {*/
/*    font-size: 44px;*/
/*  }*/
/*}*/
@media (max-width: 767px) {
  .stat-grid .stat {
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
.stat-grid .desc {
  line-height: 1.2;
  margin: -12px 0 0;
  font-size: 17px;
}
@media (min-width: 1120px) {
  .stat-grid .desc {
    font-size: 20px;
  }
}

.row.video h2 {
  margin-bottom: 0;
}

.video-wrapper {
  overflow: hidden;
  width: 1105px;
  position: relative;
  margin: 2.5em auto 0;
  aspect-ratio: 2/1;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 768px) {
  .video-wrapper {
    width: 1105px;
  }
}
@media (min-width: 1120px) {
  .video-wrapper {
    max-width: 67%;
  }
}
@media (min-width: 1340px) {
  .video-wrapper {
    max-width: 100%;
  }
}
.video-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.video-wrapper button {
  position: relative;
  z-index: 3;
  border: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.4285714286rem;
  width: 100%;
  height: 100%;
  padding: 30px;
  justify-content: center;
  background: transparent;
}
@media (min-width: 1024px) {
  .video-wrapper button {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
@media (min-width: 1024px) {
  .video-wrapper button {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .video-wrapper button {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
}
.video-wrapper button span {
  border-radius: 100%;
  background: #E2211C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}
@media (min-width: 1024px) {
  .video-wrapper button span {
    width: 69px;
    height: 69px;
  }
}
.video-wrapper button span svg {
  margin-left: 4px;
  width: 19px;
}
@media (min-width: 1024px) {
  .video-wrapper button span svg {
    width: 24px;
  }
}

.page-template-why-autovhc .video .row__inner {
  padding-bottom: 72px;
}
@media (max-width: 1023px) {
  .page-template-why-autovhc .video .row__inner {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .page-template-why-autovhc .video-wrapper button span {
    width: 93px;
    height: 93px;
  }
}
@media (min-width: 1024px) {
  .page-template-why-autovhc .video-wrapper button span svg {
    width: unset;
  }
}

.wpcf7-form {
  max-width: 480px;
  margin: 0 auto;
}
.wpcf7-form label {
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .wpcf7-form label {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
.wpcf7-form p {
  margin: 1.475em 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form textarea,
.wpcf7-form input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  border: 1px solid #c5c6c8;
  border-radius: 5px;
  height: 60px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 0.25em;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media (min-width: 1024px) {
  .wpcf7-form textarea,
.wpcf7-form input:not([type=submit]):not([type=checkbox]) {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
}
.wpcf7-form textarea {
  padding: 16px;
  height: 232px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  transform: translateY(-8px);
  font-size: 15px;
  font-size: 1.0714285714rem;
}
@media (min-width: 1024px) {
  .wpcf7-form .wpcf7-acceptance label {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}
.wpcf7-form .wpcf7-acceptance label a {
  color: #E2211C;
}
.wpcf7-form .wpcf7-acceptance label input {
  -webkit-appearance: none;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #c5c6c8;
  border-radius: 5px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  transform: translateY(2px);
}
.wpcf7-form .wpcf7-acceptance label input:checked::after {
  content: "✓";
  display: inline-block;
  margin-top: -1px;
  font-weight: 900;
}
.wpcf7-form button[type=submit] {
  margin-top: 1em;
  border: 0;
  cursor: pointer;
}
.wpcf7-form button[type=submit] .arrow {
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.5H13.5' stroke='%23FFFFFF' stroke-width='1.4'/%3E%3Cpath d='M8.66804 11.9999L14.168 6.49993L8.66804 1' stroke='%23FFFFFF' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  background-size: contain;
  transition: all 0.15s ease;
}
.wpcf7-form button[type=submit]:hover .arrow {
  transform: translateX(5px);
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 2em 0;
  font-weight: bold;
  color: #E2211C;
}

.page-template-about-us .wysiwyg-content h2:first-child {
  text-align: center;
  margin: 0;
}

.c2a {
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c2a {
    flex-direction: row;
    margin: 1em 0 0;
  }
}
.c2a p {
  font-size: 26px;
  font-size: 1.8571428571rem;
  margin: 0.5em 0;
}
@media (min-width: 1024px) {
  .c2a p {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
}
@media (min-width: 1024px) {
  .c2a p {
    flex-direction: row;
    margin: 1em 0;
  }
}
.c2a a {
  margin-left: 1em;
  align-self: center;
}

.mid-banner {
  position: relative;
  background: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 78px;
  padding-bottom: 78px;
}
.mid-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.mid-banner .row__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align: center;
  letter-spacing: -1;
}
.mid-banner .row__inner p {
  color: white;
  max-width: 958px;
  margin: 0 auto 0.25em;
  font-size: 22px;
}
.mid-banner .row__inner .large-ldquo {
  width: 15px;
  height: 11px;
  background-size: cover;
  vertical-align: 0.35em;
}
.mid-banner .row__inner .large-ldquo:first-child {
  margin-right: 5px;
}
.mid-banner .row__inner .large-ldquo:last-child {
  margin-left: 5px;
}
.mid-banner .row__inner cite {
  color: white;
}

.page-template-about-us .stat-grid {
  padding-top: 2em;
}

.map-banner-offset {
  transform: translateY(-100px);
}

.map-box {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  display: grid;
}
@media (min-width: 768px) {
  .map-box {
    display: flex;
    height: 309px;
  }
}
@media (min-width: 1120px) {
  .map-box {
    height: 499px;
  }
}
.map-box__info {
  background: white;
  box-sizing: border-box;
  grid-row: 2/3;
  padding: 22px 16px;
}
@media (min-width: 1120px) {
  .map-box__info {
    padding: 33px 28px;
    width: 363px;
  }
}
.map-box__info p:first-child {
  margin-top: 0;
}
.map-box__info p.label {
  color: rgba(0, 0, 0, 0.38);
  margin-bottom: 0;
  font-size: 12px;
}
@media (min-width: 1120px) {
  .map-box__info p.label {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media (min-width: 1120px) and (min-width: 1024px) {
  .map-box__info p.label {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
.map-box__info p.detail, .map-box__info address {
  margin-top: 0;
  font-size: 17px;
}
@media (min-width: 1120px) {
  .map-box__info p.detail, .map-box__info address {
    font-size: 22px;
  }
}
.map-box__info p.detail a, .map-box__info address a {
  text-decoration: none;
}
.map-box .acf-map {
  width: 100%;
  grid-row: 1/2;
  height: 264px;
  background: #e3e3e3;
}
@media (min-width: 768px) {
  .map-box .acf-map {
    height: 100%;
  }
}
.map-box .acf-map img {
  max-width: inherit !important;
}
.map-box .map-img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.faqs {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .faqs {
    grid-template-columns: 27.7% auto;
    gap: 22px 6%;
  }
  .faqs__main {
    margin-bottom: 75px;
  }
}
.faqs__help-box {
  grid-row: 3/4;
}
@media (min-width: 1024px) {
  .faqs__help-box {
    grid-row: 2/3;
  }
}
.faqs__help-box div {
  border-radius: 8px;
  padding: 24px 24px 21px;
}
.faqs__help-box div a {
  color: #E2211C;
}
.faqs__help-box div a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url("/wp-content/themes/autovhc/images/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  transition: all 0.15s ease;
}
.faqs__help-box div a:hover::after {
  transform: translateX(5px);
}
.faqs__help-box div p:first-child {
  margin-top: 0;
}
.faqs__help-box div p:last-child {
  margin-bottom: 0;
}

.row__inner.faqs > h2 {
  text-align: left;
  margin: 0;
  font-size: 41px;
  font-size: 2.9285714286rem;
}
@media (min-width: 1024px) {
  .row__inner.faqs > h2 {
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .row__inner.faqs > h2 {
    font-size: 41px;
    font-size: 2.4117647059rem;
  }
}

.question {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.question dt {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 24px 31px;
  align-items: center;
}
.question dt svg {
  transition: all 0.15s ease;
}
.question dt h3 {
  margin: 0;
  padding-right: 40px;
  font-size: 23px;
  font-size: 1.6428571429rem;
}
@media (min-width: 1024px) {
  .question dt h3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
}
@media (min-width: 768px) {
  .question dt h3 {
    padding-right: 120px;
  }
}
.question dd {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 0 24px 24px 24px;
  transform: translateY(-14px);
}
@media (min-width: 768px) {
  .question dd {
    padding-right: 144px;
  }
}
.question dd *:first-child {
  margin-top: 0;
}
.question dd *:last-child {
  margin-bottom: 0.5em;
}
.question.-open dt svg {
  transform: rotate(90deg);
}
.question.-open dd {
  position: relative;
  pointer-events: unset;
  opacity: 1;
  transition: all 0.15s ease;
  transition-delay: 0.05s;
}

@media (min-width: 1120px) {
  .home .banner {
    min-height: 537px;
  }
}
.home .banner__text {
  padding-top: 25px;
}
.home .banner__text h1 {
  margin-bottom: 0.2em;
}
@media (min-width: 1340px) {
  .home .banner__text h1 {
    font-size: 67px;
    font-size: 4.7857142857rem;
  }
}
@media (min-width: 1340px) and (min-width: 1024px) {
  .home .banner__text h1 {
    font-size: 67px;
    font-size: 3.9411764706rem;
  }
}

.logos {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
  padding: 22px 0;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .logos {
    gap: 20px 75px;
  }
}
.logos p {
  font-size: 14px;
  font-size: 1rem;
  padding-top: 0.4em;
  margin-right: -1.5em;
}
@media (min-width: 1024px) {
  .logos p {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
.logos img {
  max-width: 4.15rem;
  align-self: center;
}

.news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px 26px;
}
@media (min-width: 1024px) {
  .news {
    padding: 90px 0;
  }
}
.news .divider {
  display: none;
}
.news .news-card {
  grid-column: span 12;
}
@media (min-width: 550px) {
  .news .news-card {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .news .news-card {
    grid-column: span 4;
  }
}

.news-card {
  border-radius: 8px;
  overflow: hidden;
}
.news-card div {
  padding: 20px 18px;
}
@media (min-width: 1120px) {
  .news-card div {
    padding: 22px 22px;
  }
}
@media (min-width: 1340px) {
  .news-card div {
    padding: 26px 25px;
  }
}

.page-1 .divider {
  display: block;
  grid-column: 1/-1;
  border-bottom: 1px solid #E2E2E2;
  height: 1px;
}
.page-1 .news-card--count-1 {
  grid-column: span 9;
  grid-row: 1/3;
}
@media (max-width: 1023px) {
  .page-1 .news-card--count-1 {
    display: block;
    grid-column: span 12;
  }
}
@media (min-width: 1120px) {
  .page-1 .news-card--count-1 h3 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
@media (min-width: 1120px) and (min-width: 1024px) {
  .page-1 .news-card--count-1 h3 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
@media (min-width: 768px) {
  .page-1 .news-card--count-1 img {
    height: 100%;
    width: 55%;
    min-height: 292px;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .page-1 .news-card--count-1 img {
    width: 60%;
  }
}
@media (min-width: 1120px) {
  .page-1 .news-card--count-1 img {
    min-height: 412px;
    max-width: 396px;
  }
}
@media (min-width: 1340px) {
  .page-1 .news-card--count-1 img {
    min-height: 457px;
    max-width: 595px;
  }
}
@media (min-width: 768px) {
  .page-1 .news-card--count-1 {
    display: flex;
  }
}
.page-1 .news-card--count-2, .page-1 .news-card--count-3 {
  grid-column: span 12;
}
@media (min-width: 1024px) {
  .page-1 .news-card--count-2, .page-1 .news-card--count-3 {
    grid-column: span 3;
  }
}
.page-1 .news-card--stacked {
  flex-direction: column;
}
.page-1 .news-card--stacked img {
  height: 240px;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.page-1 .news-card h3 {
  margin-top: 0;
}
.page-1 .news-card .date {
  margin-bottom: 0;
}

.news-card {
  text-decoration: none;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.news-card div {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1120px) {
  .news-card div {
    padding: 22px 22px;
  }
}
@media (min-width: 1340px) {
  .news-card div {
    padding: 26px 25px;
  }
}
.news-card h3 {
  margin: 0;
}
@media (max-width: 1119px) {
  .news-card h3 {
    font-size: 20px;
  }
}
.news-card p {
  margin: 1em 0;
  color: #707070;
}
.news-card p.date {
  margin-top: auto;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding-top: 1em;
}
@media (min-width: 1024px) {
  .news-card p.date {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
}

.pagination {
  grid-column: 1/-1;
  margin-top: 7px;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links span, .pagination .nav-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  line-height: 34px;
  text-decoration: none;
  border-radius: 100%;
}
.pagination .nav-links span.current {
  background: #F5F6FA;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
  display: inline-block;
  background: url("/wp-content/themes/autovhc/images/svg/right-angle.svg") center no-repeat;
  background-size: 8px 13px;
  text-indent: 1000em;
  font-size: 0;
  overflow: hidden;
}
.pagination .nav-links .prev {
  transform: scaleX(-1);
}

.single-post #container, .page-template-default #container {
  border-top: 1px solid #D2D2D2;
  padding-top: 40px;
}
@media (min-width: 1120px) {
  .single-post #container, .page-template-default #container {
    padding-top: 75px;
  }
}
.single-post article header #crumbs, .page-template-default article header #crumbs {
  color: black;
}
.single-post article header h1, .page-template-default article header h1 {
  margin: 0;
  font-size: 41px;
}
@media (min-width: 1120px) {
  .single-post article header h1, .page-template-default article header h1 {
    font-size: 58px;
  }
}
.single-post article .byline, .page-template-default article .byline {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  align-items: center;
  padding: 1em 0;
  margin-top: calc(1.3em + 7px);
  margin-bottom: 60px;
}
.single-post article .byline p, .page-template-default article .byline p {
  margin: 0 !important;
}
.single-post article .byline span, .page-template-default article .byline span {
  color: rgba(0, 0, 0, 0.38);
}
.single-post article .byline a, .page-template-default article .byline a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.single-post article .byline a .arrow-right, .page-template-default article .byline a .arrow-right {
  margin-right: 5px;
}
.single-post article .byline a .arrow-right svg, .page-template-default article .byline a .arrow-right svg {
  transform: rotate(180deg);
  transition: all 0.15s ease;
}
.single-post article .byline a:hover .arrow-right svg, .page-template-default article .byline a:hover .arrow-right svg {
  transform: rotate(180deg) translateX(5px);
}
.single-post article .byline:last-child, .page-template-default article .byline:last-child {
  margin-top: 2em;
}
.single-post article h2, .single-post article h3, .single-post article h4, .single-post article h5, .single-post article h6, .page-template-default article h2, .page-template-default article h3, .page-template-default article h4, .page-template-default article h5, .page-template-default article h6 {
  font-weight: 300;
  line-height: 1.1;
  margin: 1.75em 0 0;
}
.single-post article h2, .page-template-default article h2 {
  font-size: 34px;
  font-size: 2.4285714286rem;
}
@media (min-width: 1024px) {
  .single-post article h2, .page-template-default article h2 {
    font-size: 34px;
    font-size: 2rem;
  }
}
.single-post article .wp-caption, .page-template-default article .wp-caption {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 25px;
  max-width: 100%;
}
.single-post article .wp-caption img, .page-template-default article .wp-caption img {
  width: 100%;
  display: block;
  margin: 0;
}
.single-post article .wp-caption .wp-caption-text, .page-template-default article .wp-caption .wp-caption-text {
  background: #F5F6FA;
  margin: 0;
  padding: 20px;
}
.single-post article img.alignleft, .page-template-default article img.alignleft {
  width: 100%;
  margin: 1em 0;
}
@media (min-width: 550px) {
  .single-post article img.alignleft, .page-template-default article img.alignleft {
    width: auto;
    float: left;
    margin: 1em 1.5em 1em 0;
  }
}
.single-post article img.alignright, .page-template-default article img.alignright {
  width: 100%;
  margin: 1em 0;
}
@media (min-width: 550px) {
  .single-post article img.alignright, .page-template-default article img.alignright {
    width: auto;
    float: right;
    margin: 1em 0 1em 1.5em;
  }
}
.single-post article ul li, .page-template-default article ul li {
  list-style: disc;
  margin-left: 1.25em;
  margin-top: 0.75em;
}
.single-post article ul li::marker, .page-template-default article ul li::marker {
  color: #E2211C;
}
.single-post article blockquote, .page-template-default article blockquote {
  background: #F5F6FA;
  padding: 28px 27px 24px;
  border-radius: 8px;
  margin-top: 2em;
}
.single-post article blockquote p, .page-template-default article blockquote p {
  margin: 0;
  font-size: 23px;
  font-size: 1.6428571429rem;
}
@media (min-width: 1024px) {
  .single-post article blockquote p, .page-template-default article blockquote p {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
}
.single-post article blockquote .large-ldquo, .page-template-default article blockquote .large-ldquo {
  margin-right: 5px;
  transform: translateY(-2px);
}
.single-post article blockquote cite, .page-template-default article blockquote cite {
  display: block;
  font-size: 15px;
  font-size: 1.0714285714rem;
  color: rgba(0, 0, 0, 0.38);
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .single-post article blockquote cite, .page-template-default article blockquote cite {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}

.basic-page article header {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 1em;
}
/*# sourceMappingURL=style.css.map */
