:root {
  --dark-slate-red: #b43b3a;
  --primary: #a24d4c;
  --white: white;
  --background: #edc6c6;
  --dark-red: #153438;
  --shadow: #15343833;
  --red: #b43b3a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-slate-red);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary);
  color: var(--dark-slate-red);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section {
  flex: 1;
  padding: 140px 5%;
}

.section.gradient-first-section {
  background-image: linear-gradient(#de9a991a, #de9a99b3);
  padding: 0 0%;
  overflow: hidden;
}

.section.gradient-first-section.privacy-policy {
  background-image: none;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.white-bottom-gradient {
  background-color: #fff;
}

.section.white-section {
  background-color: var(--white);
}

.section.top-radial-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--white), #fff0);
}

.section.top-radial-gradient.team-home-section, .section.top-radial-gradient.about-team {
  padding-bottom: 140px;
}

.section.top-gradient-section {
  background-image: linear-gradient(0deg, #afd2e800, #afd2e833);
  overflow: hidden;
}

.section.top-gradient-section.testimonial-home-section {
  padding-bottom: 140px;
}

.section.cta-section {
  z-index: 2;
  background-image: linear-gradient(to bottom, #10405b00 70%, var(--dark-slate-red) 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.footer {
  background-color: var(--white);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.section.listing-hero-section {
  background-image: linear-gradient(#edc6c633, #edc6c699);
  padding-top: 110px;
  padding-bottom: 0;
}

.section.top {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.property-hero-section {
  color: var(--white);
  text-align: center;
  background-image: url('../images/landstar-hero-two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.property-main-section {
  padding-top: 0;
}

.section.about-hero-section {
  color: var(--white);
  background-image: linear-gradient(#153438b3, #153438b3), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 120px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.founder-section {
  background-color: var(--dark-slate-red);
  color: var(--white);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.partner-section {
  padding-bottom: 260px;
}

.section.contact-hero-section {
  background-image: linear-gradient(#edc6c600, #a24d4c33);
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.pagination {
  padding-top: 0;
  padding-bottom: 140px;
}

.section.property-hero-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#a24d4c33, #a24d4cb3);
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.gallery-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.similar-listings-section {
  background-color: var(--background);
}

.section.similar-listings-section.property-detail-section {
  background-color: #edc6c64d;
  padding-bottom: 140px;
}

.section.contact-offices {
  background-color: var(--dark-slate-red);
}

.section.login-section, .section.create-acc-section {
  background-color: var(--dark-slate-red);
  padding-bottom: 0;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.centered {
  text-align: center;
  align-items: center;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.text-primary-color {
  color: var(--primary);
}

.opacity-subtitle {
  opacity: 1;
  color: var(--dark-red);
  max-width: 700px;
  margin-bottom: 50px;
}

.properties-filter-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.header {
  z-index: 100;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-link {
  color: var(--dark-slate-red);
  justify-content: center;
  align-items: center;
  font-size: 44px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.header-link:hover {
  background-color: var(--shadow);
  color: var(--dark-red);
  text-decoration: none;
}

.header-link.w--current {
  border-bottom-color: var(--dark-red);
  color: var(--dark-slate-red);
  cursor: default;
}

.header-menu {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.button {
  background-color: var(--dark-slate-red);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.secondary-button {
  border: 1px solid var(--background);
  background-color: var(--white);
  color: #63a6d2b3;
  border-radius: 16px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #afd2e880;
}

.button.secondary-button.hero-button {
  color: var(--dark-red);
  margin-top: 10px;
  margin-bottom: 10px;
}

.button.secondary-button-overlay {
  background-color: var(--white);
  color: #10405b80;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.yellow-button {
  background-color: var(--primary);
  color: var(--dark-red);
}

.button.filter-button {
  background-color: var(--primary);
  color: var(--white);
  min-height: 50px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.home-map-wrapper {
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}

.map-point-wrapper {
  color: var(--dark-slate-red);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.map-point-wrapper._1 {
  top: 35%;
  left: 7%;
}

.map-point-wrapper._2 {
  top: 20%;
  left: 8%;
}

.map-point-wrapper._3 {
  top: 25%;
  left: 5%;
}

.map-point-wrapper._4 {
  top: 12%;
  left: 5%;
}

.map-point-wrapper._5 {
  top: 30%;
  left: 10%;
}

.map-point.hover {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.map-point.hover:hover {
  opacity: 1;
}

.map-point-tooltip {
  z-index: 2;
  background-color: var(--white);
  color: var(--red);
  border-radius: 10px;
  width: 120px;
  padding: 5px 15px;
  position: absolute;
  inset: -40px auto auto 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 10px #afd2e866;
}

.home-locations-block {
  z-index: 2;
  width: 100%;
  position: relative;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.locations-list-item {
  width: 33.33%;
  padding: 20px;
}

.location-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.location-link.los-angeles {
  background-image: url('../images/los-angeles.jpg');
}

.location-link.san-diego {
  background-image: url('../images/san-diego.jpg');
}

.location-link.nevada {
  background-image: url('../images/nevada.jpg');
}

.location-link.francisco {
  background-image: url('../images/san-francisco.jpg');
}

.location-link.oakland {
  background-image: url('../images/oakland.jpg');
}

.location-link-overlay {
  background-image: linear-gradient(#10405b1a, #10405bb3);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-link-overlay-text {
  z-index: 20;
  font-size: 30px;
  line-height: 110%;
  position: relative;
}

.location-link-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #afd2e84d;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.locations-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--white) 23%, #ffffffed 36%, #ffffffd9 49%, #ffffffab 64%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  margin-top: -120px;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image {
  z-index: 2;
  border-radius: 40px;
  position: relative;
}

.grid-image-bg {
  background-color: #63a6d21a;
  border-radius: 40px;
  position: absolute;
  inset: -40px 40px 40px -40px;
}

.why-image-el {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#afd2e880, #afd2e81a);
  border-radius: 70px;
  width: 40%;
  height: 70%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.why-image-el.small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #afd2e81a;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  bottom: 26%;
  right: 53%;
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preheader {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: flex;
}

.text-highlighted {
  background-image: linear-gradient(180deg, #eed96c00, #eed96c00 60%, var(--background) 60%, #b43b3a99 80%);
}

.text-highlighted.about-us {
  color: var(--white);
}

.text-highlighted.dark {
  background-image: linear-gradient(#eed96c00, #eed96c00 60%, #153438b3 60%, #ffffffb3 80%);
}

.check-list-item {
  color: var(--dark-red);
  background-image: url('../images/check-red.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 36px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.border-button {
  border: 2px solid var(--dark-slate-red);
  color: var(--dark-slate-red);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  border-color: var(--primary);
  color: var(--dark-slate-red);
}

.border-button.primary-color:hover {
  background-color: #afd2e833;
}

.property-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-tab-link {
  background-color: var(--shadow);
  opacity: .5;
  color: var(--dark-red);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  background-color: var(--white);
  opacity: 1;
  color: var(--dark-red);
  cursor: default;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.property-types-menu {
  background-color: #afd2e833;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.property-types-menu.full-color {
  background-color: var(--white);
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-pane {
  margin-top: 40px;
}

.agent-list-card {
  color: var(--dark-slate-red);
  background-color: #5eccd300;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.agent-list-card:hover {
  background-color: #afd2e833;
  text-decoration: none;
}

.agent-photo-small {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 40px;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  box-shadow: 0 20px 30px -5px #10405b33;
}

.agent-photo-small.agent-full-page-image {
  width: 300px;
  height: 400px;
}

.agent-name {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.agent-position {
  opacity: .8;
  color: var(--dark-slate-red);
  font-size: 14px;
  line-height: 130%;
}

.agent-position.dark {
  opacity: 1;
  color: var(--dark-red);
}

.agent-quote {
  color: var(--dark-red);
  text-align: center;
  border-left-style: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.listing-card {
  background-color: var(--white);
  color: var(--dark-slate-red);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px #63a6d233;
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #63a6d280;
}

.listing-card-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 240px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

.listing-card-img-overlay.one {
  background-image: linear-gradient(#afd2e800, #afd2e84d), url('../images/Hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-tag {
  background-color: var(--dark-red);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-price {
  background-color: var(--dark-slate-red);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #63a6d299;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-name {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.listing-card-location {
  color: var(--dark-slate-red);
  background-image: url('../images/map-mark.png');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ffffff80;
  background-image: url('../images/left-arr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px #63a6d2cc;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.png');
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-card {
  background-image: url('../images/quote.svg'), linear-gradient(#fffc, #fff0);
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: -2px 20px 13px #a24d4c26;
}

.testimonial-message {
  color: var(--dark-red);
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author-name {
  font-size: 18px;
  line-height: 130%;
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.cta-block {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, #a24d4c4d, #a24d4c80 55%, #a24d4c4d), url('../images/CTA-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field {
  color: var(--dark-red);
  background-image: url('../images/phone-icon.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.phone-field.blue {
  background-color: var(--background);
}

.phone-field.blue.phone {
  background-color: #cecece33;
  background-image: url('../images/email.svg');
  background-size: auto;
}

.cta-form-button {
  background-color: var(--dark-slate-red);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error {
  color: var(--white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #afd2e833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: grid;
}

.footer-left-col {
  max-width: 300px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.social-link {
  opacity: .7;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.footer-heading {
  opacity: 1;
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--dark-slate-red);
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--dark-red);
  text-decoration: none;
}

.footer-bottom {
  color: var(--dark-slate-red);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  color: var(--dark-red);
  margin-right: 40px;
}

.menu-button {
  background-color: var(--red);
  border-radius: 20px;
  margin-right: 30px;
  padding: 5px;
}

.menu-button.w--open {
  z-index: 99;
  background-color: var(--red);
  border-radius: 20px;
}

.property-types-menu-wrapper {
  display: flex;
}

.filter-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-dropdown-toggle {
  background-color: var(--background);
  color: var(--dark-red);
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: var(--shadow);
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 22px 20px auto auto;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: var(--background);
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner {
  color: var(--dark-slate-red);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: #ffffffb3;
}

.filter-checkbox {
  background-color: var(--white);
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: #10405b4d;
}

.filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  background-color: #10405b80;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  border: 6px solid var(--primary);
  background-color: var(--white);
  cursor: grab;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: var(--primary);
}

.rangeslider-fill {
  background-color: var(--primary);
  width: 20%;
  height: 100%;
  position: absolute;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 1000px;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('../images/landstar-hero-two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.property-type-text {
  margin-right: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.property-location {
  background-image: url('../images/Map-mark-primary.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 4%;
}

.property-description-card {
  background-color: var(--white);
  box-shadow: 0 30px 60px -5px var(--shadow);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: var(--dark-red);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.property-info-block {
  z-index: 3;
  background-color: #5eccd31a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: #10405b80;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: #10405b80;
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  color: var(--dark-red);
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.description-rich-text {
  color: var(--dark-red);
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding-left: 0;
  display: grid;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: var(--white);
  box-shadow: 0 4px 4px 0 var(--shadow);
  color: var(--dark-red);
  background-image: url('../images/chechbox.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.property-id-wrap {
  color: #10405b80;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: var(--primary);
  background-image: url('../images/map-mark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 100%;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  border-radius: 20px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: #153438b3;
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-fields-wrap.select {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.form-fields-wrap.login {
  flex-flow: column;
}

.form-field-wrap {
  padding: 10px;
}

.name-field {
  color: var(--dark-slate-red);
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::placeholder {
  color: #10405b80;
}

.name-field.blue {
  color: var(--dark-red);
  background-color: #cecece33;
  background-image: url('../images/name.png');
  background-size: 40px 40px;
}

.name-field.blue.phone {
  background-image: url('../images/phone.png');
}

.name-field.blue.name {
  background-color: #cecece33;
  background-image: url('../images/name.svg');
}

.email-field {
  color: var(--dark-slate-red);
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::placeholder {
  color: #10405b80;
}

.email-field.blue {
  color: var(--dark-red);
  background-color: #cecece33;
  background-image: url('../images/email_1.svg');
}

.email-field.blue.name {
  color: var(--dark-red);
  background-image: url('../images/name.svg');
}

.text-area {
  color: var(--dark-red);
  background-color: #cecece33;
  border: 1px #000;
  border-radius: 20px;
  min-height: 160px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::placeholder {
  color: #10405b80;
}

.text-area.blue {
  background-color: #cecece33;
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.agent-form-button-wrapper.login {
  margin-top: 0;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.clear-filter-button {
  border: 2px solid var(--dark-slate-red);
  opacity: .5;
  color: var(--dark-slate-red);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.privacy-policy {
  color: var(--dark-red);
}

.privacy-policy p {
  margin-bottom: 30px;
}

.privacy-policy figcaption {
  font-size: 14px;
}

.privacy-policy figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.privacy-policy h4 {
  margin-bottom: 20px;
}

.privacy-policy blockquote {
  margin-top: 30px;
  margin-bottom: 50px;
}

.subtitle {
  opacity: 1;
  max-width: 700px;
  margin-bottom: 50px;
}

.founder-quote {
  width: 45%;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.cta-heading {
  color: var(--white);
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.agent-photo {
  border: 10px solid var(--white);
  border-radius: 40px;
  max-width: 50%;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.founder-info {
  background-color: var(--white);
  border-radius: 30px;
  padding: 32px;
  position: absolute;
  inset: auto 40px 40px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.values-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.value {
  color: #10405b80;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-icon-wrap {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px #162d3a1a;
}

.value-icon {
  color: var(--dark-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.contact-form-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 60px;
  flex-flow: column;
  width: 100%;
  margin-top: -300px;
  margin-bottom: 160px;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #edc6c680;
}

.contact-form-block.login-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-fields {
  margin-top: 32px;
}

.contact-offices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.contact-office {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex: 1;
  min-width: 260px;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/map-mark.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone-icon.png');
  background-position: 0 4px;
}

.contact-item.email {
  background-image: url('../images/email-icon-new.png');
  background-position: 0 7px;
}

.icon {
  display: none;
}

.menu-lottie {
  width: 60px;
  height: 60px;
}

.footer-logo-text, .heading, .title {
  color: var(--dark-red);
}

.header-center-text {
  color: var(--red);
  font-size: 30px;
  font-weight: 700;
}

.header-center-text.header-text {
  font-size: 16px;
}

.header-center {
  border-radius: 10px;
  padding: 30px;
}

.hero-wrapper {
  position: relative;
}

.hero-overlay {
  background-image: linear-gradient(#0000001a, #000c);
  position: absolute;
  inset: 0%;
}

.hero-slide {
  z-index: 9;
}

.slider {
  height: auto;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.hero-heading {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 54px;
}

.hero-description {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrow {
  z-index: 99;
  background-color: var(--dark-slate-red);
  color: var(--white);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: auto 0% 5% auto;
  overflow: visible;
}

.arrow.right-arrow {
  right: 1%;
}

.arrow.left-arrow {
  right: 5%;
}

.icon-2 {
  z-index: 99;
}

.header-left {
  background-color: var(--white);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.dropdown-lottie {
  width: 50px;
  position: relative;
  top: 5px;
}

.dropdown-list {
  inset: 0% auto auto 0%;
}

.dropdown-list.w--open {
  border: 1px solid var(--primary);
  background-color: var(--background);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
}

.dropdown-link {
  color: var(--dark-red);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  display: flex;
}

.dropdown-link:hover {
  color: var(--dark-slate-red);
  text-decoration: none;
}

.dropdown-link.dropdown-last-link {
  border-right-style: none;
}

.dropdown {
  display: flex;
}

.dropdown.header-link:hover {
  color: var(--dark-red);
}

.dropdown-button {
  color: var(--dark-slate-red);
  display: flex;
}

.dropdown-button:hover {
  color: var(--dark-red);
}

.properties-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.properties-wrapper.similar-listings {
  margin-top: 15px;
  margin-bottom: 15px;
}

.agent-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.call-now-link {
  background-color: var(--white);
  color: var(--dark-red);
  border-radius: 20px;
  padding: 15px;
}

.call-now-link:hover {
  background-color: var(--dark-red);
  color: var(--white);
  text-decoration: none;
}

.footer-icon {
  width: 15px;
  height: 20px;
}

.footer-icon.email-icon {
  height: 13px;
  margin-top: 5px;
}

.footer-contact-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.city-text {
  color: var(--dark-red);
}

.perfect {
  background-color: var(--white);
  color: var(--red);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-image {
  background-image: url('../images/landstar-hero-one.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.service-type {
  color: var(--dark-red);
  background-color: #cecece33;
  border-style: none;
  border-radius: 20px;
  height: 70px;
}

.privacy-policy-links {
  color: var(--dark-slate-red);
}

.properties-heading {
  color: var(--dark-red);
}

.pagination-wrapper {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

.pagination-link.active {
  color: var(--dark-red);
}

.pagination-next {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.pagination-next-icon {
  width: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-detail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agent-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-red);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.agent-icon {
  margin-top: 3px;
}

.agent-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.about-agent {
  color: var(--dark-red);
}

.agent-about {
  padding: 40px 20px;
}

.dark-para {
  color: var(--dark-red);
}

.map-wrapper {
  margin-top: 20px;
}

.dont-account {
  color: var(--dark-red);
  font-size: 24px;
  font-weight: 500;
}

.paragraph {
  color: var(--dark-red);
  font-size: 18px;
}

.forgot-pass {
  color: var(--dark-red);
  cursor: pointer;
}

.checkbox {
  color: var(--dark-red);
  font-size: 16px;
}

.checkbox-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-tck {
  margin-top: 0;
}

.forgot-pop-up {
  z-index: 100;
  background-color: #153438d9;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.forgot-password {
  justify-content: center;
  align-items: center;
  width: 70vw;
}

.forgot-heading {
  color: var(--white);
}

.close-popup-button {
  cursor: pointer;
  position: absolute;
  inset: 5% 5% auto auto;
}

.white-heading {
  color: var(--white);
}

.form-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .slider {
    height: auto;
  }

  .hero-heading {
    font-size: 56px;
  }

  .perfect {
    background-color: var(--white);
    color: var(--red);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .slider {
    height: auto;
  }

  .hero-heading {
    font-size: 58px;
  }

  .perfect {
    background-color: var(--white);
    color: var(--red);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .button.secondary-button.hero-button {
    font-size: 24px;
  }

  .hero-slide, .slider {
    height: auto;
  }

  .hero-heading {
    font-size: 90px;
  }

  .hero-description {
    font-size: 32px;
  }

  .perfect {
    background-color: var(--white);
    color: var(--red);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.gradient-first-section.privacy-policy {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.about-hero-section {
    margin-top: 70px;
  }

  .section.founder-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.partner-section {
    padding-bottom: 200px;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

  .header-link {
    color: var(--dark-slate-red);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: var(--dark-red);
    border-bottom-style: none;
  }

  .header-menu {
    background-color: var(--background);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .home-map-wrapper {
    display: none;
  }

  .home-locations-block {
    margin-bottom: -80px;
  }

  .locations-list-item {
    padding: 10px;
  }

  .location-link {
    border-radius: 20px;
  }

  .location-link-overlay {
    border-radius: 20px;
    padding: 20px;
  }

  .location-link-overlay-text {
    font-size: 20px;
  }

  .location-link-hover {
    display: none;
  }

  .grid-2-col {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-image-el {
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .agent-list-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-quote {
    font-size: 16px;
  }

  .testimonial-slider {
    width: 90%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .footer-links-col {
    min-width: 0;
  }

  .menu-button {
    background-color: var(--red);
    color: var(--white);
    border-radius: 5px;
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

  .founder-quote {
    font-size: 24px;
  }

  .values-list {
    grid-column-gap: 40px;
  }

  .value {
    max-width: 28%;
  }

  .contact-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

  .menu-lottie {
    width: 35px;
    height: 35px;
  }

  .title.where-do-you {
    display: none;
  }

  .header-center-text {
    font-size: 18px;
  }

  .hero-content {
    padding-left: 30px;
  }

  .hero-heading {
    font-size: 38px;
  }

  .hero-description {
    font-size: 18px;
  }

  .arrow.left-arrow {
    right: 8%;
  }

  .header-left {
    height: 70px;
  }

  .dropdown-lottie {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }

  .dropdown-list.w--open {
    background-color: var(--dark-red);
  }

  .dropdown-link {
    color: var(--background);
  }

  .dropdown-button {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-wrapper {
    grid-template-columns: 1fr;
  }

  .agent-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gradient-first-section {
    padding-top: 0;
  }

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.listing-hero-section {
    padding-top: 150px;
  }

  .section.top {
    padding-top: 140px;
  }

  .section.about-hero-section {
    margin-top: 90px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.founder-section {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .section.contact-hero-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .opacity-subtitle {
    margin-bottom: 30px;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.filter-button {
    margin-right: 15px;
  }

  .locations-list-item {
    width: 50%;
  }

  .why-image-el {
    border-radius: 40px;
    width: 30%;
    right: -3%;
  }

  .why-image-el.small {
    border-radius: 20px;
    width: 80px;
    height: 80px;
    right: 32%;
  }

  .preheader {
    border-radius: 10px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .margin-bottom-40 {
    margin-bottom: 24px;
  }

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .listing-card-price {
    height: 40px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .footer-left-col {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 5px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-dropdown-toggle:hover {
    background-color: var(--background);
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .period-text {
    font-size: 16px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .founder-quote {
    width: 100%;
  }

  .founder-wrapper {
    flex-direction: column;
  }

  .agent-photo {
    order: -1;
    max-width: 60%;
    margin-bottom: 40px;
  }

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .values-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value {
    max-width: 400px;
  }

  .contact-form-block {
    border-radius: 20px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .contact-form-block.login-form-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 26px;
  }

  .arrow.left-arrow {
    right: 10%;
  }

  .team-detail-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .section.gradient-first-section {
    padding-top: 66px;
  }

  .section.gradient-first-section.privacy-policy {
    margin-top: 0;
  }

  .section.cta-section {
    padding-top: 0;
  }

  .section.about-hero-section {
    margin-top: 70px;
  }

  .section.property-hero-section {
    padding-bottom: 100px;
  }

  .header-inner {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-menu {
    background-color: var(--white);
  }

  .button.secondary-button.hero-button {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 10px;
  }

  .locations-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-button {
    margin-right: 10px;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text, .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .founder-quote {
    font-size: 20px;
  }

  .agent-photo {
    max-width: 100%;
  }

  .contact-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .header-center-text {
    color: var(--dark-red);
    font-size: .9em;
  }

  .header-center {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .hero-heading {
    font-size: 1.3em;
  }

  .hero-description {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: .9em;
  }

  .arrow.right-arrow {
    display: none;
  }

  .arrow.left-arrow {
    display: none;
    right: 24%;
  }

  .dropdown-list.w--open {
    background-color: var(--background);
  }

  .dropdown-link {
    color: var(--dark-red);
  }

  .dropdown-link:hover {
    color: var(--primary);
  }

  .agent-wrapper {
    grid-template-columns: 1fr;
  }
}


