:root {
  --background: #effafb;
  --dark-slate-blue: #1e5247;
  --primary: #a6f6af;
  --white: white;
  --khaki: #eed96c;
  --shadow: #5eccd333;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

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

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

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  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-blue);
  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: visible;
}

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

.section.gradient-first-section {
  background-image: linear-gradient(#5eccd300, #a6f6af52);
  padding-top: 180px;
  overflow: hidden;
}

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

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

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

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

.section.property-main-section {
  padding-top: 180px;
}

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

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

.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;
}

.home-hero-left {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 55%;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.opacity-subtitle.l {
  max-width: 530px;
  margin-bottom: 60px;
  font-size: 22px;
}

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

.home-hero-img-wrapper {
  background-color: #10405b80;
  border-radius: 60px;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  height: 70%;
  margin-right: 0;
}

.home-hero-img {
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.home-hero-numbers {
  z-index: 3;
  background-color: var(--white);
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8%;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px #5eccd333;
}

.home-hero-number-item {
  flex: 1;
}

.number {
  color: var(--khaki);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.number-caption {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.vertical-divider {
  background-color: #5eccd333;
  flex: none;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff80;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.header-link {
  color: var(--dark-slate-blue);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: var(--primary);
  text-decoration: none;
}

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

.header-menu {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--dark-slate-blue);
  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.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.yellow-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
}

.map-point-wrapper {
  color: var(--dark-slate-blue);
  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;
}

.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;
}

.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: #5eccd31a;
  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(#5eccd380, #5eccd31a);
  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: #5eccd34d;
  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);
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

.text-highlighted-yellow {
  background-image: linear-gradient(180deg, #eed96c00, #eed96c00 60%, var(--khaki) 60%, #eed96c 80%);
  color: var(--dark-slate-blue);
}

.check-list-item {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 36px;
}

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

.border-button {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  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(--primary);
}

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

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

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.listing-card {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  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 #5eccd380;
}

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

.listing-card-img-wrapper {
  background-image: url('../images/Untitled-design---2025-07-13T164820.906.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: auto;
  min-width: 380px;
  height: 240px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-wrapper._2 {
  background-image: url('../images/2.jpg');
}

.listing-card-img-wrapper._3 {
  background-image: url('../images/3.jpg');
}

.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-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-tag {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  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(--primary);
  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 #5eccd380;
}

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

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.listing-card-location {
  color: #10405b80;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  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;
  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.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  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 #5eccd34d;
}

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

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

.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: 0 10px 30px #5eccd333;
}

.testimonial-message {
  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, #a6f6afe6, #324b35cc 55%, #1e5247b3), url('../images/3.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-slate-blue);
  background-image: url('../images/email.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;
}

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

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

.phone-field.blue {
  background-color: #5eccd30d;
}

.cta-form-button {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: static;
  inset: auto 20px 0 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 {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

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

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

.footer-links {
  display: flex;
}

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

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

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

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

.footer-bottom {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  margin-right: 40px;
}

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

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  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;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.agent-card {
  box-shadow: 0 30px 60px -5px var(--shadow);
  background-color: #5eccd333;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 100px;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

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

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

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

.name-field {
  color: var(--dark-slate-blue);
  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 {
  background-color: #5eccd30d;
}

.email-field {
  color: var(--dark-slate-blue);
  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 {
  background-color: #5eccd30d;
}

.text-area {
  color: var(--dark-slate-blue);
  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: #5eccd30d;
}

.agent-form {
  position: relative;
}

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

.relative {
  position: relative;
}

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

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  margin-bottom: 30px;
}

.rich-text-block figcaption {
  font-size: 14px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-bottom: 20px;
}

.rich-text-block blockquote {
  margin-top: 30px;
  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;
}

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

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

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

.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%;
}

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

.f-paragraph {
  opacity: .51;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.expandable-single {
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  padding: 8px 24px 8px 32px;
}

.expandable-top {
  border-bottom: 1.5px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-center {
  text-align: center;
}

.master-expandable {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  max-width: 65%;
  margin-top: 3rem;
  padding: 30px 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-6 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
}

.heading-6.mid {
  text-align: center;
  font-size: 2.5rem;
}

.section-2 {
  background-color: #f3f7fa;
  padding: 72px 3%;
}

.section-2.mid {
  background-color: #f3f7fa00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--primary);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  background-color: var(--primary);
  position: absolute;
  transform: rotate(-90deg);
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}

.heading-7 {
  font-size: 2.5rem;
}

.code-embed-2 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.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;
}

.section-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.body {
  background-color: #fff;
}

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

.phonelink:hover {
  color: var(--khaki);
  text-decoration: none;
}

.radio-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  text-align: left;
  font-size: 1rem;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.lega-text {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.red-highlight {
  color: red;
  padding-right: 2px;
}

.checkbox-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.top-table-head {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-18.sticky {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.table-header {
  background-color: #f8f8f8;
  border-left: 1px solid #00000026;
  border-right: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin: 0;
  padding: 10px;
  display: flex;
}

.table-header.dark {
  background-color: #e8e6e6;
}

.table-heading {
  text-align: left;
  font-style: italic;
  position: relative;
}

.table-heading.top {
  text-align: center;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.price-table-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  background-color: #fff;
  border-radius: 0;
  align-items: stretch;
  padding-bottom: 50px;
}

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

.margin-bottom.small {
  margin-bottom: 20px;
  padding-top: 20px;
}

.button-2 {
  background-color: #40a891;
  border-radius: 40px;
  justify-content: center;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s, width .2s;
  display: flex;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2:hover {
  color: #fff;
  background-color: #191919;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.paragraph {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.hero-text {
  z-index: 3;
  transform-origin: 100%;
  background-color: #ffffffd9;
  border: 5px solid #40a891;
  max-width: 100%;
  padding: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.hero-text.centered {
  text-align: center;
  background-color: #fff;
  width: 80%;
}

.hero-text.centered.transparent {
  color: #fff;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  width: 90%;
  font-weight: 600;
}

.grid-16 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  padding: 20px;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: #40a891;
}

.div-block-45 {
  background-color: #ffffffe8;
  height: auto;
  padding: 80px 30px;
}

.tick-icon {
  color: #40a891;
  width: 48px;
  margin-right: 8px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.image-7 {
  width: 84px;
}

.image-7.x {
  width: 32px;
}

.table-text {
  color: #000;
  text-align: right;
  font-size: 16px;
}

.table-text.bold {
  font-size: 22px;
  font-weight: 700;
}

.section-11 {
  height: auto;
  padding-top: 81px;
}

.color-line {
  background-color: #f4ece2;
  border-bottom: 3px solid #5eccd3;
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line.pricing {
  background-color: #041613;
  border-bottom-color: #1665af;
  width: 25%;
  margin: 10px 0 40px;
}

.color-line.pricing.white {
  background-color: #fff;
  border-bottom-color: #fff;
}

.color-line.pricing.white.center {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  position: absolute;
  inset: -2% 0% 0% auto;
}

.section-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.section-tittle.center {
  text-align: center;
  font-size: 42px;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-8 {
  filter: invert();
  object-fit: contain;
  border-radius: 100%;
  width: 20px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-8.yellow {
  color: #5eccd3;
}

.image-8.white {
  filter: none;
  object-fit: contain;
}

.image-8.nope {
  filter: invert();
  object-fit: contain;
}

.image-8.nope.second {
  filter: invert(15%);
}

.pricing-plan {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #e7e8ea;
  border-bottom: 1px solid #f1f1f7;
  height: 40px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 40px;
}

.pricing-plan.colored {
  color: #fff;
  background-color: #0000;
  border-top-color: #ffffff4d;
  border-bottom-color: #ffffff4d;
}

.list-text {
  color: #a0a0a0;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-text.white {
  color: #fff;
}

.list-text.white.yellow {
  color: #5eccd3;
}

.list-text.brak {
  text-decoration: none;
}

.list-text.brak.nope {
  text-decoration: line-through;
}

.list-text.yellow {
  color: #5eccd3;
  font-size: 15px;
}

.text-span-13 {
  color: #5eccd3;
}

.pricing-wrapper {
  padding: 50px;
}

.pricing-wrapper.left {
  float: none;
  text-align: left;
  background-color: #f4ece2;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-radius: 12px;
  width: 400px;
  height: 730px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
  box-shadow: 4px 4px 12px #0000001a;
}

.pricing-wrapper.center {
  z-index: 9999;
  text-align: center;
  background-color: #1665af;
  background-image: linear-gradient(45deg, #464646, #041613);
  border-radius: 12px;
  width: 450px;
  height: 750px;
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
}

.text-block-8 {
  text-align: center;
  font-size: 13px;
}

.big-pricing-text {
  color: #7567f8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.big-pricing-text.white {
  color: #fff;
  font-size: 45px;
}

.big-pricing-text.white.inline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 5px;
  font-size: 25px;
  line-height: 30px;
}

.big-pricing-text.free {
  color: #5eccd3;
  margin-top: 0;
  margin-bottom: 8px;
  padding-right: 5px;
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
}

.button-3 {
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  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-3:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-3.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-3.header-button.hero {
  background-color: #5eccd3;
  max-width: 80%;
  margin-top: 20px;
  margin-left: 0;
}

.button-3.header-button.hero.pakiety {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button-3.header-button.hero.pakiety.pakiet-1 {
  color: #f4ece2;
  background-color: #5eccd3;
}

.line-features {
  background-color: #323e9b;
  width: 95%;
  height: 1px;
  margin-bottom: 0;
}

.line-features.gray {
  background-color: #e4e4e4;
}

.headline-sign {
  width: 20%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-small-title.center {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.bottom-padding-80 {
  margin-bottom: 0;
}

.algin-center-2 {
  color: #212127;
  text-align: center;
  padding: 0% 10%;
  transition: all .3s;
}

.list-item {
  padding-left: 30px;
  line-height: 24px;
  position: relative;
}

.pricing-row {
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.middle-column-price-block {
  text-align: center;
}

.subtittle {
  color: #041613;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

  h2 {
    font-size: 50px;
  }

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

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

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

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

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

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .button.header-button {
    background-color: var(--khaki);
    color: var(--dark-slate-blue);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .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%;
  }

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

  .testimonial-slider {
    width: 90%;
  }

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

  .menu-button {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    border-radius: 20px;
  }

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

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

  .agent-card {
    display: none;
  }

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

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

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

  .value {
    max-width: 28%;
  }

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

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

  .master-expandable {
    max-width: 70%;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.flex-stretch {
    padding: 20px;
  }

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

  .grid-16 {
    grid-column-gap: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .container-3 {
    position: relative;
  }

  .pricing-plan {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-wrapper.left {
    width: 47%;
    height: 730px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-wrapper.center {
    width: 49%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-3.header-button {
    color: #10405b;
    background-color: #eed96c;
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .button-3.header-button.hero {
    color: #effafb;
    background-color: #5eccd3;
    margin-right: 0%;
  }

  .button-3.header-button.hero.pakiety {
    color: #effafb;
    background-color: #5eccd3;
  }

  .subtittle {
    font-size: 20px;
  }
}

@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: 150px;
  }

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

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

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

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

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
  }

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

  .home-hero-img-wrapper {
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-number-item {
    flex: none;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

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

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

  .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;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .listings-list {
    margin-bottom: 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;
    padding-bottom: 40px;
  }

  .footer-left-col {
    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: 14px;
  }

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

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

  .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;
  }

  .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;
  }

  .faq-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .master-expandable {
    max-width: 90%;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 135%;
  }

  .phonelink {
    font-size: 14px;
  }

  .top-table-head {
    align-items: flex-start;
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .table-heading {
    text-align: left;
  }

  .price-table-container {
    padding: 40px;
  }

  .price-table-container.flex-stretch {
    padding: 10px;
  }

  .table-title-wrap, .button-2 {
    width: 100%;
  }

  .paragraph {
    text-align: left;
    font-size: 15px;
  }

  .pricing-wrapper.left {
    width: 66%;
    margin-left: 0;
  }

  .pricing-wrapper.center {
    flex: 0 auto;
    width: 69%;
  }

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

  .pricing-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

  .section.property-main-section {
    padding-top: 20px;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

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

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

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-card-img-wrapper {
    min-width: 300px;
    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;
  }

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

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

  .agent-card {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .property-main-wrapper {
    flex-flow: column;
  }

  .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;
  }

  .f-paragraph {
    font-size: 15px;
  }

  .expandable-single {
    padding: 16px;
  }

  .faq-h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .master-expandable {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-6 {
    font-size: 1.8rem;
  }

  .section-2.mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-paragraph {
    font-size: 13px;
  }

  .phonelink {
    font-size: 22px;
    font-weight: 600;
  }

  .top-table-head {
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-18.sticky {
    margin-left: 0;
    margin-right: 0;
  }

  .table-heading {
    text-align: center;
  }

  .price-table-container {
    padding: 35px;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
  }

  .table-text.bold {
    font-size: 16px;
  }

  .section-tittle {
    font-size: 32px;
    line-height: 42px;
  }

  .section-tittle.center {
    font-size: 35px;
  }

  .pricing-plan {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }

  .pricing-wrapper.left {
    width: 90%;
    height: 850px;
    margin-bottom: 40px;
  }

  .pricing-wrapper.center {
    width: 100%;
    height: 850px;
  }

  .button-3.header-button.hero {
    color: #effafb;
    background-color: #5eccd3;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3.header-button.hero.pakiety {
    background-color: #5eccd3;
  }

  .subtittle {
    font-size: 15px;
    line-height: 26px;
  }
}


