.page_title {
  padding: 24px 0 30px;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 24px 0;
  }
}
.page_title .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .page_title .wrapper {
    gap: 10px;
    align-items: center;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 24px;
    text-align: center;
  }
}
.page_title .rank-math-breadcrumb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .rank-math-breadcrumb {
    text-align: center;
  }
}
.page_title .rank-math-breadcrumb .separator {
  margin: 0 5px;
  font-size: 16px;
}
.page_title .rank-math-breadcrumb a {
  text-decoration: underline;
  color: var(--f9a21b);
}
.page_title .rank-math-breadcrumb p {
  margin: 0;
}

.zip_search {
  margin: 100px 0 80px;
}
@media (max-width: 1199px) {
  .zip_search {
    margin: 40px 0 20px;
  }
}
@media (max-width: 599px) {
  .zip_search {
    margin: 20px 0 40px;
  }
}
.zip_search .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .zip_search .wrapper {
    padding: 0 40px;
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .zip_search .wrapper {
    padding: 0 30px;
  }
}
.zip_search .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .zip_search .section_title {
    font-size: 16px;
  }
}
.zip_search .zipcode_search {
  width: 100%;
  max-width: 455px;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .zip_search .zipcode_search {
    max-width: 300px;
  }
}
.zip_search .zipcode_search input {
  flex-grow: 1;
  max-width: calc(100% - 100px);
  height: 50px;
  outline: none;
  border: none;
  -moz-appearance: textfield;
  background-color: none;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2109 10.5C15.2109 11.2956 14.8949 12.0587 14.3323 12.6213C13.7696 13.1839 13.0066 13.5 12.2109 13.5C11.4153 13.5 10.6522 13.1839 10.0896 12.6213C9.52701 12.0587 9.21094 11.2956 9.21094 10.5C9.21094 9.70435 9.52701 8.94129 10.0896 8.37868C10.6522 7.81607 11.4153 7.5 12.2109 7.5C13.0066 7.5 13.7696 7.81607 14.3323 8.37868C14.8949 8.94129 15.2109 9.70435 15.2109 10.5Z" stroke="%230B3948" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M19.7109 10.5C19.7109 17.642 12.2109 21.75 12.2109 21.75C12.2109 21.75 4.71094 17.642 4.71094 10.5C4.71094 8.51088 5.50111 6.60322 6.90764 5.1967C8.31416 3.79018 10.2218 3 12.2109 3C14.2001 3 16.1077 3.79018 17.5142 5.1967C18.9208 6.60322 19.7109 8.51088 19.7109 10.5Z" stroke="%230B3948" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-position: center left 12px;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 48px;
  padding-right: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #3E4552;
}
.zip_search .zipcode_search input::-webkit-outer-spin-button, .zip_search .zipcode_search input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.zip_search .zipcode_search input::-moz-placeholder {
  opacity: 1;
  color: #3E4552;
}
.zip_search .zipcode_search input::placeholder {
  opacity: 1;
  color: #3E4552;
}
.zip_search .zipcode_search .btn {
  flex-shrink: 0;
  outline: none;
  border: none;
  min-width: 100px;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
  cursor: pointer;
  transition: 0.35s;
}
.zip_search .zipcode_search .btn:hover {
  background: #6D7758;
}

