@charset "UTF-8";
.s-header {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  z-index: 8;
  position: fixed;
  left: 0em;
  top: 0em;
  width: 100%;
  background-color: white;
}

.s-header.no-fixed {
  position: relative;
}

.s-header .contain {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.s-header .left-side {
  display: flex;
  flex-grow: 1;
  margin-left: 0.5em;
}

.s-header .nav {
  width: 100%;
  border-top: 1px solid #f1f3f5;
  display: none;
  flex-direction: column;
}

.s-header .nav-link {
  width: 100%;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  padding: 0px 25.5px;
  height: 3.2rem;
  align-items: stretch;
}

.s-header .nav-link-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s-header .nav-under {
  display: none;
}

.s-header .nav-open {
  background-image: url(/inc/img/svg/arrow-down.svg);
  background-size: 13px;
  display: flex;
  height: auto;
  width: 13px;
  background-repeat: no-repeat;
  flex-grow: 1;
  background-position: right;
}

.s-header .call-con {
  background-color: #ffe3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0em 0.3em;
  white-space: nowrap;
}

.s-header .call-btn {
  background-color: #ff1544;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.5em;
  color: white;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
}

.s-header .call-icon-src {
  display: none;
}

.s-header .email-btn {
  background-color: #ff1544;
  display: none;
}

.s-header .call-time {
  font-size: 14px;
  display: none;
}

.s-header .call-text-large {
  display: none;
}

.s-header .fast-search-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
}

.s-header .fast-search-src {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  display: inline-flex;
}

.s-header .logo-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-header .logo-src {
  width: 157px;
  height: 22px;
}

.s-header .login-btn {
  display: none;
}

.s-header .extra-con {
  margin-right: 0.5em;
  margin-left: 0.5em;
  display: flex;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
}

.s-header .email-src {
  width: 15px;
  height: 13px;
  display: inline-flex;
}

.s-header .menu-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0.5em;
  border: 2px solid black;
  font-size: 14px;
  border-radius: 4px;
  background-color: white;
  font-weight: 600;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.s-header .nav-login {
  background-color: #fff5f5;
}

.s-header .nav-login-con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 10px 17px 10px 0px;
  font-size: 15px;
}

.s-header .nav--cta-message-btn {
  position: relative;
  font-weight: 600;
}

.s-header .nav--cta-message-btn:after {
  content: "";
  position: absolute;
  left: 0em;
  bottom: -0.4em;
  width: 100%;
  height: 7px;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-size: 24px;
  background-repeat: repeat-x;
  background-repeat-x: repeat;
  background-position: center;
}

.s-header .nav--cta-call-btn {
  margin-left: 1em;
  background-color: #ff1544;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  padding: 0.5em 0.6em;
}

.s-header .my-account-con {
  display: none;
}

.s-header .nav-account-options {
  padding-left: 0.6em;
  margin-left: 0.6em;
  border-left: 1px solid #ced4da;
  display: flex;
  align-items: center;
}

.s-header .nav-login-btn {
  font-weight: 600;
  position: relative;
}

.s-header .nav-login-btn:after {
  content: "";
  position: absolute;
  left: 0em;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background-image: url("/inc/img/svg/squig-black.svg");
  display: -webkit-inline-flex;
  display: inline-flex;
  background-size: 14px;
  background-repeat: repeat-x;
  background-repeat-x: repeat;
  background-position: center;
}

.s-header .fast-search {
  display: none;
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0em;
  left: 0em;
  background-color: white;
}

