@charset "UTF-8";
/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .single-property-content h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.print-ref {
  display: none;
}

@media print {
  .properties-template-default {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background: #FFF;
  }
  .properties-template-default body, .properties-template-default .single-property-masthead {
    padding-top: 0 !important;
  }
  .properties-template-default header, .properties-template-default footer, .properties-template-default .similar-properties, .properties-template-default .faqs, .properties-template-default .enquire-form, .properties-template-default .newsletter-signup, .properties-template-default .bottom, .properties-template-default .price-toggle, .properties-template-default .favourites, .properties-template-default .heart, .properties-template-default .slick-arrow {
    display: none !important;
  }
  .properties-template-default .single-property-content {
    background: none;
  }
  .properties-template-default .single-property-content.no-images {
    padding-top: 0 !important;
  }
  .properties-template-default .print-ref {
    font-size: 3rem;
    margin: 2rem 0 !important;
    display: block;
  }
  .properties-template-default .right-mod {
    margin-top: 5rem;
    background: #F8F6F0 !important;
  }
  .properties-template-default .feature {
    background: #F8F6F0 !important;
  }
}
#wpadminbar {
  position: fixed;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #09222D;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

h1, h2, .single-property-content h1, h3, h4, h5 {
  font-weight: 200;
}

h1 {
  font-size: 4.2rem;
  line-height: 4.8rem;
}
h1 br {
  display: none;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 5.6rem;
    line-height: 6.2rem;
  }
  h1 br {
    display: block;
  }
}

h2, .single-property-content h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h2, .single-property-content h1 {
    font-size: 4.5rem;
  }
}

h3 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3.5rem;
  }
}

h4 {
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.8rem;
  }
}

p {
  margin-bottom: 2rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 0;
}

.body-style a:not(.btn) {
  display: inline-block;
  font-weight: 500;
}
.body-style a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style h4:first-child, .body-style h5:first-child {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style h4:only-child, .body-style h5:only-child {
  margin-bottom: 0;
}
.body-style p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.body-style ul, .body-style ol {
  font-weight: 300;
  list-style: disc;
  margin-left: 3rem;
  margin-bottom: 3rem;
}
.body-style ul li, .body-style ol li {
  margin-bottom: 1.5rem;
}
.body-style ul li:last-of-type, .body-style ol li:last-of-type {
  margin-bottom: 0;
}
.body-style ul:last-of-type, .body-style ol:last-of-type {
  margin-bottom: 0;
}
.body-style .btn {
  margin-top: 4rem;
}

strong {
  font-weight: 500;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

/* Font Face Imports
================================================ */
a.btn, .btn {
  transition: all 0.25s ease-in-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 9rem;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
a.btn:before, .btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 5.6rem;
  height: 0.2rem;
  background: #D79779;
  left: 0;
  transition: all 0.25s ease-in-out;
  transform-origin: right;
}
a.btn:after, .btn:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.25s ease-in-out;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  border: 2px solid #D79779;
  left: 5.6rem;
}
a.btn:hover:before, .btn:hover:before {
  transform: scaleX(0.4) translateX(0.3rem);
}
a.btn:hover:after, .btn:hover:after {
  transform: scale(0.9);
}

@media screen and (max-width: 767px) {
  a.btn, .btn {
    font-size: 1.6rem;
    padding-left: 8rem;
  }
  a.btn:before, .btn:before {
    width: 4.5rem;
    height: 0.2rem;
  }
  a.btn:after, .btn:after {
    height: 1.5rem;
    width: 1.5rem;
    left: 4.5rem;
  }
}
a.lozenge-btn, .lozenge-btn, .account-container .gf_login_form #gform_submit_button_0, .post-password-form input:not([type=checkbox])[type=submit] {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 5rem;
  height: 3.6rem;
  padding: 0.1rem 1.7rem 0 1.7rem;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
a.lozenge-btn.orange, .lozenge-btn.orange, .account-container .gf_login_form .orange#gform_submit_button_0, .post-password-form input.orange[type=submit]:not([type=checkbox]) {
  background: #D79779;
  border: 1px solid #D79779;
}
a.lozenge-btn.orange:hover, .lozenge-btn.orange:hover, .account-container .gf_login_form .orange#gform_submit_button_0:hover, .post-password-form input.orange[type=submit]:hover:not([type=checkbox]) {
  background: none;
}
a.lozenge-btn.white, .lozenge-btn.white, .account-container .gf_login_form .white#gform_submit_button_0, .post-password-form input.white[type=submit]:not([type=checkbox]) {
  background: #FFF;
  border: 1px solid #FFF;
  color: #D79779;
}
a.lozenge-btn.white:hover, .lozenge-btn.white:hover, .account-container .gf_login_form .white#gform_submit_button_0:hover, .post-password-form input.white[type=submit]:hover:not([type=checkbox]) {
  background: none;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.page-container {
  overflow: hidden;
}