.featured {
  margin: 80px 0 40px;
}
@media (max-width: 1199px) {
  .featured {
    margin: 20px 0;
  }
}
@media (max-width: 599px) {
  .featured {
    margin: 40px 0 20px;
  }
}
.featured .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .featured .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .featured .wrapper {
    padding: 0 30px;
  }
}
.featured .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .featured .section_title {
    font-size: 32px;
    line-height: 125%;
  }
}
@media (max-width: 599px) {
  .featured .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.featured .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .featured .list {
    gap: 10px;
  }
}
@media (max-width: 899px) {
  .featured .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .featured .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.featured .list .agent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  border-radius: 8px;
  background: var(--style);
  transition: 0.35s;
}
@media (max-width: 599px) {
  .featured .list .agent {
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 6px 8px;
  }
}
@media (hover: hover) {
  .featured .list .agent:hover {
    background: var(--eeeae5);
    border-color: var(--eeeae5);
  }
}
.featured .list .agent.top_rated {
  border: 1px solid #ffd470;
}
@media (hover: hover) {
  .featured .list .agent.top_rated:hover {
    background: var(--eeeae5);
    border-color: var(--eeeae5);
  }
}
.featured .list .agent .tr_label {
  border-radius: 0 4px;
  padding: 3px 12px;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--0b3948);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .featured .list .agent .tr_label {
    font-size: 10px;
  }
}
.featured .list .agent .tr_label svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .featured .list .agent .tr_label svg {
    width: 14px;
    height: 14px;
  }
}
.featured .list .agent .avatar {
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .featured .list .agent .avatar {
    grid-row: span 4;
    width: 60px;
  }
}
.featured .list .agent .name {
  margin-top: 16px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .featured .list .agent .name {
    margin-top: 0;
    font-size: 20px;
  }
}
.featured .list .agent .desc {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7886a1;
}
@media (max-width: 599px) {
  .featured .list .agent .desc {
    margin-top: 0;
    font-size: 14px;
  }
}
.featured .list .agent .phone {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .featured .list .agent .phone {
    margin-top: 0;
  }
}
.featured .list .agent .phone svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured .list .agent .profile_link {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--f9a21b);
}
@media (max-width: 599px) {
  .featured .list .agent .profile_link {
    margin-top: 0;
  }
}

