/* Generated by build-css.php. Edit the source CSS files, then rebuild. */

/* Source: style.css */
/*
Theme Name: Enfold Child
Template: enfold
Version: 1.0
*/

/* Your custom CSS below */

:root {
  --vp-check-icon-svg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
}

/* Blog quote box */
#top .vp-blog-quote,
#top .avia_textblock.vp-blog-quote,
#top .vp-blog-quote .avia_textblock {
  box-sizing: border-box;
}

#top .vp-blog-quote,
#top .avia_textblock.vp-blog-quote {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 28px 0 !important;
  padding: 30px 34px 30px 100px !important;
  border-radius: 10px !important;
  background: #f6f7fa !important;
  color: #212d55 !important;
  box-shadow: 0 10px 28px rgba(22, 34, 64, 0.08) !important;
}

#top .vp-blog-quote::before,
#top .avia_textblock.vp-blog-quote::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  left: 30px;
  color: #147df5;
  font-size: 92px;
  font-weight: 800;
  line-height: 0.9;
}

#top .vp-blog-quote p,
#top .avia_textblock.vp-blog-quote p,
#top .vp-blog-quote .avia_textblock,
#top .vp-blog-quote .avia_textblock p {
  margin: 0 !important;
  color: #212d55 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  #top .vp-blog-quote,
  #top .avia_textblock.vp-blog-quote {
    margin: 22px 0 !important;
    padding: 24px 22px 24px 74px !important;
    border-radius: 8px !important;
  }

  #top .vp-blog-quote::before,
  #top .avia_textblock.vp-blog-quote::before {
    top: 18px;
    left: 22px;
    font-size: 68px;
  }

  #top .vp-blog-quote p,
  #top .avia_textblock.vp-blog-quote p,
  #top .vp-blog-quote .avia_textblock,
  #top .vp-blog-quote .avia_textblock p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

/* Blog sidebar blocks */
#top .vp-blog-toc,
#top .vp-blog-cta-card,
#top .vp-blog-trust-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 32px !important;
  border-radius: 10px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 14px 32px rgba(22, 34, 64, 0.12);
}

#top .vp-blog-toc *,
#top .vp-blog-cta-card *,
#top .vp-blog-trust-card * {
  box-sizing: border-box;
}

#top .vp-blog-toc {
  padding: 34px 38px 32px;
  border: 1px solid #e5e9f2;
  background: #ffffff;
  color: #212d55;
}

#top .vp-blog-toc h3,
#top .vp-blog-cta-card h3 {
  margin: 0 !important;
  color: inherit !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

#top .vp-blog-toc-list {
  list-style: none;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

#top .vp-blog-toc-list li {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
  margin: 0 !important;
  padding: 0 0 20px !important;
  color: #42537a;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

#top .vp-blog-toc-list li:last-child {
  padding-bottom: 0 !important;
}

#top .vp-blog-toc-list li.is-active::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 20px;
  left: -38px;
  width: 4px;
  border-radius: 999px;
  background: #1f7aff;
}

#top .vp-blog-toc-list span {
  color: inherit;
  font: inherit;
}

#top .vp-blog-toc-list a {
  color: inherit !important;
  text-decoration: none !important;
}

#top .vp-blog-toc-list li.is-active,
#top .vp-blog-toc-list li.is-active a,
#top .vp-blog-toc-list li.is-active span {
  color: #1f7aff !important;
}

#top .vp-blog-cta-card {
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 70% 15%, rgba(31, 122, 255, 0.22), transparent 34%),
    linear-gradient(150deg, #061831 0%, #082447 100%);
  color: #ffffff;
}

#top .vp-blog-cta-card p {
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

#top .vp-blog-cta-list {
  list-style: none;
  margin: 26px 0 30px !important;
  padding: 0 !important;
}

#top .vp-blog-cta-list li {
  position: relative;
  margin: 0 0 15px !important;
  padding: 0 0 0 34px !important;
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

#top .vp-blog-cta-list.trust li {
  color: #212d55;
}

#top .vp-blog-cta-list li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#top .vp-blog-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 8px;
  background: #1f7aff;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 24px rgba(31, 122, 255, 0.32);
}

#top .vp-blog-cta-button:hover,
#top .vp-blog-cta-button:focus {
  background: #146cf0;
  color: #ffffff !important;
}

#top .vp-blog-cta-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

#top .vp-blog-cta-rating strong {
  color: #ffffff;
  font-weight: 400;
}

#top .vp-blog-stars {
  color: #ffc928;
  font-size: 15px;
  letter-spacing: 2px;
  white-space: nowrap;
}

#top .vp-blog-trust-card {
  padding: 34px 30px;
  background: #f3f8ff;
  color: #212d55;
}

#top .vp-blog-trust-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

#top .vp-blog-trust-list li {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

