:root {
  --midnight-blue: #0a223f;
  --chocolate: #be591f;
  --white-smoke: #ededed;
  --ecru: #fdfdfd;
  --beige: beige;
  --midnight-blue-2: #07264b;
  --midnight-blue-3: #13355f;
  --silver: #bfc6ce;
  --light-grey: #d1d1d1;
  --black: black;
  --burgund: #800020;
  --white: white;
  --peru: #da824f;
  --dark-green: #0a5c3f;
  --maroon: #690c29;
  --chocolate-2: #e56d28;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

body {
  color: var(--midnight-blue);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 1.1em;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.5em;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-size: 1.15em;
  line-height: 1.5em;
}

a {
  color: var(--chocolate);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--midnight-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1em;
  line-height: 1em;
}

li {
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1em;
  line-height: 1em;
}

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

strong {
  font-weight: 600;
}

blockquote {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.15em;
  line-height: 1.6em;
}

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

.page-wrapper._404 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.main {
  width: 100%;
  overflow: hidden;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.section {
  z-index: 10;
  background-color: var(--ecru);
  min-height: 0;
  position: relative;
}

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

.section._404 {
  flex: 1;
  display: flex;
}

.section.blue-gradient-background {
  background-image: linear-gradient(to bottom, var(--midnight-blue-2), var(--midnight-blue-3));
  overflow: hidden;
}

.navbar-container {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 10em;
  margin-top: .3em;
  font-size: 1.1em;
}

.brand {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.brand.is-2nd {
  border-top: 1px solid var(--silver);
  border-right: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  margin-right: 2em;
  padding: 1em 2em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1), background-color .3s, color .3s;
}

.brand.is-2nd:hover {
  background-color: #edeff1;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.nav-menu {
  display: flex;
}

.navbar {
  z-index: 998;
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
  min-height: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em 1.4em;
  font-size: .9em;
  font-weight: 400;
  display: flex;
}

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

.home-hero {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--ecru);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-left {
  display: flex;
}

.side-menu {
  z-index: 10;
  border-right: 1px solid var(--light-grey);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 3em;
  padding-right: 2em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-menu:hover {
  padding-right: 3em;
}

.side-menu.is-2nd {
  border: 1px solid var(--silver);
  padding: 1em 2em;
  display: none;
}

.side-menu.is-2nd:hover {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.burger-icon-line {
  background-color: var(--black);
  width: 1.6em;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.hero-heading {
  z-index: 5;
  color: var(--black);
  max-width: 11em;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 200;
  position: relative;
}

.hero-button {
  z-index: 2;
  background-color: var(--burgund);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  margin-right: 1px;
  padding: 1.3em 2em;
  font-size: 1em;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button:hover {
  background-color: #000;
}

.hero-button-icon {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
}

.button {
  z-index: 10;
  background-color: var(--burgund);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.in-nav-contact {
  justify-content: space-between;
  width: 100%;
}

.burger-icon {
  z-index: 5;
  margin-right: 1em;
  position: relative;
}

.burger-title {
  z-index: 5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.property-link {
  background-color: var(--white);
  color: var(--chocolate);
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.property-link:hover {
  color: var(--midnight-blue);
}

.button-arrow-right {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
  position: relative;
}

.customer-link {
  z-index: 10;
  background-color: var(--midnight-blue-3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 48%;
  min-height: 18em;
  padding: 3.3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.split-content-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 6em;
  display: flex;
  position: relative;
}

.split-content-column.min-80vh {
  min-height: 80vh;
}

.who-we-are-title {
  margin-bottom: 1.6em;
  font-size: 1.1em;
}

.who-we-are {
  flex-direction: column;
  align-items: flex-start;
  max-width: 34em;
  display: flex;
}

.image-with-margin {
  width: 100%;
  margin-bottom: 3.5em;
}

.footer {
  z-index: 10;
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 2em;
  position: relative;
}

.footer-link {
  color: #fffc;
  padding: .2em .6em;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.2em;
}

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

.footer-link.w--current {
  color: #fff;
  font-weight: 300;
}

.footer-sublink {
  color: #fffc;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: .7em 1.5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  transition: border-color .2s, color .3s;
}

.footer-sublink:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.footer-sublink.w--current {
  color: #fff;
  font-weight: 400;
}

.subfooter-2 {
  z-index: 10;
  border-top: 1px solid #244c7e;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  position: relative;
}

.inquiry-call-to-action {
  z-index: 10;
  background-color: var(--midnight-blue-3);
  background-image: url('../images/Untitled-design---2025-06-24T121030.829.jpg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #335783;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-contact {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-contact-title {
  color: var(--white);
  margin-right: 1em;
  font-family: PT Serif, serif;
  font-size: 2em;
  line-height: 1.5em;
}

.featured-gallery-lightbox {
  flex: 1;
  height: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-about {
  margin-bottom: 1.2em;
  font-family: PT Serif, serif;
  font-size: 1.7em;
  line-height: 1.7em;
}

.button-paragraph {
  z-index: 10;
  color: var(--white);
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}

.button-background {
  z-index: 1;
  background-color: var(--midnight-blue-3);
  display: none;
  position: absolute;
  inset: 0%;
}

.button-background.dark-blue-color {
  background-color: var(--midnight-blue);
}

.diagonal-pattern-15em {
  z-index: -1;
  opacity: .15;
  background-image: url('../images/diagonal-lines.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-8em {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.hero-buttons-wrap {
  z-index: 4;
  align-items: stretch;
  padding-top: 1px;
  display: flex;
  position: relative;
}

.property-gallery-lightbox {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 10em;
  margin: 3px;
  display: flex;
  overflow: hidden;
}

.property-image-2 {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  margin-right: 1px;
  position: relative;
  overflow: hidden;
}

.form-error-paragraph {
  font-size: 1em;
  line-height: 1.6;
}

.form-label {
  z-index: 11;
  color: var(--burgund);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 400;
  position: absolute;
  left: 0;
}

.form-field {
  z-index: 5;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1em 0 .2em;
  font-size: 1.2em;
  line-height: 1.1em;
  position: relative;
}

.form-field:focus {
  border-color: transparent transparent var(--white);
  background-color: #0000;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-color: transparent transparent var(--white);
}

.form-field::placeholder {
  color: #696969;
  font-size: .8em;
}

.form-field.is--area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.select {
  font-size: 1em;
}

.form-block {
  border-bottom: 1px solid #5a708a;
  width: 100%;
  margin-bottom: 1.5em;
  transition: border-color 1s ease-out;
  position: relative;
}

.form-block:hover {
  border-bottom-color: var(--white);
}

.form-block.is--area {
  width: 100%;
  margin-bottom: 0;
}

.form-block.is-option {
  width: 100%;
}

.form {
  width: 100%;
  font-size: 1.2em;
  position: relative;
}

.form-error {
  background-color: #e7baba;
  border-radius: 4px;
  padding: 2.9em;
}

.privacy-policy {
  align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.submit-form {
  background-color: var(--burgund);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  margin-top: 1.8em;
  padding: 1.4em 3.5em 1.4em 2.2em;
  font-size: .85em;
  font-weight: 400;
  transition: background-position .3s ease-out, background-color .3s ease-out;
}

.submit-form:hover {
  background-color: #883d11;
  background-position: 90%;
}

.submit-form:focus {
  background-color: #964517;
}

.privacy-paragraph {
  color: var(--black);
  margin-bottom: 0;
  line-height: 1.2em;
}

.radio-button {
  border-width: 2px;
  border-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 1em;
  transition: transform .3s, border-color .3s, background-color .3s;
}

.radio-button:hover {
  transform: scale(1.1);
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--white);
  background-image: url('../images/done_black_24dp.svg');
  background-position: 50%;
  background-size: 1em;
  width: 1.2em;
  height: 1.2em;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 11px 1px var(--white);
  width: 1.2em;
  height: 1.2em;
}

.radio-button.w--redirected-focus-visible {
  box-shadow: 0 0 11px 1px var(--white);
}

.form-success-title {
  color: #141d24;
  max-width: 11em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
}

.form-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.form-success {
  color: var(--midnight-blue-3);
  background-color: #4fda92;
  width: 100%;
  padding: 5em 2.5em;
}

.form-success-icon {
  width: 1em;
  height: 1em;
  margin-bottom: .4em;
  font-size: 3em;
}

.footer-other-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-other-links.with-margin {
  margin-bottom: 3em;
}

._2-column-flex {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

.column-with-padding {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.paragraph-column {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.8em;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-in-column {
  margin-bottom: .5em;
  font-family: PT Serif, serif;
  font-size: 2.2em;
  line-height: 1.6em;
}

.in-nutshell {
  justify-content: flex-start;
  display: flex;
}

.in-nutshell-item {
  margin-right: 6em;
  overflow: hidden;
}

.in-nutshell-item.is-last {
  margin-right: 0;
}

.in-nutshell-number {
  color: var(--burgund);
  font-size: 2.1em;
  font-weight: 200;
}

.in-nutshell-title {
  color: var(--black);
  font-size: 1.1em;
  font-weight: 200;
}

.form-background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-background-color {
  z-index: 2;
  background-color: #f5f5dcbd;
  background-image: linear-gradient(180deg, var(--white-smoke), #0a223f00);
  position: absolute;
  inset: 0%;
}

.padding-experience {
  padding-top: 7em;
  padding-bottom: 7em;
}

.dropdown-toggle {
  z-index: 10;
  white-space: break-spaces;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 10px 4.5em;
  transition: background-color .2s;
  display: flex;
}

.dropdown-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.dropdown-item {
  background-color: var(--white);
  flex: none;
  width: 100%;
  transition: background-color .2s;
  overflow: hidden;
}

.sellers-process-item {
  text-align: center;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 102%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.parallax-background-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.lifestyle-link {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subfooter-links {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.aside-menu {
  z-index: 999;
  color: var(--white);
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  z-index: 2;
  background-color: #07192e;
  position: absolute;
  inset: 0%;
}

.menu-inner {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.menu-nav {
  z-index: 5;
  display: flex;
  position: relative;
}

.menu-content {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.menu-column-left {
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 10vh 5em;
  display: flex;
  position: relative;
}

.menu-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 10vh 15em 10vh 8em;
  display: flex;
}

.menu-office-title {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .7em;
  font-size: .7em;
}

.menu-office-address {
  color: var(--white);
  font-size: 1.3em;
}

.office-block {
  margin-bottom: 2.5em;
}

.menu-office-contacts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
}

.menu-contact-link {
  border-bottom: 1px solid var(--peru);
  color: var(--peru);
  letter-spacing: .05em;
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 2em;
}

.menu-contact-link:hover {
  color: #e7b79c;
  border-bottom-color: #e7b79c;
}

.menu-main-links {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -2em;
  padding-bottom: 5em;
  display: flex;
}

.menu-link {
  color: var(--white);
  width: 50%;
  padding-right: 5%;
  font-size: 3em;
  font-weight: 200;
  overflow: hidden;
}

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

.menu-link-paragraph {
  font-size: 1em;
  line-height: 2.2em;
}

.menu-close-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.menu-close {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  padding: 1em;
  display: flex;
}

.menu-brand {
  z-index: 10;
  align-self: center;
  padding: 1em;
  position: relative;
}

.menu-brand-logo {
  width: 10em;
  font-size: 1.2em;
}

.menu-background-image {
  z-index: 3;
  opacity: .08;
  object-fit: cover;
  width: 33%;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-background-image-mobile {
  display: none;
}

.menu-office-wrap {
  z-index: 10;
  position: relative;
}

.side-menu-background {
  z-index: 1;
  background-color: #dadada;
  display: none;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 8em;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column wrap;
  align-items: flex-start;
  padding: 2.1em;
  display: flex;
  position: relative;
}

._404-icon {
  width: 1em;
  height: 1em;
  margin-right: .3em;
  font-size: 4em;
}

._404-title-block {
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

._404-text-block {
  font-size: 1.2em;
  line-height: 1.5em;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
}

.utility-page-form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.utility-page-form-submit {
  background-color: var(--chocolate);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-image: url('../images/arrow_right_white_24dp.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.6em;
  min-width: 12em;
  padding: 1em 1.5em;
  font-size: .9em;
  font-weight: 400;
  transition: background-color .3s;
}

.utility-page-form-submit:hover {
  background-color: var(--midnight-blue-3);
}

.utility-page-form-heading {
  font-size: 3em;
}

.utility-page-form-icon {
  width: 1em;
  height: 1em;
  margin-bottom: .7em;
  font-size: 3em;
}

.utility-page-form-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
}

.utility-page-form-field {
  background-color: #f2f3f5;
  border: 1px solid #8b97a5;
  min-height: 3.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.utility-page-form-field::placeholder {
  color: #0a223f8c;
}

.column-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 27em;
  display: flex;
}

.circle-button {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
}

.featured-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.featured-column {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-background {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-link-block:hover {
  text-decoration: underline;
}

.contact-inquiry-wrap {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.contact-inquiry-form {
  max-width: 36em;
}

.contact-inquiry-column {
  width: auto;
  min-width: 0%;
  max-width: 40%;
  padding-right: 3.8em;
}

.contact-inquiry-heading {
  color: var(--white);
  max-width: 18.2em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.contact-inquiry-heading.black {
  color: var(--black);
  font-family: PT Serif, serif;
}

.contact-inquiry-toptitle {
  color: #fff9;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1em;
}

.contact-inquiry-toptitle.black {
  color: var(--black);
}

.property-desc-item {
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.6em 2.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-contact {
  z-index: 10;
  border-left: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1em;
  padding-left: 1.7em;
  padding-right: 1.7em;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.nav-contact:hover {
  background-color: var(--white-smoke);
}

.nav-contact.is-2nd {
  border: 1px solid var(--silver);
  margin-left: auto;
}

.about-template-link {
  background-color: var(--white-smoke);
  color: var(--midnight-blue-2);
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 48%;
  margin-bottom: 4%;
  padding-top: 5em;
  padding-left: 5em;
  padding-right: 5em;
  font-weight: 400;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-template-link:hover {
  background-color: #e2e2e2;
  text-decoration: underline;
}

.realtor-photo-overflow {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.amenity-page-link {
  border: 1px solid var(--silver);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.5em 2.5em;
  transition: background-color .2s, color .3s;
  display: flex;
}

.amenity-page-link:hover {
  color: var(--midnight-blue);
  background-color: #f4f6f8;
  text-decoration: none;
}

.property-detail-amenity {
  justify-content: center;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  display: flex;
  position: relative;
}

.nav-contact-icon {
  z-index: 10;
  opacity: .8;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
}

.nav-contact-popup {
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  background-color: var(--white);
  margin-top: 5em;
  padding: 3em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-contact-popup.is-2nd {
  z-index: 1;
  border: 1px solid var(--light-grey);
  margin-top: -.1em;
  margin-right: -.1em;
  display: none;
}

.popup-contact-link {
  font-size: 1.5em;
}

.popup-contact-link:hover {
  color: var(--midnight-blue-3);
}

.popup-contact-title {
  color: #13355fa3;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 25em;
  margin-bottom: .3em;
  font-size: .9em;
  line-height: 1.6em;
}

.popup-contact-paragraph {
  max-width: 9.9em;
  margin-bottom: 1.7em;
}

.popup-contact-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.popup-contact-block.is-last {
  margin-bottom: 0;
}

.in-nutshell-item-temp {
  align-self: stretch;
  width: 45%;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  overflow: hidden;
}

.gallery-lightbox-2 {
  z-index: 5;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.property-grid-link-2 {
  z-index: 1;
  background-color: var(--white-smoke);
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
  transition: background-color .2s, box-shadow .3s, color .3s;
  display: flex;
  position: relative;
}

.property-grid-link-2:hover {
  z-index: 2;
  background-color: var(--white);
  color: var(--midnight-blue);
  box-shadow: 0 0 35px 15px #0512223d;
}

.tab-link-3 {
  color: #fff9;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 6px solid #0000;
  flex: none;
  align-self: stretch;
  align-items: center;
  margin-right: 4em;
  padding: .5em 0;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.tab-link-3:hover {
  opacity: 1;
  color: var(--white);
}

.tab-link-3.w--current {
  border-bottom-color: var(--peru);
  color: var(--white);
  background-color: #0000;
}

.gallery-lightbox-3 {
  flex: 1;
  height: 4.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  z-index: 998;
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-container-2 {
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  display: flex;
}

.nav-left-2 {
  display: flex;
}

.nav-menu-2 {
  margin-right: 1em;
  display: flex;
}

.nav-link-2 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 1.4em;
  font-size: .9em;
  font-weight: 500;
  display: flex;
}

.nav-link-2:hover {
  color: var(--chocolate);
}

.nav-link-2.w--current {
  border-bottom-color: var(--chocolate);
  color: var(--chocolate);
}

.nav-2-right-block {
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  display: flex;
}

.footer-other-links-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.subfooter-1 {
  z-index: 10;
  border-top: 1px solid #244c7e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
  display: flex;
  position: relative;
}

.footer-sublinks-title {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: .9em;
  font-size: .75em;
  font-weight: 300;
  position: relative;
}

.up-heading {
  background-color: var(--midnight-blue-3);
  margin-bottom: 0;
  padding: 8px;
}

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

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-2.grey-outline.small {
  background-color: var(--black);
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--burgund);
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  height: 100%;
  padding: 36px;
  display: flex;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.clip {
  position: relative;
  overflow: hidden;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.heading {
  z-index: 10;
  margin-bottom: 0;
  font-size: 2em;
  position: relative;
}

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

.icon {
  z-index: 10;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .25fr;
  grid-auto-rows: auto;
  grid-auto-columns: .5fr;
  margin-bottom: 60px;
  display: grid;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-2.clip {
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-text {
  z-index: 10;
  color: var(--white);
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: var(--beige);
}

.list {
  color: var(--white);
  padding-left: 0;
}

.text-block {
  color: var(--white);
  line-height: 1.4em;
}

.text-block.black {
  color: var(--black);
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #1136a9;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.text-blok {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-3 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-3.light {
  color: #fff;
}

.section-3 {
  padding: 40px 5% 20px;
  overflow: hidden;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.center {
  grid-template-columns: 36px 1fr;
  place-items: center;
}

.heading-4 {
  z-index: 10;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 300;
  position: relative;
}

.heading-4.text-center {
  font-family: PT Serif, serif;
}

.image-5 {
  flex: 1;
  max-width: 20%;
}

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

.section-4 {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.dropdown-title {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-menu {
  z-index: auto;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
}

.icon-2 {
  color: #000;
  line-height: 16px;
}

.heading-5 {
  text-transform: capitalize;
}

.heading-5.mid {
  text-align: center;
  font-family: PT Serif, serif;
}

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

.dropdown-switch {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown-contents {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.dropdown-texts {
  color: #666;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2vw;
  line-height: 1.4em;
}

.logo-txt {
  z-index: 2;
  color: var(--black);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 2vw;
  line-height: 2em;
  position: relative;
}

.logo-div, .div-block-2 {
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  font-family: Great Vibes, cursive;
  font-size: 16px;
  line-height: 30px;
}

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

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

.scroll-indicator {
  z-index: 25;
  background-color: #fff3;
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.google {
  margin-right: 10px;
}

.right-arrow-4 {
  z-index: 30;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px 18px 0;
  display: flex;
  inset: auto 0% 0% 130px;
}

.right-arrow-4.left {
  padding-left: 36px;
  padding-right: 0;
  left: 0;
  right: 130px;
  overflow: hidden;
}

.text-span-66 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 800px;
  padding-bottom: 36px;
  display: grid;
}

.hero-intro.mid {
  place-items: center;
}

.dual-button {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.hero-slider-wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.reviews-google-block {
  justify-content: center;
  height: 25px;
  display: flex;
}

.reviews-google-block.left {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: flex-start;
  height: 20px;
  margin-bottom: -5px;
}

.reviews-google-block.left.invert-small {
  width: auto;
  min-width: 0;
}

.slide-nav-2 {
  display: none;
}

.xxl-heading {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25em;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small.large {
  width: 18px;
  min-width: 18px;
}

.indicator-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.paragraph-17 {
  color: #d3d3d3;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 400;
}

.hero-slide-background {
  z-index: 1;
  background-image: url('../images/Patrycja-Rozpondek-2.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 125vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-slide-background.three {
  background-image: url('../images/Patrycja-Rozpondek-1.jpg');
  background-position: 50%;
}

.hero-slide-background.two {
  background-image: url('../images/Patrycja-Rozpondek.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.mask-2 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.outline-clip {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-clip.left {
  inset: 0% auto auto 0%;
}

.slider-background {
  border-radius: 100% 100% 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(271deg, #090f1621, #090f164d);
}

.subtitle-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  margin-bottom: 0;
  display: grid;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-bottom: 0;
  display: grid;
}

.hero-intro-title.left {
  grid-row-gap: 30px;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper-2.home-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.outline-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-cut.left {
  inset: 0% auto auto 0%;
}

.main-hero-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-2 {
  z-index: 25;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 265px 5vw 275px 2vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.arrow-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.arrow-outline.right {
  left: auto;
  right: 0;
}

.arrow-outline.right.light {
  inset: 0% 0% auto auto;
}

.arrow-outline.light {
  border-color: #fff;
  top: 0;
}

.circle-scroll-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding-top: 38px;
  padding-bottom: 178px;
  padding-left: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -150px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto;
  overflow: visible;
}

.hero-slide {
  width: 100%;
}

.slider-bottom {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-bottom.in-slide {
  z-index: 25;
  justify-content: flex-end;
  inset: auto 0% 0% 0;
}

.image-17 {
  margin-top: 20px;
}

.container-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.section-5.pd-top-180px-copy {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.grid-5-columns.logo-strip-center {
  grid-column-gap: 40px;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  place-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.about-image {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 4px;
  min-width: 490px;
  max-width: 520px;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.slide {
  border: 3px solid var(--light-grey);
  background-color: var(--black);
  border-radius: 0;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.mask {
  height: auto;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.left-arrow {
  align-items: center;
  display: flex;
  inset: 0% auto 0% -30%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 714px;
  height: auto;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #ffffffb3;
}

.heading-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% -30% 0% auto;
}

.testimonials-image {
  border-radius: 50%;
  width: 60px;
  margin-right: 20px;
}

.mask-3 {
  width: 50%;
  overflow: visible;
}

.casestuyd-block {
  z-index: 10000;
  background-color: #0b1033;
  width: 100%;
  height: 100%;
  padding: 8% 5% 5%;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.casestuyd-block._5 {
  padding-bottom: 9%;
  display: none;
}

.casestuyd-block._1 {
  display: none;
}

.casestuyd-block._3 {
  padding-bottom: 9%;
  display: none;
}

.casestuyd-block._2 {
  padding-bottom: 5%;
  display: none;
}

.casestuyd-block._4 {
  padding-bottom: 9%;
  display: none;
}

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

.image-46 {
  width: 100%;
}

.icon-3, .icon-3._2 {
  background-color: #cba865;
}

.heading-69 {
  color: #fff;
}

.div-put-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  flex-flow: column;
  width: 550px;
  max-width: none;
  height: 800px;
  padding: 10px;
  display: flex;
  position: relative;
}

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 25px;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.swiper-slide._1 {
  border-radius: 0;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 2rem;
}

.offer-heading-copy {
  text-align: center;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 25px;
  line-height: 1.5em;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #cba865;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .0625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
  transition: color .3s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button-3.learin-more {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.close-pop {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.white {
  color: #fff;
}

.sold-image-copy {
  height: 75%;
  max-height: 80%;
  position: relative;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  line-height: 50px;
}

.section-heading.mid {
  text-align: center;
  font-family: PT Serif, serif;
  font-weight: 500;
}

.sold-image {
  height: 80%;
  max-height: 80%;
  position: relative;
}

.slider-2 {
  background-color: #fff;
  min-height: 800px;
}

.offer-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  height: 50%;
  padding: 1rem;
  display: flex;
}

.section-27 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 3%;
  display: flex;
  overflow: hidden;
}

.section-27.case {
  position: relative;
}

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

.offer-heading.sub {
  text-align: center;
  line-height: 30px;
}

.sold-image-inner {
  height: 100%;
  max-height: 100%;
  position: static;
}

.casestudy-tekst {
  color: #fff;
  text-align: left;
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

  .section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-put-3 {
    height: 550px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 14px;
  }

  .services-card {
    padding: 48px;
  }

  .div-put-3 {
    height: 800px;
  }

  .section-27 {
    padding-left: 8%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 15px;
  }

  .home-hero {
    justify-content: center;
    align-items: center;
  }

  .mask-3 {
    width: 33%;
  }
}

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

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.2em;
  }

  h3 {
    font-size: 2.5em;
  }

  .container {
    padding-left: 5em;
    padding-right: 5em;
  }

  .navbar-container {
    padding-right: 2em;
  }

  .logo {
    width: 9em;
  }

  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .brand.is-2nd {
    margin-right: 1em;
  }

  .brand.is-2nd:hover {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .side-menu {
    padding-right: 1.5em;
  }

  .side-menu.is-2nd {
    display: flex;
  }

  .side-menu.is-2nd:hover {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .customer-link {
    width: 100%;
    margin-bottom: 2em;
  }

  .split-content-column {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-link {
    font-size: 2.7em;
  }

  .featured-gallery-lightbox {
    height: 7em;
  }

  .button-paragraph {
    font-size: 1.1em;
  }

  .form-label {
    font-weight: 500;
  }

  .column-with-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-in-column {
    font-size: 2em;
  }

  .in-nutshell {
    flex-wrap: wrap;
  }

  .in-nutshell-item {
    width: 50%;
    margin-right: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding-experience {
    padding-top: 10em;
  }

  .sellers-process-item {
    font-size: .9em;
  }

  .menu-column-left {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .menu-column-right {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 6em;
  }

  .menu-link {
    width: 100%;
    min-width: auto;
    padding-right: 0%;
  }

  .menu-link-paragraph {
    line-height: 1.9em;
  }

  .utility-page-wrap {
    padding-left: 5em;
    padding-right: 5em;
  }

  .utility-page-form-submit, .utility-page-form-label {
    font-size: 1em;
  }

  .contact-inquiry-wrap {
    flex-wrap: wrap;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-inquiry-form {
    max-width: none;
  }

  .contact-inquiry-column {
    margin-bottom: 3.5em;
    padding-right: 0;
  }

  .contact-inquiry-heading {
    max-width: none;
  }

  .nav-contact {
    display: none;
  }

  .nav-contact.is-2nd {
    display: flex;
  }

  .about-template-link {
    width: 100%;
  }

  .in-nutshell-item-temp {
    font-size: .9em;
  }

  .navbar-container-2 {
    padding-right: 2em;
  }

  .nav-menu-2 {
    display: none;
  }

  .nav-link-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .services-card {
    padding: 36px 24px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

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

  .dropdown-menu {
    align-items: stretch;
    min-width: auto;
  }

  .dropdown-wrapper {
    justify-content: center;
    align-items: center;
  }

  .logo-txt {
    font-size: 3vw;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .hero-slide-background.two {
    background-position: 50%;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 60px;
  }

  .section-5 {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section-5.pd-top-180px-copy {
    padding-top: 120px;
  }

  .grid-5-columns.logo-strip-center {
    grid-row-gap: 50px;
    grid-template-columns: auto auto auto;
  }

  .about-image {
    max-width: none;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .body-text {
    font-size: 18px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .mask-3 {
    width: 100%;
  }

  .slide-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-put-3 {
    height: 550px;
  }

  .swiper-slide._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    font-size: .875rem;
  }

  .section-heading {
    max-width: none;
  }

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

  .section-27 {
    padding-left: 3%;
  }
}

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

  p {
    font-size: 1.25em;
    line-height: 1.6em;
  }

  .navbar-container {
    padding-right: 0;
  }

  .logo {
    font-size: 1.2em;
  }

  .nav-menu {
    background-color: #fff;
    display: none;
    box-shadow: 0 30px 40px -20px #000000a6;
  }

  .menu-button {
    align-self: center;
    margin-left: auto;
    padding: .5em 1.2em;
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #e2e2e2;
  }

  .nav-link {
    text-align: center;
    font-size: 1.4em;
  }

  .home-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: url('../images/patrycja-obraz.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .side-menu {
    padding-left: 2em;
  }

  .hero-heading {
    font-size: 3.3em;
    font-weight: 300;
  }

  .burger-icon.in-menu-button {
    margin-left: .6em;
    margin-right: 0;
    font-size: .6em;
  }

  .flex-horizontal.mobile-vertical-reverse {
    flex-direction: column-reverse;
  }

  .split-content-column {
    width: 100%;
    min-height: auto;
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .split-content-column.margin-mobile-3-0 {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .split-content-column.min-80vh {
    height: 35em;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-sublink {
    font-size: 1.1em;
  }

  .subfooter-2 {
    justify-content: center;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .menu-text-block {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 500;
    line-height: 1em;
  }

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

  .property-gallery-lightbox {
    height: 7em;
  }

  .property-image-2 {
    flex: 0 auto;
    height: 20em;
  }

  .form-block {
    width: 100%;
  }

  .form {
    font-size: 1.3em;
  }

  .submit-form {
    text-align: left;
    background-position: 91%;
    padding-left: 10%;
    font-size: 1em;
  }

  ._2-column-flex {
    flex-wrap: wrap;
  }

  .column-with-padding {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .paragraph-column {
    max-width: none;
    font-size: 1.2em;
  }

  .in-nutshell-number {
    font-size: 2.3em;
  }

  .in-nutshell-title {
    font-size: 1.2em;
  }

  .padding-experience {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .dropdown-toggle {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .lifestyle-link {
    font-size: .8em;
  }

  .subfooter-links {
    justify-content: center;
    width: 100%;
    margin-bottom: 2em;
  }

  .menu-content {
    flex-flow: column-reverse wrap;
  }

  .menu-column-left {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .menu-column-right {
    flex: 0 auto;
    width: 100%;
    padding-top: 7em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .office-block {
    margin-right: 5em;
    font-size: 1.2em;
  }

  .menu-office-contacts {
    flex-direction: row;
    width: 100%;
    padding-top: .5em;
  }

  .menu-contact-link {
    margin-right: 2.5em;
    font-size: 1.3em;
  }

  .menu-link {
    width: 45%;
    font-size: 2.3em;
  }

  .menu-link-paragraph {
    line-height: 2.5em;
  }

  .menu-close {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .menu-brand {
    align-self: flex-start;
    margin-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-brand-logo {
    width: 11em;
  }

  .menu-background-image {
    display: none;
  }

  .menu-background-image-mobile {
    z-index: 1;
    opacity: .08;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .menu-office-wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .utility-page-content {
    align-self: stretch;
  }

  .circle-button {
    font-size: .8em;
  }

  .contact-inquiry-wrap {
    max-width: 32em;
  }

  .property-desc-item {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .in-nutshell-item-temp {
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .tab-link-3 {
    margin-right: 2.5em;
  }

  .navbar-container-2 {
    padding: 1em;
  }

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 30px 40px -20px #000000a6;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 1.4em;
  }

  .footer-sublinks-title {
    font-size: .8em;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .section-2, .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-title {
    width: 100%;
  }

  .dropdown-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .section-5.pd-top-180px-copy {
    padding-top: 100px;
  }

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

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: #ffbf41;
    width: 45px;
    height: 45px;
  }

  .mask-3 {
    width: 100%;
  }

  .slide-2 {
    margin-left: 0;
    margin-right: 1rem;
  }

  .div-put-3 {
    width: auto;
    height: auto;
    padding: 5px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-slide._1 {
    flex-flow: column;
    width: 100%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .button-3 {
    margin-left: 0;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

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

  .section-27 {
    padding-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.25em;
  }

  .container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .logo {
    font-size: 1em;
  }

  .brand.is-2nd {
    padding: .3em 4vw;
  }

  .brand.is-2nd:hover {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding: 0;
  }

  .home-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--ecru);
    background-image: none;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .side-menu {
    padding-left: 1.5em;
  }

  .side-menu.is-2nd {
    padding: .5em 4vw;
  }

  .side-menu.is-2nd:hover {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-button {
    justify-content: space-between;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .button {
    justify-content: space-between;
    width: 100%;
    margin-bottom: .3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .button-arrow-right {
    margin-left: .5em;
  }

  .customer-link {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .split-content-column {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    text-align: left;
  }

  .footer-link {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .footer-sublink {
    padding-left: 0;
    padding-right: 2em;
  }

  .inquiry-call-to-action {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-position: 70%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-contact-title {
    text-align: center;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-gallery-lightbox {
    height: 6em;
  }

  .padding-8em {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-buttons-wrap {
    flex-wrap: wrap;
    align-self: stretch;
  }

  .property-image-2 {
    width: 100%;
    height: 16em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .form-error {
    padding: 1.7em;
  }

  .submit-form {
    width: 100%;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  ._2-column-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5em;
  }

  .column-with-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-in-column {
    font-size: 1.8em;
  }

  .in-nutshell-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    display: flex;
  }

  .dropdown-toggle {
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sellers-process-item {
    flex: 0 auto;
    width: 33.3333%;
  }

  .lifestyle-link {
    font-size: .7em;
  }

  .menu-column-left {
    padding: 5em 10vw;
  }

  .menu-column-right {
    padding: 3em 10vw;
  }

  .office-block {
    width: 100%;
  }

  .menu-office-contacts {
    flex-wrap: wrap;
  }

  .menu-contact-link {
    margin-bottom: 1.2em;
  }

  .menu-main-links {
    padding-bottom: 3em;
  }

  .menu-link-paragraph {
    font-size: 6.3vw;
    line-height: 3em;
  }

  .utility-page-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._404-icon {
    margin-bottom: .2em;
  }

  ._404-title-block {
    flex-wrap: wrap;
  }

  .utility-page-form-submit {
    width: 100%;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    font-size: 1.1em;
  }

  .column-content {
    margin-top: 2rem;
  }

  .featured-wrapper {
    min-height: auto;
  }

  .contact-inquiry-column {
    max-width: none;
  }

  .property-desc-item {
    width: 100%;
    padding: 1.2em .6em;
  }

  .about-template-link {
    padding-left: 3em;
    padding-right: 3em;
  }

  .property-detail-amenity {
    padding-left: .5em;
    padding-right: .5em;
  }

  .in-nutshell-item-temp {
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .navbar-container-2 {
    padding: .6em;
  }

  .services-card {
    padding: 36px 18px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

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

  .section-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .image-5 {
    width: 70px;
    max-width: none;
  }

  .dropdown-title {
    white-space: pre-wrap;
    font-size: 15px;
  }

  .dropdown-menu {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-switch {
    justify-content: space-between;
    padding: 15px;
  }

  .dropdown-wrapper {
    width: 100%;
    display: flex;
  }

  .dropdown-texts {
    padding: 0 15px 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .logo-txt {
    font-size: 2rem;
  }

  .div-block-2 {
    margin-bottom: 10px;
  }

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

  .google {
    margin-right: 5px;
  }

  .hero-intro {
    grid-row-gap: 24px;
  }

  .dual-button {
    grid-auto-flow: row;
  }

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

  .paragraph-17 {
    margin-left: 5px;
    font-size: 12px;
  }

  .hero-slide-background.two {
    background-position: 43%;
    background-size: cover;
  }

  .subtitle-intro {
    text-align: left;
    grid-template-columns: auto minmax(auto, 1fr) auto;
  }

  .hero-intro-title {
    grid-row-gap: 24px;
  }

  .slide-content-2 {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-5.pd-top-180px-copy {
    padding-top: 80px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: var(--burgund);
    border: .5px solid #9c9c9c;
    width: 45px;
    height: 45px;
  }

  .about-image {
    width: 100%;
    min-width: 0;
    margin-bottom: 30px;
  }

  .testimonial {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }

  .slide {
    padding: 30px 10px;
  }

  .testimonial-author-wrap {
    flex-flow: row;
    align-items: flex-start;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .slider {
    flex-direction: column;
  }

  .right-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .mask-3 {
    overflow: hidden;
  }

  .casestuyd-block._5 {
    padding-top: 12%;
    padding-right: 10%;
  }

  .casestuyd-block._1, .casestuyd-block._3, .casestuyd-block._2, .casestuyd-block._4 {
    padding-top: 12%;
    padding-right: 10%;
    display: none;
  }

  .slide-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3 {
    font-size: 2rem;
    left: -60%;
  }

  .icon-3._2 {
    left: 60%;
  }

  .div-put-3 {
    max-width: none;
    height: auto;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-slide._1 {
    width: 100%;
    min-width: 300px;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .offer-heading-copy {
    font-size: 17px;
  }

  .button-3 {
    text-align: center;
    margin-left: 0;
    font-size: .875rem;
  }

  .slider-2 {
    min-height: 750px;
  }

  .offer-info {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-left: .7rem;
  }

  .section-27 {
    padding-bottom: 0%;
  }

  .offer-heading {
    font-size: 17px;
  }
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a353-93b5c679 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a356-93b5c679 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a35e-93b5c679 {
  justify-self: start;
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a35f-93b5c679 {
  justify-self: end;
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a370-93b5c679 {
  justify-self: start;
}

#w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a38d-93b5c679, #w-node-f4d9ce19-2c3f-e23a-e3b2-a3368ac2a3a9-93b5c679 {
  justify-self: end;
}

#w-node-_5d037461-9a2c-a3dc-f723-7507dcb0bdc9-93b5c679, #w-node-_5d037461-9a2c-a3dc-f723-7507dcb0bdca-93b5c679, #w-node-_5d037461-9a2c-a3dc-f723-7507dcb0bdcb-93b5c679, #w-node-_5d037461-9a2c-a3dc-f723-7507dcb0bdcc-93b5c679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ee47be-779f-6c96-1fbd-83f14bdd0412-93b5c679 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d359cc2b-a1e4-f07f-3ef5-8f5a26e3d6aa-93b5c679 {
  place-self: center stretch;
}

#w-node-d359cc2b-a1e4-f07f-3ef5-8f5a26e3d6ac-93b5c679 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_60ee47be-779f-6c96-1fbd-83f14bdd040b-93b5c679 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60ee47be-779f-6c96-1fbd-83f14bdd040b-93b5c679 {
    grid-column: span 1 / span 1;
  }

  #w-node-_60ee47be-779f-6c96-1fbd-83f14bdd0412-93b5c679 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}


