.ag-hero {
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ag-hero {
    height: 400px;
  }
  .ag-hero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
  }
}
.ag-hero .ag-hero-overlay {
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  justify-content: center;
  gap: 50px;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 {
  font-weight: 300;
  font-size: clamp(18px, 2vw, 26px);
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6.25px;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 span {
  font-weight: bold;
  display: block;
  font-size: clamp(28px, 4vw, 60px);
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h2 {
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-style: italic;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  max-width: 70vw;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body {
    max-width: 100%;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper {
    flex-flow: row wrap;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-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;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link span {
  font-weight: bold;
  margin-right: 5px;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link:last-of-type {
  background: var(--secondary-color);
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link:hover {
  background: #fff;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper a.ag-hero-overlay-body-wrapper-link {
    flex: 1 1 50%;
    font-size: 12px;
    padding: 12.5px;
  }
}
@media screen and (max-width: 991px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-body .ag-hero-overlay-body-wrapper .dv-autocomplete {
    flex: 1 1 100%;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar {
  width: 100%;
  max-width: 100%;
  padding: 25px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-searchbar {
    height: 50px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-searchbar .aa-InputWrapper:before {
  top: 29px !important;
  color: var(--primary-color) !important;
}
@media screen and (max-width: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-searchbar .aa-InputWrapper:before {
    top: 18px !important;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-searchbar .aa-InputWrapper .dv-autocomplete-input {
  background: rgba(255,255,255,0.85);
  height: 75px;
  padding-left: 25px !important;
}
@media screen and (max-width: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-searchbar .aa-InputWrapper .dv-autocomplete-input {
    height: 50px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-badge-cta-row {
  display: none;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-badge-cta-row p {
  display: inline-block;
  padding: 6.25px 12.5px;
  background: #0b0;
  color: #fff;
  text-transform: uppercase;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background: #141518;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container {
    flex-flow: row wrap;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container .dv-hero-cta-bar-count p {
  border-left: 1px solid #fff;
  padding-left: 25px;
  white-space: nowrap;
  padding-right: 25px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container .dv-hero-cta-bar-count p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container .dv-hero-cta-bar-count p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container .dv-hero-cta-bar-count {
    flex: 1 1 100%;
    width: 100%;
  }
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row:first-child .dv-hero-cta-bar-container .dv-hero-cta-bar-count p {
    border-left: 0;
    padding-bottom: 12.5px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas {
  font-size: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  box-shadow: 30px 9px 59px rgba(0,0,0,0.46);
  background: #000;
}
@media screen and (max-width: 1260px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 480px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas {
    flex-direction: column;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a {
  vertical-align: middle;
  text-align: center;
  width: 25%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 25px;
  white-space: nowrap;
  display: inline-block;
  height: 75px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a {
    width: 100% !important;
    flex: none !important;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a span:first-child {
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 6.25px;
  padding-bottom: 6.25px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a span:first-child {
    font-size: 14px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas 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;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a:hover span {
  position: relative;
  z-index: 1;
  border-color: #fff;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas 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: 1024px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .dv-hero-cta-bar .dv-hero-cta-bar-row .dv-ctas a {
    flex: 1 1 50%;
    width: 50%;
  }
}
.ag-hero .ag-hero-background-image {
  display: none;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.ag-hero .ag-hero-background-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-background-image {
    display: block;
  }
}
.ag-hero .ag-hero-background {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0;
  overflow: visible;
  background: none;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  width: auto;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-background {
    display: none;
  }
}
.ag-hero .ag-hero-background .ag-hero-background-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.ag-hero .ag-hero-background .ag-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;
}
.ag-hero .ag-hero-background .ag-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;
}
.ag-hero .ag-hero-overlay-brands-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.ag-hero .ag-hero-overlay-brands-wrapper * {
  box-sizing: border-box;
}
.ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
  display: none;
  top: 28px;
}
@media screen and (max-width: 1024px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
    top: 17px;
  }
}
.ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
  border: 0 !important;
  font-size: 18px;
  height: 50px !important;
}
@media screen and (max-width: 1024px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
    font-size: 14px;
  }
}
.ag-call-to-actions {
  font-size: 0;
  margin: 25px;
}
.ag-call-to-actions h3 {
  font-size: clamp(20px, 2.25vw, 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.ag-call-to-actions .ag-call-to-actions-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fbfbfb;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .ag-call-to-actions .ag-call-to-actions-inner {
    flex-flow: row wrap;
    padding: 0;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  flex: 1 1 16.6666666667%;
  width: 16.6666666667%;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 25px 12.5px;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  border-right: 0.5px solid #e9e9e9;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    width: 33.333%;
    flex: 1 1 33.333%;
    border-right: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(-n+3) {
    border-bottom: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(2),
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(5) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 600px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    width: 50%;
    flex: 1 1 50%;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(1) {
    border-right: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(3) {
    border-right: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(4) {
    border-bottom: 1px solid #e9e9e9;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(5) {
    border-left: none;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a span {
  flex: 1;
  text-align: center;
  color: #000;
  font-size: clamp(12px, 1.6vw, 24px);
  font-weight: 600;
  position: relative;
  line-height: 125%;
}
.ag-call-to-actions .ag-call-to-actions-inner a span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.ag-call-to-actions .ag-call-to-actions-inner a img {
  max-width: clamp(22px, 3vw, 50px);
  display: inline-block;
  position: relative;
  top: 2px;
}
.ag-call-to-actions .ag-call-to-actions-inner a i {
  font-size: clamp(18px, 2.5vw, 42px);
  font-weight: 300;
}
.ag-call-to-actions .ag-call-to-actions-inner a:last-child {
  border-right: none;
}
.ag-call-to-actions .ag-call-to-actions-inner a:hover span:after {
  background-color: #000;
  bottom: -8px;
}
.ag-model-carousel-bodystyle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1375px) {
  .ag-model-carousel-bodystyle-wrapper {
    max-width: 100%;
  }
}
.ag-model-carousel-bodystyle-wrapper * {
  box-sizing: border-box;
}
.ag-model-carousel-bodystyle-wrapper .ag-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;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:first-child {
  flex-flow: column nowrap;
  flex: 1 1 40%;
  width: 40%;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:last-child {
  flex: 1 1 60%;
  width: 60%;
}
@media screen and (max-width: 1400px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:first-child,
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:last-child {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:first-child {
    padding-top: 50px;
    flex: 1 1 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-column:last-child {
    padding-top: 0;
    flex: 1 1 100%;
    width: 100%;
  }
}
.ag-model-carousel-bodystyle-wrapper .slick-slider {
  width: 100%;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container {
  max-width: 75%;
}
@media screen and (max-width: 1200px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container {
    max-width: 100%;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav {
  text-align: center;
  min-width: 415px;
  visibility: hidden;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav {
    min-width: 100%;
    max-width: 375px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-arrow {
  font-size: 36px;
  color: #ccc;
  position: absolute;
  z-index: 0;
  top: 30%;
  line-height: 0;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-arrow:hover {
  cursor: pointer;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-arrow.fa-angle-left {
  left: 0;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-arrow.fa-angle-right {
  right: 0;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-list {
  margin: 0 25px;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav.slick-slider .slick-list .slick-slide {
  padding: 0 25px;
  overflow: hidden;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav p {
  font-size: 42px;
  font-weight: bold;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1375px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav p {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav p {
    font-size: 16px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav p span {
  color: #ccc;
  display: block;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-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: 768px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group {
    margin-top: 25px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group a {
  display: inline-block;
  text-align: center;
  padding: 12.5px 25px;
  background: transparent;
  border: 0;
  color: #fff;
  background: var(--primary-color);
  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;
}
@media screen and (max-width: 768px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group a {
    margin: 0 6.25px;
    padding: 6.25px 12.5px;
    font-size: 12px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group a:hover {
  background: var(--secondary-color);
  color: #fff;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group a:last-child {
  background: var(--secondary-color);
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-nav .ag-model-carousel-bodystyle-button-group a:last-child:hover {
  background: var(--primary-color);
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text {
  margin-bottom: 50px;
  white-space: nowrap;
  text-align: center;
  min-width: 415px;
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text {
    min-width: 100%;
    max-width: 375px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text h3 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: var(--secondary-color);
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text h3 {
    font-size: 36px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text h4 {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle-container .ag-model-carousel-bodystyle-text h4 {
    font-size: 24px;
  }
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle {
  visibility: hidden;
  opacity: 0;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ag-model-carousel-bodystyle-wrapper .ag-model-carousel-bodystyle img {
  width: 100%;
  height: auto;
}
.ag-hp-specials-carousel-container-wrapper {
  margin-left: 25px;
  margin-right: 25px;
}
.dv-reviews-carousel {
  margin: 25px 0 25px 0;
}
.dv-reviews-carousel .dv-reviews-carousel-title a {
  text-transform: none !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  padding-bottom: 14px !important;
}
.ag-seo {
  padding: 100px 0;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.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: 12.5px;
  color: #141518;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ag-seo h2 {
    font-size: 28px;
  }
}
.ag-seo h3 {
  text-transform: uppercase;
  font-size: 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(--primary-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 25px;
  }
}
.locations-container {
  width: 100%;
  max-width: 100%;
  padding: 25px;
  margin: 25px auto;
  background-color: #fbfbfb;
}
.locations-cards-wrapper {
  width: 100%;
  margin: 0 auto;
}
.locations-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.locations-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.locations-card.toyota {
  border: 3px solid #eb0a1e;
}
.locations-card.cdjr {
  border: 3px solid #3f5325;
}
.locations-card.credit {
  border: 3px solid #d10006;
}
.locations-card.rentals {
  border: 3px solid #eb0a1e;
}
.locations-card.collision {
  border: 3px solid #c10000;
}
.locations-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.locations-logo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.locations-info-container {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-width: 80%;
}
.locations-dealership-name {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
  height: 40px;
}
.locations-phone {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  height: 30px;
}
.locations-phone strong {
  font-weight: bold !important;
}
.locations-address {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.locations-ctas {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-direction: column;
}
.locations-ctas a {
  display: flex;
  background: #f00;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.locations-ctas a:hover {
  background: #e60000;
  color: #fff;
}
.locations-ctas a:active {
  color: #fff;
}
.locations-ctas a:visited {
  color: #fff;
}
.locations-ctas a:focus {
  color: #fff;
}
.locations-ctas a.secondary {
  background: #fff;
  color: #f00;
  border: 1px solid #f00;
}
.locations-ctas a.secondary:hover {
  background: #e6e6e6;
  color: #f00;
}
.locations-ctas a.secondary:active {
  color: #f00;
}
.locations-ctas a.secondary:visited {
  color: #f00;
}
.locations-ctas a.secondary:focus {
  color: #f00;
}
@media screen and (min-width: 1000px) {
  .locations-cards-wrapper {
    width: 100%;
  }
  .locations-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .locations-cards-wrapper {
    width: 90%;
  }
  .locations-cards-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.index-main * {
  box-sizing: border-box;
}