.block {
  padding: 50px 0;
}
.block.large-pd-top {
  padding-top: 100px;
}
.block.small-pd-top {
  padding-top: 25px;
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 100px;
}
.block.small-pd-bottom {
  padding-bottom: 25px;
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 80px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.parallax {
  transform: translateY(20rem);
}

.animate.fadein {
  opacity: 0;
}
.animate.fadein.animateelement {
  animation: fadeIn 0.5s forwards ease-in-out;
}
@media only screen and (min-width: 768px) {
  .animate.delay {
    animation-delay: 0.5s !important;
  }
  .animate.lg-delay {
    animation-delay: 0.75s !important;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img, a {
  display: block;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
/* Third Party Payload
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! jQuery UI - v1.13.3 - 2024-06-11
* https://jqueryui.com
* Includes: core.css, slider.css
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Layout
================================================ */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #FFF;
  font-family: "Roboto", sans-serif;
}
header .top-row {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  position: relative;
  height: 10rem;
  padding: 0 2rem;
}
header .logo {
  transition: all 0.25s ease-in-out;
  position: relative;
  margin-right: auto;
  z-index: 2;
  text-align: center;
  color: #FFF;
}
header .logo img {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 100%;
  max-width: 8rem;
}
header .logo p {
  display: none;
}
header .mobile-account-links {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 2rem;
}
header .right {
  display: none;
}
header .social {
  display: none;
}
header .whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.3rem;
  gap: 10px;
}
header .whatsapp a:hover {
  text-decoration: underline;
}
header .whatsapp svg {
  width: 30px;
  height: auto;
}
header .account-link {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  color: #FFF;
}
header .account-link span {
  font-size: 1.4rem;
  font-weight: 300;
}
header .account-link:hover {
  opacity: 0.4;
}
header .whatsapp-link {
  transition: all 0.25s ease-in-out;
}
header .whatsapp-link:hover {
  opacity: 0.7;
}
header.headerscrolled {
  background: rgba(9, 34, 45, 0.9);
  border-bottom: 0;
}
header.headerscrolled .top-row {
  height: 8rem;
}
header.headerscrolled .logo img {
  max-width: 6rem;
}
header.dark-header, .single-properties header {
  border-bottom-color: #09222D;
}
header.dark-header .menu-toggle, .single-properties header .menu-toggle {
  color: #09222D;
}
header.dark-header .whatsapp-link svg #Path_20, .single-properties header .whatsapp-link svg #Path_20 {
  fill: #09222D;
}
header.dark-header .whatsapp-link svg #Path_21, .single-properties header .whatsapp-link svg #Path_21 {
  fill: #DCE6F0;
}
header.dark-header p, .single-properties header p, header.dark-header .whatsapp, .single-properties header .whatsapp {
  color: #09222D;
}
header.dark-header .account-link, .single-properties header .account-link {
  color: #09222D;
}
header.dark-header a.lozenge-btn, header.dark-header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form header.dark-header a#gform_submit_button_0, .single-properties header a.lozenge-btn, .single-properties header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form .single-properties header a#gform_submit_button_0 {
  background: #09222D;
  color: #FFF;
  border-color: #09222D;
}
header.dark-header a.lozenge-btn:hover, header.dark-header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form header.dark-header a#gform_submit_button_0:hover, .single-properties header a.lozenge-btn:hover, .single-properties header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form .single-properties header a#gform_submit_button_0:hover {
  background: none;
  color: #09222D;
}
header.dark-header nav, .single-properties header nav {
  border-color: #09222D;
}
header.dark-header nav ul, .single-properties header nav ul {
  color: #09222D;
}
header.dark-header nav li:after, .single-properties header nav li:after {
  background: #09222D;
}
header.dark-header.open nav ul, .single-properties header.open nav ul {
  color: #FFF;
}
header.dark-header.open .menu-toggle, .single-properties header.open .menu-toggle {
  color: #FFF;
}
header.dark-header.headerscrolled, .single-properties header.headerscrolled {
  background: #FFF;
}
header .log-out-banner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: #FFF;
  text-align: center;
  padding: 1rem 2rem;
  animation: fadeOut 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  animation-delay: 5s;
}
header .log-out-banner h4 {
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  header .mobile-account-links {
    display: none;
  }
  header .right {
    display: block;
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: 3rem;
  }
  header .top {
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
  }
  header .whatsapp-link {
    transition: all 0.25s ease-in-out;
  }
  header .whatsapp-link:hover {
    opacity: 0.7;
  }
  header.dark-header .logo svg path, .single-properties header .logo svg path {
    fill: #09222D;
  }
  header.dark-header .account-link, .single-properties header .account-link {
    color: #09222D;
  }
  header.dark-header .whatsapp-link svg #Path_20, .single-properties header .whatsapp-link svg #Path_20 {
    fill: #09222D;
  }
  header.dark-header .whatsapp-link svg #Path_21, .single-properties header .whatsapp-link svg #Path_21 {
    fill: #DCE6F0;
  }
  header.dark-header a.lozenge-btn, header.dark-header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form header.dark-header a#gform_submit_button_0, .single-properties header a.lozenge-btn, .single-properties header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form .single-properties header a#gform_submit_button_0 {
    background: #09222D;
    color: #FFF;
    border-color: #09222D;
  }
  header.dark-header a.lozenge-btn:hover, header.dark-header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form header.dark-header a#gform_submit_button_0:hover, .single-properties header a.lozenge-btn:hover, .single-properties header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form .single-properties header a#gform_submit_button_0:hover {
    background: none;
    color: #09222D;
  }
  header.dark-header nav, .single-properties header nav {
    border-color: #09222D;
  }
  header.dark-header nav ul, .single-properties header nav ul {
    color: #09222D;
  }
  header.dark-header nav li:after, .single-properties header nav li:after {
    background: #09222D;
  }
}
@media screen and (min-width: 1024px) {
  header {
    border-bottom: 0;
  }
  header .top-row {
    height: 22rem;
  }
  header .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    margin: 0;
  }
  header .logo img {
    max-width: 15rem;
  }
  header .logo p {
    margin-top: 1rem;
    font-size: 1.8rem;
    display: block;
  }
  header .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1.4rem;
    margin-top: 1rem;
  }
  header .social a svg {
    display: block;
    height: 2rem;
    width: auto;
  }
  header .right {
    margin-right: 0;
  }
  header.headerscrolled .top-row {
    height: 12rem;
  }
  header.dark-header .whatsapp-link svg #Path_20, .single-properties header .whatsapp-link svg #Path_20 {
    fill: #09222D;
  }
  header.dark-header .whatsapp-link svg #Path_21, .single-properties header .whatsapp-link svg #Path_21 {
    fill: #DCE6F0;
  }
  header.dark-header a.lozenge-btn, header.dark-header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form header.dark-header a#gform_submit_button_0, .single-properties header a.lozenge-btn, .single-properties header .account-container .gf_login_form a#gform_submit_button_0, .account-container .gf_login_form .single-properties header a#gform_submit_button_0 {
    background: #09222D;
    color: #FFF;
    border-color: #09222D;
  }
  header.dark-header a.lozenge-btn:hover, header.dark-header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form header.dark-header a#gform_submit_button_0:hover, .single-properties header a.lozenge-btn:hover, .single-properties header .account-container .gf_login_form a#gform_submit_button_0:hover, .account-container .gf_login_form .single-properties header a#gform_submit_button_0:hover {
    background: none;
    color: #09222D;
  }
  header.dark-header nav, .single-properties header nav {
    border-color: #09222D;
  }
  header.dark-header nav ul, .single-properties header nav ul {
    color: #09222D;
  }
  header.dark-header nav li:after, .single-properties header nav li:after {
    background: #09222D;
  }
}
@media screen and (min-width: 1280px) {
  header .top-row {
    padding: 0 7rem;
  }
}
.menu-toggle {
  position: relative;
  z-index: 5;
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  header nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.75s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #09222D;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    transform: translateX(-100%);
    opacity: 0;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav ul li {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }
  header nav ul li:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.25s ease-in-out;
    background: #FFF;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transform-origin: bottom;
  }
  header nav ul li:hover:after, header nav ul li.current_page_item:after, header nav ul li.current_page_parent:after {
    transition: all 0.25s ease-in-out;
    transform: scaleX(1);
  }
  header nav ul, header nav .mobile-contact {
    transition: all 0.75s ease-in-out;
    opacity: 0;
  }
  header nav .mobile-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  header nav .mobile-contact .lozenge-btn, header nav .mobile-contact .account-container .gf_login_form #gform_submit_button_0, .account-container .gf_login_form header nav .mobile-contact #gform_submit_button_0, header nav .mobile-contact .post-password-form input:not([type=checkbox])[type=submit], .post-password-form header nav .mobile-contact input:not([type=checkbox])[type=submit] {
    order: 1;
  }
  header nav .mobile-contact .whatsapp-link {
    order: 2;
  }
  header nav.open {
    opacity: 1;
    transform: none;
  }
  header nav.open ul, header nav.open .mobile-contact {
    transition-delay: 0.75s;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) and (max-height: px) {
  header nav {
    padding: 8rem 0 5rem;
    display: block;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  header nav ul {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  header nav {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 2rem 2rem;
  }
  header nav .mobile-contact {
    display: none;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    gap: 4rem;
    font-size: 1.4rem;
    color: #FFF;
  }
  header nav ul li {
    text-align: center;
    position: relative;
  }
  header nav ul li:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.25s ease-in-out;
    background: #FFF;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transform-origin: bottom;
  }
  header nav ul li:hover:after, header nav ul li.current_page_item:after, header nav ul li.current_page_parent:after {
    transition: all 0.25s ease-in-out;
    transform: scaleX(1);
  }
  header nav ul a {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  header nav ul {
    gap: 4.1rem;
  }
}
.single-properties #menu-item-203:after {
  transform: scaleX(0);
}
.single-properties #menu-item-207:after {
  transform: scaleX(1);
}