#top .vp-blog-trust-list li:last-child {
  margin-bottom: 0 !important;
}
 
#top .vp-blog-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #ffffff;
  color: #1f7aff;
  box-shadow: 0 8px 22px rgba(31, 122, 255, 0.1);
}

#top .vp-blog-trust-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

#top .vp-blog-eu-dots {
  display: grid;
  grid-template-columns: repeat(4, 5px);
  align-content: center;
  justify-content: center;
  gap: 4px;
}

#top .vp-blog-trust-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

#top .vp-blog-eu-dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #1f7aff;
}

#top .vp-blog-trust-copy strong {
  display: block;
  color: #212d55;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left !important;
}

#top .vp-blog-trust-copy span {
  display: block;
  margin-top: 4px;
  color: #42537a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  #top .vp-blog-toc,
  #top .vp-blog-cta-card,
  #top .vp-blog-trust-card {
    margin-bottom: 24px !important;
  }

  #top .vp-blog-toc {
    padding: 28px 28px 28px;
  }

  #top .vp-blog-toc h3,
  #top .vp-blog-cta-card h3 {
    font-size: 21px !important;
  }

  #top .vp-blog-toc-list li {
    grid-template-columns: 24px 1fr;
    gap: 16px;
    font-size: 16px !important;
  }

  #top .vp-blog-toc-list li.is-active::before {
    left: -28px;
  }

  #top .vp-blog-cta-card {
    padding: 30px 26px 28px;
  }

  #top .vp-blog-cta-card p,
  #top .vp-blog-cta-list li,
  #top .vp-blog-trust-copy span {
    font-size: 16px !important;
  }

  #top .vp-blog-cta-button {
    min-height: 52px;
    font-size: 16px;
  }

  #top .vp-blog-cta-rating {
    flex-wrap: wrap;
    gap: 8px;
  }

  #top .vp-blog-trust-card {
    padding: 28px 24px;
  }

  #top .vp-blog-trust-list li {
    gap: 16px;
  }

  #top .vp-blog-trust-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  #top .vp-blog-trust-copy strong {
    font-size: 18px;
  }
}

/* Blog solution block */
#top .vp-solution-block {
  box-sizing: border-box;
  margin: 42px 0 !important;
  color: #212d55;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#top .vp-solution-block *,
#top .vp-solution-block *::before,
#top .vp-solution-block *::after {
  box-sizing: border-box;
}

#top .vp-solution-block h2 {
  margin: 0 0 18px !important;
  color: #212d55 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

#top .vp-solution-lead,
#top .vp-solution-block p {
  margin: 0 0 18px !important;
  color: #212d55 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

#top .vp-solution-lead {
  font-size: 20px !important;
}

#top .vp-solution-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
  margin-top: 28px;
}

#top .vp-solution-points {
  display: grid;
  gap: 12px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

#top .vp-solution-points li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  color: #212d55;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

#top .vp-solution-points li::before {
  content: "";
  position: absolute;
  top: 0.22em;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#top .vp-solution-media {
  text-align: center;
}

#top .vp-solution-media img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 34, 64, 0.14);
}

#top .vp-solution-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 6px;
  background: #00a6fe;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(0, 166, 254, 0.24);
}

#top .vp-solution-button:hover,
#top .vp-solution-button:focus {
  background: #008fe0;
  color: #ffffff !important;
}

@media only screen and (max-width: 989px) {
  #top .vp-solution-proof {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #top .vp-solution-media {
    text-align: left;
  }

  #top .vp-solution-media img {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #top .vp-solution-block h2 {
    font-size: 26px !important;
  }

  #top .vp-solution-lead,
  #top .vp-solution-block p {
    font-size: 16px !important;
  }

  #top .vp-solution-lead {
    font-size: 18px !important;
  }

  #top .vp-solution-points li {
    font-size: 16px !important;
  }
}

.heading-weight-400 h2 {
  font-weight: 400 !important;
}

.heading-uppercase h2 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* ----------------------------------------
   Vehicle Pass - Why page (Avia)
----------------------------------------- */

#top .vp-why-section,
#top .vp-why-section .avia_textblock,
#top .vp-why-section p,
#top .vp-why-section h1,
#top .vp-why-section h2,
#top .vp-why-section h3,
#top .vp-why-section li,
#top .vp-why-section .avia-button,
#top .vp-why-section .iconlist_title {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#top .vp-why-section .container {
  max-width: 1080px;
}


#top .vp-why-section .post-entry,
#top .vp-why-section .entry-content-wrapper {
  width: 100%;
}

#top .vp-why-section .entry-content-wrapper > *:last-child,
#top .vp-why-section .flex_column > *:last-child {
  margin-bottom: 0;
}

#top .vp-why-column--center,
#top .vp-why-feature,
#top .vp-why-step,
#top .vp-why-trust-card {
  text-align: center;
}

