:root {
  --ht28-full-width-video-vw-scale: 1;
  --ht28-accent-color: rgba(255, 255, 255, 0.99);
}

.eap-homepage-28 {
  line-height: 1.2;
}
.eap-homepage-28 section {
  max-width: 100%;
  overflow-x: hidden;
}
.eap-homepage-28 .t28btn {
  text-decoration: none !important;
  font-size: 16px;
  padding: 18px 25px;
  border-radius: 5px;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  line-height: 1.1;
  text-align: center;
}
.eap-homepage-28 .sectionIcon {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.eap-homepage-28 .sectionIcon .iconContainer {
  border: solid 2px var(--eap-primary-color);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: relative;
}
.eap-homepage-28 .sectionIcon .iconContainer i {
  color: var(--eap-primary-color);
  font-size: 40px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.eap-homepage-28 .sectionHeader {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-weight: var(--eap-weight-900);
  font-family: var(--eap-header-font);
}
.eap-homepage-28 .sectionSubHeader {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-weight: var(--eap-weight-400);
}
.eap-homepage-28 .t28maxw {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .eap-homepage-28 .t28maxw {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .eap-homepage-28 .t28maxw {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .eap-homepage-28 .t28maxw {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .eap-homepage-28 .t28maxw {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .eap-homepage-28 .t28maxw {
    max-width: 1320px;
  }
}
.eap-homepage-28 .fullScreenVideoSection {
  min-height: 56.25vw;
  min-height: 76.4951vh;
  position: relative;
  display: flex;
}
.eap-homepage-28 .fullScreenVideoSection .fullScreenVideoWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background-image: var(--t28VideoFallback);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.eap-homepage-28 .fullScreenVideoSection .fullScreenVideoWrapper iframe {
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
  position: absolute;
  z-index: -5;
  pointer-events: none;
  transform: scale(var(--ht28-full-width-video-vw-scale));
}
.eap-homepage-28 .fullScreenVideoSection .fullScreenVideoWrapper .fullScreenVideoOverlay {
  z-index: -4;
  opacity: 0.4;
  background: #000;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
}
.eap-homepage-28 .fullScreenVideoSection .fullScreenVideoWrapper .fullScreenVideoOverlay2 {
  position: absolute;
  z-index: -3;
  background: var(--eap-primary-color);
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent {
  font-size: 18px;
  color: var(--ht28-accent-color);
  margin-left: calc(16% - 2rem);
}
@media screen and (max-width: 810px) {
  .eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent {
    margin: 0 1rem;
    text-align: center;
  }
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionHeader {
  font-size: 2.827em;
}
@media (max-width: 576px) {
  .eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionHeader {
    font-size: 2.2rem;
  }
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionSubHeader {
  font-size: 1.999em;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionButtons {
  margin-top: 32px;
  display: flex;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionButtons .t28btn {
  margin-right: 4px;
  margin-bottom: 22px;
}
@media screen and (max-width: 810px) {
  .eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionButtons {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionButtons {
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionButtons .t28btn {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionCta1 {
  border-width: 0;
  color: #212529;
  background-image: linear-gradient(to right, #ffffff 0%, #efefef 50%, #ffffff 100%);
  background-size: 200% 100%;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionCta1:hover {
  background-color: var(--ht28-accent-color);
  background-position: 100% 0;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionCta2 {
  border-color: var(--ht28-accent-color);
  color: var(--ht28-accent-color);
  background-color: transparent;
}
.eap-homepage-28 .fullScreenVideoSection .sectionContainer .sectionContent .sectionCta2:hover {
  background-color: var(--ht28-accent-color);
  color: #212529;
}
.eap-homepage-28 .agentVideoSection {
  padding: 2rem 2rem;
  background-color: #000;
}
.eap-homepage-28 .agentVideoSection .sectionHeader {
  font-size: 3.18rem;
  color: var(--ht28-accent-color);
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .agentVideoSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .agentVideoSection .sectionSubHeader {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.79);
  text-align: center;
}
.eap-homepage-28 .agentVideoSection .sectionContent {
  width: 66%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .eap-homepage-28 .agentVideoSection .sectionContent {
    width: 90%;
  }
}
.eap-homepage-28 .agentVideoSection .sectionContent .sectionVideoWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 2rem;
}
.eap-homepage-28 .agentVideoSection .sectionContent .sectionVideoWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.eap-homepage-28 .agentVideoSection .sectionButtons {
  width: 66%;
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 500px) {
  .eap-homepage-28 .agentVideoSection .sectionButtons {
    width: 90%;
  }
}
.eap-homepage-28 .agentVideoSection .sectionButtons .sectionCta1 {
  border-color: var(--ht28-accent-color);
  color: var(--ht28-accent-color);
  background-color: transparent;
  width: 100%;
  margin-bottom: 1.2rem;
}
.eap-homepage-28 .agentVideoSection .sectionButtons .sectionCta1:hover {
  background-color: var(--ht28-accent-color);
  color: #212529;
}
.eap-homepage-28 .idxListingsShortcodeSection {
  padding: 2rem 2rem;
}
.eap-homepage-28 .idxListingsShortcodeSection .sectionHeader {
  color: inherit;
  font-size: 3.18rem;
  color: inherit;
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .idxListingsShortcodeSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .idxListingsShortcodeSection .sectionSubHeader {
  color: inherit;
  font-size: 25px;
  text-align: center;
}
.eap-homepage-28 .idxListingsShortcodeSection .sectionContent .rets-shortcode {
  padding: 0;
}
.eap-homepage-28 .idxListingsShortcodeSection .sectionContent .rets-shortcode .eap-search {
  padding-bottom: 0;
}
.eap-homepage-28 .latestPostsSection {
  padding: 2rem 2rem;
}
.eap-homepage-28 .latestPostsSection .sectionHeader {
  color: inherit;
  font-size: 3.18rem;
  color: inherit;
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .latestPostsSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .latestPostsSection .sectionSubHeader {
  color: inherit;
  font-size: 25px;
  text-align: center;
}
.eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post-container-default {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 810px) {
  .eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post-container-default {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post-container-default {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 810px) {
  .eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 500) {
  .eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post:nth-child(3) {
    display: none;
  }
}
.eap-homepage-28 .latestPostsSection .sectionContent .eap-homes-post .col {
  float: none !important;
  width: 100% !important;
  padding: 0;
}
.eap-homepage-28 .latestPostsSection .sectionContent .single-post {
  margin: 2em auto;
  border-radius: 6px;
  border: 1px solid #dae1e9;
  overflow: hidden;
  background-color: #fcfcfd;
  width: 100%;
}
.eap-homepage-28 .latestPostsSection .sectionContent .single-content {
  padding-top: 1.5rem !important;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.eap-homepage-28 .latestPostsSection .sectionContent .post-link {
  color: inherit;
  text-decoration: none;
}
.eap-homepage-28 .latestPostsSection .sectionContent .post-excerpt {
  margin: 0;
}
.eap-homepage-28 .latestPostsSection .sectionButtons {
  width: 66%;
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.eap-homepage-28 .latestPostsSection .sectionButtons .sectionCta1 {
  border-color: var(--eap-primary-color);
  color: var(--eap-primary-color);
  background-color: transparent;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.eap-homepage-28 .latestPostsSection .sectionButtons .sectionCta1:hover {
  background-color: var(--eap-primary-color);
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .ctaSelectSection {
  min-height: 76.4951vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.eap-homepage-28 .ctaSelectSection .fullScreenImageWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background: var(--t28SelectCtaImage);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eap-homepage-28 .ctaSelectSection .fullScreenImageWrapper .fullScreenImageOverlay {
  z-index: -4;
  background: #000;
  opacity: 0.4;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
}
.eap-homepage-28 .ctaSelectSection .fullScreenImageWrapper .fullScreenImageOverlay2 {
  position: absolute;
  z-index: -3;
  background: var(--eap-primary-color);
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.eap-homepage-28 .ctaSelectSection .sectionIcon .iconContainer {
  border: solid 2px var(--ht28-accent-color);
}
.eap-homepage-28 .ctaSelectSection .sectionIcon .iconContainer i {
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .ctaSelectSection .sectionHeader {
  font-size: 3.18rem;
  color: var(--ht28-accent-color);
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .ctaSelectSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .ctaSelectSection .sectionSubHeader {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.79);
  text-align: center;
}
.eap-homepage-28 .ctaSelectSection .sectionContainer {
  padding: 2rem 2rem;
  max-width: 100%;
}
.eap-homepage-28 .ctaSelectSection .sectionButtons {
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.eap-homepage-28 .ctaSelectSection .sectionButtons .buttonsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
}
@media (max-width: 576px) {
  .eap-homepage-28 .ctaSelectSection .sectionButtons .buttonsWrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 2fr;
  }
}
.eap-homepage-28 .ctaSelectSection .sectionButtons .buttonsWrap::after {
  content: " OR";
  border-radius: 50%;
  background: var(--eap-primary-color);
  color: var(--ht28-accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  line-height: 1;
  border: 1px solid var(--ht28-accent-color);
  padding: 0.4em;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid var(--eap-primary-color);
  color: var(--eap-primary-color);
  background: var(--ht28-accent-color);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 577px) {
  .eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn:nth-child(1) {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn:nth-child(2) {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 576px) {
  .eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn:nth-child(1) {
    padding-bottom: 2rem;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn:nth-child(2) {
    padding-top: 2rem;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.eap-homepage-28 .ctaSelectSection .sectionButtons .t28btn:hover {
  background: var(--eap-primary-color);
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .instafarmSection {
  padding: 2rem 2rem;
}
.eap-homepage-28 .instafarmSection .sectionHeader {
  color: inherit;
  font-size: 3.18rem;
  color: inherit;
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .instafarmSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .instafarmSection .sectionSubHeader {
  color: inherit;
  font-size: 25px;
  text-align: center;
}
.eap-homepage-28 .instafarmSection .sectionContent {
  margin-top: 2rem;
}
.eap-homepage-28 .instafarmSection .sectionButtons {
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.eap-homepage-28 .instafarmSection .sectionButtons .sectionCta1 {
  display: inline-flex;
  align-items: center;
  border-color: var(--eap-primary-color);
  color: var(--eap-primary-color);
  background-color: transparent;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.eap-homepage-28 .instafarmSection .sectionButtons .sectionCta1 i {
  margin-right: 1em;
}
.eap-homepage-28 .instafarmSection .sectionButtons .sectionCta1:hover {
  background-color: var(--eap-primary-color);
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .formSection {
  min-height: 76.4951vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.eap-homepage-28 .formSection .fullScreenImageWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background: var(--t28formSectionImage);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eap-homepage-28 .formSection .fullScreenImageWrapper .fullScreenImageOverlay {
  z-index: -4;
  background: #000;
  opacity: 0.4;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
}
.eap-homepage-28 .formSection .fullScreenImageWrapper .fullScreenImageOverlay2 {
  position: absolute;
  z-index: -3;
  background: var(--eap-primary-color);
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.eap-homepage-28 .formSection .sectionIcon .iconContainer {
  border: solid 2px var(--ht28-accent-color);
}
.eap-homepage-28 .formSection .sectionIcon .iconContainer i {
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .formSection .sectionHeader {
  font-size: 3.18rem;
  color: var(--ht28-accent-color);
  text-align: center;
}
@media (max-width: 576px) {
  .eap-homepage-28 .formSection .sectionHeader {
    font-size: 2rem;
  }
}
.eap-homepage-28 .formSection .sectionSubHeader {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.79);
  text-align: center;
}
.eap-homepage-28 .formSection .sectionContainer {
  padding: 2rem 2rem;
}
@media (min-width: 810px) {
  .eap-homepage-28 .formSection .sectionContent {
    max-width: 60%;
    margin: 0 auto;
  }
}
.eap-homepage-28 .formSection .sectionContent .eap-sac-form-input-border {
  padding: 2px 7px;
}
@media (max-width: 500px) {
  .eap-homepage-28 .formSection .sectionContent .eap-sac-form-body {
    padding: 0;
  }
}
.eap-homepage-28 .formSection .sectionContent .eap-sac-form-submit {
  background: var(--eap-primary-color);
  border: 2px solid var(--ht28-accent-color);
  width: auto;
  min-width: 60%;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s;
}
.eap-homepage-28 .formSection .sectionContent .eap-sac-form-submit:hover {
  opacity: 1;
  transform: none;
  box-shadow: none;
  border: 2px solid var(--ht28-accent-color);
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .formSection .sectionContent .eap-sac-form-submit:hover:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--ht28-accent-color);
  top: 0;
  left: 0;
  z-index: 1;
}
.eap-homepage-28 .formSection .sectionContent .eap-select-picker {
  background-color: transparent;
  border: 2px solid var(--eap-primary-color);
  box-shadow: none !important;
}
.eap-homepage-28 .testimonialsSection {
  min-height: 76.4951vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.eap-homepage-28 .testimonialsSection .iconContainer {
  border: none;
}
.eap-homepage-28 .testimonialsSection .iconContainer i {
  color: inherit;
  opacity: 0.3;
}
.eap-homepage-28 .testimonialsSection .sectionButtons {
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.eap-homepage-28 .testimonialsSection .sectionButtons .sectionCta1 {
  border-color: var(--eap-primary-color);
  color: var(--eap-primary-color);
  background-color: transparent;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.eap-homepage-28 .testimonialsSection .sectionButtons .sectionCta1 i {
  margin-right: 1em;
}
.eap-homepage-28 .testimonialsSection .sectionButtons .sectionCta1:hover {
  background-color: var(--eap-primary-color);
  color: var(--ht28-accent-color);
}
.eap-homepage-28 .testimonialsSection .sectionContent {
  max-width: 66%;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  color: #444444;
  text-align: center;
  font-weight: var(--eap-weight-900);
  font-style: normal;
}
@media (max-width: 500px) {
  .eap-homepage-28 .testimonialsSection .sectionContent {
    font-size: 22px;
    max-width: 90%;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .eap-homepage-28 .testimonialsSection .sectionContent .box {
    max-width: 100%;
    text-overflow: ellipsis;
  }
}