.big_cards {
  margin: 40px 0 80px;
}
@media (max-width: 1199px) {
  .big_cards {
    margin: 20px 0 40px;
  }
}
.big_cards .wrapper {
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .big_cards .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .big_cards .wrapper {
    padding: 0 30px;
  }
}
.big_cards .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .big_cards .section_title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .big_cards .section_title {
    font-size: 16px;
  }
}
.big_cards .list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .big_cards .list {
    margin-top: 20px;
  }
}
.big_cards .list .agent {
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 12px 16px;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .big_cards .list .agent {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
  }
}
@media (hover: hover) {
  .big_cards .list .agent:hover {
    background: var(--eeeae5);
  }
}
.big_cards .list .agent .avatar {
  grid-row: span 5;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .big_cards .list .agent .avatar {
    grid-row: initial;
    max-width: 125px;
  }
}
.big_cards .list .agent .name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .big_cards .list .agent .name {
    margin-top: 16px;
    text-align: center;
  }
}
.big_cards .list .agent .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 599px) {
  .big_cards .list .agent .rating {
    margin-top: 3px;
  }
}
.big_cards .list .agent .rating .stars {
  display: flex;
  align-items: center;
  gap: 6px;
}
.big_cards .list .agent .rating .stars svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.big_cards .list .agent .rating .num {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #748289;
}
.big_cards .list .agent .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .big_cards .list .agent .location {
    margin-top: 12px;
  }
}
.big_cards .list .agent .location svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.big_cards .list .agent .bio {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7886a1;
}
@media (max-width: 1199px) {
  .big_cards .list .agent .bio {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .big_cards .list .agent .bio {
    margin-top: 12px;
    width: 100%;
    text-align: center;
  }
}
.big_cards .list .agent .bio > * {
  margin: 0 0 1em;
}
.big_cards .list .agent .bio > *:last-child {
  margin-bottom: 0;
}
.big_cards .list .agent .profile_link {
  border-radius: 8px;
  width: auto;
  height: 42px;
  padding: 0 20px;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
  justify-self: start;
}
@media (max-width: 599px) {
  .big_cards .list .agent .profile_link {
    margin-top: 12px;
    justify-self: center;
  }
}
.big_cards .list .agent .profile_link:hover {
  background: var(--f9a21b);
}

.agents {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .agents {
    margin: 40px 0;
  }
}
.agents .wrapper {
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .agents .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .agents .wrapper {
    padding: 0 30px;
  }
}
.agents .search .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .agents .search .section_title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .agents .search .section_title {
    font-size: 20px;
  }
}
.agents .search .quick_search {
  margin-top: 16px;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .agents .search .quick_search {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search {
    flex-direction: column;
    align-items: center;
  }
}
.agents .search .quick_search form {
  flex-shrink: 0;
  width: 612px;
  max-width: 55%;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .agents .search .quick_search form {
    width: auto;
    max-width: calc(100% - 390px);
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search form {
    width: 100%;
    max-width: 455px;
  }
}
.agents .search .quick_search form input {
  flex-grow: 1;
  max-width: calc(100% - 100px);
  height: 50px;
  outline: none;
  border: none;
  background-color: none;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #3E4552;
}
.agents .search .quick_search form input::-moz-placeholder {
  opacity: 1;
  color: #3E4552;
}
.agents .search .quick_search form input::placeholder {
  opacity: 1;
  color: #3E4552;
}
.agents .search .quick_search form button {
  flex-shrink: 0;
  outline: none;
  border: none;
  min-width: 100px;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
  cursor: pointer;
  transition: 0.35s;
}
.agents .search .quick_search form button:hover {
  background: #6D7758;
}
.agents .search .quick_search .alphabet {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1199px) {
  .agents .search .quick_search .alphabet {
    flex-shrink: 0;
    width: 100%;
    max-width: 375px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search .alphabet {
    max-width: 100%;
  }
}
.agents .search .quick_search .alphabet li {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #e6e5e3;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.35s;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  color: #748289;
}
.agents .search .quick_search .alphabet li:hover {
  background: #ffd470;
  border-color: #ffd470;
  color: var(--0b3948);
}
.agents .agents_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 1199px) {
  .agents .agents_list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .agents .agents_list {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
.agents .agents_list .agent {
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: start;
  gap: 12px 16px;
  transition: 0.35s;
}
@media (hover: hover) {
  .agents .agents_list .agent:hover {
    background: var(--eeeae5);
  }
}
@media (max-width: 899px) {
  .agents .agents_list .agent {
    padding: 20px 10px;
    grid-template-columns: 60px 1fr;
    gap: 6px 8px;
  }
}
.agents .agents_list .agent .avatar {
  grid-row: span 4;
  width: calc(100% + 12px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.5);
  margin: -6px;
}
@media (max-width: 899px) {
  .agents .agents_list .agent .avatar {
    border: none;
    margin: 0;
    width: 100%;
  }
}
.agents .agents_list .agent .name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 899px) {
  .agents .agents_list .agent .name {
    font-size: 20px;
  }
}
.agents .agents_list .agent .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7886a1;
}
@media (max-width: 599px) {
  .agents .agents_list .agent .desc {
    font-size: 14px;
  }
}
.agents .agents_list .agent .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--0b3948);
}
.agents .agents_list .agent .location svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.agents .agents_list .agent .profile_link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--f9a21b);
}

.counties {
  margin: 80px 0 160px;
}
@media (max-width: 1199px) {
  .counties {
    margin: 40px 0 100px;
  }
}
@media (max-width: 599px) {
  .counties {
    margin: 40px 0 60px;
  }
}
.counties .wrapper {
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .counties .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .counties .wrapper {
    padding: 0 30px;
  }
}
.counties .box {
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.counties .box .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .counties .box .section_title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .counties .box .section_title {
    font-size: 16px;
  }
}
.counties .box .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 599px) {
  .counties .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.counties .box .list .link {
  border: 1px solid #e6e5e3;
  border-radius: 18px;
  padding: 8px 15px;
  background: #f7f5f2;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .counties .box .list .link {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .counties .box .list .link {
    font-size: 14px;
    padding: 9px 14px;
  }
}
.counties .box .list .link:hover {
  text-decoration: underline;
}