#page-buildings .section-contact .flex-wrapper .right-cards .card:nth-child(2)::before, #page-buildings .section-contact .flex-wrapper .left-background--shadow::after, #page-buildings .section-contact .flex-wrapper .left-background--shadow::before, #page-buildings .section-contact .flex-wrapper .left-background--shadow, #page-buildings .section-contact .flex-wrapper .left-background img, #page-buildings .section-contact .flex-wrapper .left-background::after, #page-buildings .section-contact .flex-wrapper .left-background::before, #page-buildings .section-contact .flex-wrapper .left-background, #page-buildings .section-hero .background img,
#page-buildings .section-hero .background video, #page-buildings .section-hero .background::after, #page-buildings .section-hero .background::before, .modal-filter, .modal-search, .card-image img, .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-buildings .section-contact .flex-wrapper .right-cards a.card:nth-child(2)::before, #page-buildings .section-contact .flex-wrapper a.left-background--shadow::after, #page-buildings .section-contact .flex-wrapper a.left-background--shadow::before, #page-buildings .section-contact .flex-wrapper a.left-background--shadow, #page-buildings .section-contact .flex-wrapper a.left-background::after, #page-buildings .section-contact .flex-wrapper a.left-background::before, #page-buildings .section-contact .flex-wrapper a.left-background, #page-buildings .section-hero a.background::after, #page-buildings .section-hero a.background::before, a.modal-filter, a.modal-search, a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-buildings .section-contact .flex-wrapper .right-cards button.card:nth-child(2)::before, #page-buildings .section-contact .flex-wrapper button.left-background--shadow::after, #page-buildings .section-contact .flex-wrapper button.left-background--shadow::before, #page-buildings .section-contact .flex-wrapper button.left-background--shadow, #page-buildings .section-contact .flex-wrapper button.left-background::after, #page-buildings .section-contact .flex-wrapper button.left-background::before, #page-buildings .section-contact .flex-wrapper button.left-background, #page-buildings .section-hero button.background::after, #page-buildings .section-hero button.background::before, button.modal-filter, button.modal-search, button.card-link {
  text-indent: -999px;
  overflow: hidden;
}

.card {
  position: relative;
  width: 100%;
}
.card-link {
  pointer-events: initial;
  z-index: 5;
}
.card-image {
  position: relative;
  width: 100%;
  height: 439rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.6;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  margin-bottom: 32rem;
}
@media (max-width: 1023px) {
  .card-image {
    height: 300rem;
  }
}
.card-image--el {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card-image--el::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103rem;
  height: 103rem;
  border-radius: 50%;
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
@media (max-width: 1023px) {
  .card-image--el::before {
    width: 90rem;
    height: 90rem;
  }
}
.card-image--el::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103rem;
  height: 103rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  animation: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .card-image--el::after {
    width: 90rem;
    height: 90rem;
  }
}
@keyframes circlePulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}
.card-image--el span {
  position: relative;
  color: white;
  font-size: 16rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  letter-spacing: 0.04em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
@media (max-width: 1023px) {
  .card-image--el span {
    font-size: 20rem;
  }
}
.card-content {
  text-align: center;
}
.card-content--small {
  color: #ae9c8e;
  font-size: 12rem;
  font-weight: 400;
  margin-bottom: 20rem;
}
.card-content--title {
  color: #5d534b;
  font-size: 28rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  .card-content--title {
    font-size: 25rem;
  }
}
.card-content--price {
  color: #5d534b;
  font-size: 20rem;
  font-weight: 400;
  margin-bottom: 32rem;
}
.card-content--infos ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-content--infos ul li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10rem;
}
.card-content--infos ul li:not(:last-child) {
  margin-right: 20rem;
}
.card-content--infos ul li span {
  color: #5d534b;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 6rem;
}

