.equiteq.component-8a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-8a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-8a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-8a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-8a .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-8a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-8a .content {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.equiteq.component-8a .input-search {
  margin-block-end: 1.5rem;
}
.equiteq.component-8a .input-search .search-location-container {
  position: relative;
}
.equiteq.component-8a .input-search .search-location-container .search-location {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #011F31;
  width: 90%;
  padding-block: 0.7rem;
  padding-inline: 1rem;
}
.equiteq.component-8a .input-search .search-location-container .search-location::placeholder {
  color: #4C5451;
  opacity: 0.5;
}
.equiteq.component-8a .input-search .search-location-container svg {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .equiteq.component-8a .input-search .search-location-container svg {
    right: 5rem;
  }
}
.equiteq.component-8a p:has(.view-all-locations) {
  margin-block-end: 1.5rem;
}
.equiteq.component-8a .view-all-locations {
  text-decoration: none;
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.equiteq.component-8a .btn {
  border-radius: 5px;
  background: #000;
}
.equiteq.component-8a .btn:hover, .equiteq.component-8a .btn:focus {
  background: #000;
}
.equiteq.component-8a .btn.btn-black {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding: 0.7rem;
}
.equiteq.component-8a .btn.btn-black:hover, .equiteq.component-8a .btn.btn-black:focus {
  color: #FFF;
}
.equiteq.component-8a .location {
  margin-block-start: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-8a .location {
    margin-block-start: 0;
  }
}

/*# sourceMappingURL=component-8a.css.map */
