@media (max-width: 767px) {
  .theme-header__hero {
    aspect-ratio: auto !important;
    padding-top: 3.4em !important;
    padding-bottom: calc(2.6em + 55px) !important;
  }

  .heroTitle {
    font-size: clamp(24px, 7vw, 34px) !important;
  }

  .heroDesc {
    font-size: 15px !important;
  }

  .headerHero_list {
    row-gap: 10px !important;
  }
}

@media (max-width: 979px) {
  .headerRow_secondary {
    display: none !important;
  }
}

@media (max-width: 979px) {
  #vantageMobileNav {
    display: block !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  }

  body {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 767px) {
  .vantageReviews_slide {
    flex-basis: 100% !important;
  }

  .vantageReviews_wrapper .dcReviewText {
    -webkit-line-clamp: 12 !important;
    overflow: visible !important;
  }
}

.copyright > b {
  filter: none !important;
}

.go-backtotop {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 500 !important;
}

@media (max-width: 979px) {
  .go-backtotop {
    bottom: calc(60px + env(safe-area-inset-bottom, 0px) + 16px) !important;
  }
}