@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 {
  --primary-color: #f8f8f8;
  --font-family: Poppins, sans-serif;
  --black: #041613;
  --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-font-size\<deleted\|variable-7d2ccac6-4824-72b1-4ba9-9c9760f078bb\>: 12px;
  --mobile-small-heading-line-height\<deleted\|variable-9ef5c14e-5b7d-36a1-4d61-946c5da86a4b\>: 18.8px;
  --header: #00224e;
  --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;
  --header1: var(--header);
  --white: white;
  --border-color: #e9e9e9;
  --font-color: #04161366;
  --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-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

@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(--primary-color);
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
  box-shadow: 10px 0 30px 4px #3d3d3d40;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.hero-section {
  clear: none;
  background-color: #00185554;
  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%;
  margin-bottom: 100px;
  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: #424b7080;
}

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

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

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

.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 {
  color: var(--black);
  background-color: #78cbff;
  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(--header);
  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(--header1);
  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: 52px;
  font-weight: 600;
  line-height: 80px;
}

.hero-form-block {
  background-color: var(--ghost-white);
  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;
}

.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: #090049;
  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(--primary-color);
  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(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-span {
  color: #00145c;
}

.background-image {
  z-index: -1;
  background-color: #061f11;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-image.service {
  background-color: #060e1fb3;
}

.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;
  position: relative;
}

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

.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(--primary-color);
  border-radius: 12px;
  flex-direction: column;
  padding: 50px 44px;
  display: flex;
}

.about-us-card-heading {
  color: var(--header);
  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(--header);
  font-family: "Fa 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

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

.card-home-icon {
  color: var(--header);
  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 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

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

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

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

.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);
  font-size: 18px;
  line-height: 30.6px;
}

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

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

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

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

.properties-description {
  background-color: var(--header);
  color: var(--primary-color);
  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;
  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 {
  opacity: 1;
  background-color: #ebf9f9;
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.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(--primary-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.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);
  background-color: #00064d;
  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: flex-start;
  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: flex-start;
  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: flex-start;
  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(--primary-color);
  color: var(--white);
  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(--header);
  color: var(--ghost-white);
  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(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
  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;
  color: var(--primary-color);
  display: flex;
  position: relative;
}

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

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

.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: 16px;
  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: 35%;
  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(--header);
  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(--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(--ghost-white);
  border: 1px solid #04161366;
  border-radius: 10px;
  height: 52px;
}

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

.footer {
  background-color: #7f8492;
  padding-top: 60px;
  padding-bottom: 30px;
}

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

.sell-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 30px 30px 45px;
  display: flex;
  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: 15px;
  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: 450px;
  display: flex;
  position: relative;
}

.about-before {
  z-index: -1;
  background-color: #0e1042ba;
  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(--header);
  color: var(--white);
  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 {
  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(--ghost-white);
  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(90deg, #fff0 50%, #fff 95%), url('../images/Design-ohne-Titel---2025-05-14T170651.455.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 40%;
  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(--header);
  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: #08061f;
  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);
  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;
}

.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: #000000db;
  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: #07061fb8;
  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: 0;
  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(--header);
  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: #09061f;
  height: 0;
  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: 300px;
  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);
  text-align: center;
  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(--header);
  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(--header);
  color: var(--black);
  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: 1px solid #00224e;
  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;
}

.checkbox-label {
  color: var(--ghost-white);
  font-size: 12px;
  font-weight: 500;
}

.section {
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.content_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_wrapper.content_align_center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacing_24 {
  height: 24px;
}

.line_divider {
  background-color: #dee2e5;
  width: 100%;
  height: 1px;
}

.button_icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #070707;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button_icon:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.text_color_grey {
  color: #484848;
}

.text_color_grey.text_width_medium {
  text-align: center;
  max-width: 60ch;
}

.text_color_grey.text_width_small {
  max-width: 17ch;
}