@media (min-width: 350px) {
  .s-header .nav-account-options {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 400px) {
  .s-header .logo-src {
    height: 26px;
    width: 185px;
  }
  .s-header .fast-search-btn {
    display: flex;
    background-color: #f8f9fa;
    margin-left: 0.2em;
  }
  .s-header .call-btn {
    font-size: 15px;
  }
  .s-header .call-con {
    padding: 0em 9px;
  }
}
@media (min-width: 450px) {
  .s-header .extra-con {
    margin: 0em 1em 0em 1em;
  }
  .s-header .left-side {
    margin-left: 1em;
  }
  .s-header .extra-con {
    margin: 0em 1em 0em 1em;
  }
  .s-header .fast-search-btn {
    margin-left: 0.5em;
  }
  .s-header .menu-btn {
    font-size: 15px;
    padding: 0.5em 0.6em;
  }
  .s-header .call-con {
    height: 60px;
  }
  .s-header .fast-search {
    height: 60px;
  }
}
@media (min-width: 500px) {
  .s-header .logo-src {
    height: 30px;
    width: 213px;
  }
  .s-header .fast-search-src {
    height: 24px;
    width: 24px;
  }
  .s-header .menu-btn:before {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("/inc/img/svg/propertiesmiami-menu3.svg");
    background-size: contain;
    background-position: center;
    margin-right: 0.3rem;
  }
  .s-header .nav-link {
    padding: 0px 10%;
  }
  .s-header .nav-login-con {
    padding: 17px 10%;
  }
}
@media (min-width: 1024px) {
  .s-header .call-con {
    height: 70px;
    padding: 0em 0.7em;
  }
  .s-header .menu-btn {
    display: none;
  }
  .s-header .email-btn {
    display: flex;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .s-header .login-btn {
    display: flex;
  }
  .s-header .login-btn {
    height: 30px;
    margin-left: 1em;
    justify-content: center;
    align-items: center;
  }
  .s-header .logo-con {
    padding-right: 1.2em;
    border-right: 1px solid #e9ecef;
  }
  .s-header .contain {
    flex-wrap: nowrap;
  }
  .s-header .left-side {
    order: 0;
  }
  .s-header .nav {
    order: 1;
    width: auto;
    display: flex;
  }
  .s-header .call-con {
    order: 2;
  }
  .s-header .extra-con {
    order: 3;
  }
  .s-header .my-account-con {
    order: 4;
  }
  .s-header .nav {
    border-top: 0px solid;
    margin-right: 1em;
  }
  .s-header .nav-link {
    height: auto;
  }
  .s-header .nav-option {
    position: relative;
  }
  .s-header .nav-link {
    border-bottom: 0px solid;
    padding: 0em;
  }
  .s-header .nav-login {
    display: none;
  }
  .s-header .nav-con {
    display: flex;
    flex-direction: row;
  }
  .s-header .nav-open {
    display: none;
  }
  .s-header .nav-link-text {
    padding: 26px 0.7em;
  }
  .s-header .nav-open-company {
    display: flex;
  }
  .s-header .fast-search {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .s-header .call-text {
    display: none;
  }
  .s-header .call-text-large {
    display: inline-flex;
  }
  .s-header .call-btn {
    padding: 0.6em 0.8em;
    font-size: 1em;
  }
  .s-header .call-icon-src {
    display: flex;
    margin-right: 0.5em;
    width: 15px;
    height: 15px;
  }
  .s-header .nav-link-text {
    padding: 26px 17px;
  }
  .s-header .call-time {
    padding: 0.1em 0em 0em;
    display: flex;
    font-size: 12px;
    color: #212529;
  }
}
@media (min-width: 1300px) {
  .s-header .logo-src {
    height: 34px;
    width: 242px;
  }
}
.s-header .nav.active {
  display: flex;
}

.s-header .nav-menu--buy.active {
  display: flex;
  flex-direction: column;
}

.s-header .nav-menu--rent.active {
  display: flex;
  flex-direction: column;
}

.s-header .nav-menu--sell.active {
  display: flex;
  flex-direction: column;
}

.s-header .nav-menu--agents.active {
  display: flex;
  flex-direction: column;
}

.s-header .nav-menu--company.active {
  display: flex;
  flex-direction: column;
}

.s-header .nav-open[aria-expanded=true] {
  background-image: url(/inc/img/svg/arrow-up.svg);
}

.s-header .nav-title {
  display: none;
}

.s-header .nav-division {
  display: flex;
  padding: 17px 25.5px 8px;
  font-weight: 600;
  color: #ff1544;
  font-size: 14px;
  background-color: #fff5f5;
}

.s-header .nav-sec-title {
  display: none;
}

.s-header .nav-sec-in-link {
  display: none;
}

.s-header .nav-in-link {
  display: flex;
  width: 100%;
  background-color: #fff5f5;
  padding: 0.7em 25.5px;
  border-bottom: 1px solid #ffe3e3;
  font-size: 0.9em;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.s-header .nav-in-link:hover {
  text-decoration: underline;
  text-decoration-color: #ff1544;
}

.s-header .nav-in-link:after {
  content: "";
  background-image: url("/inc/img/svg/arrow-right.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-flex;
  width: 8px;
  height: 8px;
}

.s-header .nav-in-link-inactive {
  display: none;
}

.s-header .sec-link-inactive {
  color: gray;
}

.s-header .nav-important {
  display: flex;
}

.s-header .call-btn:hover {
  text-decoration: underline;
}

.s-header .fast-search-btn:hover .fast-search-src {
  opacity: 1;
}

.s-header .fast-search-btn:hover {
  background-color: #f1f3f5;
}

.s-header .nav-document-btn {
  margin-right: 5px;
}

.s-header .nav-document-src {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.s-header .nav-favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 9px;
  height: 30px;
  position: relative;
}

.s-header .nav-favorite-btn-num {
  position: absolute;
  right: 0em;
  top: 0em;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #ff1544;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}

.s-header .nav-favorite-src {
  width: 20px;
  height: 20px;
}

.s-header .fast-search.active {
  display: flex;
}

.s-header .fast-search-button {
  background-color: #ff1544;
  color: white;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  padding: 0.5em 0.7em;
}

.s-header .fast-search-con {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
  max-width: 310px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
}

.s-header .fast-search--input {
  height: 50px;
  background-color: transparent;
  border: 0px solid;
  border: none;
  flex-grow: 1;
  padding-left: 1em;
}

.s-header .fast-search--input::placeholder {
  color: #868e96;
  font-family: "Georgia";
  font-style: italic;
}

.s-header .fast-search-close-btn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.s-header .fast-search-close-src {
  width: 15px;
  height: 15px;
}

@media (min-width: 350px) {
  .s-header .nav-document-btn {
    margin-right: 9px;
  }
}
@media (min-width: 400px) {
  .s-header .fast-search-con {
    max-width: 350px;
  }
}
@media (min-width: 500px) {
  .s-header .nav-in-link {
    padding: 0.7em 10%;
  }
  .s-header .nav-division {
    padding: 17px 10% 8px;
  }
  .s-header .fast-search-con {
    max-width: 400px;
  }
  .s-header .fast-search-button {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .s-header .nav-under {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background-color: white;
    padding: 24px 0em;
  }
  .s-header .nav-title, .s-header .nav-sec-title {
    display: flex;
    font-weight: 600;
    color: #ff1544;
    font-size: 12px;
    padding: 5px 34px 10px;
  }
  .s-header .nav-sec-title {
    color: #4c6ef5;
  }
  .s-header .nav-in-link {
    padding: 9px 34px;
    line-height: 20px;
  }
  .s-header .nav-sec-in-link {
    padding: 9px 34px;
    font-size: 15px;
    line-height: 20px;
  }
  .s-header .nav-under-right {
    left: auto;
    right: 0em;
  }
  .s-header .nav-under-right-agents {
    left: auto;
    right: -260px;
  }
  .s-header .nav-under-contain {
    width: 250px;
    background-color: white;
    max-width: 250px;
  }
  .s-header .nav-two-column {
    width: 500px;
    max-width: 500px;
    display: flex;
    flex-direction: row;
  }
  .s-header .nav-two-column .nav-column {
    width: 50%;
  }
  .s-header .nav-two-column .nav-column:first-child {
    border-right: 1px solid #e9ecef;
  }
  .s-header .nav-in-link {
    background-color: inherit;
    border-bottom: 0px solid;
  }
  .s-header .nav-division {
    background-color: inherit;
    padding-top: 24px;
  }
  .s-header .nav-in-link:after {
    display: none;
  }
  .s-header .nav-option--company {
    margin-left: 0.5em;
    position: relative;
    padding-left: 0.5em;
  }
  .s-header .nav-option--company:before {
    content: "";
    position: absolute;
    left: 0em;
    top: 12px;
    height: 40px;
    width: 2px;
    border-left: 1px solid #e9ecef;
  }
  .s-header .nav-sec-title {
    display: flex;
  }
  .s-header .nav-sec-in-link {
    display: flex;
  }
  .s-header .nav-sec-in-link:hover {
    text-decoration: underline;
    text-decoration-color: #ff1544;
  }
  .s-header .nav-link-text:hover {
    text-decoration: underline;
    text-decoration-color: #ff1544;
  }
  .s-header .nav-option:hover .nav-under {
    display: flex;
  }
  .s-header .nav-in-link-inactive:hover, .s-header .sec-link-inactive:hover {
    text-decoration: none;
  }
  .s-header .nav-in-link-inactive {
    display: flex;
    color: #adb5bd;
  }
  .s-header .sec-link-inactive {
    color: #adb5bd;
  }
  .s-header .my-account-con {
    position: relative;
    display: flex;
    margin-right: 17px;
    height: 70px;
  }
  .s-header .my-account-con:hover .my-account-under-menu {
    display: flex;
  }
  .s-header .my-account-text {
    display: flex;
    align-items: center;
  }
  .s-header .my-account-src {
    width: 12px;
    height: 12px;
    margin-left: 9px;
  }
  .s-header .my-account-under-menu {
    position: absolute;
    top: 80%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    right: 0em;
    width: 200px;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 34px 0px 0px;
    display: none;
  }
  .s-header .my-account-link {
    padding: 11px 34px;
    display: flex;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
  }
  .s-header .my-account-link:hover {
    text-decoration: underline;
    text-decoration-color: red;
  }
  .s-header .fast-search-con {
    max-width: 600px;
  }
}
.s-footer {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
}

.s-footer .wrapper {
  display: flex;
  flex-direction: row;
  padding: 100px 17px 34px;
  max-width: 550px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.s-footer .first-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.s-footer .logo-src {
  height: 39px;
  width: 277px;
  display: inline-flex;
}

.s-footer .slogan {
  font-style: italic;
  font-family: "Georgia";
  font-weight: 300;
  color: #868e96;
  margin-top: 34px;
}

.s-footer .contact-line {
  padding: 9px 0px;
  display: inline-flex;
  align-items: center;
}

.s-footer .contact--tag {
  padding: 0.8rem;
  border: 1px solid #2b8a3e;
  margin: 1rem 0rem 1.5rem;
  color: #2b8a3e;
  font-size: 0.9rem;
  border-radius: 4px;
  line-height: 1.2em;
}

.s-footer .contact-line:hover {
  text-decoration: underline;
  text-decoration-color: #ff1544;
}

.s-footer .contact-points {
  display: flex;
  flex-direction: column;
  padding: 24px 0px;
}

.s-footer .icon-src {
  margin-right: 17px;
  display: inline-flex;
}

.s-footer .icon-location {
  width: 16px;
  height: 23px;
}

.s-footer .icon-email {
  width: 17px;
  height: 14px;
}

.s-footer .icon-phone {
  width: 18px;
  height: 18px;
}

.s-footer .social-media-con {
  padding: 10px 0px 17px 0px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s-footer .social-con {
  margin-left: 17px;
  border: 1px solid #e9ecef;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-footer .social-con:hover {
  background-color: #f1f3f5;
}

.s-footer .social-src {
  width: 25px;
  height: 25px;
  display: inline-flex;
}

.s-footer .card-title {
  color: #ff1544;
  font-weight: 600;
  padding-bottom: 17px;
  font-size: 21px;
}

.s-footer .link {
  padding: 9px 0px;
  display: flex;
}

.s-footer .link:hover {
  text-decoration: underline;
  text-decoration-color: #ff1544;
}

.s-footer .company-card, .s-footer .services-card, .s-footer .quick-links-card {
  padding: 34px 0px;
  max-width: 170px;
  width: 100%;
}

.s-footer .company-card {
  max-width: none;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.s-footer .sub-footer {
  background-color: #f8f9fa;
  width: 100%;
  padding: 17px 12px;
  color: #868e96;
  font-size: 15px;
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: center;
}

.s-footer .sub-footer--copyright {
  color: #868e96;
}

.s-footer .sub-footer--links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.s-footer .sub-footer--link {
  padding: 0rem 0.5rem;
}

.s-footer .sub-footer--link:hover {
  text-decoration: underline;
}

.s-footer.lazyload:before, .s-footer.lazyloaded:before {
  content: "";
  position: absolute;
  top: -150px;
  width: 100%;
  height: 150px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.s-footer.lazyloaded:before {
  background-image: url("/inc/img/svg/footer.svg");
}

.s-footer-banner {
  position: fixed;
  left: 0em;
  bottom: 0em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8;
  height: 65px;
  background-color: white;
  flex-wrap: nowrap;
  padding: 0rem 0.5rem;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
}

.s-footer-banner .left {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  color: #868e96;
  font-style: italic;
  font-weight: 300;
  font-family: "Georgia";
  font-size: 16px;
}

.s-footer-banner .logo-src {
  display: inline-flex;
  width: 180px;
  height: 25px;
  margin-bottom: 4px;
}

.s-footer-banner .btn-message {
  font-weight: 600;
  position: relative;
  font-size: 15px;
  display: inline-flex;
  padding: 0.3rem 0.2rem;
}

.s-footer-banner .btn-message:hover {
  color: #ff1544;
}

.s-footer-banner .btn-message:before {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0em;
  width: 100%;
  height: 4px;
  background-image: url("/inc/img/svg/squig-red.svg");
  background-size: contain;
  background-repeat: repeat-x;
}

.s-footer-banner .btn-call {
  background-color: #ff1544;
  font-weight: 600;
  font-size: 15px;
  margin-left: 0.3rem;
  color: white;
  display: inline-flex;
  padding: 0.5rem 0.6rem;
  border-radius: 100px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.s-footer-banner .btn-call:hover {
  text-decoration: underline;
}

@media (min-width: 370px) {
  .s-footer-banner .btn-message:after {
    content: " Us";
  }
  .s-footer-banner .btn-call:after {
    content: " Us";
    display: inline-flex;
  }
  .s-footer-banner .btn-call {
    margin-left: 0.5rem;
  }
}
@media (min-width: 400px) {
  .s-footer-banner {
    padding: 0em 1rem;
    height: 70px;
  }
  .s-footer-banner .btn-call {
    margin-left: 0.7rem;
  }
  .s-footer-banner .btn-call {
    font-size: 16px;
  }
  .s-footer-banner .btn-message {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .s-footer-banner {
    display: none;
  }
}
@media (min-width: 600px) {
  .s-footer .company-card {
    max-width: 170px;
    border-top: 0px solid;
    border-bottom: 0px solid;
  }
  .s-footer .wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .s-footer .link {
    padding: 12px 0px;
  }
  .s-footer .logo-src {
    height: 45px;
    width: 320px;
  }
  .s-footer .first-card {
    width: 40%;
    padding-right: 51px;
  }
  .s-footer .wrapper {
    max-width: 1200px;
    align-items: flex-start;
  }
  .s-footer .quick-links-card {
    text-align: right;
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    width: 20%;
    max-width: none;
  }
  .s-footer .company-card, .s-footer .services-card, .s-footer .quick-links-card {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .s-footer .logo-src {
    height: 50px;
    width: 356px;
  }
  .s-footer .first-card {
    width: 44%;
    padding-right: 68px;
  }
}
@media (min-width: 1400px) {
  .s-footer.lazyload:before, .s-footer.lazyloaded:before {
    height: 160px;
    top: -160px;
  }
}
@media (min-width: 1400px) {
  .s-footer.lazyload:before, .s-footer.lazyloaded:before {
    height: 180px;
    top: -180px;
  }
}
[data-cache=results] {
  position: absolute;
  display: none;
  top: 100%;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  z-index: 3;
}

[data-cache=map-cache-autocomplete-locations].show-results ~ [data-cache=results], [data-cache=map-cache-autocomplete-locations].show-results ~ [data-cache=results]:hover {
  display: flex;
  flex-direction: column;
}

[data-cache=results] .autocomplete_results {
  display: flex;
  font-size: 14px;
  padding: 0.5em 0.5em;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #f1f3f5;
}

[data-cache=results] .autocomplete_results:hover {
  color: #ff1544;
}

[data-cache=results] .autocomplete_results:first-child {
  background-color: #e9ecef;
}

[data-cache=results] .autocomplete_results__type_container {
  width: 80px;
  text-align: right;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__name {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__type {
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize;
  display: inline-flex;
  padding: 0.3em 0.5em;
  font-size: 11px;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__type[data-type=search] {
  background-color: #afafaf;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__type[data-type=condo] {
  background-color: #6590de;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__type[data-type=neighborhood] {
  background-color: #8c8;
}

[data-cache=results] .autocomplete_results span.autocomplete_results__type[data-type="zip code"] {
  background-color: #e6ba61;
}

.footer--favorite {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 9;
}

.footer--favorite[data-visible="1"] {
  display: flex;
}

.footer--favorite .footer--favorite--btn {
  background-color: #ff1544;
  width: 60px;
  height: 60px;
  border-radius: 61px;
  position: relative;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--favorite .footer--favorite--btn.scale-it {
  transform: scale(1.2);
  -moz-trasform: scale(1.2);
}

.footer--favorite .footer--favorite--image {
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.footer--favorite .footer--favorite--num {
  background-color: #ff1544;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-weight: 600;
}

@media (min-width: 400px) {
  [data-cache=results] .autocomplete_results span.autocomplete_results__name:before {
    content: "";
    width: 15px;
    height: 15px;
    opacity: 0.2;
    margin-right: 5px;
    display: inline-block;
    background-image: url("/inc/img/svg/search-location.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center center;
  }
  [data-cache=results] .autocomplete_results span.autocomplete_results__name {
    width: 180px;
  }
}
@media (min-width: 450px) {
  [data-cache=results] .autocomplete_results span.autocomplete_results__name:before {
    margin-right: 10px;
  }
  [data-cache=results] .autocomplete_results span.autocomplete_results__name {
    width: 200px;
  }
}
.page__terms_and_conditions {
  overflow: hidden;
  padding: 0em 0.5rem 300px;
}

.page__terms_and_conditions .head {
  padding: 12rem 1rem 3em;
}

.page__terms_and_conditions .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}

.page__terms_and_conditions .logo-src {
  width: 150px;
  height: 21px;
  margin-bottom: 3rem;
  display: inline-flex;
}

.page__terms_and_conditions .sup-title {
  font-size: 1.1em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #ff1544;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.page__terms_and_conditions .title {
  font-size: 2.5em;
  text-align: center;
}

.page__terms_and_conditions .second_section {
  border: 2px solid #e9ecef;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0em;
}

.page__terms_and_conditions .text-link {
  border-bottom: 1px dashed #ff1544;
  display: inline;
  font-weight: 600;
}

.page__terms_and_conditions .description {
  padding: 1rem 2rem;
}

.page__terms_and_conditions .point-title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
}

.page__privacy-policy {
  padding: 12em 0.5rem 300px;
}

.page__privacy-policy .title {
  font-size: 2.7em;
  text-align: center;
  margin-bottom: 3rem;
}

.page__privacy-policy .second-section {
  border: 3px solid #e9ecef;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0em;
}

.page__privacy-policy .sup-title {
  font-weight: 600;
  letter-spacing: 4px;
  color: #ff1544;
  text-align: center;
}

.page__privacy-policy .text-link {
  display: inline;
  font-weight: 600;
  border-bottom: 1px dashed #ff1544;
}

.page__privacy-policy .text-link:hover {
  color: #ff1544;
}

.page__privacy-policy .logo-link {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__privacy-policy .logo-src {
  display: inline-flex;
  width: 150px;
  height: 21px;
}

.page__privacy-policy .description {
  padding: 1rem 2rem;
}

.page__privacy-policy .point-title {
  font-weight: 600;
  font-size: 1.5em;
  padding: 1rem 2rem;
}

.page__accessibility {
  padding: 12rem 1rem 15rem;
  max-width: 800px;
  margin: 0 auto;
}

.page__accessibility .title {
  font-size: 2.5rem;
  margin-top: 1rem;
}

.page__accessibility .sub-title {
  color: #ff1544;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.page__accessibility .section {
  margin-top: 2rem;
  border-left: 2px solid #e9ecef;
  padding-left: 1rem;
  padding: 1rem 0rem 0rem 1rem;
}

.page__accessibility .heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.page__accessibility .link {
  text-decoration: underline;
  font-weight: 600;
}

.page__accessibility .link:hover {
  color: #ff1544;
}

.page__accessibility .paragraph {
  margin-bottom: 1.6rem;
}