.error404 header nav ul li.current_page_parent:hover:after {
  transform: scaleX(1);
}
.error404 header nav ul li.current_page_parent:after {
  transform: scaleX(0);
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: #09222D;
  color: #FFF;
  padding: 4.5rem 2rem;
  gap: 3rem;
  font-size: 1.6rem;
  font-weight: 300;
}
footer .logo {
  margin-left: auto;
  margin-right: auto;
}
footer .contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
}
footer a:hover {
  text-decoration: underline;
}
footer .social {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}
footer .social a svg {
  height: 3rem;
  width: auto;
}
footer .copyright {
  margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
  footer {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 3.5rem;
    font-size: 1.6rem;
  }
  footer .logo {
    margin: 0;
    margin-right: auto;
  }
  footer .contact-detail {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
  }
  footer .right-col {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-end;
    text-align: right;
  }
  footer .right-col .contact-detail {
    margin-top: 0;
  }
  footer .copyright {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  footer {
    padding: 4.5rem 7rem;
    gap: 6.5rem;
    font-size: 1.7rem;
  }
}
/* Components Payload
================================================ */
body .gform_wrapper.gform-theme--no-framework .gform_submission_error {
  display: none;
}
body .gform_wrapper.gform-theme--no-framework legend, body .gform_wrapper.gform-theme--no-framework .gfield_label {
  display: none;
}
body .gform_wrapper.gform-theme--no-framework .gfield_validation_message {
  margin-top: 0.4rem;
  color: red;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
body .gform_wrapper.gform-theme--no-framework input:not([type=checkbox]), body .gform_wrapper.gform-theme--no-framework textarea {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.5rem;
  border: none;
  padding-left: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
}
body .gform_wrapper.gform-theme--no-framework textarea {
  padding-top: 2.5rem;
  height: 15rem !important;
  resize: none;
}
body .gform_wrapper.gform-theme--no-framework input[type=checkbox] {
  flex-shrink: 0;
  height: 2.2rem;
  width: 2.2rem;
  border: none;
}
body .gform_wrapper.gform-theme--no-framework .ginput_container_consent {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}
body .gform_wrapper.gform-theme--no-framework .ginput_container_consent input {
  margin: 0;
}
body .gform_wrapper.gform-theme--no-framework .ginput_container_consent .gfield_required {
  display: none;
}
body .gform_wrapper.gform-theme--no-framework .btn {
  margin-top: 5rem;
}
body .gform_wrapper.gform-theme--no-framework .gform_button {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.post-mod {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: #FFF;
}
.post-mod .image-container {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.post-mod .cat {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  background: #D79779;
  color: #FFF;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  padding: 0 1rem;
  border-radius: 1.7rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.post-mod img {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.post-mod h4 {
  font-size: 2.4rem;
  transition: all 0.25s ease-in-out;
  margin-bottom: 2.5rem;
}
.post-mod .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  flex: 1;
  padding: 2.5rem 1.5rem;
}
.post-mod .btn {
  margin-top: auto;
  font-size: 1.6rem;
  padding-left: 8rem;
}
.post-mod .btn:before {
  width: 4.5rem;
  height: 0.2rem;
}
.post-mod .btn:after {
  height: 1.5rem;
  width: 1.5rem;
  left: 4.5rem;
}
.post-mod:hover h4 {
  color: #09222D;
}
.post-mod:hover .details .cat {
  border: 1px solid #09222D;
  background: #09222D;
  color: #FFF;
}
.post-mod:hover img {
  transform: scale(1.1);
}
.post-mod:hover .btn:before {
  transform: scaleX(0.4) translateX(0.3rem);
}
.post-mod:hover .btn:after {
  transform: scale(0.9);
}

.show-search {
  margin: 0rem auto 3rem auto;
}

.search-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem;
  background: #FFF;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.search-container.hide {
  display: none;
}
.search-container .clear {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #D79779;
  cursor: pointer;
}
.search-container .clear:hover {
  text-decoration: underline;
}
.search-container form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.search-container form fieldset {
  display: block;
}
.search-container form fieldset.two-fields {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  gap: 0rem 1rem;
}
.search-container form fieldset.two-fields label {
  width: 100%;
}
.search-container form fieldset.two-fields select, .search-container form fieldset.two-fields input {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search-container form fieldset.two-fields select {
    background-image: none;
  }
}
.search-container form label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  display: block;
}
.search-container form label span {
  font-size: 1.3rem;
  font-weight: 300;
}
.search-container form input:not([type=checkbox]), .search-container form select {
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  border-radius: 20rem;
  border: none;
  width: 100%;
  height: 3.4rem;
  background: #F1F5F9;
  color: #09222D;
  padding-left: 2rem;
}
.search-container form input[type=range] {
  height: 0.3rem;
  padding-left: 0;
  width: 100%;
}
.search-container form #price-slider {
  margin-top: 2rem;
  border-radius: 5rem;
  background: #F1F5F9;
  height: 0.3rem;
}
.search-container form .ui-slider-handle {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #D79779;
  cursor: pointer;
  outline: 0;
  border: none;
}
.search-container form select {
  background: #F1F5F9 url("../library/images/blue-down-chevron.svg") right 20px center/1.3rem 0.8rem no-repeat;
}
.search-container form .button-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.search-container form .button-container button {
  width: 100%;
  cursor: pointer;
  height: 3.6rem;
  -webkit-appearance: none;
  color: #09222D;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  background: #D79779;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0.8rem;
}
.search-container form .button-container button:hover {
  background: #09222D;
  color: #D79779;
}
.search-container form .button-container .advanced-search {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
}
.search-container form .button-container .advanced-search:after {
  transition: all 0.25s ease-in-out;
  transform: rotate(-90deg);
  display: block;
  content: "";
  position: static;
  margin-left: 0.5rem;
  height: 0.7rem;
  width: 1rem;
  background: url("../library/images/blue-down-chevron.svg") center/contain no-repeat;
}
.search-container form .button-container .advanced-search:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.25s ease-in-out;
  height: 1px;
  width: 100%;
  bottom: -0.2rem;
  background: #D79779;
  transform-origin: right;
}
.search-container form .button-container .advanced-search:hover:before {
  transform: scaleX(0);
}
.search-container form .button-container .advanced-search:hover:after {
  transform: rotate(-90deg) translateY(5px);
}
.search-container form .button-container .advanced-search.active:after {
  transform: rotate(0deg);
}
.search-container form fieldset:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.search-container form .province-select, .search-container form .municipalities-select {
  display: none;
}
.search-container form .province-select:first-of-type, .search-container form .municipalities-select:first-of-type {
  display: block;
}
.search-container form .hidden-fields {
  display: none;
}
.search-container form .hidden-fields .inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.search-container form .checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 0.5rem;
  border-top: 1px solid #09222D;
  padding-top: 2rem;
}
.search-container form .checkboxes label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  margin: 0;
  cursor: pointer;
  text-transform: capitalize;
}
.search-container form .checkboxes label input {
  height: 2rem;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .search-container {
    padding: 2.5rem 3rem 2.5rem;
  }
  .search-container form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .search-container form .hidden-fields {
    grid-column: span 4;
  }
  .search-container form .hidden-fields .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .search-container form .checkbox-container {
    grid-column: span 4;
  }
  .search-container form .checkboxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .search-container form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 3rem;
  }
  .search-container form .button-container {
    grid-column: auto;
  }
  .search-container form .hidden-fields {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1280px) {
  .search-container form .hidden-fields {
    display: none;
    grid-column: span 4;
  }
  .search-container form .hidden-fields .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .search-container form .hidden-fields .checkbox-container {
    grid-column: span 4;
  }
}
.property-card {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
  background: #FFF;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .property-card:hover {
    background: #F7F5EF;
  }
}
@media screen and (min-width: 1024px) {
  .property-card {
    font-size: 1.7rem;
  }
}
.property-card .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 20.5rem;
  margin-bottom: 2rem;
  background: #F4F4F4;
}
.property-card .image-container img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
}
.property-card .heart {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: auto;
}
.property-card .right {
  position: relative;
  flex: 1;
  margin-left: 3rem;
}
.property-card .content {
  position: relative;
}
.property-card h4 {
  padding-right: 3rem;
  font-size: 1.9rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.property-card p {
  font-size: 1.7rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .property-card p {
    font-size: 1.4rem;
  }
}
.property-card .detail-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 1.3rem;
  gap: 0.5rem 0;
}
.property-card .detail-row:last-of-type {
  margin-bottom: 0;
}
.property-card .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 0.5rem;
  margin-right: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.2rem;
}
.property-card .icon-container:last-child {
  margin: 0;
}
.property-card .btn {
  margin-top: 2.5rem;
}
.property-card:hover {
  transform: scale(1.01);
}

.property-horizontal-card {
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem;
  background: #FFF;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .property-horizontal-card {
    padding: 3rem;
    font-size: 1.7rem;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}