.modal-search {
  background-color: rgba(56, 52, 41, 0.8);
  backdrop-filter: blur(50px);
  position: fixed;
  display: flex;
  justify-content: center;
  padding: 15rem 0 60rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 150;
}
@media (max-height: 850px) {
  .modal-search {
    display: block;
    justify-content: unset;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .modal-search {
    padding: 0 0 60rem;
    overflow-y: auto;
  }
}
.modal-search::-webkit-scrollbar {
  width: 4px;
}
.modal-search::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-search::-webkit-scrollbar-thumb {
  background: #ac9f6e;
}
.modal-search::-webkit-scrollbar-thumb:hover {
  background: #ac9f6e;
}
.modal-search.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-search .wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal-search .wrapper {
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .modal-search .wrapper .container {
    padding: 0;
  }
}
.modal-search .wrapper-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 273rem 0 52rem;
  margin-bottom: 72rem;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-header {
    position: sticky;
    top: 0;
    padding: 0 15rem 0 20rem;
    margin-bottom: 70rem;
    z-index: 10;
  }
}
.modal-search .wrapper-header--field {
  position: relative;
  width: 100%;
}
.modal-search .wrapper-header--field::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 30rem;
  height: 1rem;
  width: 0%;
  background-color: #5d534b;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
.modal-search .wrapper-header--field:focus-within::before {
  width: 100%;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-header--field:focus-within::before {
    width: 264rem;
  }
}
.modal-search .wrapper-header--field .field {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  font-family: "lato";
  position: relative;
  width: 100%;
  height: 20rem;
  padding: 0 30rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.modal-search .wrapper-header--field .field::-moz-placeholder {
  color: #5d534b;
}
.modal-search .wrapper-header--field .field::placeholder {
  color: #5d534b;
}
.modal-search .wrapper-header--field.typing .field::after {
  content: "|";
  animation: blink-cursor 0.7s step-end infinite;
}
@keyframes blink-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.modal-search .wrapper-header--field .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modal-search .wrapper .close {
  position: absolute;
  top: 26rem;
  right: 142rem;
  display: flex;
  align-items: center;
  z-index: 20;
}
@media (max-width: 1023px) {
  .modal-search .wrapper .close {
    right: 20rem;
  }
}
.modal-search .wrapper .close svg {
  width: 16rem;
  height: unset;
}
@media (max-width: 767px) {
  .modal-search .wrapper .close svg {
    width: 14rem;
  }
}
.modal-search .wrapper .close svg path {
  fill: #5d534b;
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-search .wrapper-state {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60rem 20rem;
}
.modal-search .wrapper-state.active {
  display: flex;
}
.modal-search .wrapper-state p {
  color: white;
  font-size: 16rem;
  font-weight: 400;
  font-family: "lato";
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-state p {
    font-size: 14rem;
  }
}
.modal-search .wrapper-slide {
  opacity: 1;
  transition: opacity 200ms ease;
}
.modal-search .wrapper-slide.fade-out {
  opacity: 0;
}
.modal-search .wrapper-slide.hidden {
  display: none;
}
@media (max-height: 650px) {
  .modal-search .wrapper-slide .swiper-slide .card-image {
    height: 330rem;
  }
}
.modal-search .wrapper-slide .swiper-slide .card-content--small {
  color: #ae9c8e;
}
.modal-search .wrapper-slide .swiper-slide .card-content--title {
  color: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--price {
  color: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li svg path[fill] {
  fill: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li svg path[stroke] {
  stroke: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li span {
  color: white;
}
.modal-search .wrapper-slide {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide {
    overflow: visible;
  }
  .modal-search .wrapper-slide .slide-items {
    display: flex;
    flex-direction: column;
    gap: 40rem;
    padding: 0 20rem;
    pointer-events: initial;
  }
  .modal-search .wrapper-slide .slide-items > div {
    width: 100% !important;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image--el::before {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image--el span {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-arrows {
    display: none;
  }
}
.modal-search .wrapper-slide.swiper {
  overflow: visible;
}
.modal-search .wrapper-slide.swiper .slide-items {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.modal-search .wrapper-slide.swiper .slide-items .item {
  position: relative;
  width: 100%;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el::before {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el::after {
  opacity: 1;
  animation: circlePulse 1.8s ease-out infinite;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el span {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-arrows {
  position: absolute;
  top: 200rem;
  left: 50%;
  transform: translateX(-50%);
  width: 680rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows {
    display: none;
  }
}
@media (max-height: 650px) {
  .modal-search .wrapper-slide.swiper .slide-arrows {
    top: 135rem;
  }
}
.modal-search .wrapper-slide.swiper .slide-arrows button {
  display: inline-flex;
  align-items: center;
  height: 59rem;
  border: 1px solid #d0b7a8;
  padding: 0 20rem;
  pointer-events: initial;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button {
    height: 40rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
  }
}
.modal-search .wrapper-slide.swiper .slide-arrows button svg {
  width: 18rem;
  height: unset;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button svg {
    width: 15rem;
  }
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button svg path {
    fill: white;
  }
}
@media (min-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button:hover {
    background-color: white;
  }
}

.modal-filter {
  background-color: white;
  position: fixed;
  display: none;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 150;
}
@media (max-width: 1023px) {
  .modal-filter {
    display: block;
  }
}
.modal-filter.open {
  opacity: 1;
  pointer-events: initial;
}
.modal-filter .wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 40rem;
}
.modal-filter .wrapper-top {
  position: sticky;
  top: 0;
  background-color: white;
  padding: 0 20rem;
  z-index: 10;
}
.modal-filter .wrapper-top .close {
  position: absolute;
  top: 20rem;
  right: 20rem;
  width: 44rem;
  height: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.modal-filter .wrapper-top .close svg {
  width: 14rem;
  height: unset;
}
.modal-filter .wrapper-top .close svg path {
  fill: #5d534b;
}
.modal-filter .wrapper-top--title {
  color: #5d534b;
  font-size: 28rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  padding-top: 50rem;
  margin-bottom: 20rem;
}
.modal-filter .wrapper-top--tag {
  background-color: rgba(172, 159, 110, 0.1);
  color: #5d534b;
  font-size: 12rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 10rem 0;
  margin-bottom: 25rem;
}
.modal-filter .wrapper-top--tag[data-count="1"] s {
  display: none;
}
.modal-filter .wrapper-fields {
  padding: 0 20rem;
}
.modal-filter .wrapper-fields .field-group {
  position: relative;
  width: 100%;
}
.modal-filter .wrapper-fields .field-group:not(:last-child) {
  margin-bottom: 16rem;
}
.modal-filter .wrapper-fields .field-group .label {
  color: #5d534b;
  font-size: 11rem;
  font-weight: normal;
  margin-bottom: 6rem;
}
.modal-filter .wrapper-fields .field-group[type=select] .open-dropdown {
  background-color: white;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  padding: 0 20rem;
  border: 1px solid #ac9f6e;
}
.modal-filter .wrapper-fields .field-group[type=select] .open-dropdown span {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.modal-filter .wrapper-fields .field-group[type=select] .open-dropdown svg {
  flex-shrink: 0;
  margin-left: 10rem;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown {
  background-color: white;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-top: none;
  transition-property: max-height, border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown ul {
  display: flex;
  flex-direction: column;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown ul li {
  width: 100%;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown ul li button {
  color: black;
  font-size: 14rem;
  font-weight: normal;
  padding: 10rem 30rem 10rem 10rem;
  text-align: left;
  width: 100%;
  display: block;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  line-height: 1.1;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown ul li:hover button, .modal-filter .wrapper-fields .field-group[type=select] .dropdown ul li.active button {
  background-color: rgba(172, 159, 110, 0.1);
  color: #35373f;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown ul li.active button {
  background-color: #ac9f6e;
  color: white;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li button {
  padding-left: 32rem;
  position: relative;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li button::before {
  content: "";
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14rem;
  height: 14rem;
  border: 1px solid #ac9f6e;
  border-radius: 2px;
  background-color: transparent;
  transition-property: background-color, border-color;
  transition-duration: 0.5s;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li button::after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 50%;
  transform: translateY(-55%) rotate(45deg);
  width: 3rem;
  height: 7rem;
  border: solid white;
  border-width: 0 2rem 2rem 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li.active button {
  background-color: rgba(172, 159, 110, 0.1);
  color: #35373f;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li.active button::before {
  background-color: #ac9f6e;
  border-color: #ac9f6e;
}
.modal-filter .wrapper-fields .field-group[type=select] .dropdown.multi ul li.active button::after {
  opacity: 1;
}
.modal-filter .wrapper-fields .field-group[type=select].active .dropdown {
  max-height: 300rem;
  overflow: auto;
  border-color: #ac9f6e;
}
.modal-filter .wrapper-fields .field-group[type=range] {
  margin-top: 10rem;
}
.modal-filter .wrapper-fields .field-group[type=range] .range {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20rem 10rem 0;
}
.modal-filter .wrapper-fields .field-group[type=range] .range-progress {
  background-color: #d3d3d3;
  position: relative;
  width: 100%;
  height: 2rem;
}
.modal-filter .wrapper-fields .field-group[type=range] .range-progress--line {
  background-color: #ac9f6e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal-filter .wrapper-fields .field-group[type=range] .range-progress--dot {
  background-color: #ac9f6e;
  position: absolute;
  top: -7rem;
  width: 16rem;
  height: 16rem;
  cursor: grab;
  transform: translateX(-8rem);
  border-radius: 4px;
}
.modal-filter .wrapper-fields .field-group[type=range] .range-labels {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 16rem;
}
.modal-filter .wrapper-fields .field-group[type=range] .range-labels span {
  color: #5d534b;
  font-size: 11rem;
  font-weight: normal;
  text-transform: uppercase;
}
.modal-filter .wrapper-cta {
  margin-top: 40rem;
  padding: 0 20rem;
}
.modal-filter .wrapper-cta button {
  background-color: #ac9f6e;
  width: 100%;
  height: 56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-filter .wrapper-cta button span {
  color: white;
  font-size: 14rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#main-footer {
  background-color: #fef9ed;
}

#page-buildings {
  background-color: #fef9ed;
}
#page-buildings .section-hero {
  position: relative;
  padding: 195rem 0 0;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero {
    padding: 135rem 0 0;
  }
}
#page-buildings .section-hero .background {
  position: absolute;
  top: 50rem;
  right: 50rem;
  bottom: 80rem;
  left: 50rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .background {
    right: 15rem;
    left: 15rem;
    bottom: 25rem;
  }
}
#page-buildings .section-hero .background::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#page-buildings .section-hero .background::after {
  content: "";
  background-image: linear-gradient(to right, rgba(127, 116, 77, 0.5), rgba(127, 116, 77, 0));
  z-index: 2;
}
#page-buildings .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-buildings .section-hero .headline {
  position: relative;
  padding: 0 20rem;
  margin-bottom: 35rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 6;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .headline {
    margin-bottom: 35rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-buildings .section-hero .headline-left--small {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  margin-bottom: 25rem;
}
#page-buildings .section-hero .headline-left--title {
  color: white;
  font-size: 44rem;
  font-weight: 100;
  font-family: "ivypresto-display";
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .headline-left--title {
    font-size: 30rem;
  }
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .headline-right {
    display: none;
  }
}
#page-buildings .section-hero .headline-right--cta {
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-hero .headline-right--cta button {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  border-bottom: 1px solid white;
}
#page-buildings .section-hero .headline-right .field-group {
  width: 225rem;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  transition-property: opacity, max-height, width;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .headline-right .field-group {
    width: 100%;
  }
}
#page-buildings .section-hero .headline-right .field-group .label {
  position: relative;
  color: white;
  top: unset;
  left: unset;
  font-size: 14rem;
}
#page-buildings .section-hero .headline-right.active .headline-right--cta {
  opacity: 0;
  pointer-events: none;
}
#page-buildings .section-hero .headline-right.active .field-group {
  width: 100%;
  opacity: 1;
  max-height: 100px;
  pointer-events: all;
}
#page-buildings .section-hero .filter {
  position: relative;
  padding: 30rem 0 20rem;
  background-color: white;
  z-index: 5;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .filter {
    display: none;
  }
}
#page-buildings .section-hero .filter-form {
  position: relative;
  padding: 0 20rem;
  display: flex;
  z-index: 10;
}
#page-buildings .section-hero .filter-form .field-group[type=select] .label {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-hero .filter-form .field-group[type=select].not-empty .label {
  opacity: 1;
}
#page-buildings .section-hero .filter-results {
  background: -webkit-linear-gradient(right, #574b1b, #ac9f6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 11rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30rem;
}
#page-buildings .section-hero .filter-results[data-count="1"] s {
  display: none;
}
#page-buildings .section-hero .filter-empty {
  position: absolute;
  bottom: -40rem;
  right: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 10;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .filter-empty {
    position: relative;
    margin-top: 30rem;
  }
}
#page-buildings .section-hero .filter-empty.hidden {
  opacity: 0;
  pointer-events: none;
}
#page-buildings .section-hero .filter-empty button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ac9f6e;
  padding-bottom: 6rem;
}
#page-buildings .section-hero .filter-empty button svg {
  display: inline-block;
}
#page-buildings .section-hero .filter-empty button svg path {
  stroke: #ac9f6e;
}
#page-buildings .section-hero .filter-empty button span {
  color: #ac9f6e;
  font-size: 16rem;
  font-weight: 300;
  margin-left: 8rem;
  display: inline-block;
  position: relative;
  top: -2rem;
}
#page-buildings .section-hero .filter-cta-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .filter-cta-mobile {
    display: block;
    position: fixed;
    bottom: 15rem;
    left: 15rem;
    right: 15rem;
    z-index: 45;
  }
}
#page-buildings .section-hero .filter-cta-mobile button {
  background-color: #ac9f6e;
  width: 100%;
  height: 56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-buildings .section-hero .filter-cta-mobile button span {
  color: white;
  font-size: 14rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#page-buildings .section-hero .field-group {
  position: relative;
}
#page-buildings .section-hero .field-group:not(:last-child) {
  margin-right: 8rem;
}
#page-buildings .section-hero .field-group:nth-child(1) {
  width: 275rem;
}
#page-buildings .section-hero .field-group:nth-child(2), #page-buildings .section-hero .field-group:nth-child(3), #page-buildings .section-hero .field-group:nth-child(4) {
  width: 175rem;
}
#page-buildings .section-hero .field-group:nth-child(5) {
  flex-grow: 1;
}
#page-buildings .section-hero .field-group.disabled .open-dropdown {
  opacity: 0.4;
}
#page-buildings .section-hero .field-group.disabled * {
  pointer-events: none !important;
}
#page-buildings .section-hero .field-group.disabled .tip {
  opacity: 1;
}
#page-buildings .section-hero .field-group .label {
  position: absolute;
  top: -18rem;
  left: 0;
  color: #5d534b;
  font-size: 11rem;
  font-weight: normal;
  margin-bottom: 19rem;
}
#page-buildings .section-hero .field-group .tip {
  color: white;
  font-size: 12rem;
  font-weight: normal;
  position: absolute;
  bottom: -20rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.7s;
}
#page-buildings .section-hero .field-group[type=text] .field {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  height: 58rem;
  padding: 0 20rem;
  width: 100%;
  border: 1px solid #ac9f6e;
  outline: none;
  background-color: white;
}
#page-buildings .section-hero .field-group[type=text] .field::-moz-placeholder {
  color: #5d534b;
}
#page-buildings .section-hero .field-group[type=text] .field::placeholder {
  color: #5d534b;
}
#page-buildings .section-hero .field-group[type=select] .open-dropdown {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58rem;
  padding: 0 20rem;
  transition-property: opacity;
  transition-duration: 0.7s;
  border: 1px solid #ac9f6e;
}
#page-buildings .section-hero .field-group[type=select] .open-dropdown span {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  max-width: 140rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .field-group[type=select] .open-dropdown span {
    width: 100%;
    text-align: left;
  }
}
#page-buildings .section-hero .field-group[type=select] .open-dropdown svg {
  flex-shrink: 0;
  margin-left: 10rem;
}
#page-buildings .section-hero .field-group[type=select] .dropdown {
  background-color: white;
  position: absolute;
  top: calc(100% + 10rem);
  left: 0;
  min-width: 100%;
  overflow: auto;
  max-height: 216rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 6;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .field-group[type=select] .dropdown {
    overflow: visible;
    max-width: 100%;
    z-index: 100;
  }
}
#page-buildings .section-hero .field-group[type=select] .dropdown::-webkit-scrollbar {
  width: 4px;
}
#page-buildings .section-hero .field-group[type=select] .dropdown::-webkit-scrollbar-track {
  background-color: rgba(93, 83, 75, 0.1);
}
#page-buildings .section-hero .field-group[type=select] .dropdown::-webkit-scrollbar-thumb {
  background-color: #5d534b;
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul li {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .field-group[type=select] .dropdown ul li {
    white-space: unset;
  }
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul li.hidden {
  display: none;
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul li button {
  color: black;
  font-size: 14rem;
  font-weight: normal;
  height: 33rem;
  padding: 0 30rem 0 10rem;
  text-align: left;
  width: 100%;
  display: block;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-buildings .section-hero .field-group[type=select] .dropdown ul li button {
    padding: 10rem 30rem 10rem 10rem;
    height: unset;
    line-height: 1.1;
  }
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul li:hover button, #page-buildings .section-hero .field-group[type=select] .dropdown ul li.active button {
  background-color: rgba(172, 159, 110, 0.1);
  color: #35373f;
}
#page-buildings .section-hero .field-group[type=select] .dropdown ul li.active button {
  background-color: #ac9f6e;
  color: white;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li button {
  padding-left: 32rem;
  position: relative;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li button::before {
  content: "";
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14rem;
  height: 14rem;
  border: 1px solid #ac9f6e;
  border-radius: 2px;
  background-color: transparent;
  transition-property: background-color, border-color;
  transition-duration: 0.5s;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li button::after {
  content: "";
  position: absolute;
  left: 15rem;
  top: 50%;
  transform: translateY(-55%) rotate(45deg);
  width: 3rem;
  height: 7rem;
  border: solid white;
  border-width: 0 2rem 2rem 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li.active button {
  background-color: rgba(172, 159, 110, 0.1);
  color: #35373f;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li.active button::before {
  background-color: #ac9f6e;
  border-color: #ac9f6e;
}
#page-buildings .section-hero .field-group[type=select] .dropdown.multi ul li.active button::after {
  opacity: 1;
}
#page-buildings .section-hero .field-group[type=select].active .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] {
  display: flex;
  flex-wrap: wrap;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] .label {
  width: 100%;
  flex-shrink: 0;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] span {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 16rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68rem;
  height: 64rem;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 2rem;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] button {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64rem;
  border-radius: 4px;
  backdrop-filter: blur(8px);
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-hero .field-group[type="increase/decrease"] button:not(:last-child) {
  margin-right: 2rem;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] button svg path {
  transition-property: stroke;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-hero .field-group[type="increase/decrease"] button:hover {
  background-color: white;
}
#page-buildings .section-hero .field-group[type="increase/decrease"] button:hover svg path {
  stroke: #35373f;
}
#page-buildings .section-hero .field-group[type=range] {
  margin-left: 20rem;
}
#page-buildings .section-hero .field-group[type=range] .range {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 20rem 10rem 0;
}
#page-buildings .section-hero .field-group[type=range] .range-progress {
  background-color: #d3d3d3;
  position: relative;
  width: 100%;
  height: 2rem;
}
#page-buildings .section-hero .field-group[type=range] .range-progress--line {
  background-color: #ac9f6e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#page-buildings .section-hero .field-group[type=range] .range-progress--dot {
  background-color: #ac9f6e;
  position: absolute;
  top: -7rem;
  width: 16rem;
  height: 16rem;
  cursor: grab;
  transform: translateX(-8rem);
  border-radius: 4px;
}
#page-buildings .section-hero .field-group[type=range] .range-labels {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 16rem;
}
#page-buildings .section-hero .field-group[type=range] .range-labels span {
  color: #5d534b;
  font-size: 11rem;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