#top .vp-why-eyebrow .avia_textblock {
  margin: 0 0 12px;
  color: #00a6fe;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#top .vp-why-title h1,
#top .vp-why-section-copy h2,
#top .vp-why-feature-copy h3,
#top .vp-why-step-copy h3,
#top .vp-why-trust-copy h3 {
  margin: 0;
  color: #212d55;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#top .vp-why-title h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 0.96;
}

#top .vp-why-feature-copy h3,
#top .vp-why-step-copy h3,
#top .vp-why-trust-copy h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

#top .vp-why-lead .avia_textblock,
#top .vp-why-copy .avia_textblock,
#top .vp-why-feature-copy p,
#top .vp-why-step-copy p,
#top .vp-why-trust-copy p {
  color: #42537a;
}

#top .vp-why-lead .avia_textblock {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.55;
  max-width: 38ch;
}

#top .vp-why-copy .avia_textblock {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  max-width: 42ch;
}

#top .vp-why-column--hero .vp-why-eyebrow .avia_textblock,
#top .vp-why-column--hero .vp-why-title h1,
#top .vp-why-column--hero .vp-why-lead .avia_textblock,
#top .vp-why-column--hero .vp-why-copy .avia_textblock {
  text-align: left;
}

#top .vp-why-column--hero .vp-why-button {
  text-align: left;
}

#top .vp-why-section-copy--center .avia_textblock {
  margin: 0 auto;
  max-width: 36ch;
}

#top .vp-why-section-copy--dark h2 {
  color: #212d55;
}

#top .vp-why-section-copy--light h2 {
  color: #ffffff;
}

#top .vp-why-feature-check.avia_textblock {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#top .av_textblock_section .avia_textblock.vp-step-number,
#top .vp-why-step-number .avia_textblock,
#top .avia_textblock.vp-step-number {
  display: flex;
  justify-content: center;
}

#top .av_textblock_section .avia_textblock.vp-step-number > p,
#top .vp-why-step-number .avia_textblock > p,
#top .avia_textblock.vp-step-number > p,
#top p.vp-step-number {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto !important;
  border-radius: 999px;
  background: linear-gradient(180deg, #59c2e2 0%, #4593cf 100%);
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center !important;
}

#top .vp-why-feature-copy .avia_textblock,
#top .vp-why-step-copy .avia_textblock,
#top .vp-why-trust-copy .avia_textblock {
  margin: 0;
}

#top .vp-why-feature-copy h3,
#top .vp-why-step-copy h3 {
  margin-bottom: 8px;
}


#top .vp-why-section--summary .flex_column,
#top .vp-why-section--steps .flex_column {
  padding-top: 4px;
}

#top .vp-why-section--trust .flex_column {
  padding-top: 4px;
}

#top .vp-why-trust-card {
  box-shadow: 0 14px 36px rgba(11, 18, 44, 0.14);
}

#top .vp-why-trust-card p {
  margin: 0;
}

#top .vp-why-trust-card h2 {
  margin: 0;
}

#top .vp-why-trust-copy h3 {
  margin-bottom: 6px;
}

#top .vp-why-trust-copy p {
  color: #5e6b88;
}

#top .vp-why-button {
  margin-top: 6px;
}

#top .vp-why-button--center {
  margin-top: 2px;
}

#top .vp-why-button--center .avia-button-wrap,
#top .vp-why-button--center .avia-button {
  justify-content: center;
}

@media only screen and (max-width: 989px) {
  #top .vp-why-column--hero .vp-why-eyebrow .avia_textblock,
  #top .vp-why-column--hero .vp-why-title h1,
  #top .vp-why-column--hero .vp-why-lead .avia_textblock,
  #top .vp-why-column--hero .vp-why-copy .avia_textblock,
  #top .vp-why-column--hero .vp-why-button {
    text-align: center;
  }

  #top .vp-why-title h1 {
    margin-left: auto;
    margin-right: auto;
  }

  #top .vp-why-lead .avia_textblock,
  #top .vp-why-copy .avia_textblock {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  #top .vp-why-title h1 {
    font-size: 2.6rem;
  }

  #top .vp-why-lead .avia_textblock {
    font-size: 17px;
  }

  #top .vp-why-copy .avia_textblock,
  #top .vp-why-feature-copy p,
  #top .vp-why-step-copy p,
  #top .vp-why-trust-copy p {
    font-size: 14px;
  }

  #top .vp-why-button,
  #top .vp-why-button .avia-button {
    width: 100%;
  }

  #top .vp-why-feature-check.avia_textblock {
    width: 46px;
    height: 46px;
  }

  #top .av_textblock_section .avia_textblock.vp-step-number > p,
  #top .vp-why-step-number .avia_textblock > p,
  #top .avia_textblock.vp-step-number > p,
  #top p.vp-step-number {
    width: 76px;
    height: 76px;
    font-size: 42px !important;
  }
}