.property-horizontal-card .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .property-horizontal-card .image-container {
    max-width: 35.5rem;
    margin-right: auto;
    margin-bottom: 0rem;
    height: auto;
    min-height: 30rem;
  }
}
.property-horizontal-card .image-container img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
}
.property-horizontal-card .right {
  position: relative;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .property-horizontal-card .right {
    margin-left: 3rem;
  }
}
.property-horizontal-card h3 {
  font-weight: 500;
  margin-bottom: 1rem;
  padding-right: 5rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .property-horizontal-card h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.property-horizontal-card p {
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .property-horizontal-card p {
    font-size: 1.7rem;
  }
}
.property-horizontal-card .detail-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .property-horizontal-card .detail-row p {
    font-size: 1.6rem;
  }
}
.property-horizontal-card .detail-row:last-of-type {
  margin-bottom: 0;
}
.property-horizontal-card .detail-row .condition {
  text-transform: capitalize;
}
.property-horizontal-card .detail-row.columns {
  display: block;
}
@media screen and (min-width: 768px) {
  .property-horizontal-card .detail-row.columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.property-horizontal-card .detail-row.columns p {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.property-horizontal-card .detail-row.columns p:nth-of-type(2n) {
  margin-bottom: 0;
}
.property-horizontal-card .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 3.5rem;
}
.property-horizontal-card .icon-container:last-child {
  margin: 0;
}
.property-horizontal-card .btn {
  margin-top: 2rem;
}
.property-horizontal-card:hover {
  transform: scale(1.01);
}

.ajax-listings {
  position: relative;
}
.ajax-listings .loading {
  animation: fadeOut 0.5s both;
}
.ajax-listings .loaded {
  animation: fadeIn 0.5s 0.5s both;
}
.ajax-listings .pagination {
  grid-column: 1/1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024px) {
  .ajax-listings .pagination {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ajax-listings .pagination {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1024px) {
  .ajax-listings .pagination {
    grid-column: 1/4;
  }
}
.ajax-listings .page-numbers {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #D79779;
  color: #D79779;
  font-weight: 500;
  padding-bottom: 0.1rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .ajax-listings .page-numbers {
    font-size: 2rem;
    height: 5rem;
    width: 5rem;
  }
}
.ajax-listings .page-numbers.current, .ajax-listings .page-numbers:hover {
  background: #D79779;
  color: #FFF;
}
.ajax-listings .page-numbers.next, .ajax-listings .page-numbers.prev {
  display: none;
}
.ajax-listings .news-loader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s 0.5s all;
  z-index: 5;
}
.ajax-listings .news-loader .loader {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: absolute;
  top: 0rem;
  margin: 0 auto;
}
.ajax-listings .news-loader .loader:before, .ajax-listings .news-loader .loader:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #D79779;
}
.ajax-listings .news-loader .loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.ajax-listings .news-loader .loader:after {
  border: 5px solid #F4F4F4;
}
.ajax-listings .news-loader.show-loader {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spotlight-property-card {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  z-index: 5;
  font-weight: 300;
  font-size: 1.6rem;
}
.spotlight-property-card .image-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25rem;
  margin-bottom: 2rem;
  background: #F4F4F4;
}
.spotlight-property-card .image-container img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
}
.spotlight-property-card .image-container.video-present:before {
  transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.spotlight-property-card .image-container.video-present:after {
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3rem);
  left: calc(50% - 3rem);
  height: 6rem;
  width: 6rem;
  background: url("../library/images/play-icon.svg") center/contain no-repeat;
}
.spotlight-property-card .image-container.video-present:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
.spotlight-property-card .image-container.video-present:hover:after {
  transform: scale(1.1);
}
.spotlight-property-card .content {
  position: relative;
}
.spotlight-property-card h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.spotlight-property-card p {
  font-size: 1.6rem;
  margin: 0;
}
.spotlight-property-card .ref {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2rem;
}
.spotlight-property-card .location {
  width: 100%;
}
.spotlight-property-card .detail-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
  gap: 0.5rem 0;
}
.spotlight-property-card .detail-row:last-of-type {
  margin-bottom: 0;
}
.spotlight-property-card .features {
  display: flex;
  gap: 0.5rem 0.8rem;
}
.spotlight-property-card .feature {
  display: inline-flex;
  gap: 1rem;
}
.spotlight-property-card .feature:after {
  display: block;
  content: "•";
}
.spotlight-property-card .feature:last-of-type:after {
  display: none;
}
.spotlight-property-card .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 3.5rem;
}
.spotlight-property-card .icon-container:last-child {
  margin: 0;
}
.spotlight-property-card .btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .spotlight-property-card {
    font-size: 1.7rem;
  }
  .spotlight-property-card .image-container {
    height: 36.5rem;
  }
  .spotlight-property-card .image-container.video-present:after {
    top: calc(50% - 4.5rem);
    left: calc(50% - 4.5rem);
    height: 9rem;
    width: 9rem;
  }
  .spotlight-property-card h3 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.9rem;
    margin-bottom: 1rem;
  }
  .spotlight-property-card p {
    font-size: 1.7rem;
    margin: 0;
  }
  .spotlight-property-card .features {
    display: none;
  }
  .spotlight-property-card:first-of-type .features {
    display: flex;
  }
  .spotlight-property-card .btn {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .spotlight-property-card h3 {
    padding-right: 15rem;
  }
  .spotlight-property-card .ref {
    margin: 0;
    position: absolute;
    right: 0;
  }
}
.price-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #09222D;
  border-radius: 2rem;
  width: 5.3rem;
  height: 3rem;
  gap: 0.2rem;
  margin-right: 1.5rem;
  font-family: "Roboto", sans-serif;
}
.price-toggle .toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
  color: #09222D;
  padding-bottom: 0.1rem;
}
.price-toggle .toggle.active {
  color: #09222D;
  background: #EFE1D8;
}
.price-toggle.light, .spotlight-property-card .price-toggle {
  border-color: #F1ECE1;
}
.price-toggle.light .toggle, .spotlight-property-card .price-toggle .toggle {
  color: #F1ECE1;
}
.price-toggle.light .toggle.active, .spotlight-property-card .price-toggle .toggle.active {
  color: #D79779;
}
.price-toggle.small, .account-container .grid .property-card .price-toggle, .favourites .property-card .price-toggle, .property-card .price-toggle {
  height: 2.2rem;
  border-radius: 1rem;
  width: 4rem;
}
.price-toggle.small .toggle, .account-container .grid .property-card .price-toggle .toggle, .property-card .price-toggle .toggle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  height: 1.6rem;
  width: 1.6rem;
}

.price {
  color: #D79779;
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 1rem;
  font-family: "Roboto", sans-serif;
}
.price .euro {
  display: block;
}
.price .dollar {
  display: none;
}
.price.dollar-toggle .dollar {
  display: block;
}
.price.dollar-toggle .euro {
  display: none;
}
.price .price-on-request {
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  padding-right: 0;
  margin-bottom: 0;
}

