.dv-hero {
  width: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center;
}
.dv-hero .dv-hero-overlay {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  flex: 1;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  justify-content: center;
  width: fit-content;
  margin: auto;
  gap: 25px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
    width: 100%;
    gap: 12.5px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
    padding-top: 25px;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-wrapper-container {
  flex: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header {
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 {
  font-weight: 300;
  font-size: clamp(28px, 3vw, 48px);
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6.25px;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 span {
  font-weight: bold;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h2 {
  font-weight: 100;
  font-size: clamp(18px, 2vw, 24px);
  color: #fff;
  margin: 0;
  font-style: italic;
  margin-top: 12.5px;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h3 {
  font-size: clamp(32px, 3vw, 58px);
  font-family: 'Klavika Regular';
  color: var(--primary-color);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h3 {
    display: none;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body {
  text-align: center;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body {
    max-width: 100%;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 991px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper {
    flex-flow: row wrap;
  }
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 25px 50px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link span {
  font-weight: bold;
  margin-right: 5px;
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link:last-of-type {
  background: var(--secondary-color);
}
.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link:hover {
  background: #fff;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link {
    flex: 1 1 50%;
    font-size: 12px;
    padding: 12.5px;
  }
}
@media screen and (max-width: 991px) {
  .dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper .dv-autocomplete {
    flex: 1 1 100%;
  }
}
.dv-hero .dv-hero-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  height: calc(100% - 35px);
}
@media screen and (max-width: 1200px) {
  .dv-hero .dv-hero-background {
    height: calc(100% - 109px);
  }
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-background {
    display: none;
  }
}
.dv-hero .dv-hero-background .dv-hero-background-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.dv-hero .dv-hero-background .dv-hero-background-video:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 2;
}
.dv-hero .dv-hero-background .dv-hero-background-video video {
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: baseline;
  height: 56.25vh;
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.dv-hero .dv-hero-background-image {
  display: none;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-hero-background-image {
    display: block;
  }
}
.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
  top: 28px;
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
    top: 17px;
  }
}
.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
  border: 0 !important;
  font-size: 18px;
  height: 75px;
  background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
  .dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
    height: 50px;
    font-size: 14px;
  }
}
.dv-call-to-actions {
  font-size: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
  gap: 1px;
  background: #efefef;
}
@media screen and (max-width: 1200px) {
  .dv-call-to-actions {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 768px) {
  .dv-call-to-actions {
    margin: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .dv-call-to-actions {
    padding: 0;
    margin: 25px;
    flex-direction: column;
  }
}
.dv-call-to-actions > a {
  vertical-align: middle;
  text-align: center;
  width: 25%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 25px;
  white-space: nowrap;
  height: 75px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  position: relative;
  background: #303b97;
  font-weight: 400;
}
.dv-call-to-actions > a:first-child span:first-child {
  border-bottom: 2px solid #000;
  margin-bottom: 8.5px;
  padding-bottom: 6.25px;
}
.dv-call-to-actions > a span {
  color: #fff;
  font-weight: 600;
}
.dv-call-to-actions > a span:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .dv-call-to-actions > a span:first-child {
    font-size: 14px;
  }
}
.dv-call-to-actions > a:before {
  content: '';
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.dv-call-to-actions > a:hover span {
  position: relative;
  z-index: 1;
  border-color: #fff;
}
.dv-call-to-actions > a:hover:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .dv-call-to-actions > a {
    flex: 1 1 calc(50% - 25px);
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 480px) {
  .dv-call-to-actions > a {
    flex: auto;
    width: 100%;
  }
}
.ag-hp-specials-carousel-container-wrapper {
  margin-left: 25px;
  margin-right: 25px;
}
.ag-locations {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 120rem;
  margin: 25px auto 0;
  padding: 0 50px;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ag-locations {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .ag-locations {
    padding: 0 25px;
    gap: 25px;
  }
}
.ag-locations .ag-location-item {
  position: relative;
  font-size: 0;
  flex: 1;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
  max-width: 350px;
}
@media screen and (max-width: 700px) {
  .ag-locations .ag-location-item {
    max-width: 100%;
  }
}
.ag-locations .ag-location-item .location-container {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 350px;
}
.ag-locations .ag-location-item .location-logo {
  position: relative;
  z-index: 3;
  width: 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 950px) {
  .ag-locations .ag-location-item {
    flex: 0 0 49%;
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) {
  .ag-locations .ag-location-item {
    flex: 0 0 45%;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  .ag-locations .ag-location-item {
    flex: 0 0 100%;
    overflow: hidden;
  }
}
.ag-locations .ag-location-item .ag-location-details {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  z-index: 2;
}
.ag-locations .ag-location-item .ag-location-details img {
  max-width: 400px;
}
.ag-locations .ag-location-item .ag-location-details a {
  text-align: center;
}
.ag-locations .ag-location-item .ag-location-details .ag-location-title {
  font-size: 26px;
  color: var(--primary-color);
  margin-bottom: 10px;
  text-align: center;
}
.ag-locations .ag-location-item .ag-location-details .ag-location-phone {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.ag-locations .ag-location-item .ag-location-details .ag-location-address {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ag-locations .ag-location-item .ag-location-details .ag-location-address p {
  font-size: 16px;
  color: #000;
}
.ag-locations .ag-location-item .ag-location-details .ag-location-city {
  color: #fff;
  padding: 18px 25px;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ag-locations .ag-location-item .ag-location-details .ag-location-city {
    min-width: 160px;
  }
}
.ag-locations .ag-location-item .ag-location-details .ag-location-count {
  transform: rotate(357deg);
  font-size: clamp(12px, 1.25vw, 18px);
  background: var(--primary-color);
  color: #fff;
  font-weight: 400;
  padding: 6.25px;
  margin-top: -5px;
}
.ag-locations .ag-location-item img {
  width: 100%;
  height: auto;
}
.dv-seo {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .dv-seo {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .dv-seo {
    padding-top: 25px;
  }
}
.dv-seo h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .dv-seo h4 {
    font-size: 18px;
  }
}
.dv-seo h2 {
  font-size: clamp(28px, 4vw, 64px);
  font-weight: bold;
  margin-bottom: 12.5px;
  color: #141518;
  text-transform: uppercase;
}
.dv-seo h3 {
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 20px);
  color: #000;
  margin: 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.dv-seo p {
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-transform: inherit;
}
.dv-seo .dv-seo-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.dv-seo .dv-seo-inner .dv-seo-column .dv-seo-column-inner {
  text-align: center;
  max-width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .dv-seo .dv-seo-inner .dv-seo-column .dv-seo-column-inner {
    max-width: 100%;
  }
}
.dv-seo .dv-seo-inner .dv-seo-column .seo-more {
  display: none;
  padding-top: 25px;
}
.dv-seo .dv-seo-inner .dv-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;
}
.dv-seo .dv-seo-inner .dv-seo-column .seo-more-btn i {
  color: var(--primary-color);
  font-size: 28px;
  vertical-align: text-top;
}
.dv-seo .dv-seo-inner .dv-seo-column .seo-more-btn:hover {
  cursor: pointer;
}
.dv-seo .dv-seo-inner .dv-seo-column:first-child {
  padding: 0 100px;
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dv-seo .dv-seo-inner .dv-seo-column {
    flex-basis: 100%;
    width: 100%;
  }
  .dv-seo .dv-seo-inner .dv-seo-column:first-child {
    padding: 0 25px;
  }
}
.index-main * {
  box-sizing: border-box;
}