/* ----------------------------------------
   Vehicle Pass - What you'll get page
----------------------------------------- */

#top .vp-get-section,
#top .vp-get-section .avia_textblock,
#top .vp-get-section p,
#top .vp-get-section h1,
#top .vp-get-section h2,
#top .vp-get-section h3,
#top .vp-get-section li,
#top .vp-get-section .avia-button {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#top .vp-get-section .container {
  max-width: 1120px;
}

#top .vp-get-section .post-entry,
#top .vp-get-section .entry-content-wrapper {
  width: 100%;
}

#top .vp-get-section .entry-content-wrapper > *:last-child,
#top .vp-get-section .flex_column > *:last-child {
  margin-bottom: 0;
}

#top .vp-get-column--center,
#top .vp-get-card {
  text-align: center;
}

#top .vp-get-eyebrow .avia_textblock,
#top .vp-get-label .avia_textblock {
  margin: 0 0 12px;
  color: #00a6fe;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#top .vp-get-label--light .avia_textblock {
  color: #82d6ff;
}

#top .vp-get-title h1,
#top .vp-get-section-copy h2,
#top .vp-get-feature-copy h3,
#top .vp-get-card-copy h3,
#top .vp-get-preview-heading h3 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#top .vp-get-title h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 0.96;
}

#top .vp-get-section-copy h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  line-height: 1.18;
} 

#top .vp-get-feature-copy h3,
#top .vp-get-card-copy h3,
#top .vp-get-preview-heading h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

#top .vp-get-lead .avia_textblock,
#top .vp-get-copy .avia_textblock,
#top .vp-get-feature-copy p,
#top .vp-get-card-copy p,
#top .vp-get-preview-footer p {
  color: #42537a;
}

#top .vp-get-lead .avia_textblock {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.55;
  max-width: 40ch;
}

#top .vp-get-copy .avia_textblock {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  max-width: 44ch;
}

#top .vp-get-copy--section .avia_textblock {
  max-width: none;
}

#top .vp-get-copy--center .avia_textblock,
#top .vp-get-section-copy--center .avia_textblock {
  margin-left: auto;
  margin-right: auto;
  max-width: 40ch;
}

#top .vp-get-copy--light .avia_textblock,
#top .vp-get-section-copy--light h2 {
  color: #ffffff;
}

#top .vp-get-column--hero .vp-get-eyebrow .avia_textblock,
#top .vp-get-column--hero .vp-get-title h1,
#top .vp-get-column--hero .vp-get-lead .avia_textblock,
#top .vp-get-column--hero .vp-get-copy .avia_textblock,
#top .vp-get-column--hero .vp-get-button {
  text-align: left;
}

#top .vp-get-feature-check.avia_textblock {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 10px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#top .vp-get-feature-copy h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

#top .vp-get-inline-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#top .vp-get-feature-copy .avia_textblock,
#top .vp-get-card-copy .avia_textblock,
#top .vp-get-preview-footer .avia_textblock {
  margin: 0;
}

#top .vp-get-feature-copy {
  margin-bottom: 18px;
}

#top .vp-get-feature-copy h3,
#top .vp-get-card-copy h3 {
  margin-bottom: 8px;
}

#top .vp-get-feature-copy p,
#top .vp-get-card-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

#top .vp-get-card ul,
#top .vp-get-card-copy ul {
  display: inline-block;
  max-width: 620px;
  margin: 18px auto 0;
  padding-left: 1.2em;
  text-align: left;
}

#top .vp-get-card li,
#top .vp-get-card-copy li {
  margin: 0 0 14px;
  padding-left: 0.35em;
  color: #212d55;
  font-size: inherit;
  line-height: 1.45;
  text-align: left;
}

#top .vp-get-card li:last-child,
#top .vp-get-card-copy li:last-child {
  margin-bottom: 0;
}

#top .vp-get-button {
  margin-top: 8px;
}

#top .vp-get-button--dark .avia-button {
  box-shadow: 0 10px 24px rgba(33, 45, 85, 0.18);
}

#top .vp-get-button--center {
  text-align: center;
}

#top .vp-get-preview {
  box-shadow: 0 18px 42px rgba(11, 18, 44, 0.1);
}