.property-status {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #D79779;
  color: #FFF;
  text-transform: uppercase;
  height: 3rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 1.4rem;
  pointer-events: none;
  font-weight: 400;
  gap: 0.8rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .property-status {
    height: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 0 1.6rem;
  }
}
.property-status .icon {
  display: none;
  height: 2rem;
  width: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.property-status.guaranteed-rental .icon {
  display: block;
  background-image: url("../library/images/guaranteed-rental-icon.svg");
}
.property-status.under-offer .icon {
  display: block;
  background-image: url("../library/images/under-offer-icon.svg");
}
.property-status.new .icon {
  display: block;
  background-image: url("../library/images/new-icon.svg");
}
.property-status.great-pool .icon {
  display: block;
  background-image: url("../library/images/pool.svg");
}

.favourites {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}
.favourites .heart-tab {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  background: #09222D;
  padding: 1.5rem 1rem;
  border-radius: 10px 0 0 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.3rem;
  writing-mode: tb-rl;
  letter-spacing: 0.1rem;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.favourites .heart-tab img {
  width: 2rem;
  height: auto;
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.favourites .heart-tab:hover {
  padding-right: 3rem;
  left: -5rem;
}
.favourites .inner {
  transition: 0.75s 0s ease-in-out;
  margin-right: -36rem;
  background: #09222D;
  width: 36rem;
  height: 100vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 5rem 3rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .favourites .inner {
    width: 30rem;
    margin-right: -30rem;
  }
}
.favourites ::-webkit-scrollbar {
  height: 0.3rem;
  width: 0.3rem;
}
.favourites ::-webkit-scrollbar-track {
  background: #FFF;
  height: 0.1rem;
}
.favourites ::-webkit-scrollbar-thumb {
  height: 0.3rem;
  background: #D79779;
}
.favourites .title {
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 5rem;
  text-align: center;
}
.favourites .login-note {
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
}
.favourites .login-note a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.favourites .no-properties {
  color: #FFF;
  text-align: center;
}
.favourites .property-card {
  font-size: 1.3rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
.favourites .property-card:last-of-type {
  margin-bottom: 0;
}
.favourites .property-card .property-status {
  display: none;
}
.favourites .property-card .image-container {
  min-height: auto;
  height: 15rem;
}
.favourites .property-card .heart {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.4rem;
  height: auto;
}
.favourites .property-card h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.favourites .property-card p {
  font-size: 1.4rem;
  margin: 0;
}
.favourites .property-card .detail-row {
  margin-bottom: 0;
  gap: 0.5rem 0;
}
.favourites .property-card .detail-row:nth-of-type(3) {
  display: none;
}
.favourites .property-card .detail-row:last-of-type {
  margin-bottom: 0;
}
.favourites .property-card .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 2rem;
}
.favourites .property-card .icon-container:last-child {
  margin: 0;
}
.favourites .property-card .price {
  font-size: 2.3rem;
}
.favourites .property-card .btn {
  display: none;
}
.favourites.active .inner {
  margin-right: 0;
}

.heart {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.5rem;
  width: 3rem;
  cursor: pointer;
}
.heart svg {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.25s all ease-in-out;
}
.heart svg path {
  transition: 0.25s all ease-in-out;
}
.heart:hover svg path {
  fill: #D79779 !important;
}
.heart.active svg {
  animation: heartbeat forwards 5 1.5s;
}
.heart.active svg path {
  fill: #D79779 !important;
}

/* Blocks Payload
================================================ */
.homepage-masthead {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 10rem;
  background: #f1ece1;
  margin-bottom: 20rem;
}
.homepage-masthead:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.homepage-masthead .item, .homepage-masthead .bg-carousel, .homepage-masthead .slick-list, .homepage-masthead .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.homepage-masthead img, .homepage-masthead video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-masthead .wrap {
  position: relative;
  z-index: 3;
}
.homepage-masthead .content {
  animation: fadeIn 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  color: #FFF;
  margin-bottom: 3rem;
  opacity: 0;
  animation-delay: 0.25s;
}
.homepage-masthead .content h1 {
  margin-bottom: 1rem;
}
.homepage-masthead .content p {
  font-size: 2.2rem;
  font-weight: 200;
}
.homepage-masthead .search-container {
  animation: fadeIn 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  opacity: 0;
  animation-delay: 0.75s;
  margin-bottom: -30rem;
}

@media screen and (min-width: 768px) {
  .homepage-masthead {
    padding-top: 18rem;
    margin-bottom: 8rem;
  }
  .homepage-masthead .content p {
    font-size: 3.2rem;
  }
  .homepage-masthead .search-container {
    margin-bottom: -20rem;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-masthead {
    height: clamp(80rem, 100dvh, 100rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 28rem;
    margin-bottom: 0;
  }
  .homepage-masthead .content {
    margin-bottom: 5rem;
  }
  .homepage-masthead .search-container {
    margin: 0 auto;
  }
}
.simple-content.standalone-content {
  padding-top: 28rem;
}
.simple-content.standalone-content h1 {
  margin-bottom: 8rem;
  text-align: center;
}
.simple-content.centralise-content .wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  text-align: center;
  max-width: 80rem;
}
.simple-content.centralise-content.wider-container .wrap {
  max-width: 100rem;
}
.simple-content .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .simple-content .btn {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .simple-content.additional-padding-top {
    padding-top: 25rem;
  }
}

.property-highlights {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.property-highlights .intro-content {
  text-align: center;
  margin-bottom: 5rem;
}
.property-highlights .modules {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .property-highlights .modules {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .property-highlights .modules {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.property-highlights .property-card {
  box-shadow: none;
}
.property-highlights .property-card .image-container {
  height: 30.5rem;
}
.property-highlights .property-card .btn {
  display: none;
}

.image-and-content .image-container {
  position: relative;
  margin-bottom: 3rem;
}
.image-and-content .image-container .bg-shape {
  display: none;
  position: absolute;
  top: 30%;
  left: -2rem;
  width: calc(100% + 4rem);
  transform: translateY(-50%);
  height: 30rem;
  aspect-ratio: 1/1;
  background: rgba(215, 151, 121, 0.35);
}
.image-and-content img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.image-and-content.sand-bg {
  background: #F7F5EF;
}

@media screen and (min-width: 1024px) {
  .image-and-content {
    padding: 12rem 0 !important;
  }
  .image-and-content .wrap {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
  .image-and-content .image-container {
    margin-right: auto;
    margin-bottom: 0;
    width: 50%;
    aspect-ratio: 1;
    height: auto;
  }
  .image-and-content .image-container .bg-shape {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: -5.75rem;
    height: 47rem;
  }
  .image-and-content img {
    position: relative;
    z-index: 5;
  }
  .image-and-content .content {
    margin: auto 0;
    width: 50%;
    padding: 5rem;
  }
  .image-and-content.image-right .image-container {
    order: 2;
  }
  .image-and-content.image-right .image-container .bg-shape {
    right: auto;
    left: -5.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .image-and-content .image-container .bg-shape {
    display: block;
    right: -6.75rem;
  }
  .image-and-content.image-right .image-container .bg-shape {
    left: -6.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .image-and-content .content {
    padding: 3rem 0 3rem 8rem;
  }
  .image-and-content.image-right .content {
    padding: 3rem 8rem 3rem 0;
  }
}
.spotlight-properties {
  background: #3D4439;
  color: #FFF;
}
.spotlight-properties h2, .spotlight-properties .single-property-content h1, .single-property-content .spotlight-properties h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.spotlight-properties .grid {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}

@media screen and (min-width: 768px) {
  .spotlight-properties h2, .spotlight-properties .single-property-content h1, .single-property-content .spotlight-properties h1 {
    text-align: center;
    margin-bottom: 6.5rem;
  }
  .spotlight-properties .spotlight-property-card .image-container {
    height: 36rem;
  }
  .spotlight-properties .spotlight-property-card:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    gap: 5rem;
  }
  .spotlight-properties .spotlight-property-card:first-of-type .image-container {
    max-width: 73rem;
    width: 100%;
    height: 45rem;
    margin: 0;
  }
  .spotlight-properties .spotlight-property-card:first-of-type .content {
    max-width: 30rem;
  }
  .spotlight-properties .spotlight-property-card:first-of-type h3 {
    padding-right: 0;
  }
  .spotlight-properties .spotlight-property-card:first-of-type .ref {
    display: none;
  }
  .spotlight-properties .spotlight-property-card:nth-of-type(2), .spotlight-properties .spotlight-property-card:nth-of-type(3) {
    width: calc(50% - 1.6rem);
  }
  .spotlight-properties .spotlight-property-card:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .spotlight-properties .grid {
    gap: 6rem 6rem;
  }
  .spotlight-properties .spotlight-property-card:first-of-type .image-container {
    max-width: 73rem;
  }
  .spotlight-properties .spotlight-property-card:first-of-type .content {
    max-width: 38.5rem;
    padding-right: 5rem;
  }
  .spotlight-properties .spotlight-property-card:nth-of-type(2), .spotlight-properties .spotlight-property-card:nth-of-type(3) {
    width: calc(50% - 3rem);
  }
  .spotlight-properties .spotlight-property-card:nth-of-type(4) {
    display: none;
  }
}
.newsletter-signup {
  background: rgba(241, 236, 225, 0.65);
  text-align: center;
}
.newsletter-signup .wrap {
  max-width: 80rem;
}
.newsletter-signup p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.newsletter-signup h3 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .newsletter-signup h3 {
    margin-bottom: 4.5rem;
  }
}
.newsletter-signup #field_1_1 {
  width: 100%;
  margin-bottom: 4.5rem;
  max-width: 38rem;
  margin: 0 auto 4.5rem auto;
}
.newsletter-signup .ginput_container_consent {
  justify-content: center;
}
.newsletter-signup.white-background {
  background: #FFF;
}
.newsletter-signup.white-background input {
  background: #F7F4EE !important;
}

.faqs .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 90.5rem;
}
.faqs .intro-content {
  margin-bottom: 4rem;
  text-align: center;
}
.faqs .accordion {
  width: 100%;
}
.faqs .accordion-row {
  position: relative;
  padding: 2.2rem 3rem 2.2rem 3.5rem;
  background: #F1ECE1;
  border-radius: 0.8rem;
  margin-bottom: 2.5rem;
}
.faqs .accordion-row:last-of-type {
  margin-bottom: 0;
}
.faqs .accordion-row-intro {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 2.2rem;
}
.faqs .accordion-row-intro .indicator {
  position: absolute;
  right: 0px;
  top: 50%;
  flex-shrink: 0;
  display: block;
  height: 1.2rem;
  width: 2rem;
  margin-left: 2rem;
  background: url("../library/images/down-chevron.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.faqs .accordion-row-intro.active .indicator {
  transform: translateY(-50%) scale(-1);
}
.faqs .accordion-row-content {
  display: none;
}
.faqs .inner-content {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-top: 3rem;
  opacity: 0;
  animation: fadeIn 0.25s 0.3s ease-in-out forwards 1;
}
.faqs .hidden-faqs {
  display: none;
}
.faqs .show-more {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin-top: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
.faqs .show-more:before {
  transition: all 0.25s ease-in-out;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  background: url("../library/images/show-more-icon.svg") center/contain no-repeat;
}
.faqs .show-more:hover:before {
  transform: scale(1.1);
}
.faqs .show-more.active:before {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .faqs .intro-content {
    margin-bottom: 6rem;
  }
  .faqs .accordion-row {
    padding: 2.2rem 3rem 2.2rem 3.5rem;
  }
  .faqs .accordion-row-intro {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .faqs .accordion-row-intro {
    padding-right: 5.5rem;
  }
  .faqs .accordion-row-intro .indicator {
    top: 50%;
  }
}
.bottom-ctas {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .bottom-ctas {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .bottom-ctas {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    background: linear-gradient(90deg, rgb(240, 220, 220) 50%, rgb(247, 239, 234) 50%);
  }
}
.bottom-ctas .cta {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .bottom-ctas .cta {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-ctas .cta:first-of-type {
    background: rgb(240, 220, 220);
  }
}
.bottom-ctas .cta:first-of-type h3 {
  margin-bottom: 1.5rem;
}
.bottom-ctas .cta:first-of-type img {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.bottom-ctas .cta:first-of-type p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 2.5rem;
}
.bottom-ctas .cta:first-of-type p:last-of-type {
  margin-bottom: 0;
}
.bottom-ctas .cta:nth-of-type(2) .btn {
  margin-top: 3rem;
}
.bottom-ctas p {
  max-width: 37.5rem;
}
.bottom-ctas .btn {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .bottom-ctas .btn {
    margin-top: auto;
  }
}

.properties-to-buy {
  background: #F8F6F0;
}
.properties-to-buy .wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  max-width: 100rem;
}
.properties-to-buy .search-container {
  margin-top: -10rem;
  margin-bottom: 5rem;
}
.properties-to-buy .details {
  transition: all 0.25s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 2rem;
  margin-bottom: 4.5rem;
}
.properties-to-buy .details.loading {
  animation: fadeOut 0.5s both;
}
.properties-to-buy .details.loaded {
  animation: fadeIn 0.5s 0.5s both;
}
.properties-to-buy .details.loaded .page-no {
  opacity: 1;
}
.properties-to-buy .details .page-no {
  opacity: 0;
}
.properties-to-buy h4 {
  font-size: 2.4rem;
  font-weight: 500;
}
.properties-to-buy p {
  font-weight: 300;
  font-size: 1.8rem;
}
.properties-to-buy .sort-by {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .properties-to-buy .sort-by {
    flex-direction: column;
    align-items: flex-start;
  }
}
.properties-to-buy .sort-by select {
  -webkit-appearance: none;
  border: none;
  font-family: "Roboto", sans-serif;
  background: #FFF url("../library/images/blue-down-chevron.svg") right 20px center/1.3rem 0.8rem no-repeat;
  height: 3.6rem;
  min-width: 18rem;
  border-radius: 1.8rem;
  padding: 0 5rem 0 2rem;
}
.properties-to-buy .property-horizontal-card {
  margin-bottom: 5rem;
}
.properties-to-buy .property-horizontal-card:last-of-type {
  margin-bottom: 0;
}
.properties-to-buy .pagination {
  margin-top: 5rem;
  grid-column: 1/1;
  gap: 1rem;
}
.properties-to-buy .pagination .page-numbers {
  font-size: 1.4rem;
  height: 3rem;
  width: 3rem;
}

@media screen and (min-width: 768px) {
  .properties-to-buy .search-container {
    margin-top: -19rem;
    margin-bottom: 5rem;
  }
  .properties-to-buy .details {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4.5rem;
  }
  .properties-to-buy .sort-by {
    margin-left: auto;
  }
}
.testimonial-rows {
  text-align: center;
  background: rgba(241, 236, 225, 0.65);
}
@media screen and (min-width: 1024px) {
  .testimonial-rows {
    padding: 13.5rem 0;
  }
}
.testimonial-rows .wrap {
  max-width: 102.5rem;
}
.testimonial-rows .testimonial {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .testimonial-rows .testimonial {
    margin-bottom: 10rem;
  }
}
.testimonial-rows .testimonial hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  width: 20rem;
  border: 0;
  height: 0.3rem;
  background: #D79779;
}
@media screen and (min-width: 1024px) {
  .testimonial-rows .testimonial hr {
    margin-top: 10rem;
  }
}
.testimonial-rows .testimonial p {
  font-weight: 300;
}
.testimonial-rows .testimonial .testimonial-source {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .testimonial-rows .testimonial .testimonial-source {
    font-size: 1.7rem;
  }
}
.testimonial-rows .testimonial:last-of-type {
  margin-bottom: 0;
}
.testimonial-rows .testimonial:last-of-type hr {
  display: none;
}

.inner-masthead {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .inner-masthead {
    height: 58rem;
    padding-top: 10rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .inner-masthead {
    padding-top: 28rem;
  }
}
.inner-masthead.padding-bottom {
  padding-bottom: 9rem;
}
.inner-masthead:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.inner-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-masthead .wrap {
  position: relative;
  z-index: 3;
}
.inner-masthead .content {
  color: #FFF;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  animation-delay: 0.25s;
}
.inner-masthead .content h1 {
  margin-bottom: 2rem;
}
.inner-masthead .content h1:last-child {
  margin-bottom: 0;
}
.inner-masthead .content p {
  font-size: 3.2rem;
  font-weight: 300;
}
.inner-masthead .btn {
  color: #09222D;
  background: #FFF;
  border-radius: 5rem;
  height: 4rem;
  padding: 0.1rem 2.5rem 0 10rem;
}
.inner-masthead .btn:before {
  left: 2.2rem;
}
.inner-masthead .btn:after {
  left: 6.7rem;
}
.inner-masthead .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .inner-masthead .btn {
    color: #09222D;
    background: #FFF;
    border-radius: 5rem;
    height: 3.6rem;
    padding: 0.1rem 1.7rem 0 11rem;
  }
  .inner-masthead .btn:before {
    left: 1.1rem;
  }
  .inner-masthead .btn:after {
    left: 6.7rem;
  }
}

.featured-rentals {
  overflow: hidden;
}
.featured-rentals .wrap {
  max-width: 93rem;
}
.featured-rentals .intro-content {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .featured-rentals .intro-content {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 1023px) {
  .featured-rentals .intro-content:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 4rem);
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    content: "Scroll to view locations";
  }
}
.featured-rentals ::-webkit-scrollbar {
  height: 0.3rem;
}
.featured-rentals ::-webkit-scrollbar-track {
  background: #F4F4F4;
  height: 0.1rem;
}
.featured-rentals ::-webkit-scrollbar-thumb {
  height: 0.3rem;
  background: #999;
}
.featured-rentals .locations {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3.5rem;
  overflow: auto;
  padding-bottom: 5rem;
  margin-bottom: -5rem;
  cursor: grab;
  padding-left: 2rem;
}
@media screen and (min-width: 1280px) {
  .featured-rentals .locations {
    overflow: hidden;
  }
  .featured-rentals .locations:hover {
    overflow: auto;
  }
}
.featured-rentals .locations.active {
  cursor: grabbing;
}
.featured-rentals .location {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  width: 25rem;
  height: 35rem;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .featured-rentals .location {
    width: 31rem;
    height: 45rem;
  }
}
.featured-rentals .location:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%) 0% 0% no-repeat padding-box;
}
.featured-rentals .location:nth-of-type(2n) {
  height: 31rem;
}
.featured-rentals .location img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.featured-rentals .location h5 {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.featured-rentals .location:hover img {
  transform: scale(1.1);
}

.image-with-text-overlay {
  position: relative;
  color: #FFF;
}
.image-with-text-overlay img {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-with-text-overlay:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .image-with-text-overlay:before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.image-with-text-overlay .wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .image-with-text-overlay .content {
    max-width: 55rem;
  }
}

.contact {
  position: relative;
  z-index: 5;
}
.contact .wrap {
  max-width: 100.5rem;
}
.contact .contact-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  margin-top: -10rem;
  z-index: 5;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 5rem 3rem;
  background: #FFF;
}
.contact .left {
  order: 2;
}
.contact .left a {
  display: inline-block;
}
.contact .left a:hover {
  text-decoration: underline;
}
.contact .left .social {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
.contact .gform_wrapper {
  order: 1;
  max-width: 38rem;
  margin-bottom: 5rem;
}
.contact .gfield {
  margin-bottom: 2rem;
}
.contact .gfield_consent_label {
  font-size: 1.2rem;
}
.contact input:not([type=checkbox]), .contact textarea {
  background: #F6F6F6 !important;
}
.contact .btn {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 5rem;
  }
  .contact .contact-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    margin-top: -19rem;
  }
  .contact .left {
    order: 0;
  }
  .contact .gform_wrapper {
    margin: 0;
    max-width: 35rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact {
    position: relative;
    z-index: 5;
  }
  .contact .wrap {
    max-width: 100.5rem;
  }
  .contact .contact-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
    margin-top: -19rem;
    z-index: 5;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
    padding: 7rem 4.5rem;
    background: #FFF;
  }
  .contact .left {
    max-width: 40.5rem;
    margin-right: auto;
  }
  .contact .left a {
    display: inline-block;
  }
  .contact .left a:hover {
    text-decoration: underline;
  }
  .contact .left .social {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 1.2rem;
    margin-top: 4rem;
  }
  .contact .gform_wrapper {
    max-width: 38rem;
  }
  .contact .gfield {
    margin-bottom: 2rem;
  }
  .contact .gfield_consent_label {
    font-size: 1.2rem;
  }
  .contact input:not([type=checkbox]), .contact textarea {
    background: #F6F6F6;
  }
  .contact .btn {
    margin-top: 3rem;
  }
}
.rentals-cta a {
  display: block;
}
.rentals-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.latest-articles {
  background: #F7F5EF;
}
.latest-articles .wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.latest-articles h2, .latest-articles .single-property-content h1, .single-property-content .latest-articles h1 {
  text-align: center;
  margin-bottom: 4.5rem;
}
.latest-articles .post-mods {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
.latest-articles .post-mod {
  background: none;
}
.latest-articles .post-mod .image-container {
  height: 36rem;
}
.latest-articles .show-more {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin-top: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
.latest-articles .show-more:before {
  transition: all 0.25s ease-in-out;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  background: url("../library/images/show-more-icon.svg") center/contain no-repeat;
}
.latest-articles .show-more:hover:before {
  transform: scale(1.1);
}
.latest-articles .show-more.active:before {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .latest-articles .post-mods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .latest-articles .post-mods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.8rem;
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content p a {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .error404__content {
    padding: 350px 0 150px;
  }
}
.error404__content .btn {
  margin-top: 4rem;
}
.error404__content h1 {
  font-size: 7em;
  color: #09222D;
  line-height: 170px;
  margin-bottom: 30px;
}

.news-section {
  position: relative;
  padding-top: 6rem;
  background: #F1ECE1;
}
@media screen and (min-width: 768px) {
  .news-section {
    padding-top: 8rem;
  }
}
.news-section .news-filters {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .news-section .news-filters {
    margin-bottom: 10rem;
  }
}
.news-section .news-filters h3 {
  text-align: center;
  margin-bottom: 4rem;
}
.news-section .news-filters .wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.news-section .desktop-filters {
  display: none;
}
.news-section .mobile-filters-container {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.news-section select {
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  border-radius: 20rem;
  border: none;
  width: 100%;
  height: 3.6rem;
  background: #F1F5F9;
  color: #09222D;
  padding-left: 2rem;
  background: #F1F5F9 url("../library/images/blue-down-chevron.svg") right 20px center/1.3rem 0.8rem no-repeat;
}
.news-section .inner-grid {
  max-width: 98.5rem;
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem 5rem;
}
@media screen and (min-width: 768px) {
  .news-section .inner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-section .inner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .filters-container .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .filters-container .mobile-filters-container {
    display: none;
  }
  .filters-container .desktop-filters {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 1rem;
    font-family: "Roboto", sans-serif;
  }
  .filters-container .filter {
    cursor: pointer;
    font-size: 1.4rem;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    height: 3.6rem;
    padding: 0.1rem 1.7rem 0 1.7rem;
    background: #FFF;
  }
  .filters-container .filter:hover, .filters-container .filter.active {
    background: #D79779;
  }
}
@media screen and (min-width: 1280px) {
  .filters-container .desktop-filters {
    gap: 3rem;
  }
}
.info-and-services .wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  max-width: 95rem;
}
.info-and-services img {
  width: 100%;
}
.info-and-services .back-to-news {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  #main-content {
    padding: 10rem 0;
  }
  #main-content .wrap {
    display: flex;
    align-items: flex-start;
  }
  #main-content .left-col {
    position: sticky;
    top: 50px;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 0;
  }
  #main-content .content {
    max-width: 560px;
    margin-left: 50px;
  }
  #main-content .back-to-news {
    margin-top: 95px;
  }
}
.single-properties header {
  background: #FFF;
}

.single-property-masthead {
  position: relative;
  padding-top: 8rem;
  height: 50rem;
}
.single-property-masthead .slick-arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1.8rem);
  background: url("../library/images/carousel-right-arrow.svg") center/contain no-repeat;
  height: 3.6rem;
  width: 3.6rem;
  border: none;
  cursor: pointer;
  font-size: 0;
  transition: all 0.25s ease-in-out;
}
.single-property-masthead .slick-arrow:hover {
  opacity: 0.8;
}
.single-property-masthead .slick-arrow.slick-prev {
  transform: scaleX(-1);
  left: 2rem;
}
.single-property-masthead .slick-arrow.slick-next {
  right: 2rem;
}
.single-property-masthead .carousel {
  width: 100%;
  height: 100%;
}
.single-property-masthead .slick-slide {
  margin: 0 10px;
}
.single-property-masthead .slick-list {
  margin: 0 -10px;
}
.single-property-masthead img, .single-property-masthead .slick-track, .single-property-masthead .slick-list {
  height: 100%;
}
.single-property-masthead img {
  width: 100%;
}
.single-property-masthead.no-carousel {
  position: relative;
}
.single-property-masthead.no-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-property-masthead {
    position: relative;
    height: 65rem;
  }
  .single-property-masthead .slick-arrow {
    top: calc(50% - 2.3rem);
    height: 4.6rem;
    width: 4.6rem;
  }
  .single-property-masthead .carousel {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .single-property-masthead {
    padding-top: 27.4rem;
    height: 73.4rem;
  }
  .single-property-masthead .slick-arrow.slick-prev {
    transform: scaleX(-1);
    left: 5rem;
  }
  .single-property-masthead .slick-arrow.slick-next {
    right: 5rem;
  }
}
.single-property-content {
  position: relative;
  background: #F8F6F0;
  padding-bottom: 60rem;
}
.single-property-content.no-images {
  padding-top: 28.4rem;
}
.single-property-content .wrap {
  position: relative;
  max-width: 105rem;
}
.single-property-content .heart {
  width: 4rem;
  height: auto;
  top: 5rem;
  right: 0rem;
}
.single-property-content h1 {
  margin-bottom: 2rem;
}
.single-property-content .property-status {
  position: static;
  margin-bottom: 3.5rem;
}
.single-property-content .details {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.5rem;
  font-weight: 300;
}
.single-property-content .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 3.5rem;
}
.single-property-content .icon-container:last-child {
  margin: 0;
}
.single-property-content .price {
  color: #D79779;
  font-size: 3.6rem;
  font-weight: 500;
  margin-right: 2rem;
}
.single-property-content .price-toggle {
  margin-right: 2rem;
}
.single-property-content .ref {
  margin-top: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.single-property-content .left div, .single-property-content .left #main, .single-property-content .left #primary, .single-property-content .left #content, .single-property-content .left article, .single-property-content .left header {
  display: contents;
}
.single-property-content .left h3 {
  font-weight: 500;
}
.single-property-content .left p {
  font-size: 1.6rem;
}
.single-property-content .right {
  margin-top: 5rem;
  width: 100%;
}
.single-property-content .right-mod {
  background: #FFF;
  padding: 4rem 3rem 3rem;
  width: 100%;
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
}
.single-property-content .right-mod strong {
  display: block;
  color: #D79779;
}
.single-property-content .right-mod p {
  line-height: 1.8;
}
.single-property-content .attributes {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  text-transform: capitalize;
}
.single-property-content .attribute {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.single-property-content .attribute:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  border: 1px solid #999;
  background: url("../library/images/tick.svg") center/1.5rem 1.1rem no-repeat;
}
.single-property-content .features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.single-property-content .features h5 {
  width: 100%;
}
.single-property-content .feature {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 2rem;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  text-transform: capitalize;
}
.single-property-content .bottom {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
.single-property-content .bottom .btn {
  margin: 0;
}
.single-property-content .bottom .lozenge-btn, .single-property-content .bottom .account-container .gf_login_form #gform_submit_button_0, .account-container .gf_login_form .single-property-content .bottom #gform_submit_button_0, .single-property-content .bottom .post-password-form input:not([type=checkbox])[type=submit], .post-password-form .single-property-content .bottom input:not([type=checkbox])[type=submit] {
  text-transform: none;
}
.single-property-content .bottom .lozenge-btn img, .single-property-content .bottom .account-container .gf_login_form #gform_submit_button_0 img, .account-container .gf_login_form .single-property-content .bottom #gform_submit_button_0 img, .single-property-content .bottom .post-password-form input:not([type=checkbox])[type=submit] img, .post-password-form .single-property-content .bottom input:not([type=checkbox])[type=submit] img {
  margin-right: 1rem;
}
.single-property-content .share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.7rem;
}
.single-property-content .share .social-share {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  font-size: 3rem;
  color: #D79779;
}
.single-property-content .share a {
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.single-property-content .share a:hover {
  opacity: 0.8;
}
.single-property-content .share a.copied .tooltip {
  opacity: 1;
  transform: translateX(0);
}
.single-property-content .share .tooltip {
  position: absolute;
  background: #D79779;
  color: #09222D;
  font-size: 12px;
  text-transform: uppercase;
  width: auto;
  padding: 5px;
  z-index: 5;
  top: calc(100% + 10px);
  left: calc(50% - 75px);
  opacity: 0;
  transform: translateX(10px);
  transition: 0.25s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .single-property-content {
    padding-bottom: 60rem;
  }
  .single-property-content .details {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 3.5rem;
  }
  .single-property-content .ref {
    margin-top: 0;
    font-weight: 500;
    margin-left: auto;
  }
  .single-property-content .left p {
    font-size: 1.8rem;
  }
  .single-property-content .right-mod {
    background: #FFF;
    padding: 4rem 3rem 3rem;
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
    max-width: 35rem;
  }
  .single-property-content .right-mod strong {
    display: block;
    color: #D79779;
  }
  .single-property-content .right-mod p {
    line-height: 1.8;
  }
  .single-property-content .features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }
  .single-property-content .bottom {
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-property-content .wrap {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 105rem;
  }
  .single-property-content h1 {
    max-width: 75%;
  }
  .single-property-content .property-status {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    display: flex;
  }
  .single-property-content .left {
    max-width: 55.5rem;
    margin-right: auto;
  }
  .single-property-content .right {
    width: 100%;
    max-width: 35rem;
  }
  .single-property-content .bottom {
    gap: 5rem;
  }
  .single-property-content .share {
    margin-left: auto;
  }
}
.similar-properties {
  position: relative;
  margin-top: -48rem;
}
.similar-properties .wrap {
  max-width: 84rem;
}
.similar-properties h2, .similar-properties .single-property-content h1, .single-property-content .similar-properties h1 {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .similar-properties h2, .similar-properties .single-property-content h1, .single-property-content .similar-properties h1 {
    margin-bottom: 6rem;
  }
}
.similar-properties .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .similar-properties .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .similar-properties .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
.similar-properties .property-status {
  display: none;
}

.enquire-form .wrap {
  max-width: 80rem;
}
.enquire-form h3 {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .enquire-form h3 {
    margin-bottom: 6.5rem;
  }
}
.enquire-form .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}
.enquire-form .gfield {
  margin-bottom: 2rem;
}
.enquire-form .gfield:last-of-type {
  margin-bottom: 0;
}
.enquire-form input:not([type=checkbox]), .enquire-form textarea {
  background: #F6F6F6;
}
.enquire-form .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .enquire-form .btn {
    margin-top: 1.3rem;
  }
}