#page-buildings .section-hero .field-group[type=range] .range-labels span:nth-child(1) {
  left: -8rem;
}
#page-buildings .section-hero .field-group[type=range] .range-labels span:nth-child(2) {
  right: -8rem;
}
#page-buildings .section-buildings {
  padding: 100rem 0 160rem;
}
#page-buildings .section-buildings .listing {
  position: relative;
  z-index: 1;
}
#page-buildings .section-buildings .listing-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48rem;
  grid-row-gap: 65rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-buildings .listing-items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40rem;
  }
}
@media (max-width: 767px) {
  #page-buildings .section-buildings .listing-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-buildings .section-buildings .listing-items .sk-item {
  background: rgb(162.7171052632, 148.2631578947, 93.7828947368);
  position: relative;
  animation: skeleton 1s infinite;
  height: 420rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-buildings .listing-items .sk-item {
    height: 360rem;
  }
}
@keyframes skeleton {
  0%, 100% {
    background: rgb(162.7171052632, 148.2631578947, 93.7828947368);
  }
  50% {
    background: rgb(146.9078947368, 133.7368421053, 84.0921052632);
  }
}
#page-buildings .section-buildings .listing-items .card-image {
  opacity: 1;
  height: 270rem;
}
#page-buildings .section-buildings .listing-items .card-content--title {
  font-size: 24rem;
}
#page-buildings .section-buildings .listing-items .card-content--price {
  font-size: 16rem;
}
#page-buildings .section-buildings .listing-items .card-content--infos {
  padding: 0;
}
#page-buildings .section-buildings .listing-items .card-content--infos ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 28rem;
  grid-row-gap: 28rem;
}
#page-buildings .section-buildings .listing-items .card-content--infos ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  text-align: center;
}
#page-buildings .section-buildings .listing-items .card-content--infos ul li svg {
  flex-shrink: 0;
}
#page-buildings .section-buildings .listing-items .card-content--infos ul li span {
  font-size: 11rem;
}
#page-buildings .section-buildings .listing-no-result {
  color: black;
  font-size: 21rem;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-top: 260rem;
  width: 100%;
}
#page-buildings .section-buildings .listing-cta {
  margin-top: 80rem;
  text-align: center;
}
@media (max-width: 1023px) {
  #page-buildings .section-buildings .listing-cta {
    margin-top: 40rem;
  }
}
#page-buildings .section-contact {
  padding-bottom: 65rem;
}
#page-buildings .section-contact .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-buildings .section-contact .flex-wrapper .left {
  position: relative;
  width: 622rem;
  padding: 200rem 0 50rem 40rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .left {
    width: 100%;
    padding: 80rem 20rem 50rem;
    margin-bottom: 25rem;
  }
}
#page-buildings .section-contact .flex-wrapper .left-background {
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .left-background::before {
  content: "";
  background-color: #b2a070;
  mix-blend-mode: color;
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .left-background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .left-background img {
    -o-object-position: left center;
    object-position: left center;
  }
}
#page-buildings .section-contact .flex-wrapper .left-background--shadow {
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .left-background--shadow::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .left-background--shadow::after {
  content: "";
  background-image: linear-gradient(210deg, rgba(116, 93, 39, 0) 45%, rgba(116, 93, 39, 0.8) 100%);
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .left-content {
  position: relative;
  z-index: 2;
}
#page-buildings .section-contact .flex-wrapper .left-content--small {
  color: white;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5rem;
}
#page-buildings .section-contact .flex-wrapper .left-content--title {
  color: white;
  font-size: 32rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 55rem;
}
#page-buildings .section-contact .flex-wrapper .left-content--cta a {
  display: inline-flex;
  align-items: center;
}
#page-buildings .section-contact .flex-wrapper .left-content--cta a span {
  color: white;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-right: 8rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .left-content--cta a span {
    font-size: 11rem;
  }
}
#page-buildings .section-contact .flex-wrapper .left-content--cta a svg {
  width: 12rem;
  height: unset;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-contact .flex-wrapper .left-content--cta a:hover svg {
  transform: translateX(5rem);
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .right {
    width: 100%;
  }
}
#page-buildings .section-contact .flex-wrapper .right-cards {
  display: flex;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .right-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25rem;
  }
}
#page-buildings .section-contact .flex-wrapper .right-cards .card {
  position: relative;
  width: 314rem;
  padding: 147rem 40rem 50rem;
  background-color: #fef9ed;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .right-cards .card {
    padding: 80rem 20rem 50rem;
    width: 100%;
  }
}
#page-buildings .section-contact .flex-wrapper .right-cards .card:nth-child(2)::before {
  content: "";
  background-image: linear-gradient(to top right, rgba(172, 159, 110, 0) 35%, rgba(172, 159, 110, 0.7) 100%);
  z-index: 1;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
  margin-right: 24rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
    margin-right: 0;
  }
}
#page-buildings .section-contact .flex-wrapper .right-cards .card > * {
  position: relative;
  z-index: 2;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-title {
  color: #5d534b;
  font-size: 32rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 32rem;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-description {
  width: 182rem;
  margin-bottom: 55rem;
}
@media (max-width: 1023px) {
  #page-buildings .section-contact .flex-wrapper .right-cards .card-description {
    width: 100%;
  }
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-description p {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-cta a {
  display: inline-flex;
  align-items: center;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-cta a span {
  background: -webkit-linear-gradient(right, #ac9f6e, #574b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 8rem;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-cta a svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-cta a svg path {
  fill: #ac9f6e;
}
#page-buildings .section-contact .flex-wrapper .right-cards .card-cta a:hover svg {
  transform: translateX(5rem);
}
/*# sourceMappingURL=buildings.min.css.map */