#top .vp-why-button .avia-button,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button {
  cursor: pointer;
  background: linear-gradient(180deg, #00e6ff 0%, #00a8ff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0 10px 24px rgba(0, 168, 255, 0.22);
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 18px 38px !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

#top .vp-why-button .avia-button span,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button span {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

#top .vp-secondary-cta .avia-button,
#top .vp-secondary-cta .avia-button:visited,
#top .vp-why-button.vp-secondary-cta .avia-button,
#top .vp-why-button.vp-secondary-cta .avia-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  height: 52px !important;
  min-height: 0 !important;
  padding: 0 38px !important;
  background: linear-gradient(180deg, #9aa3ae 0%, #6f7a88 100%) !important;
  color: #ffffff !important;
  border: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

#top .vp-secondary-cta .avia-button:hover,
#top .vp-secondary-cta .avia-button:focus,
#top .vp-why-button.vp-secondary-cta .avia-button:hover,
#top .vp-why-button.vp-secondary-cta .avia-button:focus {
  background: linear-gradient(180deg, #87919d 0%, #626d7a 100%) !important;
  color: #ffffff !important;
}

#top .vp-why-button .avia-button:hover,
#top .vp-why-button .avia-button:focus,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:hover,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:focus {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#top .vp-why-button .avia-button:active,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

#top .vp-why-button .avia-button:focus-visible,
#top .vp-get-button:not(.vp-get-button--dark):not(.vp-get-button--light) .avia-button:focus-visible {
  outline: 3px solid rgba(0, 168, 255, 0.45);
  outline-offset: 3px;
}

#top .vp-get-preview-label .avia_textblock {
  margin: 0 0 8px;
  color: #00a6fe;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

#top .vp-get-preview-heading h3 {
  text-align: center;
  margin-bottom: 6px;
}

#top .vp-get-preview-image {
  margin: 12px 0 14px;
}

#top .vp-get-preview-image .avia-image-container,
#top .vp-get-preview-image img {
  display: block;
  width: 100%;
}

#top .vp-get-preview-image img {
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(11, 18, 44, 0.08);
}

#top .vp-get-preview-footer .avia_textblock {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

#top .vp-get-card {
  box-shadow: 0 14px 36px rgba(11, 18, 44, 0.08);
}

@media only screen and (max-width: 989px) {
  #top .vp-get-column--hero .vp-get-eyebrow .avia_textblock,
  #top .vp-get-column--hero .vp-get-title h1,
  #top .vp-get-column--hero .vp-get-lead .avia_textblock,
  #top .vp-get-column--hero .vp-get-copy .avia_textblock,
  #top .vp-get-column--hero .vp-get-button {
    text-align: center;
  }

  #top .vp-get-title h1 {
    margin-left: auto;
    margin-right: auto;
  }

  #top .vp-get-lead .avia_textblock,
  #top .vp-get-copy .avia_textblock {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  #top .vp-get-title h1 {
    font-size: 2.6rem;
  }

  #top .vp-get-section-copy h2 {
    font-size: 1.7rem;
  }

  #top .vp-get-lead .avia_textblock {
    font-size: 17px;
  }

  #top .vp-get-copy .avia_textblock,
  #top .vp-get-feature-copy p,
  #top .vp-get-card-copy p,
  #top .vp-get-preview-footer p {
    font-size: 14px;
  }

#top .vp-get-button,
  #top .vp-get-button .avia-button {
    width: 100%;
  }
}

/* ----------------------------------------
   Vehicle Pass - FAQ page
----------------------------------------- */

#top .vp-faq-section,
#top .vp-faq-section .avia_textblock,
#top .vp-faq-section p,
#top .vp-faq-section h1,
#top .vp-faq-section h2,
#top .vp-faq-section h3,
#top .vp-faq-section li,
#top .vp-faq-section .avia-button,
#top .vp-faq-section .toggler,
#top .vp-faq-section .toggle_content {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#top .vp-faq-section .container {
  max-width: 1120px;
}

#top .vp-faq-section .post-entry,
#top .vp-faq-section .entry-content-wrapper {
  width: 100%;
}

#top .vp-faq-section .entry-content-wrapper > *:last-child,
#top .vp-faq-section .flex_column > *:last-child {
  margin-bottom: 0;
}

#top .vp-faq-column--center {
  text-align: center;
}

#top .vp-faq-eyebrow .avia_textblock,
#top .vp-faq-label .avia_textblock {
  margin: 0 0 12px;
  color: #00a6fe;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#top .vp-faq-label--light .avia_textblock {
  color: #82d6ff;
}

#top .vp-faq-title .av-special-heading-tag,
#top .vp-faq-section-title .av-special-heading-tag {
  margin: 0;
  color: #212d55;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#top .vp-faq-title .av-special-heading-tag {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 0.96;
}

#top .vp-faq-section-title .av-special-heading-tag {
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  line-height: 1.18;
}

#top .vp-faq-section-title--light .av-special-heading-tag {
  color: #ffffff;
}

#top .vp-faq-lead .avia_textblock,
#top .vp-faq-copy .avia_textblock {
  color: #42537a;
}

#top .vp-faq-lead .avia_textblock {
  margin: 0 0 18px;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.55;
}