.post-password-form {
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  max-width: 60rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 4rem 3rem;
}
.post-password-form .btn {
  margin-top: 0;
}
.post-password-form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-password-form p:first-of-type {
  display: none;
}
.post-password-form label {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  width: 100%;
}
.post-password-form #pwbox-239556 {
  display: block;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.post-password-form input {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.5rem;
  border: none;
  padding-left: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
}
.post-password-form input:not([type=checkbox])[type=submit] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
  background: #09222D;
  color: #FFF;
  width: auto;
  border: 1px solid #09222D;
  font-size: 1.6rem;
  padding: 0rem 2.4rem 0 2.4rem;
  height: 4rem;
}
.post-password-form input:not([type=checkbox])[type=submit]:hover {
  background: none;
  color: #09222D;
}

.account-container {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background: #F8F6F0;
}
@media screen and (min-width: 768px) {
  .account-container {
    padding-top: 30rem;
  }
}
.account-container .account-masthead {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 2rem 0 5rem 0;
}
.account-container .account-masthead h1 br {
  display: block;
}
@media screen and (min-width: 768px) {
  .account-container .account-masthead {
    height: 30rem;
  }
  .account-container .account-masthead h1 br {
    display: none;
  }
}
.account-container .gform_wrapper, .account-container .gform_confirmation_wrapper {
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 4rem 3rem;
}
.account-container .gform_wrapper .btn, .account-container .gform_confirmation_wrapper .btn {
  margin-top: 0;
}
.account-container .gform_confirmation_wrapper .gform_confirmation_message_5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.account-container .gform_confirmation_wrapper .gform_confirmation_message_5 .btn {
  margin-top: 3rem;
}
.account-container .gform_fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.account-container form {
  width: 100%;
}
.account-container form .gform-field-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.account-container form .gform-field-label .gfield_required {
  display: inline-block;
  font-weight: 300;
  margin-left: 0.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: red;
}
.account-container form .gform-field-label--type-sub {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .account-container form .ginput_complex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
  }
}
.account-container form input:not([type=checkbox]), .account-container form select, .account-container form textarea {
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  border-radius: 20rem;
  border: none;
  width: 100%;
  height: 4rem;
  background: #F1F5F9;
  color: #09222D;
  padding-left: 2rem;
}
.account-container form textarea {
  padding-top: 2.5rem;
  resize: none;
  height: 15rem;
  border-radius: 2.5rem;
}
.account-container form .gfield--input-type-consent .gfield_label_before_complex {
  display: none !important;
}
.account-container form .gfield--input-type-consent .gfield_consent_label {
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  max-width: 40rem;
}
.account-container form .gfield--input-type-consent label {
  margin: 0 !important;
}
.account-container .ginput_container_checkbox .gchoice {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 0.5rem;
}
.account-container .ginput_container_checkbox label {
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  max-width: 40rem;
}
.account-container .gf_login_links {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  font-size: 1.2rem;
}
.account-container .gf_login_links a {
  text-underline-offset: 0.4rem;
}
.account-container .gf_login_links a:hover {
  text-decoration: underline;
}
.account-container .gf_login_form .gform_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
}
.account-container .gf_login_form #gform_submit_button_0 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
  background: #09222D;
  color: #FFF;
  width: auto;
  border: 1px solid #09222D;
  font-size: 1.6rem;
  padding: 0rem 2.4rem 0 2.4rem;
  height: 4rem;
}
.account-container .gf_login_form #gform_submit_button_0:hover {
  background: none;
  color: #09222D;
}
.account-container .inner-account-container {
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 1024px) {
  .account-container .inner-account-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}
