.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 1;
  top: -75px;
}
.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;
}
@media screen and (max-width: 768px) {
  .hero .ag-hero-background,
  .hero .ag-hero-background-video,
  .hero video {
    display: none;
  }
}
.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;
  pointer-events: auto;
}
.hero-overlay .hero-content-bottom .autocomplete-container {
  width: 92%;
  max-width: 800px;
  margin-bottom: 20px;
}
.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 {
    min-height: 700px;
  }
  .hero-overlay {
    flex: auto;
  }
  .hero-specials-container {
    width: 95% !important;
    margin: 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;
  }
}
@media (max-width: 450px) {
  .hero {
    min-height: 660px;
  }
}
@media (max-width: 350px) {
  .hero {
    min-height: 570px;
  }
}
.ag-hero-overlay-header {
  position: relative;
  top: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
}
.ag-hero-overlay-header h2 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .ag-hero-overlay-header {
    top: 35%;
    margin-bottom: 20px;
  }
  .ag-hero-overlay-header h1 {
    font-size: 28px;
  }
  .ag-hero-overlay-header h2 {
    font-size: 20px;
  }
}
.ctas {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(5, 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);
    bottom: 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 600px) {
  .ctas {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    bottom: 10px;
    padding: 0 10px;
  }
}
.ctas a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}
.ctas a:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
}
.ctas a span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  .ctas a {
    height: 50px;
  }
  .ctas a:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
.ag-seo {
  padding: 100px 0;
  overflow: hidden;
}
.ag-seo h4 {
  font-size: 24px;
  color: #bcc4cc;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ag-seo h4 {
    font-size: 18px;
  }
}
.ag-seo h2 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 6.25px;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ag-seo h2 {
    font-size: 28px;
    margin-bottom: 3.125px;
  }
}
.ag-seo h3 {
  text-transform: uppercase;
  font-size: clamp(12px, 2vw, 20px);
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.ag-seo p {
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-transform: inherit;
}
.ag-seo .ag-seo-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.ag-seo .ag-seo-inner .ag-seo-column .ag-seo-column-inner {
  text-align: center;
  max-width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ag-seo .ag-seo-inner .ag-seo-column .ag-seo-column-inner {
    max-width: 100%;
  }
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more {
  display: none;
  padding-top: 25px;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn {
  margin-top: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  padding: 12.5px;
  padding-left: 10px;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn i {
  color: var(--secondary-color);
  font-size: 28px;
  vertical-align: text-top;
}
.ag-seo .ag-seo-inner .ag-seo-column .seo-more-btn:hover {
  cursor: pointer;
}
.ag-seo .ag-seo-inner .ag-seo-column:first-child {
  padding: 0 100px;
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ag-seo .ag-seo-inner .ag-seo-column {
    flex-basis: 100%;
    width: 100%;
  }
  .ag-seo .ag-seo-inner .ag-seo-column:first-child {
    padding: 0 12.5px;
  }
}
.dv-model-carousel-bodystyle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1375px) {
  .dv-model-carousel-bodystyle-wrapper {
    max-width: 100%;
  }
}
.dv-model-carousel-bodystyle-wrapper * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper {
    margin-top: -70px;
  }
}
.dv-model-carousel-bodystyle-wrapper .first-column {
  margin-top: 100px;
}
@media screen and (max-width: 1370px) {
  .dv-model-carousel-bodystyle-wrapper .first-column {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .first-column {
    margin-top: 0;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  flex-flow: row wrap;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:first-child {
  flex-flow: column nowrap;
  flex: 1 1 40%;
  width: 40%;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:last-child {
  flex: 1 1 60%;
  width: 60%;
}
@media screen and (max-width: 1400px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:first-child,
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:last-child {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:first-child {
    padding-top: 50px;
    flex: 1 1 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-column:last-child {
    padding-top: 0;
    flex: 1 1 100%;
    width: 100%;
  }
}
.dv-model-carousel-bodystyle-wrapper .slick-slider {
  width: 100%;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container {
  max-width: 75%;
}
@media screen and (max-width: 1200px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container {
    max-width: 100%;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav {
  text-align: center;
  min-width: 418px;
  visibility: hidden;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav {
    min-width: 100%;
    max-width: 380px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-arrow {
  font-size: 36px;
  color: #ccc;
  position: absolute;
  z-index: 0;
  top: 30%;
  line-height: 0;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-arrow:hover {
  cursor: pointer;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-arrow.fa-angle-left {
  left: 0;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-arrow.fa-angle-right {
  right: 0;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-list {
  margin: 0 25px;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav.slick-slider .slick-list .slick-slide {
  padding: 0 25px;
  overflow: hidden;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav p {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1375px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav p {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav p {
    font-size: 16px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav p span {
  color: #ccc;
  display: block;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group {
    margin-top: 350px;
  }
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group {
    margin-top: 290px;
  }
}
@media screen and (max-width: 600px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group {
    margin-top: 240px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group a {
  display: inline-block;
  text-align: center;
  padding: 12.5px 25px;
  background: transparent;
  border: 0;
  color: #fff;
  background: #000;
  margin: 0 12.5px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group a {
    margin: 0 6.25px;
    padding: 6.25px 12.5px;
    font-size: 12px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-nav .dv-model-carousel-bodystyle-button-group a:hover {
  background: #141518;
  color: #fff;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-text-mobile {
  display: none;
  color: #000 !important;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-text-mobile h3,
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-text-mobile h4 {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-text-mobile {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text {
  margin-bottom: 50px;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  width: 80%;
  background: #000;
  color: #fff !important;
  border-radius: 100px;
  display: flex;
  height: 100px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text {
    width: 90%;
    display: none;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text h3 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #141518;
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text h3 {
    font-size: 36px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text h4 {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #006747;
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle-container .dv-model-carousel-bodystyle-text h4 {
    font-size: 24px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle {
  visibility: hidden;
  opacity: 0;
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle.slick-initialized {
  visibility: visible;
  opacity: 1;
  margin-top: -10px;
  margin-left: -120px;
}
@media screen and (max-width: 991px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle.slick-initialized {
    width: 90%;
    margin-top: -440px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle.slick-initialized {
    margin-top: -330px;
  }
}
@media screen and (max-width: 600px) {
  .dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle.slick-initialized {
    margin-top: -280px;
  }
}
.dv-model-carousel-bodystyle-wrapper .dv-model-carousel-bodystyle img {
  width: 100%;
  height: auto;
}
.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: 600px) {
  .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;
  border-radius: 100px !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;
}
header {
  background: rgba(0,0,0,0.65) !important;
}
