.ag-hero {
  padding-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  position: relative;
  height: 500px;
  margin: 25px 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .ag-hero {
    height: 300px;
  }
}
.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: 0 1 63%;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  justify-content: space-between;
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header {
    padding-bottom: 25px;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 {
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6.25px;
}
@media screen and (max-width: 768px) {
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 {
    font-size: 24px;
  }
  .ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 span {
    display: block;
  }
}
.ag-hero .ag-hero-overlay .ag-hero-overlay-wrapper .ag-hero-overlay-header h1 span {
  font-weight: bold;
}
.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: #000;
}
.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-background-image {
  display: none;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@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,
.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 {
  top: 28px;
}
@media screen and (max-width: 991px) {
  .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: 75px;
}
@media screen and (max-width: 991px) {
  .ag-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
    height: 50px;
    font-size: 14px;
  }
}
.ag-call-to-actions {
  font-size: 0;
  margin: 25px;
}
.ag-call-to-actions .ag-call-to-actions-inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1542px) {
  .ag-call-to-actions .ag-call-to-actions-inner {
    display: block;
  }
}
.ag-call-to-actions .ag-call-to-actions-inner a {
  width: 16.6666666667%;
  flex: 1 1 16.6666666667%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 25px 12.5px;
  color: #fff;
  background: var(--primary-color);
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  vertical-align: middle;
  border-right: 1px solid #dc4c35;
  text-align: center;
  max-height: 68px;
  overflow: hidden;
  font-weight: 500;
}
.ag-call-to-actions .ag-call-to-actions-inner a img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}
.ag-call-to-actions .ag-call-to-actions-inner a i {
  font-size: 18px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
@media screen and (max-width: 1542px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    display: inline-block;
    width: 33.3333%;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(-n+3) {
    border-bottom: 1px solid #dc4c35;
  }
}
@media screen and (max-width: 1024px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    font-size: 14px;
    width: 50%;
    border: none;
    border-bottom: 1px solid #dc4c35;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:nth-child(odd) {
    border-right: 1px solid #dc4c35;
  }
}
@media screen and (max-width: 480px) {
  .ag-call-to-actions .ag-call-to-actions-inner a {
    border: none;
    width: 100%;
    padding: 15px;
    margin: 12.5px 0 0 0;
    border: 0;
  }
  .ag-call-to-actions .ag-call-to-actions-inner a:last-child {
    border: 0;
    border-bottom: none;
    margin-bottom: 12.5px;
  }
}
.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 {
  background: var(--secondary-color);
}
.ag-dealer-list {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  margin: 25px;
  gap: 25px;
  border: 1px solid var(--header-design-border-color);
}
@media screen and (max-width: 1140px) {
  .ag-dealer-list {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .ag-dealer-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .ag-dealer-list {
    grid-template-columns: initial;
    display: block;
  }
  .ag-dealer-list div:first-child {
    width: 100%;
  }
  .ag-dealer-list div:not(:first-child) {
    width: 33%;
    display: inline-block;
  }
}
.ag-dealer-list .ag-dealer-list-item-intro {
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--header-design-border-color);
  text-transform: uppercase;
  padding: 25px;
}
.ag-dealer-list .ag-dealer-list-item-intro h2 {
  font-size: 1.5rem;
}
.ag-dealer-list .ag-dealer-list-item {
  text-align: center;
  padding: 25px;
  font-weight: bold;
}
.ag-dealer-list .ag-dealer-list-item .img {
  height: 45px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ag-dealer-list .ag-dealer-list-item .img img {
  height: fit-content;
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .ag-dealer-list div:not(:first-child) {
    width: 100%;
    display: block;
  }
}
.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: #000;
  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;
  font-size: 28px;
}
.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: #141518;
  color: #fff;
}
.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: #000;
}
@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: #000;
}
@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 {
  max-width: 100%;
  height: auto;
}
.dv-reviews-carousel {
  margin: 25px 0;
}
.ag-service-wrapper {
  background-image: url("https://bucket.dealeralchemist.com/the-smartlots/service-bg.png?auto=compress%2Cformat&ixlib=php-3.3.1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
  padding: 8rem 2rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  margin: 25px 25px 0 25px;
}
.ag-service-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.ag-service-wrapper p {
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
.ag-service-wrapper p.ag-service-wrapper-header {
  font-size: 120px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .ag-service-wrapper p.ag-service-wrapper-header {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .ag-service-wrapper p.ag-service-wrapper-header {
    font-size: 24px;
  }
}
.ag-service-wrapper p.ag-service-wrapper-sub-header {
  text-transform: none;
  font-size: 24px;
  margin: 50px 0;
}
@media screen and (max-width: 1280px) {
  .ag-service-wrapper p.ag-service-wrapper-sub-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ag-service-wrapper p.ag-service-wrapper-sub-header {
    font-size: 16px;
  }
}
.ag-service-wrapper .ag-service-cta-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ag-service-wrapper .ag-service-cta-wrapper {
    flex-flow: column wrap;
  }
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:first-child {
  margin-right: 12.5px;
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:first-child a {
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:first-child a:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary-color);
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:last-child {
  margin-left: 12.5px;
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:last-child a {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:last-child a:hover {
  background-color: #fff;
  color: var(--primary-color);
}
@media screen and (max-width: 1024px) {
  .ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:first-child {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item:last-child {
    margin: 0;
    margin-top: 0.5rem;
  }
  .ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item a {
    width: 100%;
  }
}
.ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item a {
  padding: 12.5px 25px;
  font-weight: 500;
  display: block;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  font-size: 14px;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .ag-service-wrapper .ag-service-cta-wrapper .ag-service-cta-item a {
    font-size: 14px;
  }
}
.ag-seo {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ag-seo {
    padding-top: 25px;
  }
}
.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: var(--primary-color);
  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;
  }
}
.ag-thesmartlots-community {
  margin: 25px;
}
.ag-thesmartlots-community .grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.ag-thesmartlots-community .grid-container .grid-item {
  text-align: center;
  width: 33%;
  margin-bottom: 40px;
  padding: 0 25px;
}
@media screen and (max-width: 823px) {
  .ag-thesmartlots-community .grid-container .grid-item {
    width: 100%;
  }
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .subtitle {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .ag-thesmartlots-community .ag-thesmartlots-community-inner .subtitle {
    font-size: 18px;
  }
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .lower-content {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 94px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ag-thesmartlots-community .ag-thesmartlots-community-inner .lower-content {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .lower-learn-more {
  text-align: center;
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .lower-learn-more a {
  padding: 15px 105px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  display: inline-block;
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .ag-thesmartlots-community .ag-thesmartlots-community-inner .lower-learn-more a {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .grid-container {
  margin-top: 94px;
  font-weight: bold;
  font-size: 20px;
}
.ag-thesmartlots-community .ag-thesmartlots-community-inner .grid-container img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ag-thesmartlots-community .ag-thesmartlots-community-inner .grid-container {
    margin-top: 50px;
  }
}
.index-main * {
  box-sizing: border-box;
}
