.ctas {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding: 0 24px;
  box-sizing: border-box;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .ctas {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 12px;
  }
}
@media screen and (max-width: 600px) {
  .ctas {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 10px;
  }
}
.ctas a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: rgba(172,172,172,0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(172,172,172,0.2);
  text-decoration: none;
  -webkit-transition: background ease-in-out;
  -moz-transition: background ease-in-out;
  -o-transition: background ease-in-out;
  transition: background ease-in-out;
}
.ctas a:hover {
  background: rgba(0,0,0,0.5);
}
.ctas a span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: calc(100vh - 154px);
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: calc(100vh - 227px);
  }
}
.hero.has-specials .ag-hero-background-video video,
.hero.has-specials .ag-hero-background-image {
  filter: blur(20px) brightness(0.5);
  transform: scale(1.1);
}
.hero .ag-hero-background-video:after {
  content: '';
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .ag-hero-background,
.hero .ag-hero-background-video,
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .ag-hero-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  filter: blur(35px) brightness(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease ease-in-out;
  -moz-transition: opacity 0.8s ease ease-in-out;
  -o-transition: opacity 0.8s ease ease-in-out;
  transition: opacity 0.8s ease ease-in-out;
}
.hero .ag-hero-blur-bg.active {
  opacity: 1;
}
.hero-overlay {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 20px 0;
  pointer-events: none;
}
.hero-overlay .hero-specials-container {
  width: 92%;
  max-width: 1200px;
  pointer-events: auto;
  position: relative;
  margin: auto 0;
}
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .slick-list,
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .slick-track,
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .slick-slide,
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .offer,
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .offer a {
  height: auto !important;
  display: block;
}
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .slide-offer-image img {
  max-width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.hero-overlay .hero-specials-container .dv-hp-specials-carousel-wrapper .slide-offer-image img.dv-slide-mobile-only {
  display: none;
}
.hero-overlay .hero-content-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-bottom: 20px;
}
.hero-overlay .hero-content-bottom .autocomplete-container {
  width: 92%;
  max-width: 800px;
  margin-bottom: 20px;
  pointer-events: auto;
}
.ag-hero-background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ag-hero-background-image:after {
  content: '';
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ag-hero-background-image.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .ag-hero-background-image.desktop-only {
    display: none !important;
  }
  .ag-hero-background-image.mobile-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    justify-content: flex-start;
  }
  .hero-overlay {
    justify-content: flex-end;
    height: auto;
    padding-top: 0;
  }
  .hero-specials-container {
    width: 90%;
    margin: 20px 0 !important;
  }
  .hero-specials-container .dv-slide-mobile-only {
    display: block !important;
  }
  .hero-specials-container .slide-offer-image img:not(.dv-slide-mobile-only) {
    display: none !important;
  }
  .hero-specials-container .slide-offer-image img {
    max-height: none;
  }
  .hero-content-bottom {
    padding-bottom: 40px !important;
    margin-top: 0 !important;
  }
}
footer {
  background-color: #05141f;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  background: #fff;
}
.dv-footer {
  text-align: center;
  background: transparent;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #05141f;
}
@media screen and (min-width: 769px) {
  .dv-footer {
    max-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .dv-footer {
    max-height: 100px;
    position: relative;
    background: #000;
  }
}
.dv-footer p {
  font-size: 12px;
}
.dv-footer .row {
  display: none !important;
}
.dv-footer .dv-footer-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #05141f;
  align-items: center;
  line-height: 150%;
  padding: 7.5px 25px;
}
.dv-footer .dv-footer-container a,
.dv-footer .dv-footer-container span,
.dv-footer .dv-footer-container i {
  color: #fff !important;
}
.dv-footer .dv-footer-container a:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 1060px) {
  .dv-footer .dv-footer-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .dv-footer .dv-footer-container {
    display: block;
    text-align: center;
  }
}
.dv-footer .dv-footer-socials a {
  margin: 0 5px;
}
.dv-footer .dv-footer-provider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Kia', sans-serif !important;
}
@media screen and (max-width: 1060px) {
  .dv-footer .dv-footer-provider {
    position: relative;
    right: 10px;
    left: auto;
    transform: none;
  }
}
.dv-footer .dv-footer-provider-start {
  font-family: 'Kia', sans-serif !important;
  letter-spacing: 0.5px;
  vertical-align: middle;
  font-size: 11px;
}
.dv-footer .dv-footer-provider-end {
  vertical-align: middle;
}
.dv-footer .dv-footer-provider-end a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.dv-footer .dv-footer-provider-end a:hover {
  color: #fff;
  text-decoration: none;
}
.dv-footer .dv-footer-provider-end a span:first-child,
.dv-footer .dv-footer-provider-end a span:last-child {
  color: #2fd566;
}
.dv-footer .dv-copy-symbol::before {
  content: "©";
  font-size: 14px;
  vertical-align: middle;
  margin-right: 2px;
  bottom: 2px;
  position: relative;
}
.dv-footer .dv-copy-symbol::before .dv-footer-copyright span,
.dv-footer .dv-copy-symbol::before .dv-footer-copyright a,
.dv-footer .dv-copy-symbol::before .dv-footer-copyright i {
  color: #fff !important;
}
.dv-footer .dv-copy-symbol::before .dv-footer-copyright span:hover,
.dv-footer .dv-copy-symbol::before .dv-footer-copyright a:hover,
.dv-footer .dv-copy-symbol::before .dv-footer-copyright i:hover {
  color: #fff !important;
}
@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureRegular.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureLight.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Kia';
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.eot") format('embedded-opentype');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.woff2") format('woff2');
  src: url("../dv-framework/media/css/fonts/OEMs/Kia/KiaSignatureBold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'Kia', sans-serif;
}
.dv-hp-hero-carousel .slick-arrow {
  display: none !important;
}
.dv-hp-hero-carousel .dv-hero-carousel-triggers {
  bottom: 150px;
}
@media screen and (max-width: 900px) {
  .dv-hp-hero-carousel .dv-hero-carousel-triggers {
    bottom: 210px;
  }
}
@media screen and (max-width: 600px) {
  .dv-hp-hero-carousel .dv-hero-carousel-triggers {
    bottom: 225px;
  }
}
.autocomplete-container {
  position: absolute;
  pointer-events: auto;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .autocomplete-container {
    width: 65%;
    bottom: 165px;
  }
}
@media screen and (max-width: 768px) {
  .autocomplete-container {
    display: none;
  }
}
.autocomplete-container .aa-InputWrapper:before {
  color: #fff !important;
}
.autocomplete-container .dv-autocomplete-input {
  background: rgba(172,172,172,0.2);
  backdrop-filter: blur(5px);
  border: none !important;
  color: #fff !important;
}
.autocomplete-container .dv-autocomplete-input::placeholder {
  color: #e5e5e5 !important;
}
.autocomplete-container .dv-autocomplete-input:hover {
  border: 1px solid rgba(172,172,172,0.2) !important;
}
.autocomplete-container .dv-autocomplete-panel {
  position: absolute !important;
  top: auto !important;
  bottom: 50px !important;
  left: 0 !important;
  right: 0 !important;
  max-height: 250px !important;
}
