@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #041613;
  --font-family: Poppins, sans-serif;
  --ghost-white: #f0f3ff;
  --tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>: 14px;
  --tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>: 20.2px;
  --mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>: 18.8px;
  --font-color: #04161366;
  --turkus: #5eccd3;
  --beż: #f4ece2;
  --white: white;
  --small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>: 16px;
  --small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>: 25.6px;
  --mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>: 12px;
  --primary-color: #8fa598;
  --border-color: #e9e9e9;
  --tab-section-heading-font-size\<deleted\|variable-33852d2c-b0ad-4fff-52bc-4fb8b0320126\>: 28px;
  --tab-section-heading-line-height\<deleted\|variable-10fff40c-9bca-cefd-b0f3-acf0e8569a34\>: 34.8px;
  --mobile-section-heading-font-size\<deleted\|variable-3b4a6f5c-6f95-11d7-0520-fbd1fa85668f\>: 24px;
  --mobile-section-heading-line-height\<deleted\|variable-8ef5dcdf-930f-550a-76b6-b00d0321a727\>: 30.4px;
  --hover-color: #8fa59840;
  --tab-section-description-font-size\<deleted\|variable-b42ab636-9d45-27ef-6af0-1638b86094d5\>: 16px;
  --tab-section-description-line-height\<deleted\|variable-0203159a-4d9a-2941-3f71-f055ff4e4ca0\>: 24.8px;
  --mobile-section-description-font-size\<deleted\|variable-b2419298-c4f9-d290-daaf-bfcd7c622e4f\>: 14px;
  --mobile-section-description-line-height\<deleted\|variable-d7c506b8-805a-2d4a-36f8-3aab1c6d868f\>: 22.4px;
  --alley-component-library--gray--0\<deleted\|variable-5455c293\>: #dedfe3;
  --background-color: #ebf9f9;
}

.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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--black);
  border-radius: 0 0 20px 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
  box-shadow: 10px 0 30px 4px #3d3d3d40;
}

.main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  line-height: 25.6px;
}