.account-container .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  padding: 0rem 2rem 0rem 2rem;
}
@media screen and (min-width: 1024px) {
  .account-container .sidebar {
    max-width: 30rem;
    border-bottom: 0;
    border-right: 1px solid rgba(9, 34, 45, 0.1);
  }
}
.account-container .sidebar a {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(9, 34, 45, 0.1);
  pointer-events: auto;
  cursor: pointer;
}
.account-container .sidebar a:hover {
  opacity: 0.4;
}
.account-container .sidebar a.active {
  padding-left: 2rem;
}
.account-container .sidebar a svg {
  width: 2rem;
  height: auto;
  color: #D79779;
}
@media screen and (min-width: 768px) {
  .account-container .sidebar a:last-of-type {
    border-bottom: 0;
  }
}
.account-container .tab-content {
  display: none;
  padding: 4rem 3rem;
  width: 100%;
}
.account-container .tab-content h3 {
  margin-bottom: 3rem;
}
.account-container .tab-content.active {
  display: block;
}
.account-container .tab-content .gform_wrapper, .account-container .tab-content .gform_confirmation_wrapper {
  background: none;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.account-container .grid {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .account-container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .account-container .grid .no-properties {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1280px) {
  .account-container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  .account-container .grid .no-properties {
    grid-column: 1/4;
  }
}
.account-container .grid .property-card {
  height: 100%;
  font-size: 1.3rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
.account-container .grid .property-card:last-of-type {
  margin-bottom: 0;
}
.account-container .grid .property-card .property-status {
  display: none;
}
.account-container .grid .property-card .image-container {
  min-height: auto;
  height: 15rem;
}
.account-container .grid .property-card .heart {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: auto;
}
.account-container .grid .property-card h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  padding-right: 2.8rem;
}
@media screen and (min-width: 768px) {
  .account-container .grid .property-card h4 {
    margin-bottom: 1rem;
    padding-right: 2.8rem;
  }
}
.account-container .grid .property-card p {
  font-size: 1.4rem;
  margin: 0;
}
.account-container .grid .property-card .detail-row {
  margin-bottom: 0;
  gap: 0.5rem 0;
}
.account-container .grid .property-card .detail-row:nth-of-type(3) {
  display: none;
}
.account-container .grid .property-card .detail-row:last-of-type {
  margin-bottom: 0;
}
.account-container .grid .property-card .icon-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  margin-right: 2rem;
}
.account-container .grid .property-card .icon-container:last-child {
  margin: 0;
}
.account-container .grid .property-card .price {
  font-size: 2.3rem;
}
.account-container .grid .property-card .btn {
  display: none;
}

/*# sourceMappingURL=style.css.map*/