.equiteq.component-18a {
  position: relative;
  padding-block: 4rem;
  z-index: 1;
}
.equiteq.component-18a::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-18a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-18a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-18a .filter-column .filter-heading {
  color: #011F31;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-end: 2rem;
}
@media (min-width: 1200px) {
  .equiteq.component-18a .filter-column .filter-heading {
    margin-block-start: 1rem;
  }
}
.equiteq.component-18a .filter-column .btn.btn-black {
  border-radius: 2px;
  background: #081901;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  min-width: 100%;
}
@media (min-width: 992px) {
  .equiteq.component-18a .filter-column .btn.btn-black {
    min-width: 196px;
  }
}
.equiteq.component-18a .filter-column form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.equiteq.component-18a .filter-column form button {
  color: #081901;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  background: #F2F2F2;
  padding: 10px;
  text-align: left;
}
.equiteq.component-18a .filter-column form button.active {
  background-color: #081901;
  color: #FFF;
}
.equiteq.component-18a .heading {
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-transform: capitalize;
  margin-block-end: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-18a .heading {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 4rem;
  }
}
.equiteq.component-18a .no-results {
  color: #4C5451;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.equiteq.component-18a .divider {
  border-block-start: 1px solid #011F31;
  padding: 0;
  margin-block-end: 1rem;
}
.equiteq.component-18a .location-name {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.equiteq.component-18a .address {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.equiteq.component-18a .telephone {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

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