#top .vp-faq-copy .avia_textblock {
  margin: 16px 0 0;
  max-width: 38ch;
  font-size: 15px;
  line-height: 1.65;
}

#top .vp-faq-copy--center .avia_textblock {
  margin-left: auto;
  margin-right: auto;
  max-width: 44ch;
}

#top .vp-faq-copy--light .avia_textblock {
  color: #d6e3ff;
}

#top .vp-faq-column--hero .vp-faq-eyebrow .avia_textblock,
#top .vp-faq-column--hero .vp-faq-title,
#top .vp-faq-column--hero .vp-faq-lead .avia_textblock,
#top .vp-faq-column--hero .vp-faq-button {
  text-align: left;
}

#top .vp-faq-accordion .single_toggle {
  margin-bottom: 12px;
}

#top .vp-faq-accordion .toggler {
  min-height: 0;
  padding: 20px 54px 20px 28px;
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  background: #ffffff;
  color: #212d55;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.toggle_icon {
  left: 8px;
}


#top .vp-faq-accordion .activeTitle,
#top .vp-faq-accordion .toggler:hover,
#top .vp-faq-accordion .toggler:focus {
  background: #f3f7fc;
  color: #212d55;
}

#top .vp-faq-accordion .toggle_wrap {
  border: 0;
  background: transparent;
}

#top .vp-faq-accordion .toggle_content {
  margin: -4px 0 0;
  padding: 0 22px 22px;
  border: 1px solid #dbe6f4;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  color: #42537a;
  font-size: 15px;
  line-height: 1.7;
}

#top .vp-faq-button {
  margin-top: 22px;
}

#top .vp-faq-button:not(.vp-faq-button--light) .avia-button {
  cursor: pointer;
  background: linear-gradient(180deg, #00e6ff 0%, #00a8ff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0 10px 24px rgba(0, 168, 255, 0.22);
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 18px 38px !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

#top .vp-faq-button .avia-button span {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

#top .vp-faq-button:not(.vp-faq-button--light) .avia-button:hover,
#top .vp-faq-button:not(.vp-faq-button--light) .avia-button:focus {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#top .vp-faq-button:not(.vp-faq-button--light) .avia-button:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

#top .vp-faq-button--light .avia-button {
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  font-weight: 700 !important;
  text-transform: none;
  padding: 18px 38px !important;
}

@media only screen and (max-width: 989px) {
  #top .vp-faq-column--hero .vp-faq-eyebrow .avia_textblock,
  #top .vp-faq-column--hero .vp-faq-title,
  #top .vp-faq-column--hero .vp-faq-lead .avia_textblock,
  #top .vp-faq-column--hero .vp-faq-button,
  #top .vp-faq-column--intro {
    text-align: center;
  }

  #top .vp-faq-lead .avia_textblock,
  #top .vp-faq-copy .avia_textblock {
    margin-left: auto;
    margin-right: auto;
  }

  #top .vp-faq-column--intro {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #top .vp-faq-title .av-special-heading-tag {
    font-size: 2.6rem;
  }

  #top .vp-faq-section-title .av-special-heading-tag {
    font-size: 1.7rem;
  }

  #top .vp-faq-lead .avia_textblock {
    font-size: 17px;
  }

  #top .vp-faq-copy .avia_textblock,
  #top .vp-faq-accordion .toggle_content {
    font-size: 14px;
  }

  #top .vp-faq-accordion .toggler {
    padding: 18px 44px 18px 18px;
    font-size: 15px;
  }

#top .vp-faq-button,
  #top .vp-faq-button .avia-button {
    width: 100%;
  }
}

/* Enfold heading defaults */
#top .template-page .entry-content-wrapper h1,
#top .template-page .entry-content-wrapper h2 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Source: general.css */
body,
#top,
#top #wrap_all,
#top #main,
#top .all_colors,
#top .all_colors h1,
#top .all_colors h2,
#top .all_colors h3,
#top .all_colors h4,
#top .all_colors h5,
#top .all_colors h6,
#top .all_colors p,
#top .all_colors li,
#top .all_colors a,
#top .all_colors span,
#top .all_colors div,
#top .all_colors input,
#top .all_colors button,
#top .all_colors select,
#top .all_colors textarea,
#top .avia_textblock,
#top .avia_textblock *,
#top .av-special-heading,
#top .av-special-heading * {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0.02em;
}

#top .template-page .entry-content-wrapper h1,
#top .template-page .entry-content-wrapper h2 {
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

/* Make editorial links clear in page content without changing buttons. */
#top .template-page .entry-content-wrapper .avia_textblock a:not(.avia-button),
#top .template-page .entry-content-wrapper p a:not(.avia-button),
#top .template-page .entry-content-wrapper li a:not(.avia-button) {
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

#top h2 {
  font-size: 20px;
}