.spacing_8 {
  height: 8px;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon_wrapper {
  background-color: #fff9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.icon_wrapper:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px #0000000d;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon_16x16 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_distribute.link_block {
  color: #070707;
  background-color: #bec0cc;
  border-radius: 16px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.flex_wrapper.flex_distribute.flex_alignt_top {
  align-items: flex-start;
}

.flex_wrapper.flex_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex_wrapper.flex_left.flex_gap_medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.spacing_48 {
  height: 48px;
}

.spacing_20 {
  height: 20px;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.green {
  background-color: #94d7c5;
  background-image: url('../images/social_bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.pink {
  background-color: #f4dfe2;
  background-image: url('../images/purbple_g_pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.white {
  background-color: #b8b8b8;
  background-image: url('../images/white_bg_pattern.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.black {
  color: #fff;
  background-color: #00224e;
}

.text_color_black {
  color: #070707;
}

.font_weight_bold {
  font-weight: 700;
}

.text_color_green {
  color: #1f4a47;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.spacing_32 {
  height: 32px;
}

.icon_48x48 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.spacing_4 {
  height: 4px;
}

.link_cloud_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text_color_muted {
  opacity: .6;
}

.icon_64x64 {
  width: 64px;
  height: 64px;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.input_field {
  background-color: #dee2e5;
  border: 1px #000;
  border-radius: 16px;
  height: 48px;
  margin-bottom: 0;
}

.input_field:focus {
  border-style: solid;
  border-color: #070707;
}

.article_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 180px;
}

.button {
  text-align: center;
  background-color: #783ff3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.button:hover {
  background-color: #070707;
}

.button.full_width {
  background-color: #00224e;
  width: 100%;
}

.button.background_white {
  color: var(--primary-color);
  text-align: center;
  background-color: #00224e;
}

.button.background_white:hover {
  color: #fff;
  background-color: #070707;
}

.form_2col_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.small_text {
  font-size: 12px;
}

.form-block {
  margin-bottom: 16px;
}

.article_item {
  color: #070707;
  text-decoration: none;
}

.spacing_16 {
  height: 16px;
}

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

.book_item {
  color: #070707;
  text-decoration: none;
}

.book_image {
  border: 4px #fff;
  border-radius: 16px;
}

.image-5 {
  width: 256px;
  height: 256px;
}

.button-2 {
  text-align: center;
  background-color: #c1cbd8;
  border-radius: 10px;
  align-self: auto;
}

.right-floating-cookie {
  background-color: #000;
  border-radius: 10px;
  width: 625px;
  padding: 25px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.white-text {
  color: #fff;
}

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

.right-cookie-image {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.cookie-button-blue {
  color: #000;
  background-color: #b5e3f4;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  color: #fff;
  background-color: #000;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.heading, .heading-2 {
  font-size: 16px;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone14-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 95.8%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.mockup-subtitle {
  color: #ffebb7;
  letter-spacing: -.01em;
  max-width: 24em;
  margin: 1em auto;
  font-size: 1.4em;
  line-height: 1.4;
}

.mockup-title-wrapper {
  color: #ffebb7;
  text-align: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 7em;
}

.mockup-title {
  color: #6e3b0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #ffd2a9, #ff9500);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6em;
  font-weight: 600;
  line-height: .95;
}

.image-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.mockup-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-wrapper.is-first {
  margin-top: -4em;
}

.mockup-overlap {
  background-color: #161616;
  height: 25em;
  position: absolute;
  inset: auto 0% 0%;
}

.section-intro-mockups {
  background-color: #000;
  background-image: linear-gradient(172deg, #0000 54%, #af7a50);
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.iphone14-image {
  width: 100%;
}

.section_hero {
  background-color: #f6f4f1;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.card_category {
  border: .0625rem solid #ccc;
  border-radius: 3.125rem;
  margin-top: 0;
  margin-bottom: .625rem;
  padding: .3125rem 1.25rem;
}

.hero_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.icon-height-small {
  filter: invert();
  width: 6%;
  height: 1rem;
}

.icon-height-small.is-invert {
  filter: invert();
}

.card_price-text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.card_point {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.card_button {
  color: #fff;
  background-color: #313130;
  border: .0625rem solid #313130;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.card_button:hover {
  color: #313130;
  background-color: #fff;
  border: .0625rem solid #313130;
}

.card_button.is-green {
  background-color: var(--header);
  color: #fff;
  border-color: #4459f9;
  transition: all .3s;
}

.card_button.is-green:hover {
  color: #adf944;
  background-color: #fff0;
  border-color: #adf944;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.card_description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-top: .0625rem solid #ccc;
  flex-direction: column;
  width: 100%;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: .3125rem;
  display: flex;
}

.card_description.color-light {
  border-top-color: #444;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.is-green {
  color: var(--ghost-white);
}

.card_content {
  background-color: #fff;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  padding: 1.25rem;
  display: grid;
  position: relative;
}

.card_content.is-color-black {
  color: #c7c7c7;
  background-color: #313130;
}

.text-size-medium {
  font-size: 1.25rem;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.features_box_image {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.features_box_2-right {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.text_italic {
  font-weight: 400;
}

.benefits_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 74px;
  display: grid;
}

.padding_block_regular {
  background-color: #f6f4f1;
  padding-top: 142px;
  padding-bottom: 142px;
}

.text-36-green {
  color: #042d24;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.benefits_icon {
  background-color: #fff;
  border-radius: 100vmax;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  display: flex;
}

.features_box-image {
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 70%;
  margin-top: 50px;
  display: block;
}

.section_title_box_2 {
  text-align: left;
  background-color: #0000;
  max-width: 580px;
  margin-bottom: 0;
}

.benefits_box-title {
  margin-top: 14px;
  margin-bottom: 6px;
}

.section_title_wrapper_2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 88px;
  display: flex;
}

.text-24-green-bold {
  color: #042d24;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.features_section {
  background-color: #edefec00;
}

.green_button_big {
  background-color: var(--header);
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  padding: 0 0 1px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .25s;
  display: flex;
}

.green_button_big:hover {
  background-color: #042d24;
}

.button_big_box {
  width: 100%;
  max-width: 274px;
  margin-left: 0;
  margin-right: 0;
}

.features_box_2-title {
  padding-bottom: 16px;
  padding-right: 0;
}

.features_box-title {
  margin-bottom: 6px;
}

.container_1192 {
  width: auto;
  min-width: 0;
  max-width: 1320px;
  padding-left: 64px;
  padding-right: 64px;
}

.benefits_box {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.features_box_2 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 520px;
  padding: 32px 64px;
  display: grid;
}

.benefits_icon-image {
  width: 30px;
  max-width: none;
  display: block;
}

.features_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}

.text_56_green {
  color: #042d24;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 118%;
}

.features_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title_span_green {
  color: #042d24;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.text-16-green {
  color: #042d24;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section_title-2 {
  margin-bottom: 16px;
}

.decor-icon {
  color: #424241;
  font-family: "Fa Solid 900", sans-serif;
  position: absolute;
}

.decor-progressbar.decor-progress-one {
  margin: -2px;
}

.decor-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.decor-corner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.decor-corner.decor-top-right {
  justify-content: flex-end;
  inset: 0% 0% auto auto;
}

.decor-corner.spa-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  inset: auto 0% 0% auto;
}

.decor-corner.spa-bottom-left {
  align-items: flex-end;
  inset: auto auto 0% 0%;
}

.decor-list {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.decor-count-dec {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.decor-button {
  background-color: #424241;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  box-shadow: 0 20px 45px #36689e33;
}

.decor-line {
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  width: 200%;
  height: 200%;
  transform: rotate(-136deg);
}

.decor-line.decor-line-one {
  border-color: #424241 #424241 #878e9900 #878e9900;
}

.decor-line.spa-line-two {
  border-color: #878e9900 #424241 #424241 #878e9900;
}

.decor-line.spa-line-four {
  border-color: #424241 #878e9900 #878e9900 #424241;
  width: 200%;
  height: 200%;
}

.decor-line.spa-line-three {
  border-color: #878e9900 #878e9900 #424241 #424241;
}

.decor-button-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.decor-wrap {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: relative;
}

.decor-list-text {
  color: #424241;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.decor-image {
  width: 70%;
  height: 50%;
}

.background-text {
  z-index: 0;
  opacity: .05;
  color: #424241;
  white-space: nowrap;
  font-size: 200px;
  font-weight: 600;
  line-height: 300px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.decor-list-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18%;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.decor-image-box {
  text-align: center;
  margin-top: -100px;
  margin-left: 56px;
  margin-right: -50px;
  position: relative;
}

.decor-count-card {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.decor-heading {
  color: #424241;
  font-size: 48px;
  line-height: 68px;
}

.decor-count {
  grid-column-gap: 50px;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.decor-lightbox {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #000;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.decor-icon-blcok {
  box-shadow: none;
  border: 2px solid #42424133;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.decor-list-numbar {
  font-size: 16px;
  line-height: 26px;
}

.decor-text-data {
  width: 100%;
  max-width: 42%;
}

.decor-count-text {
  color: #424241;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.home-decor-section {
  color: #909090;
  background-color: #f6f4f1;
  padding-top: 120px;
  padding-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
}

.decor-image-data {
  width: 100%;
  max-width: 40%;
  position: relative;
}

.decor-dec {
  margin-top: 28px;
  margin-bottom: 45px;
}

.flowout-grid-card-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  min-height: 430px;
}

.flowout-grid-card-background.background-2 {
  background-image: url('../images/ChatGPT-Image-May-15-2025-09_51_47-AM.png');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  margin-top: auto;
}

.flowout-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.flowout-grid-card-mini-image {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin: 16px;
  display: flex;
}

.flowout-grid-card-mini-text {
  font-size: 14px;
  line-height: 32px;
}

.flowout-grid-card-image-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  margin: auto 32px 32px;
}

.flowout-grid-cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flowout-grid-card-heading {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.flowout-grid-card {
  background-color: #f9f9f9;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.flowout-grid-card.flowout-grid-card-featured {
  background-color: #f4eee2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.flowout-grid-card.flowout-grid-card-mini {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flowout-section-heading.flowout-text-center.flowout-text-white {
  color: #f9f9f9;
}

.flowout-grid-card-mini-content {
  flex: 1;
  align-self: center;
  padding: 32px 24px 32px 0;
}

.flowout-grid-card-image-mini {
  flex: 1;
  display: block;
}

.flowout-grid-card-content {
  padding: 32px;
}

.flowout-grid-card-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.flowout-grid-card-text {
  font-size: 14px;
  line-height: 32px;
}

.flowout-container-special {
  flex: 1;
  align-self: stretch;
  max-width: 1440px;
  padding-left: 36px;
  padding-right: 36px;
}

.flowout-grid-card-mini-heading {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.sub-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading.form {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}

.form-field {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}

.paragraph-white {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-white.p {
  margin-top: 12px;
  margin-bottom: 0;
}

.paragraph-white.p.h-m {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-white._0bs {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-white.left {
  color: #252525;
  text-align: left;
  font-family: Poppins, sans-serif;
  line-height: 30px;
}

.main-header {
  background-image: linear-gradient(#181818b3, #181818b3), url('../images/slider_02_neu_mit-Co2-Steuer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 12px #036;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 15vh 5vw;
  display: flex;
}

.form-legal {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6px;
  font-weight: 300;
  line-height: 12px;
}

.heading-1---left {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px #0006;
  word-break: break-all;
  overflow-wrap: break-word;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.heading-1---left.main {
  font-style: normal;
  font-weight: 800;
}

.italic-text {
  font-style: normal;
}

.service-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  background-color: #e6be8a00;
  border: 2px solid #59b6ec;
  border-radius: 10px;
  width: auto;
  min-width: 200px;
  margin-top: 22.5px;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 6px 4px #0003;
}

.service-button:hover {
  color: #fff;
  background-color: #59b6ec;
  background-image: none;
}

.service-button.form {
  min-width: 175px;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
}

.service-button.cu {
  color: #000;
  margin-top: 12px;
}

.service-button.light-bg {
  background-color: #59b6ec;
  margin-top: 0;
}

.service-button.light-bg:hover {
  background-color: #59b6ec;
}

.service-button.light-bg.em {
  margin-top: 16px;
}

.centre-v {
  justify-content: center;
}

.form-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #29292999;
  border-radius: 5px;
  min-width: 100%;
  margin: 0;
  padding: 24px;
}

.form-block-2.cu {
  background-color: #f4f4f6;
  border-radius: 13px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-cell {
  padding: 12px;
}

.link-41 {
  color: #000;
}

.qs-0space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  padding: 0;
}

.qs-0space.service {
  margin-top: 0;
}

.flowout-container {
  flex: 1;
  align-self: stretch;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.flowout-companies-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.flowout-companies-content {
  max-width: 220px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 32px;
}

.flowout-companies-logos {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.flowout-hero-company {
  padding-right: 10px;
  transition: opacity .3s;
}

.flowout-hero-company:hover, .flowout-hero-company:focus {
  opacity: .7;
}

.serv-text-link {
  color: #59b6ec;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 90px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.heading-4.c {
  font-weight: 800;
}

.heading-4.c.serv {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-dark {
  color: #222;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: none;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-dark.left {
  color: #1c1c1c;
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-dark.c {
  color: #1c1c1c;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.content-block {
  margin-bottom: 60px;
}

.section-2 {
  background-color: #fff0;
  border: 1px #000;
  padding: 10vh 10vw;
}

.services-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #302f2700;
  background-image: linear-gradient(#0000, #000), url('../images/424573710_122109145040193722_5821072022189568745_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 330px;
  max-height: none;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.services-column:hover {
  border: 8px wheat;
}

.services-column.ge {
  background-image: linear-gradient(#0000, #000), url('../images/kraftstoffe_kopf-02.jpg');
  background-position: 0 0, 50% 100%;
  border-radius: 2px;
}

.services-column.ui {
  background-image: linear-gradient(#0000, #000), url('../images/IMG_E7086..JPG');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.services-column.lc {
  background-image: linear-gradient(#0000, #000), url('../images/Bild-Wartung.jpg');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.services-column.sf {
  background-image: linear-gradient(#0000, #000), url('../images/tor_mit_kmg-closeup-2-1024x1024.jpg');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.bold-text-3 {
  color: #fff;
}

.fd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.fd.dark-left {
  color: #292929;
  text-align: left;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.fd.light-left {
  color: #0e0e0e;
  text-align: left;
  text-shadow: none;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.fd.dark {
  color: #292929;
  text-align: center;
  text-shadow: none;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.list-item {
  padding-left: 20px;
}

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

.list-item-2 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-image: url('../images/icons8-checkmark-64_1icons8-checkmark-64.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.list {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
}

.list._0space {
  margin-top: 0;
}

.au-section {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/cars_big.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 15vh 10vw;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 100%;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.accordion-heading {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 30px;
}

.link-42 {
  color: #292929;
}

.link-42.w--current {
  color: #fff;
}

.accordion-item {
  background-color: #292929;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 2px 3px 7px #0000001a;
}

.accordian-arrow {
  filter: invert();
  min-width: 28px;
  max-width: 28px;
}

.section-3 {
  background-color: #fff0;
  border: 1px #000;
  padding: 10vh 10vw;
  display: none;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.section-4 {
  background-color: #fff0;
  border: 1px #000;
  padding: 10vh 10vw;
}

.section-4.dark {
  background-color: #f4f4f6;
}

.footer-link-2 {
  color: #222;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 15px;
  margin-left: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s;
}

.footer-link-2:hover {
  color: #59b6ec;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: underline;
}

.footer-link-2.w--current {
  color: #59b6ec;
  letter-spacing: 0;
  border-left: 2px #73aeb7;
  margin-left: 1px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer-2 {
  background-color: #fff;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 1px #0009;
  border-top: 12px wheat;
  padding: 5vh 5vw 2.5vw;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-title-2 {
  color: #292929;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #59b6ec;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

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

.footer-column-2.serv {
  width: 30%;
}

.footer-column-2.menu {
  width: 20%;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 12px 0 0;
}

.link-block-6 {
  padding-bottom: 10px;
}

.footer-text-6 {
  color: #222;
  text-align: left;
  letter-spacing: .5px;
  max-width: 75%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.footer-text-6.para {
  max-width: 90%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-block-5 {
  padding-bottom: 10px;
  padding-left: 0;
}

.secondary-colour {
  color: #59b6ec;
}

.secondary-colour.nu.w--current {
  text-decoration: none;
}

.image-17 {
  min-width: 220px;
  max-width: 300px;
  margin-left: 0;
  padding-top: 2.5px;
  padding-right: 0;
}

.legal-text {
  color: #222;
  text-align: right;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-column-large-2 {
  width: 50%;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.heading-5 {
  padding-bottom: 20px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-6, .heading-7 {
  font-size: 25px;
}

.code-embed {
  width: 80%;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.paragraph {
  color: #222429;
}

.div-block-5 {
  display: flex;
}

.b-container-small {
  z-index: 5;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.f-h6-heading {
  color: #222429;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.b-section-regular {
  padding: 116px 5% 128px;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  letter-spacing: .2px;
  text-transform: none;
  background-color: #1874ff;
  border-radius: 20px;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-3.cc-contact-us {
  z-index: 5;
  background-color: #1874ff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  position: relative;
}

.button-3.secondary {
  color: #1874ff;
  background-color: #fff;
  border: 1px solid #1874ff;
}

.footer-link {
  color: #1874ff;
  margin-right: 16px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-18 {
  border-radius: 12px;
}

.b-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-feature-card-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.section-5 {
  margin-left: 30px;
  margin-right: 30px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.b-cta-image {
  width: 100%;
  height: 100%;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-large {
  padding: 120px 5%;
  position: relative;
}

.b-badge-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.a-subheading-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.b-cta-image-wrapper {
  height: auto;
  max-height: none;
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.a-cta-image-bottom-right {
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-feature-card {
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.b-badge-caption {
  color: #222429;
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.b-cta-banner {
  color: #454f5f;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.b-paragraph-regular {
  color: #22242a;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.a-feature-bottom-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1874ff;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-button-primary.w--current {
  font-family: Lato, sans-serif;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.b-span-red {
  color: #e57361;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-light {
  opacity: .6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.heading-8 {
  color: #222429;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.a-cta-grid-wrapper {
  background-color: #f4f4f6;
  border-radius: 32px;
  padding: 64px 5%;
}

.f-section-small {
  padding: 64px 5% 64px 15%;
  display: block;
  position: static;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.section-heading-2 {
  color: #222429;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.b-cta-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.text-block-8 {
  letter-spacing: .2px;
  text-transform: none;
  font-size: 16px;
}

.a-h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.navigation-item {
  opacity: 1;
  color: #1874ff;
  letter-spacing: .2px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.b-cta-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.logo-image {
  display: block;
}

.b-badge-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #222429;
  align-items: center;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  display: flex;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-size: 14px;
  font-weight: 400;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.paragraph-2 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button-2 {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-title {
  color: #000;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button-2 {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous-2 {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous-2:hover {
  opacity: 1;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block-9 {
  color: #5b3acc;
  font-weight: 500;
}

.checkbox-image {
  width: 45px;
  height: 50%;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.locations-map_wrapper {
  z-index: 20;
  width: 25em;
  margin: 1em 1em 1em -27.3em;
  transition: margin .2s;
  display: block;
  position: absolute;
  inset: auto auto auto 0%;
}

.locations-map_wrapper.is--show {
  align-items: flex-start;
  margin-left: 1em;
  display: flex;
}

.social-icons1_link {
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icons1_link:hover {
  color: #ccd5ae;
}

.locations-map_item {
  color: #000;
  display: none;
}

.locations-map_item.is--show {
  height: 85vh;
  display: block;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  min-height: 92vh;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-logo {
  width: 150px;
  height: 75px;
  padding-top: 10px;
}

.brand {
  margin: 16px;
}

.mapbox-wrap {
  z-index: 1;
  background-color: #222;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.locations-map_list {
  display: block;
}

.menu-wrap {
  width: 24px;
  height: 24px;
  margin: 16px;
}

.page-wrapper-2 {
  height: 100vh;
  overflow: hidden;
}

.social-icon_label {
  display: none;
}

.nav-menu {
  z-index: 4;
  color: #000;
  background-color: #405f3b;
  border-radius: 16px;
  flex-direction: column;
  width: auto;
  margin-top: 80px;
  margin-right: 20px;
  padding: 40px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 3px #0003;
}

.menu_text {
  display: none;
}

.social-icons_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 24px;
  display: grid;
}

.heading-1 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
}

.nav-link-2 {
  color: #fefae0;
  text-align: left;
  margin-bottom: 16px;
  font-size: 1.3rem;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  font-weight: 400;
}

.navbar-2 {
  color: #fff;
  background-color: #405f3b;
  align-items: center;
  height: 12vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-4 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-4.is-map {
  height: 93vh;
}

.container-4.is-nav {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

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

.card_description-2 {
  font-size: .875rem;
}

.card_read-more-link {
  color: #000;
  font-size: .87rem;
  font-weight: 500;
  text-decoration: none;
}

.locations-map_name {
  text-transform: none;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.text-block-10 {
  font-weight: 500;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.locations-map_city {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.location-map_card-wrap {
  z-index: 5;
  background-color: #fefae0;
  border-radius: 16px;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: scroll;
  box-shadow: 1px 1px 3px #00000026;
}

.feature-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locations-map_card {
  display: none;
}

.location-map_card-text-wrap {
  padding: 24px 16px;
}

.card_heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
}

.card_feat-heading {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 400;
}

.card_divider {
  background-color: #ccd5ae;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.locations-map_population-wrapper {
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
}

.card_link-block {
  color: #000;
  border-bottom: 1px solid #000;
  margin-right: 24px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: padding .2s;
}

.card_link-block:hover {
  padding-left: 8px;
  padding-right: 8px;
}

.card-fade {
  z-index: 5;
  background-image: linear-gradient(#0000, #fefae0);
  border-radius: 16px;
  width: 100%;
  height: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.close-block {
  cursor: pointer;
  background-color: #fefae0;
  border-radius: 8px;
  padding: 16px 8px 16px 16px;
  position: absolute;
  inset: auto -8% 330px auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.button-4 {
  color: #fff;
  letter-spacing: .2px;
  text-transform: none;
  background-color: #1874ff;
  border-radius: 20px;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-4.cc-contact-us {
  z-index: 5;
  background-color: #1874ff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  position: relative;
}

.button-4.secondary {
  color: #1874ff;
  background-color: #fff;
  border: 1px solid #1874ff;
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-20 {
  border-radius: 12px;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  margin-left: 30px;
  margin-right: 30px;
}

.a-margin-bottom-17 {
  margin-bottom: 8px;
}

.heading-9 {
  color: #222429;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.f-section-small-2 {
  padding: 64px 5%;
  position: relative;
}

.a-margin-bottom-18 {
  margin-bottom: 16px;
}

.text-block-11 {
  letter-spacing: .2px;
  text-transform: none;
  font-size: 16px;
}

.form-2 {
  padding: 10px;
}

.image-21 {
  width: 50%;
  height: 50%;
}

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

  .button-2 {
    color: var(--black);
  }

  .right-floating-cookie {
    background-color: #b6b6b6;
  }

  .learn-more-span {
    color: var(--black);
  }

  .white-text {
    color: #000;
    margin-bottom: 10px;
  }

  .margin-15.white-text {
    color: var(--black);
  }

  .cookie-button-blue {
    color: #fff;
    background-color: #00224e;
  }

  .flowout-grid-card-background.background-2 {
    height: 100%;
    min-height: auto;
  }

  .flowout-grid-card-mini-image {
    flex: 1;
    align-self: center;
    max-width: 192px;
  }

  .flowout-grid-card-mini-text {
    font-size: 24px;
    line-height: 40px;
  }

  .flowout-grid-card-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .flowout-grid-card-mini-content {
    font-size: 24px;
    line-height: 1.5;
  }

  .flowout-grid-card-image-mini {
    height: auto;
  }

  .flowout-grid-card-text {
    font-size: 24px;
    line-height: 40px;
  }

  .flowout-grid-card-mini-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .flowout-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@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 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  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: #fff;
    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);
  }

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

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

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

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-title {
    font-size: 4em;
  }

  .mockup-wrapper.is-first {
    margin-top: -2.5em;
  }

  .mockup-overlap {
    height: 34vw;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .container-medium {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .features_box_2-right {
    width: 100%;
  }

  .benefits_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding_block_regular {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .section_title_wrapper_2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-24-green-bold {
    font-size: 20px;
  }

  .button_big_box {
    max-width: none;
  }

  .features_box_2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .text_56_green {
    font-size: 44px;
  }

  .features_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .decor-list {
    align-items: center;
  }

  .decor-button {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .decor-list-data {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }

  .decor-image-box {
    width: 100%;
    max-width: 60%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .decor-heading {
    font-size: 50px;
    line-height: 64px;
  }

  .decor-count {
    justify-content: center;
  }

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

  .decor-text-data {
    max-width: 100%;
  }

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

  .decor-image-data {
    justify-content: center;
    max-width: 100%;
    display: flex;
  }

  .decor-dec {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .flowout-grid-card-background {
    min-height: 360px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 400px;
  }

  .flowout-features-grid {
    display: block;
  }

  .flowout-grid-card-mini-image {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 150px;
  }

  .flowout-grid-card-mini-text {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    display: inline;
  }

  .flowout-grid-card-image-wrapper {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .flowout-grid-cards {
    flex-direction: column;
  }

  .flowout-grid-card-heading {
    font-size: 24px;
    font-weight: 700;
  }

  .flowout-grid-card {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .flowout-grid-card-mini-content {
    font-size: 18px;
    line-height: 24px;
  }

  .flowout-grid-card-image-mini {
    flex: 1;
    height: auto;
  }

  .flowout-features.flowout-section.flowout-section-dark {
    padding-bottom: 16px;
  }

  .flowout-grid-card-content {
    padding: 16px 16px 24px;
  }

  .flowout-grid-card-text {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    display: inline;
  }

  .flowout-grid-card-mini-heading {
    font-size: 24px;
    font-weight: 700;
  }

  .sub-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-white {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .paragraph-white.p.h-m {
    font-size: 16px;
  }

  .paragraph-white._0bs {
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph-white.left {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .form-legal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7px;
  }

  .heading-1---left {
    font-size: 38px;
    line-height: 50px;
  }

  .heading-1---left.main {
    font-size: 40px;
    line-height: 50px;
  }

  .form-cell {
    display: none;
  }

  .qs-0space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .qs-0space.service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .flowout-companies-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    max-width: none;
    margin-right: 0;
    padding-bottom: 20px;
  }

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

  .serv-text-link {
    top: 40px;
  }

  .heading-4 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-4.c {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .paragraph-dark {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content-block {
    margin-bottom: 60px;
  }

  .section-2 {
    padding: 7.5vh 5vw;
  }

  .services-column {
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .services-column.ge {
    background-position: 0 0, 50%;
    border-top: 1px #000;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 30px;
  }

  .services-column.ui, .services-column.lc, .services-column.sf {
    justify-content: center;
    align-items: flex-start;
  }

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

  .fd.dark-left {
    font-size: 30px;
    line-height: 38px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .fd.dark {
    font-size: 30px;
    line-height: 38px;
  }

  .cenvvtre.ltab-down {
    align-items: flex-start;
  }

  .list-item-2 {
    background-position: 0%;
  }

  .list._0space {
    margin-top: 12px;
  }

  .au-section {
    padding: 7.5vh 5vw;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .section-3 {
    padding: 7.5vh 5vw;
  }

  .header-center-box._75 {
    width: 100%;
  }

  .text-center {
    color: #1c1c1c;
    font-weight: 700;
  }

  .section-4 {
    padding: 7.5vh 5vw;
  }

  .footer-link-2.w--current {
    border-left-color: #73aeb7;
  }

  .footer-2 {
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legal-wrap {
    margin-top: 30px;
  }

  .container-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-column-2 {
    align-items: flex-start;
    width: 20%;
    margin-left: 60px;
    display: none;
  }

  .footer-column-2.menu {
    margin-left: 0;
    display: none;
  }

  .quick-stack-7 {
    padding-top: 10px;
  }

  .footer-text-6.para {
    line-height: 30px;
  }

  .image-17 {
    max-width: 252px;
  }

  .footer-column-large-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .button-3 {
    justify-content: center;
  }

  .button-3.cc-contact-us {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation {
    padding: 25px 30px;
  }

  .a-cta-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    display: flex;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-button {
    padding: 0;
  }

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

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .b-cta-grid {
    grid-template-columns: 1fr;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .a-cta-image-wrapper {
    max-width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .navigation-items {
    background-color: #fff;
  }

  .nav-menu {
    color: #000;
    width: 45%;
    display: none;
  }

  .button-4 {
    justify-content: center;
  }

  .button-4.cc-contact-us {
    display: none;
  }
}

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

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

  .right-floating-cookie {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mockup-title {
    font-size: 3em;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .mockup-wrapper.is-first {
    margin-top: -6.6em;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }

  .hero_grid {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding_block_regular {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .container_1192 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_56_green {
    font-size: 32px;
  }

  .decor-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .decor-count-dec {
    font-size: 16px;
    line-height: 30px;
  }

  .decor-button {
    padding: 14px 28px;
    font-size: 14px;
  }

  .decor-wrap {
    width: 50px;
    height: 50px;
  }

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

  .decor-list-data {
    justify-content: space-around;
  }

  .decor-image-box {
    max-width: 70%;
  }

  .decor-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .decor-count {
    margin-top: 50px;
  }

  .decor-lightbox {
    font-size: 14px;
  }

  .decor-count-text {
    font-size: 44px;
    line-height: 58px;
  }

  .home-decor-section {
    font-size: 16px;
    line-height: 24px;
  }

  .decor-dec {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .flowout-grid-card-background {
    min-height: 320px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 350px;
  }

  .flowout-grid-card-mini-content {
    padding-left: 8px;
    padding-right: 16px;
  }

  .flowout-container-special {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading {
    line-height: 30px;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white.left {
    font-size: 16px;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .form-legal {
    margin-bottom: 0;
    font-size: 7px;
  }

  .heading-1---left {
    letter-spacing: .5px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-1---left.main {
    font-size: 36px;
    line-height: 46px;
  }

  .service-button {
    margin-top: 16px;
  }

  .qs-0space.service {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flowout-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flowout-companies-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

  .flowout-companies-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    line-height: 36px;
  }

  .heading-4.c {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .paragraph-dark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .content-block {
    margin-bottom: 50px;
  }

  .section-2 {
    padding: 7.5vh 5vw;
  }

  .services-column {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .services-column.ge {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-column.ui, .services-column.lc, .services-column.sf {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .fd {
    font-size: 32px;
    line-height: 52px;
  }

  .fd.dark-left, .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .fd.dark {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .list {
    margin-top: 0;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-3, .section-4 {
    padding: 7.5vh 5vw;
  }

  .footer-link-2 {
    margin-left: 0;
    font-size: 16px;
  }

  .footer-link-2.w--current {
    border-left-color: #73aeb7;
  }

  .footer-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legal-wrap {
    grid-row-gap: 2.5px;
    flex-direction: column;
    padding-bottom: 20px;
  }

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

  .footer-title-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-column-2, .footer-column-2.menu {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .quick-stack-7 {
    padding-top: 20px;
  }

  .footer-text-6 {
    font-size: 14px;
  }

  .image-17 {
    min-width: 275px;
    max-width: 275px;
  }

  .legal-text {
    padding-top: 0;
    font-size: 14px;
  }

  .footer-column-large-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-5, .section-5.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous-2, .next-2 {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }

  .locations-map_wrapper {
    width: 80%;
    margin-left: -30.2em;
  }

  .locations-map_item {
    height: 80vh;
  }

  .section-6 {
    min-height: 90vh;
  }

  .mapbox-wrap {
    height: 100%;
  }

  .nav-menu {
    z-index: 100;
  }

  .navbar-2 {
    position: sticky;
    top: 0;
  }

  .container-4 {
    width: 86%;
  }

  .container-4.is-map {
    width: 100%;
    height: 90vh;
  }

  .container-4.is-nav {
    width: 100%;
  }

  .close-block {
    inset: 20rem -30px auto auto;
  }

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

  .section-7, .section-7.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@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: 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\>);
  }

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

  .icon-7 {
    color: var(--header);
  }

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

  .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 {
    padding-left: 20px;
  }

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

  .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, .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 {
    flex: 1;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 9px;
  }

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

  .blog-reach-text-block {
    width: 100%;
  }

  .blog-detail-text {
    box-sizing: border-box;
    word-break: normal;
    overflow-wrap: break-word;
    object-fit: fill;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .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 {
    height: 80px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_distribute.flex_alignt_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex_wrapper.flex_left {
    font-size: 14px;
  }

  .flex_wrapper.flex_left.flex_gap_medium {
    flex-direction: column;
  }

  .spacing_48 {
    height: 32px;
  }

  .section_title {
    text-align: center;
  }

  .highlight_card {
    border-radius: 24px;
  }

  .highlights_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .article_image {
    border-radius: 24px;
    height: 110px;
  }

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

  ._3_col_grid.vertical_scroll {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .book_item {
    width: 180px;
  }

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .hero_grid {
    padding-left: 0;
    padding-right: 0;
  }

  .padding_block_regular {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .button_big_box {
    max-width: none;
  }

  .decor-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .decor-count-dec {
    font-size: 16px;
    line-height: 32px;
  }

  .decor-button {
    padding: 12px 26px;
  }

  .decor-button-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .decor-wrap {
    width: 50px;
    height: 50px;
  }

  .background-text {
    font-size: 110px;
    line-height: 120px;
  }

  .decor-list-data {
    flex-direction: column;
    align-items: center;
  }

  .decor-image-box {
    align-self: center;
    max-width: 100%;
  }

  .decor-count-card {
    grid-row-gap: 4px;
  }

  .decor-heading {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .decor-count {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .decor-count-text {
    font-size: 40px;
    line-height: 52px;
  }

  .decor-dec {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .flowout-grid-card-background {
    min-height: 230px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 250px;
  }

  .flowout-grid-card-mini-image {
    align-self: flex-start;
    align-items: stretch;
    max-width: none;
    margin: 8px;
  }

  .flowout-grid-card-mini-text {
    font-size: 12px;
    line-height: 20px;
  }

  .flowout-grid-card-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .flowout-grid-card.flowout-grid-card-featured, .flowout-grid-card.flowout-grid-card-mini {
    margin-bottom: 24px;
  }

  .flowout-grid-card-mini-content {
    flex: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .flowout-grid-card-image-mini {
    width: 100%;
  }

  .flowout-features.flowout-section.flowout-section-dark {
    padding-bottom: 40px;
  }

  .flowout-grid-card-content {
    padding-bottom: 16px;
  }

  .flowout-grid-card-text {
    line-height: 32px;
  }

  .flowout-container-special {
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flowout-grid-card-mini-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .sub-heading.form {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-white {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .paragraph-white.p {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .paragraph-white.p.h-m {
    font-size: 14px;
  }

  .paragraph-white._0bs {
    line-height: 30px;
  }

  .paragraph-white.left {
    font-size: 16px;
    font-weight: 300;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .form-legal {
    margin-bottom: 0;
    line-height: 12px;
  }

  .heading-1---left {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-1---left.main {
    font-size: 28px;
    line-height: 34px;
  }

  .service-button {
    width: auto;
    min-width: 240px;
    margin-top: 20px;
    font-size: 18px;
  }

  .centre-v.centre-m {
    justify-content: center;
    align-items: center;
  }

  .form-block-2.cu {
    margin-bottom: 12px;
  }

  .form-cell {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flowout-container {
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    padding-bottom: 16px;
  }

  .flowout-companies-text {
    font-size: 18px;
  }

  .serv-text-link {
    top: 60px;
  }

  .heading-4 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-4.c {
    text-align: center;
    font-weight: 800;
    line-height: 28px;
  }

  .heading-4.c.serv {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-dark {
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-dark.left {
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph-dark.c {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .content-block {
    margin-bottom: 48px;
  }

  .section-2 {
    padding: 5vh 5vw 7.5vh;
  }

  .services-column {
    flex-direction: column;
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-column.ge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fd {
    font-size: 28px;
    line-height: 38px;
  }

  .fd.dark-left {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 34px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 34px;
  }

  .fd.dark {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .list-item-2 {
    background-position: 0 10%;
    margin-bottom: 7.5px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .list {
    margin-top: 4px;
  }

  .list._0space {
    margin-top: 0;
  }

  .accordion-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .accordion-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    padding: 5vh 5vw 7.5vh;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-4 {
    padding: 5vh 5vw 7.5vh;
  }

  .section-4.dark {
    padding-top: 7.5vh;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .footer-link-2.w--current {
    color: #59b6ec;
    letter-spacing: 0;
    border-left-color: #73aeb7;
    font-size: 16px;
  }

  .footer-link-2.legal {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .footer-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
    background-size: auto, cover;
    padding-top: 2.5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legal-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-title-2 {
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 800;
  }

  .footer-column-2 {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-column-2.serv {
    width: 100%;
  }

  .footer-column-2.menu {
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-7 {
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .footer-text-6 {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-text-6.para {
    font-size: 14px;
    line-height: 28px;
  }

  .secondary-colour.nu.w--current {
    text-decoration: none;
  }

  .image-17 {
    min-width: 220px;
    max-width: 220px;
    margin-left: 0;
    position: relative;
  }

  .legal-text {
    text-align: center;
    font-size: 14px;
    font-style: italic;
  }

  .footer-column-large-2 {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-button-primary {
    width: 100%;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-section-small {
    padding-left: 5%;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slider-2 {
    height: auto;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous-2 {
    max-width: 75px;
    display: flex;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .locations-map_wrapper.is--show {
    height: 75vh;
  }

  .locations-map_item {
    height: 75vh;
    display: none;
  }

  .locations-map_item.is--show {
    height: 75vh;
  }

  .brand {
    flex: 0 auto;
    align-self: center;
    margin: 8px;
    padding-left: 0;
  }

  .nav-menu {
    align-items: center;
    width: 85%;
  }

  .social-icons_list {
    justify-content: space-between;
    display: flex;
  }

  .heading-1 {
    font-size: 1rem;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4.is-map {
    height: 90vh;
  }

  .social-icons1_component {
    width: 100%;
  }

  .close-block {
    right: -30px;
  }

  .button-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-fc26f9e0-a9df-1a36-77e2-d60b4f310248-5ac57da3, #w-node-_6c5ab2c4-a66d-08af-3345-32f7b0be7d0e-5ac57da3, #w-node-ac50a6b0-abb9-bad0-e6ae-2b65287d88ba-5ac57da3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-c3bee54f-42fb-b708-9420-4914edd25e3d-5ac57da3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-_3a94d6f8-c408-ddbf-6558-4693ed91dab5-5ac57da3, #w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66934c-9c669348, #w-node-_0d0cfd98-76b6-3347-e5cc-ef179c66936f-9c669348, #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, #w-node-_67830bcb-755a-589c-74cd-dbeb40e7af12-5ac57da7, #w-node-bd5e9551-6dd4-33a1-3490-fc5a75202527-5ac57da7, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1a-5ac57da8, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb1c-5ac57da8, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb27-5ac57da8, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb29-5ac57da8, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb34-5ac57da8, #w-node-_33a6a269-755f-8806-be7c-78a5c186cb36-5ac57da8, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9d8-5ac57da8, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9da-5ac57da8, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9dc-5ac57da8, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9de-5ac57da8, #w-node-_84fd6140-539a-160a-2a2c-2d3c9212d9e0-5ac57da8, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f1-5ac57da8, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f3-5ac57da8, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f5-5ac57da8, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f7-5ac57da8, #w-node-c7b412b6-e0a4-00e0-fe8d-fe374d6d77f9-5ac57da8, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f97-5ac57da8, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f99-5ac57da8, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9b-5ac57da8, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9d-5ac57da8, #w-node-_1fc40a71-ee09-7be5-6cdf-fd8ac5c90f9f-5ac57da8, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2cc-5ac57da8, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2ce-5ac57da8, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d0-5ac57da8, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d2-5ac57da8, #w-node-_3283ea33-324e-f03c-c66c-13dd067ca2d4-5ac57da8, #w-node-_2fdc602b-1238-a0d5-80a2-b32cd9df202e-5ac57da9, #w-node-_2fdc602b-1238-a0d5-80a2-b32cd9df202f-5ac57da9, #w-node-_12a91a0d-1982-18c5-fe46-14c71607b090-5ac57dab, #w-node-_12a91a0d-1982-18c5-fe46-14c71607b0ae-5ac57dab, #w-node-b9ef09b2-0562-4a83-449a-0207d9002474-5ac57dad, #w-node-b9ef09b2-0562-4a83-449a-0207d9002492-5ac57dad, #w-node-e52ab368-0da7-9c0f-8c73-305fc1222411-5ac57daf, #w-node-_2bb9c810-014b-1525-75ae-f4f9f15a2046-5ac57daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cbb91c1-2a86-969a-9875-d211eed18355-edfc2ace {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7cbb91c1-2a86-969a-9875-d211eed1835f-edfc2ace, #w-node-_7cbb91c1-2a86-969a-9875-d211eed18367-edfc2ace {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74c3e7e7-197b-c5e5-1247-267dcfe10e3a-57fb36b6, #w-node-_74c3e7e7-197b-c5e5-1247-267dcfe10e4b-57fb36b6 {
  align-self: stretch;
}

#w-node-_9e0eeb83-29a8-1551-444c-e78f84a06eb7-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06eba-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ebe-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ec0-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06edd-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ee0-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ee3-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ee7-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06ee9-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06f12-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06f15-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06f18-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06f1e-57fb36b6, #w-node-_9e0eeb83-29a8-1551-444c-e78f84a06f3b-57fb36b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a70610-57fb36b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a70619-57fb36b6 {
  place-self: center;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a7061b-57fb36b6, #w-node-d7087ba6-3a42-4d88-70af-a07040a70622-57fb36b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ebc07ac-1776-e07d-d245-e49c59fb5b9e-65be5529 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-a24ce71e-6ebe-f7b5-161e-de6ff38d4bc7-65be5529 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2d6799ca-13bf-1f1f-669e-8bf4887e9659-65be5529, #w-node-a16d1c43-8a91-bd66-d8a6-e143a022396b-65be5529 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_50f9da21-69b8-ce28-d856-58c0cd01817a-3a96892c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b9119800-64b7-c963-bfb9-83d69066a3ec-3a96892c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_52d5eb49-9c37-aa54-934d-32b0b9452e89-3a96892c, #w-node-fe24277b-913c-d5e4-b1ba-4784df3a7799-3a96892c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_6f2521b3-9885-0a26-b190-f8b2e4f312cd-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f312e3-9efc831b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596b143f-2d38-9f65-dadb-8d0d5688fb0f-9efc831b, #w-node-_596b143f-2d38-9f65-dadb-8d0d5688fb14-9efc831b, #w-node-_596b143f-2d38-9f65-dadb-8d0d5688fb19-9efc831b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_596b143f-2d38-9f65-dadb-8d0d5688fb1e-9efc831b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-_6f2521b3-9885-0a26-b190-f8b2e4f312f7-9efc831b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31302-9efc831b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f2521b3-9885-0a26-b190-f8b2e4f3130f-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31314-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31319-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f3131e-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31323-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31328-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f3132d-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31332-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31337-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f3133c-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31341-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31346-9efc831b, #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f3135e-9efc831b, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a15-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a2b-83dfd745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c597543-08e8-1d74-9045-ebb52b3ec5c5-83dfd745, #w-node-_8c597543-08e8-1d74-9045-ebb52b3ec5ce-83dfd745, #w-node-_8c597543-08e8-1d74-9045-ebb52b3ec5d7-83dfd745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
}

#w-node-_8c597543-08e8-1d74-9045-ebb52b3ec5e0-83dfd745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: baseline stretch;
}

#w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a3f-83dfd745 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a4a-83dfd745 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a57-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a5c-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a61-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a66-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a6b-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a70-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a75-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a7a-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a7f-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a84-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a89-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a8e-83dfd745, #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62aa6-83dfd745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6477c607-c32b-a9ce-3020-a654473ef77f-83dfd745 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_74c3e7e7-197b-c5e5-1247-267dcfe10e3a-d1672e56, #w-node-_74c3e7e7-197b-c5e5-1247-267dcfe10e4b-d1672e56 {
  align-self: stretch;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a70610-d1672e56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a70619-d1672e56 {
  place-self: center;
}

#w-node-d7087ba6-3a42-4d88-70af-a07040a7061b-d1672e56, #w-node-d7087ba6-3a42-4d88-70af-a07040a70622-d1672e56, #w-node-e52ab368-0da7-9c0f-8c73-305fc1222411-a9d347a4, #w-node-_2bb9c810-014b-1525-75ae-f4f9f15a2046-a9d347a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d7087ba6-3a42-4d88-70af-a07040a7061b-57fb36b6, #w-node-d7087ba6-3a42-4d88-70af-a07040a70622-57fb36b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ebc07ac-1776-e07d-d245-e49c59fb5b9e-65be5529 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr .25fr;
  }

  #w-node-a24ce71e-6ebe-f7b5-161e-de6ff38d4bc7-65be5529 {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2d6799ca-13bf-1f1f-669e-8bf4887e9659-65be5529, #w-node-a16d1c43-8a91-bd66-d8a6-e143a022396b-65be5529 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_50f9da21-69b8-ce28-d856-58c0cd01817a-3a96892c {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr .25fr;
  }

  #w-node-b9119800-64b7-c963-bfb9-83d69066a3ec-3a96892c {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_52d5eb49-9c37-aa54-934d-32b0b9452e89-3a96892c, #w-node-fe24277b-913c-d5e4-b1ba-4784df3a7799-3a96892c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f312f7-9efc831b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f2521b3-9885-0a26-b190-f8b2e4f31302-9efc831b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a3f-83dfd745 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1e8f6cf4-be08-9be6-ef5d-dbe990d62a4a-83dfd745 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6477c607-c32b-a9ce-3020-a654473ef77f-83dfd745 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-d7087ba6-3a42-4d88-70af-a07040a7061b-d1672e56, #w-node-d7087ba6-3a42-4d88-70af-a07040a70622-d1672e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a24ce71e-6ebe-f7b5-161e-de6ff38d4bc7-65be5529, #w-node-b9119800-64b7-c963-bfb9-83d69066a3ec-3a96892c {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ebc07ac-1776-e07d-d245-e49c59fb5b9e-65be5529, #w-node-_50f9da21-69b8-ce28-d856-58c0cd01817a-3a96892c {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }
}


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