.hero-section {
  margin-top: -19px;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero-split {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 56%;
  display: flex;
}

.icon-data-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.small-heading {
  color: var(--ghost-white);
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.small-heading.black {
  color: var(--black);
}

.small-heading.black.hide {
  text-align: right;
  white-space: nowrap;
  flex: 1;
  transition: color .3s ease-in-out;
}

.small-heading.black.hide:hover {
  text-decoration: underline;
}

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

.small-heading.color {
  color: #aeaeae;
}

.small-heading.capital {
  text-align: center;
  text-transform: uppercase;
}

.small-heading.primary {
  color: var(--turkus);
}

.small-heading.propertie-color {
  color: var(--black);
  margin-top: 10px;
  font-weight: 600;
}

.small-heading.team-heading {
  color: var(--black);
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}

.small-heading.center {
  color: var(--black);
  display: none;
}

.small-heading.centers {
  text-align: center;
  margin-bottom: 8px;
}

.small-heading.back, .small-heading.center {
  color: var(--black);
}

.small-heading.privacy-heading {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
}

.small-heading.properi-list {
  color: var(--black);
  font-weight: 600;
}

.home-icon {
  background-color: var(--beż);
  color: var(--black);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 14px;
  display: flex;
}

.site-logo-t7.none {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.nav-menu-t7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 80px;
  display: flex;
}

.nav-link {
  color: var(--ghost-white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.menu-button-t7, .logo-mobile-wrapper-t7 {
  display: none;
}

.navbar {
  background-color: #ddd0;
}

.list-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo {
  color: var(--ghost-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

.hero-heading {
  color: var(--white);
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.hero-form-block {
  background-color: var(--beż);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 40px;
}

.form-heading {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.form-description {
  color: #04161380;
  font-size: 12px;
  line-height: 19.2px;
}

.form-description.pt-22 {
  color: var(--black);
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 15px;
}

.form-description.black {
  color: var(--black);
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.form-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 19.2px;
}

.text-field::placeholder {
  color: var(--black);
  font-size: 12px;
  line-height: 19.2px;
}

.form-button {
  z-index: 11;
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  background-color: #8fa59800;
  border: 1px solid #0000;
  border-radius: 6px;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.form-button.padding {
  color: var(--black);
  padding: 12px 30px;
  transition-property: color;
}

.form-button.padding:hover {
  color: var(--ghost-white);
}

.form-button.padding-copy {
  color: var(--white);
  background-color: var(--black);
  padding: 12px 30px;
}

.hero-round-img {
  background-color: #b8b8c1;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-left: -15px;
  overflow: hidden;
}

.hero-round-img.ml-0 {
  margin-left: 0;
}

.hero-section-img-data {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 30px;
  display: flex;
}

.img-data {
  display: flex;
}

.img-text {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-span {
  color: var(--turkus);
}

.background-image {
  z-index: -1;
  background-color: #061f11;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Untitled-design---2024-02-09T152906.285.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-image.service {
  background-color: #061f11b3;
}

.image {
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image.service {
  mix-blend-mode: overlay;
}

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

.about-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 40%;
}

.about-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-us-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  width: 60%;
  margin-top: -220px;
  padding: 64px;
  display: flex;
}

.about-us-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 80px;
}

.about-us-des {
  color: var(--font-color);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}

.about-us-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--beż);
  border-radius: 12px;
  flex-direction: column;
  padding: 50px 44px;
  display: flex;
  overflow: hidden;
}

.about-us-card-heading {
  color: var(--black);
  max-width: 564px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 58px;
}

.text-span-2 {
  font-size: 33px;
  line-height: 40px;
}

.smail-icon {
  color: var(--font-color);
  font-family: "Fa 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.about-card-des {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.card-home-icon {
  color: var(--font-color);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

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

.properties-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-heading {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

.section-heading.cta-font {
  color: var(--white);
  text-align: center;
  margin-bottom: 12px;
}

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

.section-heading.blog-page {
  width: 400px;
}

.properties-heading-data {
  flex-direction: column;
  display: flex;
}

.properties-deta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.propertie-image {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 190px;
  position: relative;
}

.propertie-image.height-240 {
  height: 240px;
}

.properties-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.properties-collection-item:hover {
  box-shadow: 0 0 25px 0 var(--hover-color), 0 25px 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.proprti-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.properties-card-data {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.properties-card-data.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.prooerties-address {
  color: var(--font-color);
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 22.4px;
}

.prooerties-address.p-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.prooerties-address.about-0 {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.card-arror-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.section-description {
  color: var(--font-color);
  text-align: center;
  font-size: 18px;
  line-height: 30.6px;
}

.section-description.cta-des {
  color: #f0f3ffdb;
  text-align: center;
  max-width: 50%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.section-description.tab-center {
  color: #0009;
}

.section-description.max-width {
  text-align: center;
  max-width: 600px;
}

.section-description.hide {
  display: none;
}

.section-description.max {
  text-align: left;
  max-width: 70%;
  font-size: 18px;
  line-height: 30.6px;
}

.properties-description {
  color: var(--primary-color);
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 16px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
  position: absolute;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.service-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.service-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto auto;
}

.service-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0\<deleted\|variable-5455c293\>);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
  display: block;
}

.testimonials-section {
  background-color: #ebf9f9;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}

.what_make_deta {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 40px #0000001a;
}

.make_qustion {
  background-color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px;
  display: flex;
}

.ans_icon_1 {
  background-color: #fff;
  border: 1px solid #c6e3f74d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  box-shadow: 3px 3px 24px #0000001a;
}

.make_ans {
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  overflow: hidden;
}

.ans_icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: rotate(180deg);
  box-shadow: 3px 3px 24px #0000001a;
}

.faq-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.faq-arror-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 10px;
  display: flex;
}

.testimonials-data {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  margin-top: 35px;
}

.testimonials-img-box {
  background-color: var(--black);
  border-radius: 12px;
  flex: none;
  width: 41%;
  height: 575px;
  overflow: hidden;
}

.testimonials-grid {
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  width: 54.6574%;
}

.testimonials-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 35px;
  transition: all .3s;
  display: flex;
}

.testimonials-card:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 #8fa59866;
  transform: translate(0, -10px);
}

.testimonials-card-img-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonials-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.testimoni-text-data {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.testimoni-star-image {
  width: 136px;
  height: 24px;
}

.images {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.cta-section {
  background-color: var(--black);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Untitled-design---2024-02-09T164216.235.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin: 10% 0%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.contact-icon {
  text-transform: capitalize;
  font-family: "Fa 400", sans-serif;
  display: inline-block;
}

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

.team-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.team-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.team-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.team-card-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 14px;
  display: flex;
}

.text-block {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.team-card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-card-icon {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.team-card-icon:hover {
  background-color: var(--primary-color);
  color: var(--ghost-white);
}

.team-card-icon-2 {
  color: var(--font-color);
  flex: none;
  font-family: "Fa Solid 900", sans-serif;
}

.teams-card-data {
  flex-direction: column;
  padding: 25px 20px;
  display: flex;
}

.teams-card-icon-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #04161312;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}

.properties-collection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.k-eymetrics-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.keymetrics-image-data {
  position: relative;
}

.keymetrics-image-one {
  border-radius: 30px;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.keymetrics-data {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.downloads-numbers {
  z-index: 1;
  justify-content: center;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.counter-number {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.active-numbers {
  z-index: 10;
  justify-content: center;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.counter-number-2 {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.happy-numbers {
  z-index: 10;
  justify-content: center;
  max-height: 70px;
  display: flex;
  overflow: hidden;
}

.keymetrics-image-tow {
  border: 14px solid var(--white);
  border-radius: 30px;
  width: 60%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.key-primary {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--beż);
  color: var(--black);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-primary:active {
  background-color: #43464d;
}

.key-primary.ghost-white {
  background-color: var(--beż);
  color: var(--black);
  font-weight: 600;
}

.keymetrics-image-three {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 15px 20px;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.keymetrics-image-three:hover {
  box-shadow: 0 0 30px #0003;
}

.key-icon {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  display: flex;
}

.key-icon-border {
  border: 1px solid var(--black);
  border-radius: 50%;
  flex: none;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.keymetrics-image-four {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--beż);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
  overflow: hidden;
}

.key-des {
  color: var(--font-color);
  line-height: 22.4px;
}

.kay-icon-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

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

.blog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-card {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}

.blog-card-data {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.lightbox-link-2 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.button-container.auto {
  margin-left: auto;
  margin-right: auto;
}

.button-text {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
  position: relative;
}

.button-text.absolute {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 5rem;
}

.button-text.absolute.white {
  color: var(--ghost-white);
  top: 5rem;
}

.button-hover-circle {
  z-index: 5;
  background-color: var(--black);
  border-radius: 100%;
  width: 200%;
  height: 459%;
  position: absolute;
  inset: auto auto -485% -60px;
}

.submit-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button:active {
  background-color: #43464d;
}

.submit-button.footer-button {
  background-color: var(--ghost-white);
}

.contact-divider-wrapper {
  flex: none;
  width: 60px;
}

.contact-field-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.contact-form-icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.contact-img-wrapper {
  flex: none;
  width: 50px;
  height: 50px;
}

.contact-btn {
  display: flex;
}

.contact-flex-field {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.contact-form-title {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.contact-input-icon {
  color: var(--primary-color);
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}

.contact-input-icon.bold {
  font-family: "Fa Solid 900", sans-serif;
}

.cntact-img-before {
  background-image: linear-gradient(#fff0, #fff);
  position: absolute;
  inset: 0%;
}

.contact-input-box {
  position: relative;
}

.contact-img-box {
  width: 190px;
  height: 270px;
  position: absolute;
  bottom: 0;
  right: -15px;
}

.contactt-form-block {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 26px #42474c14;
}

.contact-block {
  margin-bottom: 31px;
  display: flex;
}

.contact-field-title {
  margin-bottom: 10px;
  font-weight: 800;
}

.contact-img {
  object-position: 0% 0%;
}

.contact-divider {
  background-color: var(--primary-color);
  width: 1px;
  height: 55px;
  margin-left: 30px;
  transform: rotate(21deg);
}

.contact-address-txt {
  color: var(--font-color);
  font-size: 16px;
}

.success-msg {
  color: #8fa598;
  font-size: 18px;
  line-height: 26px;
}

.contact-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 90%;
  margin-bottom: 54px;
  display: flex;
}

.success-message {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-input {
  border: 1px solid var(--background-color);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 11px 14px 11px 46px;
  font-weight: 500;
}

.contact-input:active, .contact-input:focus {
  border-color: var(--primary-color);
}

.contact-input::placeholder {
  color: var(--font-color);
}

.contact-input.ps {
  height: 140px;
  padding-left: 14px;
}

.contact-input.color {
  background-color: var(--white);
  color: var(--font-color);
}

.contact-sub-title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-box {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.div-block {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-box {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
  overflow: hidden;
}

.footer-form-block {
  width: 100%;
}

.footer-success-msg {
  color: #8fa598;
  font-size: 16px;
}

.footer-icon-img {
  width: 36px;
  height: 36px;
}

.footer-success-message {
  background-color: #ebf9f9;
}

.footer-right-arrow {
  margin-right: 11px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.sell-btn {
  background-color: var(--turkus);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 600;
  transition: all .4s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sell-btn:hover {
  background-color: #143a34;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.copyright-link {
  color: var(--white);
}

.footer-form-title {
  color: var(--ghost-white);
  margin-bottom: 15px;
}

.footer-social {
  border: 1px solid var(--ghost-white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa Brands 400", sans-serif;
  transition: all .4s;
  display: flex;
}

.footer-social:hover {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}

.footer-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.sell-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.footer-list {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.sell-img-wrapper {
  flex: none;
  align-self: flex-start;
  height: 100px;
}

.footer-input-field {
  background-color: var(--background-color);
  border: 1px solid #04161366;
  border-radius: 10px;
  height: 52px;
}

.footer-input-field:hover, .footer-input-field:focus {
  border-color: #041613;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(#fff, #f8fdfd00 33%, #ebf9f900);
  padding-top: 60px;
  padding-bottom: 30px;
}

.copyright {
  color: #fff9;
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.sell-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ebf9f9;
  border-radius: 12px;
  width: 100%;
  padding: 30px 30px 45px;
  display: block;
  position: relative;
}

.footer-list-item {
  color: var(--ghost-white);
  margin-bottom: 12px;
  transition: transform .4s;
}

.footer-list-item:hover {
  transform: translate(-11px);
}

.footer-logo {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.footer-contact-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.footernav-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.address-link {
  color: var(--ghost-white);
  margin-bottom: 16px;
  font-size: 14px;
  display: inline-block;
}

.sell-desc-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer-address-title {
  color: var(--ghost-white);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.footer-list-title {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.footer-top-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.about-before {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.breadcrumb-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.breadcrumb {
  color: var(--white);
  font-weight: 500;
}

.about-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-flex-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-box {
  width: 50%;
}

.about-desc-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.about-vila-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-single-vila {
  width: 50%;
}

.about-vila-icon {
  background-color: var(--beż);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  display: flex;
}

.about-vila-icon.light {
  color: var(--black);
  font-family: "Fa 400", sans-serif;
}

.about-vila-title {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.about-vila-desc {
  color: var(--font-color);
  width: 70%;
  font-size: 14px;
  line-height: 24px;
}

.about-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.about-bg-img.agent-bg-position {
  object-position: 50% 30%;
}

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

.vision-left {
  width: 40%;
}

.vision-right {
  width: 60%;
}

.vision-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.vision-img-wrapper {
  border-radius: 5px;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.vision-title-desc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 89%;
  margin-bottom: 30px;
  display: flex;
}

.vision-mission-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 5px;
  flex-direction: column;
  padding: 50px 40px;
  display: flex;
}

.vision-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vision-logo {
  flex: none;
  align-self: flex-start;
  width: 70px;
  position: relative;
}

.vision-logo-before {
  background-image: linear-gradient(to bottom, #ebf9f900, var(--white));
  position: absolute;
  inset: 0%;
}

.vision-title {
  color: var(--black);
  font-size: 26px;
}

.vision-desc {
  color: var(--font-color);
  font-size: 16px;
  line-height: 24px;
}

.vision-desc-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.vision-img-before {
  background-color: var(--black);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.about-service-section {
  background-color: var(--background-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-service-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.about-service-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-service-box {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px;
  transition: all .3s;
  box-shadow: 0 0 35px #00000014;
}

.about-service-box:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color), 0 0 54px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.about-serivce-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 45px;
}

.about-service-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.about-service-desc {
  color: var(--font-color);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.about-service-box-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-image-box {
  background-image: linear-gradient(-45deg, #fff 5%, #fff0 40%), linear-gradient(45deg, #fff0 60%, #fff 95%), linear-gradient(#fff0 60%, #fff 95%), linear-gradient(#fff 5%, #fff0 50%), linear-gradient(to right, #fff0 50%, #fff 95%), url('../images/Untitled-design---2024-02-09T152906.285.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 70%;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  position: relative;
}

.contact-page-form-block {
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 26px #42474c14;
}

.contact-page-contact-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.reach-title {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.reach-out-section {
  padding-bottom: 80px;
}

.reach-text-des {
  color: var(--black);
  font-weight: 400;
  line-height: 22.4px;
  transition: color .2s;
}

.reach-text-des:hover {
  color: #041613;
}

.reach-data-box {
  grid-row-gap: 4px;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.reach-icon {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

.reach-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.reach-image-data-box {
  border-radius: 12px;
  flex-direction: column;
  max-height: 270px;
  overflow: hidden;
}

.slider-image-frame {
  border-radius: 12px;
  width: 300px;
  max-width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.slider-image-frame.up {
  border-radius: 12px;
  margin-top: -50px;
  overflow: hidden;
}

.slider-image-frame.bottom {
  border-radius: 12px;
  height: 250px;
  position: relative;
  bottom: -155px;
  overflow: hidden;
}

.slider-image-frame.top {
  border-radius: 12px;
  height: 250px;
  overflow: hidden;
}

.slider-grid {
  grid-column-gap: 4.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-box {
  padding-top: 2%;
  padding-bottom: .5%;
  display: flex;
}

.slider-wrapper {
  margin-right: 4.5vw;
}

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

.slider {
  align-items: flex-end;
  display: flex;
}

.waves---expandable-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 20px 24px;
  display: flex;
}

.waves-expandable-master-faq-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 60%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.blog-list-banner {
  background-color: var(--background-color);
}

.blog-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 680px;
  padding-top: 110px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.blog-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-page-title {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.blog-before {
  z-index: -1;
  background-color: #061f11;
  position: absolute;
  inset: 0%;
}

.blog-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.blog-list-section-top {
  z-index: 10;
  margin-bottom: -325px;
  position: relative;
  transform: translate(0, -325px);
}

.top-blog-main-block {
  position: relative;
}

.single-blog-card {
  background-color: var(--white);
  box-shadow: 0 4px 15px 0 var(--hover-color);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.single-propertie-image {
  object-fit: cover;
  width: 100%;
  height: 425px;
  position: relative;
}

.single-blog-card-data {
  align-self: center;
}

.single-blog-heading {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.blog-des {
  color: var(--black);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 25.6px;
}

.three-blog-image-block {
  flex: none;
  width: 260px;
  height: 220px;
}

.three-blog-image-block._w-260 {
  height: 260px;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.three-blog-card-data {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.three-blog-heading {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-2 {
  background-color: var(--white);
  border-radius: 12px;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 15px #0003;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.blog-small-heading {
  color: var(--ghost-white);
  width: 49%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.6px;
}

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

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-section {
  height: 600px;
}

.image-2 {
  object-position: 50% 40%;
}

.blog-detail-section {
  margin-top: -124px;
}

.blog-detail-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.blog-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.blog-description {
  text-align: center;
  font-size: 16px;
  line-height: 25.6px;
}

.blog-description.max-width {
  max-width: 70%;
}

.blog-heading-block {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-reach-text-block {
  margin-top: 40px;
}

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

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  display: flex;
}

._404 {
  font-size: 80px;
  line-height: 80px;
}

._404-text {
  font-size: 17px;
  line-height: 23px;
}

.not-found {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.key-primary-404 {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-primary-404:active {
  background-color: #43464d;
}

.button-text-404 {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
  position: relative;
}

.button-text-404.absolute {
  position: absolute;
  top: 5rem;
}

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

.property-list-wraper-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.properties-filters-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.filters-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.all-property-link {
  color: var(--black);
}

.filter-group {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.filter-group-header {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.city-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.city-link-block {
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 4px 12px;
}

.city-link-block.w--current {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.location-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.location-link-block {
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 4px 12px;
}

.location-link-block.w--current {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

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

.property-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
}

.property-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.property-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.property-header-image {
  background-color: #061f11;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 575px;
  padding-bottom: 75.1875px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property-info-container {
  background-color: #061f11b8;
  padding: 12px 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.property-detail-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  display: flex;
}

.text-block-6 {
  text-transform: capitalize;
}

.property-all-detail-section {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.property-detail-text {
  justify-content: space-between;
  display: flex;
}

.property-detail-heading {
  text-transform: uppercase;
}

.property-detail-para {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.property-info-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.property-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-info-icon-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.property-icon-image {
  width: 28px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  height: 254.406px;
}

.location-link {
  align-self: center;
  width: 100%;
  height: 450px;
}

.propertie-link-block {
  background-color: var(--white);
  color: var(--black);
  width: 100%;
}

.image-3 {
  opacity: .22;
  mix-blend-mode: screen;
  object-fit: cover;
  background-color: #000;
}

.property-header-text {
  color: var(--white);
}

.property-header-para {
  color: var(--white);
  text-align: center;
  max-width: 60%;
  margin-top: 18px;
}

.property-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.property-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.blog-title-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-page-title {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.property-small-heading {
  color: var(--ghost-white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  width: 49%;
  margin-bottom: 0;
  font-weight: 500;
}

.property-before {
  z-index: -1;
  background-color: #061f11;
  position: absolute;
  inset: 0%;
}

.property-bg-img {
  opacity: .3;
  mix-blend-mode: screen;
  object-position: 50% 60%;
  background-color: #000;
}

.agent-breadcrumb {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

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

.agent-page-collection-item {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  width: 32%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.agent-page-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.agent-page-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-card-icon-data-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #041613;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.prooerties-address-2 {
  color: #04161366;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 22.4px;
}

.prooerties-address-2.p-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.reach-text-des-link {
  color: var(--white);
  font-weight: 500;
  line-height: 22.4px;
}

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

.agent-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.agent-wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
}

.agent-image-box {
  border-radius: 12px;
  width: 380px;
  height: 380px;
  overflow: hidden;
}

.about-agent-heading {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.agent-info {
  font-size: 16px;
  line-height: 22.4px;
}

.agent-image {
  object-position: 50% 20%;
}

.back-arrow {
  flex: none;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.agent-heading {
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.info-box {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.personal-info-data {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #041613;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.dot {
  background-color: #041613;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.agent-icon {
  flex: none;
  font-family: "Fa Solid 900", sans-serif;
}

.agent-card-data {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  border-top: 1px solid #e9e9e9;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 14px;
  padding-top: 16px;
  display: flex;
}

.privacy-descption {
  color: #041613;
  text-align: center;
  max-width: 55%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.privacy-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.privacy-title {
  color: #041613;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.privacy-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.terms-title {
  color: #041613;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

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

.terms-descption {
  color: #041613;
  text-align: center;
  max-width: 55%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.terms-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.property-text-heading {
  z-index: 2;
  position: absolute;
}

.read-more-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  border-bottom: 1px solid #000;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  text-decoration: none;
  display: inline;
}

.blog-list-des {
  color: var(--black);
  font-size: 14px;
  line-height: 18px;
}

.blog-collection-list-wrapper, .blog-collection-list, .blog-collection-item {
  height: 100%;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 28px;
  display: flex;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-faq-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udesly-faq-item-2 {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.html-embed {
  width: 20px;
  height: 20px;
}

.blog-arrow-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.propertie-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding-top: 217px;
  padding-bottom: 217px;
  display: flex;
}

.propertie-image-box {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 240px;
  position: relative;
}

.propertie-image-box.h-240 {
  height: 240px;
}

.propertie-image-box._w-290 {
  height: 290px;
}

.propertie-image-box.h-100 {
  height: 100%;
}

.collection-list-wrapper {
  margin-top: 15px;
}

.blog-collection-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: all .3s;
}

.blog-collection-item:hover {
  box-shadow: 0 25px 48px 0 var(--hover-color), 0 0 48px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.blog-collection-item.move-remove:hover {
  transform: none;
}

.home-success-message {
  background-color: #ddd0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.next-button {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-button:active {
  background-color: #43464d;
}

.previous-buttons {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.previous-buttons:active {
  background-color: #43464d;
}

.pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
}

.next {
  background-color: #fafafa00;
  border-style: none;
  flex: none;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.previous {
  background-color: #fafafa00;
  border-style: none;
  width: 100%;
  max-width: 118px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.submit {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--small-heading-font-size\<deleted\|variable-322b5068-967c-dabf-50af-a20998ed8299\>);
  line-height: var(--small-heading-line-height\<deleted\|variable-8fe9f3a4-5b6f-8ee0-c509-76b23e3b8264\>);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit:active {
  background-color: #43464d;
}

.image-4 {
  width: 200px;
}

.text-span-3 {
  border-bottom: 1px solid var(--ghost-white);
  line-height: 60px;
}

.text-span-4 {
  color: var(--turkus);
}

.text-span-5 {
  font-weight: 500;
}

.text-span-6 {
  color: var(--turkus);
  font-weight: 400;
}

.image-5 {
  object-position: 70% 50%;
}

.text-span-7, .text-span-8 {
  color: var(--turkus);
}

.cell {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: all .3s;
}

.cell:hover {
  box-shadow: 0 13px 12px 0 var(--hover-color), 0 2px 5px 0 var(--hover-color);
  transform: translate(0, -10px);
}

.image-6 {
  object-position: 50% 25%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 350px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.agent-social-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.agent-social-copy {
  border: 1px solid var(--ghost-white);
  color: var(--font-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa Brands 400", sans-serif;
  transition: all .4s;
  display: flex;
}

.agent-social-copy:hover {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--black);
}

.heading {
  font-weight: 400;
}

.heading-2 {
  font-size: 17px;
  font-weight: 400;
}

.heading-3, .heading-4, .heading-5 {
  margin-bottom: 10px;
}

.div-block-10 {
  background-color: #fff;
  width: 60%;
  height: 2px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.left-arrow {
  z-index: 100;
  background-color: #000;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  inset: auto 0% -9% -15%;
  overflow: visible;
}

.paragraph---how-it-works {
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  line-height: 140%;
}

.how-it-works-section {
  z-index: 101;
  margin-bottom: 0%;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
}

.slide-nav-2 {
  z-index: 10;
  color: #000;
  bottom: -10%;
}

.right-arrow {
  z-index: 10000;
  color: #000;
  background-color: #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  inset: auto -13% 1% 0%;
  box-shadow: 0 2px 5px #0003;
}

.right-arrow.designed {
  z-index: 100;
  bottom: -9%;
  right: -15%;
}

.arrow {
  transform: rotate(0);
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slide-2 {
  margin-left: 8%;
  margin-right: 10%;
}

.image-12 {
  border-radius: 20px;
  max-width: 100%;
  position: relative;
  left: -55px;
}

.heading-15 {
  color: #fff;
  font-weight: 600;
}

.div-block-9 {
  background-image: linear-gradient(358deg, #000, #0006 91%, #b3b3b380 100%, #000), url('../images/Untitled-design---2024-02-09T163047.597.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  width: 100%;
  height: 730px;
  margin-top: 10%;
  padding-top: 5%;
}

.mask-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-headline---how-it-works {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}

.quick-stack-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
}

.slider-2 {
  background-color: #fff0;
  height: 650px;
  position: relative;
  top: 0;
}

.heading-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-weight: 400;
}

.paragraph---how-it-works-copy {
  color: #fff;
  margin-top: 20px;
  font-size: 13px;
  line-height: 140%;
}

.image-6-copy {
  object-position: 50% 4%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 260px;
}

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

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

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

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

.image-10 {
  width: 60px;
  max-width: none;
}

.button {
  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:hover {
  text-decoration: none;
  transform: scale(.95);
}

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

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

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

.button.header-button.hero.pakiety.pakiet-1 {
  background-color: var(--turkus);
  color: var(--beż);
}

.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: var(--turkus);
}

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

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

.list-text.yellow {
  color: var(--turkus);
  font-size: 15px;
}

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

.pricing-wrapper {
  padding: 50px;
}

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

.pricing-wrapper.left {
  float: none;
  background-color: var(--beż);
  text-align: left;
  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;
}

.subtittle {
  color: var(--black);
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

.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: var(--turkus);
  margin-top: 0;
  margin-bottom: 8px;
  padding-right: 5px;
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
}

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

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

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

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

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

.color-line {
  border-bottom: 3px solid var(--turkus);
  background-color: var(--beż);
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line.pricing {
  background-color: var(--black);
  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;
}

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

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

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

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

.image-7.yellow, .text-span-13 {
  color: var(--turkus);
}

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

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

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  font-size: 18px;
}

.bold-text-9 {
  margin-top: 15px;
  font-size: 18px;
  display: block;
}

.text-span-14 {
  font-size: 1.1rem;
  font-weight: 700;
}

.div-block-52 {
  margin: 5%;
}

.paragraph-9 {
  margin-top: 5%;
}

.small-heading-copy {
  color: var(--ghost-white);
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.small-heading-copy.black {
  color: var(--black);
}

.small-heading-copy.black.hide {
  text-align: right;
  white-space: nowrap;
  flex: 1;
  transition: color .3s ease-in-out;
}

.small-heading-copy.black.hide:hover {
  text-decoration: underline;
}

.small-heading-copy.white-50 {
  color: var(--font-color);
}

.small-heading-copy.color {
  color: #aeaeae;
}

.small-heading-copy.capital {
  text-align: center;
  text-transform: uppercase;
}

.small-heading-copy.primary {
  color: var(--primary-color);
}

.small-heading-copy.propertie-color {
  color: var(--black);
  margin-top: 10px;
  font-weight: 600;
}

.small-heading-copy.team-heading {
  color: var(--black);
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}

.small-heading-copy.center {
  color: var(--black);
  display: none;
}

.small-heading-copy.centers {
  text-align: center;
  margin-bottom: 8px;
}

.small-heading-copy.back, .small-heading-copy.center {
  color: var(--black);
}

.small-heading-copy.privacy-heading {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
}

.small-heading-copy.properi-list {
  color: var(--black);
  font-weight: 600;
}

.text-span-15 {
  font-weight: 500;
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.cell-copy {
  border: 1px none var(--border-color);
  border-radius: 12px;
}

.image-16 {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(1.2);
}

.image-17 {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(1.2);
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_description {
  font-size: .8rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.checkbox-label {
  color: #5c5c5c;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
}

.checkbox {
  flex: none;
  width: 15px;
  height: 15px;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 10px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .property-info-box {
    flex-wrap: wrap;
  }

  .image-12 {
    max-width: 100%;
  }

  .cell-copy {
    transition-property: none;
  }

  .cell-copy:hover {
    box-shadow: none;
    transform: none;
  }
}

@media screen and (min-width: 1440px) {
  .button-text.absolute {
    color: var(--white);
    top: 5rem;
  }

  .left-arrow {
    bottom: -11%;
    left: -10%;
  }

  .how-it-works-section {
    z-index: 101;
    aspect-ratio: auto;
    position: relative;
  }

  .slide-nav-2 {
    bottom: -80px;
  }

  .right-arrow.designed {
    bottom: -11%;
    right: -10%;
  }

  .image-12 {
    max-width: 130%;
    height: 600px;
    position: relative;
  }

  .div-block-9 {
    height: 750px;
  }

  .mask-2 {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  .text-field::placeholder {
    font-size: 15px;
    line-height: 28px;
  }

  .form-button {
    font-size: 20px;
    line-height: 30px;
  }

  .card-arror-icon {
    flex: 1;
  }

  .blog-card {
    flex-direction: column;
    display: flex;
  }

  .blog-card-data {
    flex: 1;
  }

  .contact-img-box {
    right: -56px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sell-btn, .footer-social {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-image-section {
    height: 700px;
  }

  .filter-group-header-text, .agent-social-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph---how-it-works {
    font-size: 23px;
  }

  .slider-headline---how-it-works {
    font-size: 35px;
  }

  .paragraph---how-it-works-copy {
    font-size: 23px;
  }
}

@media screen and (max-width: 991px) {
  img {
    width: 100%;
  }

  blockquote {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-no-shadow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 80%;
    margin-bottom: 30px;
  }

  .small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    max-width: 100%;
  }

  .small-heading.black.hide {
    text-align: right;
  }

  .site-logo-t7 {
    flex: 0 auto;
    display: none;
  }

  .site-logo-t7.none {
    display: block;
  }

  .site-logo-t7.show {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .navbar-wrapper {
    z-index: 9;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-menu-t7 {
    z-index: 99;
    background-color: var(--white);
    height: 100%;
    max-height: 100%;
    padding: 20px;
    position: fixed;
    inset: 0%;
  }

  .icon-7 {
    color: var(--ghost-white);
    font-size: 40px;
    line-height: 40px;
  }

  .close-icon-wrapper-t7 {
    z-index: 999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
  }

  .nav-link {
    color: var(--black);
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .menu-button-t7 {
    display: block;
  }

  .menu-button-t7.w--open {
    background-color: #fff0;
  }

  .logo-mobile-wrapper-t7 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar {
    margin-bottom: 0;
    top: auto;
  }

  .list-box {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .logo.res-nav-in {
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--black);
  }

  .hero-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .hero-form-block {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .form-description {
    font-size: 10px;
    line-height: 18px;
  }

  .form-button {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
  }

  .hero-section-img-data {
    padding: 18px 24px;
  }

  .img-text {
    font-size: 18px;
    line-height: 24px;
  }

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

  .about-card-grid {
    width: 100%;
  }

  .about-us-wrapper {
    flex-direction: column;
  }

  .about-us-data {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .about-us-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .about-us-des {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
  }

  .about-us-card {
    align-items: flex-start;
    padding: 40px 38px;
  }

  .about-us-card-heading {
    font-size: 48px;
    line-height: 56.8px;
  }

  .about-card-des {
    font-size: 20px;
    line-height: 28px;
  }

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

  .section-heading {
    font-size: var(--tab-section-heading-font-size\<deleted\|variable-33852d2c-b0ad-4fff-52bc-4fb8b0320126\>);
    line-height: var(--tab-section-heading-line-height\<deleted\|variable-10fff40c-9bca-cefd-b0f3-acf0e8569a34\>);
  }

  .properties-heading-data {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .prooerties-address {
    font-size: 13px;
    line-height: 20px;
  }

  .card-icon {
    font-size: 13px;
  }

  .section-description {
    font-size: var(--tab-section-description-font-size\<deleted\|variable-b42ab636-9d45-27ef-6af0-1638b86094d5\>);
    line-height: var(--tab-section-description-line-height\<deleted\|variable-0203159a-4d9a-2941-3f71-f055ff4e4ca0\>);
  }

  .section-description.cta-des {
    max-width: 70%;
  }

  .section-description.tab-center {
    text-align: center;
  }

  .section-description.max {
    max-width: 95%;
  }

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

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .testimonials-data {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .testimonials-img-box, .testimonials-grid {
    width: 100%;
  }

  .testimonials-img {
    width: 50px;
    height: 50px;
  }

  .testimoni-text-data {
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
  }

  .testimoni-star-image {
    width: 120px;
    height: 20px;
  }

  .cta-section {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-card-icon-data {
    font-size: 13px;
  }

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

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

  .k-eymetrics-grid {
    grid-template-columns: 1fr;
  }

  .keymetrics-image-data {
    height: 650px;
  }

  .keymetrics-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .downloads-numbers, .active-numbers, .happy-numbers {
    justify-content: center;
  }

  .key-primary {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .key-des {
    font-size: 13px;
    line-height: 20px;
  }

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

  .kay-box-data {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .submit-button {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .contact-img-box {
    right: 0;
  }

  .contact-title-wrapper {
    width: 100%;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .contact-box {
    width: 100%;
  }

  .footer-box {
    width: 50%;
    padding-right: 20px;
  }

  .sell-btn {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .sell-img-wrapper {
    width: 123.938px;
  }

  .sell-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sell-desc-box {
    text-align: center;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-breadcrumb {
    height: 400px;
  }

  .about-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-flex-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-box {
    width: 100%;
  }

  .about-desc-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .about-bg-img {
    width: 100%;
  }

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

  .vision-left, .vision-right {
    width: 100%;
  }

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

  .vision-img-wrapper {
    width: 100%;
    max-width: 470px;
  }

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

  .about-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-serivce-icon {
    margin-bottom: 35px;
  }

  .contact-image-box {
    width: 100%;
    display: none;
  }

  .reach-text-des {
    font-size: 13px;
    line-height: 20px;
  }

  .reach-icon {
    font-size: 28px;
    line-height: 34.8px;
  }

  .reach-grid {
    grid-template-columns: 1fr;
  }

  .reach-image-data-box {
    display: none;
  }

  .slider-image-frame.up {
    width: 280px;
  }

  .slider-image.down {
    width: 100%;
  }

  .waves-expandable-master-faq-2 {
    max-width: 100%;
  }

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

  .blog-des {
    font-size: 14px;
    line-height: 20.2px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .blog-small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    width: 100%;
    max-width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-main-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .key-primary-404 {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

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

  .properties-filters-wrapper {
    max-width: none;
  }

  .filter-group {
    align-items: flex-start;
  }

  .city-collection-list {
    justify-content: flex-start;
  }

  .property-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .property-all-detail-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .property-detail-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .property-detail-para {
    width: 100%;
  }

  .property-header-para {
    max-width: none;
  }

  .property-breadcrumb {
    height: 400px;
  }

  .property-small-heading {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    width: 100%;
    max-width: 100%;
  }

  .agent-breadcrumb {
    height: 400px;
  }

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

  .agent-page-collection-item {
    width: 48%;
  }

  .agent-page-collection-list {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-card-icon-data-2 {
    font-size: 13px;
  }

  .prooerties-address-2, .reach-text-des-link {
    font-size: 13px;
    line-height: 20px;
  }

  .agent-detail-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .agent-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .agent-image-box {
    width: auto;
  }

  .agent-info {
    font-size: 13px;
    line-height: 20px;
  }

  .privacy-descption, .terms-descption {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20.2px;
  }

  .blog-list-des {
    font-size: 14px;
    line-height: 20.2px;
  }

  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-success-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 22px;
  }

  .next-button, .previous-buttons, .submit {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    margin-top: 18px;
  }

  .image-5 {
    width: 100%;
  }

  .heading-13 {
    font-size: 60px;
  }

  .left-arrow {
    left: -20%;
  }

  .paragraph---how-it-works {
    margin-top: 15px;
    font-size: 15px;
  }

  .right-arrow.designed {
    right: -20%;
  }

  .image-12 {
    max-width: 130%;
  }

  .div-block-9 {
    height: 750px;
  }

  .quick-stack-29 {
    padding-right: 10px;
  }

  .slider-2 {
    height: 550px;
  }

  .paragraph---how-it-works-copy {
    margin-top: 15px;
    font-size: 15px;
  }

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

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

  .button.header-button.hero.pakiety {
    background-color: var(--turkus);
    color: #effafb;
  }

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

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

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

  .subtittle {
    font-size: 20px;
  }

  .container-3 {
    position: relative;
  }

  .small-heading-copy {
    font-size: var(--tab-small-heading-font-size\<deleted\|variable-9c4a486c-05b9-8586-bd69-d60b3b47846a\>);
    line-height: var(--tab-small-heading-line-height\<deleted\|variable-69d83f9e-bd9a-c7b2-ca1d-7b7e49f65bfd\>);
    max-width: 100%;
  }

  .small-heading-copy.black.hide {
    text-align: right;
  }

  .image-13, .image-14, .image-15 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
  }

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

  .hero-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

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

  .hero-section-img-data {
    margin-top: 18px;
  }

  .card-icon-data {
    flex-wrap: wrap;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .downloads-numbers {
    overflow: hidden;
  }

  .contact-divider-wrapper, .contact-form-icon {
    display: none;
  }

  .contact-img-wrapper {
    margin-right: 20px;
  }

  .contact-btn {
    justify-content: center;
  }

  .contact-flex-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .contact-img-box {
    display: none;
  }

  .contactt-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-box {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-box {
    width: 100%;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-row-gap: 24px;
  }

  .sell-box-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

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

  .footernav-list {
    display: none;
  }

  .about-breadcrumb {
    height: 350px;
  }

  .about-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-desc-wrapper {
    margin-bottom: 20px;
  }

  .about-vila-desc {
    width: 100%;
  }

  .vision-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vision-img-wrapper {
    height: 620px;
  }

  .vision-title-desc {
    width: 100%;
  }

  .vision-mission-box {
    padding: 40px 20px;
  }

  .vision-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vision-title {
    font-size: 24px;
    line-height: 28px;
  }

  .vision-desc {
    font-size: 16px;
  }

  .about-service-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-serivce-icon {
    margin-bottom: 30px;
  }

  .about-service-title {
    font-size: 20px;
  }

  .contact-image-box {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .three-blog-image-block {
    width: 180px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-description {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-heading-block {
    max-width: 84%;
  }

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

  .property-header-image {
    height: 575px;
  }

  .property-detail-block {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .property-all-detail-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property-info-box {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
  }

  .location-link {
    width: 100%;
    height: 300px;
  }

  .property-breadcrumb, .agent-breadcrumb {
    height: 350px;
  }

  .agent-page-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .agent-card-data {
    flex-wrap: wrap;
  }

  .div-block-4 {
    justify-content: space-between;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .left-arrow {
    bottom: -13%;
    left: -25%;
  }

  .paragraph---how-it-works {
    font-size: 14px;
  }

  .slide-nav-2 {
    bottom: -15%;
  }

  .right-arrow.designed {
    bottom: -13%;
    right: -25%;
  }

  .image-12 {
    max-width: 100%;
    height: auto;
  }

  .mask-2 {
    width: 90%;
  }

  .quick-stack-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-2 {
    height: 500px;
  }

  .paragraph---how-it-works-copy {
    font-size: 14px;
  }

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

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

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

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

  .paragraph-7 {
    font-size: .9rem;
  }

  .small-heading-copy.center {
    text-align: center;
  }

  .clone-me-2 {
    display: block;
    bottom: 110px;
  }

  .button_call-2 {
    background-color: #000;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section {
    padding-bottom: 30px;
  }

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

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

  .small-heading {
    font-size: 15px;
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .small-heading.black.hide {
    display: none;
  }

  .small-heading.white-50 {
    text-align: center;
  }

  .small-heading.propertie-color {
    margin-top: 6px;
  }

  .small-heading.team-heading {
    font-size: 16px;
  }

  .small-heading.center {
    text-align: center;
    display: block;
  }

  .small-heading.privacy-heading {
    margin-bottom: 10px;
  }

  .small-heading.properi-list {
    margin-top: 6px;
  }

  .home-icon {
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
  }

  .close-icon-wrapper-t7 {
    width: 25px;
    height: 25px;
  }

  .nav-link {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .logo {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-form-block {
    padding: 22px;
  }

  .form-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .form-description {
    font-size: 10px;
    line-height: 14px;
  }

  .form-description.pt-22 {
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 18px;
  }

  .form {
    margin-top: 16px;
  }

  .form-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-field {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .form-button {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-button.padding, .form-button.padding-copy, .form-button.padding-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-round-img {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  .hero-section-img-data {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 14px 28px;
  }

  .img-text {
    font-size: 16px;
    line-height: 20px;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .about-us-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-us-data {
    padding: 18px;
  }

  .about-us-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .about-us-des {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .about-us-card-heading {
    font-size: 32px;
    line-height: 40px;
  }

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

  .section-heading {
    font-size: var(--mobile-section-heading-font-size\<deleted\|variable-3b4a6f5c-6f95-11d7-0520-fbd1fa85668f\>);
    line-height: var(--mobile-section-heading-line-height\<deleted\|variable-8ef5dcdf-930f-550a-76b6-b00d0321a727\>);
  }

  .section-heading.blog-page {
    width: 250px;
  }

  .properties-deta {
    flex-direction: column;
    align-items: flex-start;
  }

  .propertie-image {
    height: 200px;
  }

  .prooerties-address {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .prooerties-address.p-0 {
    font-size: 12px;
    line-height: 18px;
  }

  .card-icon {
    font-size: 11px;
    line-height: 18px;
  }

  .card-arror-icon {
    flex: none;
    width: 18px;
    height: 18px;
    padding: 0;
  }

  .card-icon-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .section-description {
    font-size: var(--mobile-section-description-font-size\<deleted\|variable-b2419298-c4f9-d290-daaf-bfcd7c622e4f\>);
    line-height: var(--mobile-section-description-line-height\<deleted\|variable-d7c506b8-805a-2d4a-36f8-3aab1c6d868f\>);
  }

  .section-description.cta-des {
    max-width: none;
  }

  .properties-description {
    padding: 8px 14px;
    font-size: 8px;
    line-height: 8px;
  }

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

  .service-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .a-faq-dropdown {
    padding: 24px;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .what_make_deta {
    flex-direction: column;
    display: flex;
  }

  .make_qustion {
    padding: 14px 18px;
    line-height: 20px;
  }

  .ans_icon_1 {
    width: 26px;
    height: 26px;
  }

  .make_ans {
    padding-left: 18px;
    padding-right: 18px;
    line-height: 20px;
  }

  .testimonials-data {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
    margin-top: 24px;
  }

  .testimonials-img-box {
    height: 310px;
  }

  .testimonials-grid {
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .cta-section {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .team-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .team-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .team-card-icon-data {
    font-size: 12px;
  }

  .team-card-icon {
    flex: 1;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 9px;
  }

  .team-card-icon-2 {
    font-size: 14px;
  }

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

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

  .keymetrics-image-data {
    height: 480px;
  }

  .key-primary {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .keymetrics-image-three {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 15px;
  }

  .key-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .key-icon-border {
    padding: 8px;
  }

  .keymetrics-image-four {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    left: 5%;
  }

  .key-des {
    font-size: 11px;
    line-height: 18px;
  }

  .kay-icon-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

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

  .blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 18px;
  }

  .kay-box-data {
    flex-direction: column;
  }

  .submit-button {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .contactt-form-block {
    padding: 30px 15px;
  }

  .contact-address-txt {
    word-break: break-all;
  }

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

  .footer-box {
    padding-right: 0;
  }

  .sell-btn {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    white-space: nowrap;
  }

  .sell-box-wrapper {
    margin-bottom: 80px;
  }

  .footer-logo {
    font-size: 40px;
    line-height: 50px;
  }

  .about-breadcrumb {
    height: 300px;
  }

  .about-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-vila-wrapper {
    flex-direction: column;
  }

  .about-single-vila {
    width: 100%;
  }

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

  .vision-img-wrapper {
    height: 500px;
  }

  .vision-mission-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vision-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .vision-title {
    font-size: 22px;
    line-height: 26px;
  }

  .vision-desc {
    font-size: 14px;
    line-height: 22px;
  }

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

  .about-service-box {
    padding: 20px;
  }

  .about-serivce-icon {
    margin-bottom: 20px;
  }

  .about-service-desc {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-page-form-block {
    padding: 30px 15px;
  }

  .contact-page-contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reach-out-section {
    padding-bottom: 40px;
  }

  .reach-text-des {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reach-icon {
    font-size: 24px;
    line-height: 30.4px;
  }

  .slider-image-frame.up {
    width: 250px;
  }

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

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

  .single-propertie-image {
    height: 200px;
  }

  .single-blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .single-blog-heading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-des {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18.8px;
  }

  .three-blog-image-block {
    width: 100%;
  }

  .three-blog-card-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 18px;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }

  .blog-small-heading {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .blog-detail-main-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .blog-description {
    max-width: 100%;
  }

  .key-primary-404 {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .property-header-container {
    align-items: flex-start;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .location-link {
    height: 250px;
  }

  .rich-text-block, .rich-text-block-2, .rich-text-block-3 {
    font-size: 14px;
    line-height: 20.2px;
  }

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

  .property-breadcrumb {
    height: 300px;
  }

  .property-small-heading {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
  }

  .agent-breadcrumb {
    height: 300px;
  }

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

  .agent-page-collection-item {
    width: 100%;
  }

  .agent-page-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .prooerties-address-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .prooerties-address-2.p-0 {
    font-size: 12px;
    line-height: 14px;
  }

  .reach-text-des-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .agent-detail-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .agent-grid, .agent-wrapper {
    display: block;
  }

  .agent-image-box {
    height: auto;
    margin-bottom: 20px;
  }

  .agent-info {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .agent-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-box {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .personal-info-data {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .agent-card-data {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .privacy-descption {
    font-size: 12px;
    line-height: 18.8px;
  }

  .privacy-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .terms-title {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .terms-descption {
    font-size: 12px;
    line-height: 18.8px;
  }

  .property-text-heading {
    align-items: center;
    height: 100%;
    padding-bottom: 155px;
    display: flex;
  }

  .blog-list-des {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18.8px;
  }

  .div-block-4 {
    padding: 18px;
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .propertie-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-wrapper {
    flex: none;
  }

  .home-success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .next-button, .previous-buttons, .submit {
    font-size: var(--mobile-small-heading-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>);
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 8px;
    padding: 8px 14px;
  }

  .image-4 {
    width: 150px;
  }

  .text-span-3 {
    border-bottom-color: var(--turkus);
    line-height: 40px;
  }

  .image-5, .image-6 {
    width: 100%;
  }

  .quick-stack {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .heading-2 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 37px;
  }

  .left-arrow {
    bottom: -115%;
    left: -38%;
  }

  .paragraph---how-it-works {
    color: #000;
    text-align: center;
    font-size: 15px;
  }

  .how-it-works-section {
    padding-bottom: 700px;
  }

  .slide-nav-2 {
    position: absolute;
    bottom: -117%;
  }

  .right-arrow.designed {
    bottom: -115%;
    right: -38%;
  }

  .slider-secion {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-12 {
    width: 90%;
    max-width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .heading-15 {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

  .div-block-9 {
    height: 600px;
  }

  .mask-2 {
    width: 100%;
  }

  .slider-headline---how-it-works {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-29 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-14 {
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 23px;
  }

  .paragraph---how-it-works-copy {
    color: #000;
    text-align: center;
    font-size: 15px;
  }

  .image-6-copy {
    width: 100%;
  }

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

  .button.header-button.hero.pakiety {
    background-color: var(--turkus);
  }

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

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

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

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

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

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

  .paragraph-7 {
    font-size: .8rem;
  }

  .small-heading-copy {
    font-size: 15px;
    line-height: var(--mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>);
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .small-heading-copy.black.hide {
    display: none;
  }

  .small-heading-copy.white-50 {
    text-align: center;
  }

  .small-heading-copy.propertie-color {
    margin-top: 6px;
  }

  .small-heading-copy.team-heading {
    font-size: 16px;
  }

  .small-heading-copy.center {
    text-align: center;
    display: block;
  }

  .small-heading-copy.privacy-heading {
    margin-bottom: 10px;
  }

  .small-heading-copy.properi-list {
    margin-top: 6px;
  }

  .slider-secion-copy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    width: 100%;
  }

  .clone-me-2 {
    bottom: 100px;
  }

  .button_call-2 {
    background-color: #000;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }
}

#w-node-fc26f9e0-a9df-1a36-77e2-d60b4f310248-c0544317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-c3bee54f-42fb-b708-9420-4914edd25e3d-c0544317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-e6c479f2-3972-2116-a0bd-57d896f75cae-c0544317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2c3501-c4b6-dcba-58e4-aa36cf5b5333-c0544317, #w-node-_9140abc6-763f-3042-f2c0-91d539d5c54b-c0544317, #w-node-d1c04d23-09f3-eaa5-6166-993ed12e773d-c0544317, #w-node-d1c04d23-09f3-eaa5-6166-993ed12e773e-c0544317, #w-node-_83f152e0-bb5f-6be5-e6ed-cdd5e0114a81-c0544317, #w-node-_83f152e0-bb5f-6be5-e6ed-cdd5e0114a82-c0544317, #w-node-_8655e582-3fb6-0e73-70b8-70425fcb189f-c0544317, #w-node-_8655e582-3fb6-0e73-70b8-70425fcb18a0-c0544317, #w-node-_0a9df423-a63e-ff2e-f570-b40995d49dab-c0544317, #w-node-_0a9df423-a63e-ff2e-f570-b40995d49dac-c0544317, #w-node-_95817b66-077a-4b8b-0dbb-23886aa20a01-c0544317, #w-node-_95817b66-077a-4b8b-0dbb-23886aa20a02-c0544317, #w-node-_3a94d6f8-c408-ddbf-6558-4693ed91dab5-c0544317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff635d-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff636a-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff6379-c0544317 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8c7-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8c8-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8d0-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8d1-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8d9-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8da-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8e2-1ceff8b8, #w-node-_684bd0db-f9cb-99e2-8ca3-e10b1ceff8e3-1ceff8b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c855a3e-9cce-12e3-a6ec-c50581986db3-83ab51a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66934c-9c669348, #w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66936f-9c669348, #w-node-_67830bcb-755a-589c-74cd-dbeb40e7af12-c054431b, #w-node-bd5e9551-6dd4-33a1-3490-fc5a75202527-c054431b, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1a-c054431c, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1c-c054431c, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb27-c054431c, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb29-c054431c, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb34-c054431c, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb36-c054431c, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9d8-c054431c, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9da-c054431c, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9dc-c054431c, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9de-c054431c, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9e0-c054431c, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f1-c054431c, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f3-c054431c, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f5-c054431c, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f7-c054431c, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f9-c054431c, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f97-c054431c, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f99-c054431c, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9b-c054431c, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9d-c054431c, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9f-c054431c, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2cc-c054431c, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2ce-c054431c, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d0-c054431c, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d2-c054431c, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d4-c054431c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff635d-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff636a-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff6379-c0544317 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_33a6a269-755f-8806-be7c-78a5c186cb29-c054431c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7c855a3e-9cce-12e3-a6ec-c50581986db3-83ab51a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c855a3e-9cce-12e3-a6ec-c50581986db3-83ab51a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff635d-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff636a-c0544317, #w-node-b5d4b72e-aeaf-2874-b1fa-20e563ff6379-c0544317 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}