#top .h2-large h2 {
  font-size: 30px;
}

/* Blog quote box */
#top .vp-blog-quote,
#top .avia_textblock.vp-blog-quote,
#top .vp-blog-quote .avia_textblock {
  box-sizing: border-box;
}

#top .vp-blog-quote,
#top .avia_textblock.vp-blog-quote {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin: 28px 0 !important;
  padding: 30px 34px 30px 100px !important;
  border-radius: 10px !important;
  background: #f6f7fa !important;
  color: #212d55 !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 10px 28px rgba(22, 34, 64, 0.08) !important;
}

#top .vp-blog-quote::before,
#top .avia_textblock.vp-blog-quote::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  left: 30px;
  color: #147df5;
  font-size: 92px;
  font-weight: 800;
  line-height: 0.9;
}

#top .vp-blog-quote p,
#top .avia_textblock.vp-blog-quote p,
#top .vp-blog-quote .avia_textblock,
#top .vp-blog-quote .avia_textblock p {
  margin: 0 !important;
  color: #212d55 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  #top .vp-blog-quote,
  #top .avia_textblock.vp-blog-quote {
    margin: 22px 0 !important;
    padding: 24px 22px 24px 74px !important;
    border-radius: 8px !important;
  }

  #top .vp-blog-quote::before,
  #top .avia_textblock.vp-blog-quote::before {
    top: 18px;
    left: 22px;
    font-size: 68px;
  }

  #top .vp-blog-quote p,
  #top .avia_textblock.vp-blog-quote p,
  #top .vp-blog-quote .avia_textblock,
  #top .vp-blog-quote .avia_textblock p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}


@media only screen and (max-width: 767px) {
  h1,h2,p {
    text-align: center;
  }
}

.line-height-20 {
  line-height: 20px;
}

.blue {
  color: #00a6fe;
  font-weight: 600;
}

#header_main {
  padding: 10px 0;
  transition: padding 0.25s ease;
}

.header-scrolled #header_main {
  padding: 0;
}

#header .logo a {
  padding: 6px 0;
}


/* Mobile header transparant  */
@media only screen and (max-width: 989px) {
  #header,
  #header_main,
  .responsive #top #wrap_all #header {
    background: transparent !important;
  }
}

/* Hero */

/* Hero -vertical align top */
.avia-section.av-minimum-height .container .content {
  vertical-align: top !important;
}

#top .avia-image-container:has(+ .av_textblock_section),
#top .avia-icon-pos-top .iconbox_icon,
#top .vp-why-feature-check.avia_textblock,
#top .vp-get-feature-check.avia_textblock {
  margin-bottom: 0 !important;
}

#top .avia-image-container + .av_textblock_section,
#top .avia-image-container + .av_textblock_section .avia_textblock,
#top .avia-icon-pos-top .iconbox_content_title,
#top .vp-why-feature-copy .avia_textblock,
#top .vp-get-feature-copy .avia_textblock {
  margin-top: 0 !important;
  padding-top: 0 !important;
}




#top input::placeholder {
  color: #ccc !important;
}


/* Utility: vertically center Enfold column content to match adjacent column height */
.dsr-column-vertical-center.flex_column_div {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  flex: 1 1 0%;
  height: 430px;
  min-height: 100%;
}

@media (max-width: 767px) {
  .dsr-column-vertical-center.flex_column_div {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;

    flex: initial !important;
    align-self: auto !important;

    justify-content: initial !important;
    align-items: initial !important;
  }
}

.dsr-column-vertical-center.flex_column_div > * {
  width: 100%;
}

.av-special-heading.black h2.av-special-heading-tag {
    margin-bottom: 20px !important;
}


/* Enfold: logo centreren op mobiel */
/* @media only screen and (max-width: 767px) {
  #header .logo {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100%;
  }

  #header .logo img {
    display: inline-block;
    margin: 0 auto;
  }
} */

.avia-icon-list .iconlist_title {
  text-transform: none !important;
}

input:disabled {
  background-color: #f3f4f6 !important; 
  color: #9ca3af !important;             
  border-color: #d1d5db !important;
  cursor: not-allowed;
  opacity: 1;  
}

.success-downloads {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Primary – PDF */
.vp-btn-primary {
  background: #2F5FD7;
  color: #fff;
  padding: 10px 14px;            /* 👈 kleiner */
  border-radius: 9999px;
  font-size: 13px;              /* 👈 compacter */
  font-weight: 600;
  line-height: 1.2;
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
  box-shadow: 0 4px 10px rgba(47,95,215,.25);
  min-width: 230px;
}

.vp-btn-primary:hover {
  background: #244DB2;
  box-shadow: 0 6px 14px rgba(47,95,215,.35);
  transform: translateY(-1px);
}

/* Secondary – Excel */
.vp-btn-secondary {
  background: #1F7A7A;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
  box-shadow: 0 3px 8px rgba(31,122,122,.35);
  min-width: 230px;
}

.vp-btn-secondary:hover {
  background: #166363;
  box-shadow: 0 5px 12px rgba(31,122,122,.45);
  transform: translateY(-1px);
}


/* Outline – Email */
.vp-btn-outline {
  border: 2px solid #4A67B3;
  color: #4A67B3;
  padding: 10px 12px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.vp-btn-outline:hover {
  background: #EEF2FF;
  border-color: #2F5FD7;
  color: #2F5FD7;
}

/* Disabled state */
.vp-btn-outline:disabled,
.vp-btn-primary:disabled,
.vp-btn-secondary:disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}


.box {
  background: #ffffff;
  color: #212d55;
}

.box h3 {
  color: #212d55;
}

#av_section_4 .container {
  max-width: 1500px !important;
}

/* Source: form.css */


/* Source: button.css */
.cta-button-hero,
.confirm-button,
.cta-button > a.avia-button,
.cta-button a.avia-button,
#header_main #menu-item-912 > a .avia-menu-text {
    cursor: pointer;
    background: linear-gradient(180deg, #00e6ff 0%, #00a8ff 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 18px 20px !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: 0 !important;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.confirm-button {
    padding: 13px 20px !important;
}

.cta-button > a.avia-button > span,
.cta-button a.avia-button span {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.cta-button-hero:hover,
.confirm-button:hover,
.cta-button > a.avia-button:hover,
.cta-button a.avia-button:hover,
#header_main #menu-item-912 > a:hover .avia-menu-text {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.cta-button-hero:active,
.confirm-button:active,
.cta-button > a.avia-button:active,
.cta-button a.avia-button:active{
    transform: translateY(0);
    filter: brightness(0.98);
}

.cta-button-hero:focus-visible,
.confirm-button:focus-visible,
.cta-button > a.avia-button:focus-visible {
    outline: 3px solid rgba(0,168,255,.45);
    outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .cta-button-hero {
        width: 100%;
    }
}

/* Source: footer.css */
#av_section_5 {
--enfold-footer-color-border: #6d738d;
}

/* Vehicle Pass sitemap footer — inspired by carVertical's dense link layout. */
#footer-page #vp-sitemap-footer {
  background: #232d55 !important;
  border: 0 !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#footer-page #vp-sitemap-footer .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
}

#footer-page #vp-sitemap-footer .content {
  padding-top: 58px !important;
  padding-bottom: 24px !important;
}

#footer-page .vp-footer-brand {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

#footer-page .vp-footer-brand-title,
#footer-page .vp-footer-brand-title .av-special-heading-tag {
  margin: 0 !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
}

#footer-page .vp-footer-tagline,
#footer-page .vp-footer-tagline p {
  margin: 9px 0 0 !important;
  color: #b9c2dc !important;
  font-size: 14px !important;
}

#footer-page .vp-footer-column {
  padding-top: 34px !important;
}

#footer-page .vp-footer-column-title,
#footer-page .vp-footer-column-title .av-special-heading-tag {
  margin: 0 0 18px !important;
  color: #52c2ff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

#footer-page .vp-footer-links ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#footer-page .vp-footer-links li {
  list-style: none !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

#footer-page .vp-footer-links li::before,
#footer-page .vp-footer-links li::marker {
  display: none !important;
  content: none !important;
}

#top #footer-page .vp-footer-links a,
#top #footer-page .vp-footer-links a:link,
#top #footer-page .vp-footer-links a:visited,
#top #footer-page .vp-footer-links a:hover,
#top #footer-page .vp-footer-links a:focus,
#top #footer-page .vp-footer-links a:active {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transition: color .2s ease;
}

#footer-page .vp-footer-links a:hover,
#footer-page .vp-footer-links a:focus-visible {
  color: #52c2ff !important;
}

#footer-page .vp-footer-bottom {
  width: 100% !important;
  margin-top: 36px !important;
  border-top: 1px solid rgba(255, 255, 255, .16) !important;
}

#footer-page .vp-footer-copyright,
#footer-page .vp-footer-copyright p {
  margin: 0 !important;
  color: #b9c2dc !important;
  font-size: 12px !important;
}

@media only screen and (max-width: 989px) {
  #footer-page .vp-footer-column {
    width: 47% !important;
    margin-left: 0 !important;
    margin-right: 6% !important;
  }

  #footer-page .vp-footer-column:nth-of-type(odd) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #footer-page #vp-sitemap-footer .container {
    width: calc(100% - 32px) !important;
  }

  #footer-page #vp-sitemap-footer .content {
    padding-top: 42px !important;
  }

  #footer-page .vp-footer-column {
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 0 0 !important;
  }
}
