@charset "UTF-8";
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.gallery-list {
  list-style: none;
}
.gallery-list li {
  float: left;
  margin: 0 2px;
}
.gallery-list .gallery-item .card__inner {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUgMTRIMTQuNzFMMTQuNDMgMTMuNzNDMTUuNDEgMTIuNTkgMTYgMTEuMTEgMTYgOS41QzE2IDUuOTEgMTMuMDkgMyA5LjUgM0M1LjkxIDMgMyA1LjkxIDMgOS41QzMgMTMuMDkgNS45MSAxNiA5LjUgMTZDMTEuMTEgMTYgMTIuNTkgMTUuNDEgMTMuNzMgMTQuNDNMMTQgMTQuNzFWMTUuNUwxOSAyMC40OUwyMC40OSAxOUwxNS41IDE0Wk05LjUgMTRDNy4wMSAxNCA1IDExLjk5IDUgOS41QzUgNy4wMSA3LjAxIDUgOS41IDVDMTEuOTkgNSAxNCA3LjAxIDE0IDkuNUMxNCAxMS45OSAxMS45OSAxNCA5LjUgMTRaTTEwIDdIOVY5SDdWMTBIOVYxMkgxMFYxMEgxMlY5SDEwVjdaIiBmaWxsPSIjRjlGOEY3Ii8+Cjwvc3ZnPgo=),
    auto;
}
.mfp-pager {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mfp-pager {
    top: auto;
    bottom: -8px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mfp-pager {
    top: auto;
    bottom: -8px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mfp-pager {
    top: auto;
    bottom: -8px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .mfp-pager {
    top: 5px;
    bottom: auto;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mfp-pager {
    top: auto;
    bottom: -26px;
  }
}
.mfp-pager::after {
  clear: both;
  display: block;
  content: "";
}
.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mfp-pager li .arrow {
  position: relative;
  top: 2px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: url(/temas/claraboia/html/img/sprite.png) no-repeat;
  width: 18px;
  height: 11px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  position: relative;
}
.mfp-pager li .prev {
  background-position: -20px -22px;
}
.mfp-pager li .next {
  background-position: -20px -40px;
}
.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  position: relative;
}
.mfp-pager .dots li {
  display: inline-block;
  margin: 0 2px;
}
.mfp-pager .dots li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #666;
  text-indent: -9999px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  border: none;
}
.mfp-pager .dots li > button {
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mfp-pager .dots li > button {
    padding: 5px;
  }
}
.mfp-pager .dots li > button::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #404242;
  border-radius: 20px;
  display: block;
}
.mfp-pager .dots li.active > button::after {
  background: #f9f8f7;
}
.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
  display: inline-block;
}
.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
  vertical-align: middle;
  border: none;
}
.image-preview-modal.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.image-preview-modal button.mfp-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-image: url(../../../../../../../themes/habitas-theme/img/icon-close-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  height: 88px;
  width: 88px;
  opacity: 1;
  font-size: 0;
}
.image-preview-modal button.mfp-close:active {
  top: 0;
}
.image-preview-modal .mfp-arrow-left,
.image-preview-modal .mfp-arrow-right {
  opacity: 1;
}
.image-preview-modal .mfp-arrow-left::before,
.image-preview-modal .mfp-arrow-right::before {
  content: unset;
}
.image-preview-modal .mfp-arrow-left:active,
.image-preview-modal .mfp-arrow-right:active {
  margin-top: -55px;
}
@media screen and (max-width: 900px) {
  .image-preview-modal .mfp-arrow-left.mfp-arrow,
  .image-preview-modal .mfp-arrow-right.mfp-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.image-preview-modal .mfp-arrow-left:after,
.image-preview-modal .mfp-arrow-right:after {
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}
.image-preview-modal .mfp-arrow-left:after {
  background-image: url(../../../../../../../themes/habitas-theme/img/icon-prev-pagination.svg);
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .image-preview-modal .mfp-arrow-left:after {
    margin-left: 6px;
  }
}
.image-preview-modal .mfp-arrow-right:after {
  background-image: url(../../../../../../../themes/habitas-theme/img/icon-next-pagination.svg);
  margin-left: 25px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .image-preview-modal .mfp-arrow-right:after {
    margin-left: 60px;
    margin-right: 11px;
  }
}
.image-preview-modal .mfp-counter {
  display: none;
}
.image-preview-modal img.mfp-img {
  padding: 70px 0 70px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .image-preview-modal img.mfp-img {
    padding: 50px 0 50px;
    height: auto;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .image-preview-modal img.mfp-img {
    padding: 50px 0 50px;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .image-preview-modal img.mfp-img {
    padding: 50px 0 50px;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .image-preview-modal img.mfp-img {
    padding: 70px 0 70px;
    height: 100vh;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .image-preview-modal img.mfp-img {
    padding: 50px 0 50px;
    height: auto;
  }
}
.image-preview-modal .mfp-content .mfp-figure::after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .image-preview-modal .mfp-content .mfp-figure figure {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw - 15px);
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .image-preview-modal .mfp-content .mfp-figure figure {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw - 15px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .image-preview-modal .mfp-content .mfp-figure figure {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw - 15px);
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .image-preview-modal .mfp-content .mfp-figure figure {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw - 15px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .image-preview-modal .mfp-content .mfp-figure figure {
    height: auto;
    display: block;
    width: auto;
  }
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
button {
  color: inherit;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
*:focus {
  outline: none;
}
.is-tab *:focus {
  outline: 2px solid #977e62;
}
#sb_instagram {
  padding-bottom: 0 !important;
}
div#cookie-law-info-bar {
  padding: 24px 18px !important;
  width: 100% !important;
  max-width: 420px !important;
  inset: auto auto 30px 30px !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (max-width: 767px) {
  div#cookie-law-info-bar {
    inset: auto auto 0 0px !important;
    max-width: 100% !important;
  }
}
div#cookie-law-info-bar h5.cli_messagebar_head {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #807566;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "Arboria Book";
}
div#cookie-law-info-bar span {
  vertical-align: middle;
  display: block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #404242;
}
div#cookie-law-info-bar span.para {
  display: block;
  margin: 20px;
}
div#cookie-law-info-bar span.para a {
  color: #807566 !important;
  text-decoration: underline;
}
div#cookie-law-info-bar br {
  display: none;
}
div#cookie-law-info-bar span.cookies-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#cookie-law-info-bar span.cookies-btn a {
  margin-top: 0;
}
div#cookie-law-info-bar a[role="button"] {
  padding: 0;
  height: 36px;
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 2.63px;
  font-family: "Arboria Book";
  background-color: #fff !important;
  border: 1px solid #977e62 !important;
  color: #977e62 !important;
  width: 125px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 7px;
}
div#cookie-law-info-bar a[role="button"]:hover {
  background-color: #977e62 !important;
  color: #fff !important;
}
div#cookie-law-info-bar a.cli-accept-button {
  background-color: #977e62 !important;
  color: #fff !important;
}
div#cookie-law-info-bar a.cli-accept-button:hover {
  background-color: #fff !important;
  color: #977e62 !important;
}
@font-face {
  font-family: "Canaro";
  src: url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff2) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Canaro";
  src: url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff2) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Canaro";
  src: url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff2) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Canaro";
  src: url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff2) format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url(../fonts/Canela-Bold.woff2) format("woff2"),
    url(../fonts/Canela-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url(../fonts/Canela-LightItalic.woff2) format("woff2"),
    url(../fonts/Canela-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url(../fonts/Canela-Regular.woff2) format("woff2"),
    url(../fonts/Canela-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria Book";
  src: url(../fonts/Arboria-Book.eot);
  src: url("../fonts/Arboria-Book.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Arboria-Book.woff2) format("woff2"),
    url(../fonts/Arboria-Book.woff) format("woff"),
    url(../fonts/Arboria-Book.ttf) format("truetype"),
    url("../fonts/Arboria-Book.svg#Arboria-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url(../fonts/Arboria-Light.eot);
  src: url("../fonts/Arboria-Light.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Arboria-Light.woff2) format("woff2"),
    url(../fonts/Arboria-Light.woff) format("woff"),
    url(../fonts/Arboria-Light.ttf) format("truetype"),
    url("../fonts/Arboria-Light.svg#Arboria-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url(../fonts/Arboria-Medium.eot);
  src: url("../fonts/Arboria-Medium.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Arboria-Medium.woff2) format("woff2"),
    url(../fonts/Arboria-Medium.woff) format("woff"),
    url(../fonts/Arboria-Medium.ttf) format("truetype"),
    url("../fonts/Arboria-Medium.svg#Arboria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "FFShamelSansTwoNormal";
  src: url(../fonts/Canela-Light.woff2);
  src: url(../fonts/Canela-Light.woff2) format("embedded-opentype"),
    url(../fonts/Canela-Light.woff2) format("woff2"),
    url(../fonts/Canela-Light.woff2) format("woff"),
    url(../fonts/Canela-Light.woff2) format("truetype"),
    url("../fonts/Canela-Light.woff2") format("woff");
}
html {
  font-size: 62.5%;
}
body {
  color: #444;
  font: normal 1.6rem/1.4 "Arboria Book";
}
p {
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
}
.caption,
.cta,
.form .forminator-response-message,
.form .forminator-error-message,
.forminator-custom-form .forminator-response-message,
.forminator-custom-form .forminator-error-message,
.form .forminator-response-message p,
.form .forminator-error-message p,
.forminator-custom-form .forminator-response-message p,
.forminator-custom-form .forminator-error-message p,
.quote__quote cite {
  color: #fefefe;
  font-family: "Arboria Book";
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.rtl .caption,
.rtl .cta,
.rtl .form .forminator-response-message,
.form .rtl .forminator-response-message,
.rtl .form .forminator-error-message,
.form .rtl .forminator-error-message,
.rtl .forminator-custom-form .forminator-response-message,
.forminator-custom-form .rtl .forminator-response-message,
.rtl .forminator-custom-form .forminator-error-message,
.forminator-custom-form .rtl .forminator-error-message,
.rtl .form .forminator-response-message p,
.form .forminator-response-message .rtl p,
.rtl .form .forminator-error-message p,
.form .forminator-error-message .rtl p,
.rtl .forminator-custom-form .forminator-response-message p,
.forminator-custom-form .forminator-response-message .rtl p,
.rtl .forminator-custom-form .forminator-error-message p,
.forminator-custom-form .forminator-error-message .rtl p,
.rtl .quote__quote cite,
.quote__quote .rtl cite {
  letter-spacing: 0;
  font-family: "FFShamelSansTwoNormal";
}
.h1,
.hero__inner h1,
.copy-block h1,
.press__copy h1,
.press__copy h2,
.press-new .press__copy h1,
.press-new .press__copy h2,
.h2,
.img-text__copy h2,
.copy-block h2,
.press__copy h3,
.press-new .press__copy h3,
.h3,
.img-text__copy h3,
.copy-block h3 {
  font-family: "Canela";
}
.hero__inner h1 {
  color: #977e62;
  font-size: 61px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.2rem;
}
.h1,
.copy-block h1,
.press__copy h1,
.press__copy h2,
.press-new .press__copy h1,
.press-new .press__copy h2 {
  color: #977e62;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.45rem;
}
@media (min-width: 768px) {
  .h1,
  .hero__inner h1,
  .copy-block h1,
  .press__copy h1,
  .press__copy h2,
  .press-new .press__copy h1,
  .press-new .press__copy h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .h1,
  .hero__inner h1,
  .copy-block h1,
  .press__copy h1,
  .press__copy h2,
  .press-new .press__copy h1,
  .press-new .press__copy h2 {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .h1,
  .copy-block h1,
  .press__copy h1,
  .press__copy h2,
  .press-new .press__copy h1,
  .press-new .press__copy h2 {
    font-size: 4rem;
  }
  .hero__inner h1 {
    font-size: 2.5rem;
  }
  .is-property .hero__inner h1 {
    font-size: 4.5rem;
  }
  .caption {
    font-size: 1.25rem;
  }
}
.h2,
.img-text__copy h2,
.copy-block h2,
.press__copy h3,
.press-new .press__copy h3 {
  color: #977e62;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .h2,
  .img-text__copy h2,
  .copy-block h2,
  .press__copy h3,
  .press-new .press__copy h3 {
    font-size: 4.2rem;
    letter-spacing: 0.15rem;
  }
}
@media (min-width: 1024px) {
  .h2,
  .img-text__copy h2,
  .copy-block h2,
  .press__copy h3,
  .press-new .press__copy h3 {
    font-size: 5.2rem;
    letter-spacing: 0.25rem;
  }
}
.h3,
.img-text__copy h3,
.copy-block h3 {
  font-weight: 300;
  font-size: 2.6rem;
  color: #977e62;
}
@media (min-width: 768px) {
  .h3,
  .img-text__copy h3,
  .copy-block h3 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}
.h4,
.copy-block h4 {
  color: #977e62;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.h5,
.copy-block h5 {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.h6,
.copy-block h6 {
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 17%;
    padding-right: 17%;
  }
}
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}
.visually-hidden,
.form .forminator-label,
.forminator-custom-form .forminator-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-container--square {
  padding-bottom: 75%;
}
.embed-container--portrait {
  padding-bottom: 132.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-observer .reveal-slide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.is-observer .reveal-slide-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.is-observer .reveal-slide-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.is-observer .reveal-fade {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.skip-to-content-link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #fff;
  opacity: 0;
}
.skip-to-content-link:focus {
  z-index: 1000;
  opacity: 1;
}
@media (min-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .u-mb-75 {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .u-mb-100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .u-mb-125 {
    margin-bottom: 125px;
  }
}
@media (min-width: 768px) {
  .u-mb-150 {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .u-mb-175 {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .u-mb-200 {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .u-mb-225 {
    margin-bottom: 150px;
  }
}
.bg-start {
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .bg-start {
    background-color: transparent !important;
  }
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #977e62;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 2px;
  margin-right: 2px;
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.btn,
.form .forminator-button-submit,
.forminator-custom-form .forminator-button-submit {
  padding: 20px 40px;
	border-radius: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #977e62;
  font-family: "Arboria Book";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.44rem;
  border: 1px solid #977e62;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .btn,
  .form .forminator-button-submit,
  .forminator-custom-form .forminator-button-submit {
    min-width: 200px;
  }
}
@media (hover: hover) {
  .btn:hover,
  .form .forminator-button-submit:hover,
  .forminator-custom-form .forminator-button-submit:hover,
  .btn:focus,
  .form .forminator-button-submit:focus,
  .forminator-custom-form .forminator-button-submit:focus {
    color: #fff;
    background-color: #977e62;
  }
}
.btn--fill,
.form .forminator-button-submit,
.forminator-custom-form .forminator-button-submit {
  color: #fff;
  background-color: #977e62;
}
@media (hover: hover) {
  .btn--fill:hover,
  .form .forminator-button-submit:hover,
  .forminator-custom-form .forminator-button-submit:hover,
  .btn--fill:focus,
  .form .forminator-button-submit:focus,
  .forminator-custom-form .forminator-button-submit:focus {
    color: #977e62;
    background-color: transparent;
  }
}
.btn-secondary {
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.45rem;
  background-color: #fff8ee;
  border: 2px solid #fff8ee;
  border-radius: 1.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .btn-secondary {
    font-size: 1.1rem;
  }
}
@media (hover: hover) {
  .btn-secondary:hover,
  .btn-secondary:focus {
    color: #fff8ee;
    background-color: #977e62;
    border: 2px solid #977e62;
  }
}
.cta {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #977e62;
  position: relative;
  line-height: 1.3;
}
.cta::before {
  bottom: -5px;
  left: 0;
  width: 100%;
}
@media (hover: hover) {
  .cta:hover::before,
  .cta:focus::before {
    width: 0;
    left: auto;
  }
}
.close {
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.close::before,
.close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .close:hover,
  .close:focus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.story {
  margin-bottom: 80px;
  display: block;
}
@media (min-width: 768px) {
  .story {
    margin-bottom: 0;
  }
  .story:not(:last-child) {
    margin-bottom: 50px;
  }
  .stories__inner > .story {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
    width: 55%;
    height: calc(100vh - 200px);
  }
}
.story__img-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}
.story__img-wrap img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
@media (hover: hover) {
  .story:hover .story__img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .story:focus .story__img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .stories__inner > .story .story__img-wrap {
    position: relative;
    height: calc(100% - 180px);
  }
  .stories__inner > .story .story__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .stories__column .story__img-wrap {
    position: relative;
  }
  .stories__column .story__img-wrap::before {
    padding-top: 65%;
    display: block;
    content: "";
  }
  .stories__column .story__img-wrap img,
  .stories__column .story__img-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.story__inner {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  text-align: center;
}
.story__inner h3 {
  margin-bottom: 15px;
  font-family: "Arboria Book";
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.48rem;
}
.story__inner span {
  margin-bottom: 25px;
  font-size: 1.4rem;
  display: inline-block;
}
.story__inner p {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.card {
  position: relative;
  margin-left: -25px;
  width: calc(100% + 50px);
  display: block;
}
.card:not(:last-child) {
  margin-bottom: 10px;
}
.is-observer .card.reveal-slide {
  -webkit-transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
}
.is-observer .card.is-without-transition {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  .card {
    margin-left: 0;
    width: calc(50% - 25px);
  }
  .card::after {
    height: 30%;
  }
  .double--offset-first .card:first-child {
    margin-top: 70px;
  }
  .double--sm-first .card:first-child {
    width: 42%;
  }
  .double--offset-second .card:last-child {
    margin-top: 100px;
  }
  .double--sm-second .card:last-child {
    width: 44%;
  }
  .multiple .card:first-child {
    margin-left: 3%;
    margin-bottom: 150px;
    width: 42%;
  }
  .multiple .card:nth-child(2) {
    margin-top: 80px;
  }
  .multiple .card:nth-child(3) {
    width: 50%;
  }
  .multiple .card:nth-child(4) {
    margin-top: -80px;
    width: 42%;
  }
  .multiple--triple .card:first-child {
    margin-left: 7.5%;
    margin-bottom: 100px;
  }
  .multiple--triple .card:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 120px;
    width: 46%;
  }
  .multiple--triple.multiple--reverse .card:first-child {
    width: 42%;
    margin-bottom: 100px;
  }
  .multiple--triple.multiple--reverse .card:nth-child(1) {
    margin-left: 3%;
    margin-right: 7.5%;
  }
}
@media (min-width: 1280px) {
  .multiple .card:nth-child(2) {
    margin-right: 40px;
    width: 35%;
  }
  .multiple .card:nth-child(4) {
    margin-top: -200px;
  }
  .multiple--triple .card:nth-child(2) {
    margin-right: 0;
    width: 46%;
  }
}
@media (min-width: 1440px) {
  .multiple .card:nth-child(3) {
    margin-left: -50px;
  }
  .multiple--triple .card:nth-child(3) {
    margin-left: 0;
  }
}
.card__inner {
  position: relative;
  -webkit-box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
@media (hover: hover) {
  .card__inner:hover,
  .card__inner:focus {
    -webkit-box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.5);
  }
}
.card--bottom-shadow .card__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  content: "";
}
.card__inner img,
.card__inner video {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.card:hover .card__inner img,
.card:hover .card__inner video {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .card:hover .card__inner img,
  .card:hover .card__inner video {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.card:focus .card__inner img,
.card:focus .card__inner video {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .card:focus .card__inner img,
  .card:focus .card__inner video {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .card__inner::before {
    padding-top: 130%;
    display: block;
    content: "";
  }
  .card__inner img,
  .card__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.multiple .card__inner::before {
  padding-top: 130%;
  display: block;
  content: "";
}
.multiple .card__inner img,
.multiple .card__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .multiple .card:nth-child(1) .card__inner::before {
    padding-top: 125%;
  }
  .multiple--triple .card:nth-child(1) .card__inner::before {
    padding-top: 100%;
  }
  .multiple .card:nth-child(2) .card__inner::before {
    padding-top: 93%;
  }
  .multiple--triple .card:nth-child(2) .card__inner::before {
    padding-top: 136%;
  }
  .multiple .card:nth-child(4) .card__inner::before {
    padding-top: 137%;
  }
}
@media (min-width: 1280px) {
  .multiple--triple .card:nth-child(1) .card__inner::before {
    padding-top: 86%;
  }
  .multiple .card:nth-child(3) .card__inner::before {
    padding-top: 75%;
  }
}
.card__details {
  margin-top: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.056rem;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}
.card__details h3 {
  margin-bottom: 15px;
  font-family: "Arboria Book";
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.48rem;
}
@media (max-width: 767px) {
  .card__details {
    margin-bottom: 70px;
  }
}
.card__meta {
  position: absolute;
  left: 50%;
  bottom: 45px;
  z-index: 2;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .card__meta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .card__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .multiple:not(.multiple--triple) .card:nth-child(2) .card__meta {
    bottom: 40px;
  }
  .multiple:not(.multiple--triple) .card:nth-child(2) .card__meta .caption,
  .multiple:not(.multiple--triple) .card:nth-child(2) .card__meta .cta,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .form
    .forminator-response-message,
  .form
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-response-message,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .form
    .forminator-error-message,
  .form
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-error-message,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-custom-form
    .forminator-response-message,
  .forminator-custom-form
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-response-message,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-custom-form
    .forminator-error-message,
  .forminator-custom-form
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-error-message,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .form
    .forminator-response-message
    p,
  .form
    .forminator-response-message
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    p,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .form
    .forminator-error-message
    p,
  .form
    .forminator-error-message
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    p,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-custom-form
    .forminator-response-message
    p,
  .forminator-custom-form
    .forminator-response-message
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    p,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .forminator-custom-form
    .forminator-error-message
    p,
  .forminator-custom-form
    .forminator-error-message
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    p,
  .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    .quote__quote
    cite,
  .quote__quote
    .multiple:not(.multiple--triple)
    .card:nth-child(2)
    .card__meta
    cite {
    font-size: 1.4rem;
    letter-spacing: 0.36rem;
  }
}
.card__location {
  margin-left: auto;
}
.card__date-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 25px;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
}
@media (min-width: 768px) {
  .card__date-wrap {
    height: 30%;
  }
}
.card__date {
  width: 90px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-color: #977e62;
  border: 1px solid #b4b4b4;
}
.card__date span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.36rem;
}
.card__date span:last-child {
  margin-top: 5px;
  font-family: "Arboria Book";
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 300;
}
.card__date:nth-child(2) {
  position: relative;
}
.card__date:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 4px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  -webkit-transform: translateX(calc(-50% - 1px));
  transform: translateX(calc(-50% - 1px));
  content: "";
}
.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(121, 108, 92, 0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.card__overlay > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.card__overlay h3 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.36rem;
}
@media (min-width: 1024px) {
  .card__overlay h3 {
    margin-bottom: 30px;
    font-size: 5.2rem;
  }
}
.card__overlay p {
  max-width: 360px;
}
.card:hover .card__overlay {
  opacity: 1;
  visibility: visible;
}
.card:hover .card__overlay > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.card:hover .card__overlay > *:nth-child(1) {
  -webkit-transition-delay: calc(0.3s + 1 * 100ms);
  transition-delay: calc(0.3s + 1 * 100ms);
}
.card:hover .card__overlay > *:nth-child(2) {
  -webkit-transition-delay: calc(0.3s + 2 * 100ms);
  transition-delay: calc(0.3s + 2 * 100ms);
}
.card:hover .card__overlay > *:nth-child(3) {
  -webkit-transition-delay: calc(0.3s + 3 * 100ms);
  transition-delay: calc(0.3s + 3 * 100ms);
}
.card:hover .card__overlay > *:nth-child(4) {
  -webkit-transition-delay: calc(0.3s + 4 * 100ms);
  transition-delay: calc(0.3s + 4 * 100ms);
}
.card:hover .card__overlay > *:nth-child(5) {
  -webkit-transition-delay: calc(0.3s + 5 * 100ms);
  transition-delay: calc(0.3s + 5 * 100ms);
}
.card:hover .card__overlay > *:nth-child(6) {
  -webkit-transition-delay: calc(0.3s + 6 * 100ms);
  transition-delay: calc(0.3s + 6 * 100ms);
}
.card:hover .card__overlay > *:nth-child(7) {
  -webkit-transition-delay: calc(0.3s + 7 * 100ms);
  transition-delay: calc(0.3s + 7 * 100ms);
}
.card:hover .card__overlay > *:nth-child(8) {
  -webkit-transition-delay: calc(0.3s + 8 * 100ms);
  transition-delay: calc(0.3s + 8 * 100ms);
}
.card:hover .card__overlay > *:nth-child(9) {
  -webkit-transition-delay: calc(0.3s + 9 * 100ms);
  transition-delay: calc(0.3s + 9 * 100ms);
}
.card:hover .card__overlay > *:nth-child(10) {
  -webkit-transition-delay: calc(0.3s + 10 * 100ms);
  transition-delay: calc(0.3s + 10 * 100ms);
}
.card:focus .card__overlay {
  opacity: 1;
  visibility: visible;
}
.card:focus .card__overlay > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.card:focus .card__overlay > *:nth-child(1) {
  -webkit-transition-delay: calc(0.3s + 1 * 100ms);
  transition-delay: calc(0.3s + 1 * 100ms);
}
.card:focus .card__overlay > *:nth-child(2) {
  -webkit-transition-delay: calc(0.3s + 2 * 100ms);
  transition-delay: calc(0.3s + 2 * 100ms);
}
.card:focus .card__overlay > *:nth-child(3) {
  -webkit-transition-delay: calc(0.3s + 3 * 100ms);
  transition-delay: calc(0.3s + 3 * 100ms);
}
.card:focus .card__overlay > *:nth-child(4) {
  -webkit-transition-delay: calc(0.3s + 4 * 100ms);
  transition-delay: calc(0.3s + 4 * 100ms);
}
.card:focus .card__overlay > *:nth-child(5) {
  -webkit-transition-delay: calc(0.3s + 5 * 100ms);
  transition-delay: calc(0.3s + 5 * 100ms);
}
.card:focus .card__overlay > *:nth-child(6) {
  -webkit-transition-delay: calc(0.3s + 6 * 100ms);
  transition-delay: calc(0.3s + 6 * 100ms);
}
.card:focus .card__overlay > *:nth-child(7) {
  -webkit-transition-delay: calc(0.3s + 7 * 100ms);
  transition-delay: calc(0.3s + 7 * 100ms);
}
.card:focus .card__overlay > *:nth-child(8) {
  -webkit-transition-delay: calc(0.3s + 8 * 100ms);
  transition-delay: calc(0.3s + 8 * 100ms);
}
.card:focus .card__overlay > *:nth-child(9) {
  -webkit-transition-delay: calc(0.3s + 9 * 100ms);
  transition-delay: calc(0.3s + 9 * 100ms);
}
.card:focus .card__overlay > *:nth-child(10) {
  -webkit-transition-delay: calc(0.3s + 10 * 100ms);
  transition-delay: calc(0.3s + 10 * 100ms);
}
.rtl .multiple--triple .card:first-child {
  margin-right: 7.5%;
}
.rtl .multiple--triple .card:nth-child(2) {
  left: 0;
  right: auto;
}
.rtl .multiple--triple.multiple--reverse .card:nth-child(1) {
  margin-left: 7.5%;
  margin-right: 3%;
}
.rtl .multiple--triple.multiple--reverse .card:nth-child(2) {
  left: auto;
  right: 0;
}
@media (min-width: 1024px) {
  .rtl .booking__inner {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
@media (min-width: 1024px) {
  .rtl .is-opened .booking__inner {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@media only screen and (max-width: 767px) {
  .rtl .multiple--triple .card {
    margin-right: 0 !important;
    width: 100%;
    position: static;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.hamburger {
  position: relative;
  z-index: 50;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.hamburger img {
  -webkit-transition: unset !important;
  transition: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.hamburger__copy {
  display: none;
}
@media (hover: hover) {
  .hamburger__copy {
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    display: block;
    color: #fefefe;
    font-family: "Arboria Book";
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .hamburger:hover .hamburger__copy {
    opacity: 1;
  }
  .hamburger:focus .hamburger__copy {
    opacity: 1;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.loader.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1.5s cubic-bezier(0.405, 0.005, 0, 1);
  transition: 1.5s cubic-bezier(0.405, 0.005, 0, 1);
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loader__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #424242;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader__inner img {
  width: 50px;
  height: 50px;
}
.is-visible .loader__inner img {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: 0.8s 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: 0.8s 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
@media (min-width: 768px) {
  .loader__inner img {
    width: 84px;
    height: 84px;
  }
}
.social {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-footer .social {
  margin-bottom: 50px;
}
.social li:not(:last-child) {
  margin-right: 25px;
}
.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #cccccb;
}
.social a::before {
  display: none;
}
@media (hover: hover) {
  .social a:hover,
  .social a:focus {
    fill: #fff;
  }
}
.social svg {
  width: 20px;
  height: 20px;
}
.form,
.forminator-custom-form {
  position: relative;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}
.form
  .forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row:not(:last-child),
.form
  .forminator-ui.forminator-custom-form[data-grid="open"]
  .forminator-row:not(:last-child),
.forminator-custom-form
  .forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row:not(:last-child),
.forminator-custom-form
  .forminator-ui.forminator-custom-form[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 0;
}
.form .forminator-field,
.forminator-custom-form .forminator-field {
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form .forminator-input,
.forminator-custom-form .forminator-input,
.forminator-custom-form .forminator-textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  font-family: "Arboria Book";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.44rem;
  text-align: center;
  border: 1px solid #977e62;
}
.form .forminator-button-submit,
.forminator-custom-form .forminator-button-submit {
  width: 100%;
  min-width: 0;
  background-color: #977e62;
}
.page-footer .form .forminator-button-submit,
.page-footer .forminator-custom-form .forminator-button-submit {
  background-color: #977e62;
}
@media (hover: hover) {
  .page-footer .form .forminator-button-submit:hover,
  .page-footer .form .forminator-button-submit:focus,
  .page-footer .forminator-custom-form .forminator-button-submit:hover,
  .page-footer .forminator-custom-form .forminator-button-submit:focus {
    color: #fff;
    background-color: #424242;
  }
}
.form .forminator-response-message,
.form .forminator-error-message,
.forminator-custom-form .forminator-response-message,
.forminator-custom-form .forminator-error-message {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  text-align: center;
  color: #444;
}
.form .forminator-error-message,
.forminator-custom-form .forminator-error-message {
  color: #c7664d;
}
.page-footer .form .forminator-error-message,
.page-footer .forminator-custom-form .forminator-error-message {
  color: #fff;
}
.page-footer .form .forminator-response-message,
.page-footer .forminator-custom-form .forminator-response-message {
  color: #fff;
}
.form .forminator-response-message:not(.forminator-success) p:first-child,
.forminator-custom-form
  .forminator-response-message:not(.forminator-success)
  p:first-child {
  display: none;
}
.form .forminator-response-message:not(.forminator-success) p:last-child,
.forminator-custom-form
  .forminator-response-message:not(.forminator-success)
  p:last-child {
  display: none;
}
.forminator-custom-form .forminator-textarea {
  padding: 10px;
}
.forminator-custom-form .forminator-input-with-icon {
  width: 100%;
  position: relative;
}
.forminator-custom-form .forminator-input-with-icon > label {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.forminator-custom-form .iti.forminator-phone,
.forminator-custom-form .forminator-input-with-icon {
  width: 100%;
}
.forminator-custom-form .iti.forminator-phone input {
  text-align: start;
}
body
  .et-db
  #et-boc
  .et_pb_module
  .forminator-ui.forminator-custom-form[data-grid="open"]
  .forminator-row:not(:last-child),
body
  .forminator-ui.forminator-custom-form[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 0;
}
.hide-title {
  opacity: 0 !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}
.st0 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.is-property .page-header.property-page {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  opacity: 0;
  -webkit-animation: 0.3s slideDown 1s ease-in-out forwards;
  animation: 0.3s slideDown 1s ease-in-out forwards;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding: 0 5px;
  }
}
.page-header button {
  pointer-events: all;
}
.page-header::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: none;
}
.page-header.property-page {
  top: 0;
  height: 52px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: unset;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page-header.property-page {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
}
.page-header.property-page.is-scrolling {
  overflow: visible;
}
.page-header .universal-header-logo {
  display: block;
}
.page-header.press-page {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0.9;
  height: 52px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 2000;
}
.page-header.press-page svg path,
.page-header.press-page svg rect,
.page-header.press-page svg polygon,
.page-header.press-page svg polyline {
  fill: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.page-header.press-page .stay-btn button {
  color: #000 !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 767px) {
  .page-header.press-page .stay-btn button {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.page-header.is-scrolling {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 52px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page-header.is-scrolling {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
}
.page-header.is-scrolling .page-header__inner .new-header-menu ul li .sub-menu {
  background: rgba(255, 255, 255, 0.98);
}
.page-header.is-scrolling .new-header-menu ul li.More-header-item::after {
  background-image: url(../../../../../../../themes/habitas-theme/img/menu-link-dropdown-hover.svg);
}
.page-header.is-scrolling .new-header-menu ul li.current-menu-item a {
  color: #444;
}
.page-header.is-scrolling .new-header-menu ul li a {
  color: rgba(68, 68, 68, 0.65);
}
.page-header.is-scrolling .new-header-menu ul li a:hover {
  color: #444;
}
.page-header.is-scrolling svg path,
.page-header.is-scrolling svg rect,
.page-header.is-scrolling svg polygon,
.page-header.is-scrolling svg polygon.st0,
.page-header.is-scrolling svg .st0 {
  fill: #000;
}
.page-header.is-scrolling .stay-btn button {
  color: #000 !important;
}
@media (min-width: 1024px) {
  .page-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-header__inner {
  position: relative;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  pointer-events: all;
  position: relative;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .page-header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .page-header__inner {
    padding-top: 16px;
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 52px;
    width: 100%;
  }
  .is-opened + .page-header__inner {
    position: static;
  }
}
@media screen and (max-width: 639px) {
  .page-header__inner .header-left {
    width: 100%;
  }
  .page-header__inner .header-left .prop-logo {
    width: 100%;
    justify-content: center;
  }
}
.page-header__inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header__inner .header-left .prop-logo {
  height: 52px;
  line-height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-header .page-header__inner .header-left .prop-logo .prop-header-compass {
  display: block;
  height: 27px;
}
.page-header .page-header__inner .header-left .prop-logo .prop-header-logo {
  display: block;
  height: 27px;
}
.page-header.is-scrolling
  .page-header__inner
  .header-left
  .prop-logo
  .prop-header-logo {
  display: none;
}
@media only screen and (max-width: 639px) {
  .page-header .page-header__inner .header-left .prop-logo svg {
    max-height: 23px;
  }
  .page-header.is-scrolling .page-header__inner .header-left .prop-logo svg {
    max-height: 33px;
  }
  .page-header.is-scrolling
    .page-header__inner
    .header-left
    .prop-logo
    .prop-header-compass {
    height: 31px;
  }
  .page-header.is-scrolling .page-header__inner .header-home-logo .svg {
    height: 31px;
  }
}
.page-header__inner .header-home-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  display: flex;
  align-items: center;
}
.page-header__inner .header-home-logo .home-header-logo-stic,
.page-header__inner .header-home-logo .universal-header-logo-stic {
  display: block;
}
.page-header__inner .header-home-logo .svg {
  height: 27px;
}
@media screen and (max-width: 639px) {
  .page-header .page-header__inner .header-home-logo .home-header-logo-stic,
  .page-header
    .page-header__inner
    .header-home-logo
    .universal-header-logo-stic {
    display: block;
  }
  .page-header.is-scrolling
    .page-header__inner
    .header-home-logo
    .home-header-logo-stic,
  .page-header.is-scrolling
    .page-header__inner
    .header-home-logo
    .universal-header-logo-stic {
    display: none;
  }
  .page-header__inner .header-home-logo {
    height: 35px;
  }
  .page-header__inner .header-home-logo .svg {
    height: 23px;
  }
}
.page-header__inner .stay-btn button {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Arboria";
}
@media only screen and (max-width: 1560px) {
  .page-header__inner .stay-btn button {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 639px) {
  .page-header__inner .stay-btn button {
    display: none;
  }
}
.page-header__inner .stay-btn button.mobile-stay {
  display: none;
}
@media only screen and (max-width: 639px) {
  .page-header__inner .stay-btn button.mobile-stay {
    display: block;
    padding: 0;
    margin-right: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.page-header__inner .prop-logo svg,
.page-header__inner .prop-logo img {
  max-height: 33px;
}
@media only screen and (max-width: 1393px) {
  .page-header__inner .new-header-menu {
    display: none;
  }
}
.page-header__inner .new-header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__inner .new-header-menu ul li {
  padding: 0 18px;
  position: relative;
}
@media only screen and (max-width: 1560px) {
  .page-header__inner .new-header-menu ul li {
    padding: 0 5px;
  }
}
.page-header__inner .new-header-menu ul li.current-menu-item a {
  color: #fff;
}
.page-header__inner .new-header-menu ul li.More-header-item {
  position: relative;
}
@media only screen and (max-width: 1560px) {
  .page-header__inner .new-header-menu ul li.More-header-item {
    padding-right: 10px;
    margin-right: 5px;
  }
}
.page-header__inner .new-header-menu ul li.More-header-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  width: 10px;
  height: 9px;
  background-image: url(../../../../../../../themes/habitas-theme/img/more-link-dropdown.svg);
}
@media only screen and (max-width: 1560px) {
  .page-header__inner .new-header-menu ul li.More-header-item .sub-menu {
    left: 4px;
  }
}
.page-header__inner .new-header-menu ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1560px) {
  .page-header__inner .new-header-menu ul li a {
    font-size: 14px;
  }
}
.page-header__inner .new-header-menu ul li a:hover {
  color: #fff;
  cursor: pointer;
}
.page-header__inner .new-header-menu ul li:hover .sub-menu {
  display: block;
}
.page-header__inner .new-header-menu ul li .sub-menu {
  position: absolute;
  left: 18px;
  width: 220px;
  background: rgba(0, 0, 0, 0.25);
  padding-left: 15px;
  display: none;
}
.page-header__inner .new-header-menu ul li .sub-menu li {
  padding: 0;
}
.page-header__join {
  position: relative;
  z-index: 5;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.308rem;
  background-color: #fff8ee;
  border: 2px solid #fff8ee;
  border-radius: 1.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: all;
  -webkit-box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.51);
  box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.51);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page-header__join {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .page-header__join {
    font-size: 1.1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .is-opened + .page-header__inner .page-header__join {
    z-index: 100;
  }
}
@media only screen and (max-width: 639px) {
  .page-header__join {
    display: none;
  }
}
.page-header__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100px;
  pointer-events: all;
}
.is-property .page-header__logo {
  top: 25px;
}
@media (min-width: 768px) {
  .page-header__logo {
    top: 30px;
  }
  .is-property .page-header__logo {
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .page-header__logo {
    top: 31px;
    width: 145px;
  }
}
.page-header__booking {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #424242;
  pointer-events: all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.page-header__booking.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 1024px) {
  .page-header__booking {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
  }
  .page-header__booking.is-opened {
    opacity: 1;
    visibility: visible;
  }
}
.rtl .page-header.is-scrolling .stay-btn button {
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 639px) {
  .rtl .page-header__inner .stay-btn button.mobile-stay {
    margin-left: 11px;
  }
}
@media only screen and (max-width: 639px) {
  .rtl .booking {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.rtl h3 {
  font-family: bressay-display-arabic, sans-serif !important;
  letter-spacing: 0 !important;
}
.rtl p {
  font-family: "FFShamelSansTwoNormal";
  letter-spacing: 0 !important;
}
.rtl .img-text__subtitle {
  font-family: "FFShamelSansTwoNormal";
  letter-spacing: 0 !important;
}
.rtl .img-text__copy .cta {
  font-family: "FFShamelSansTwoNormal";
  letter-spacing: 0 !important;
}
.rtl .btn,
.rtl .form .forminator-button-submit,
.form .rtl .forminator-button-submit,
.rtl .forminator-custom-form .forminator-button-submit,
.forminator-custom-form .rtl .forminator-button-submit {
  letter-spacing: 0 !important;
}
.rtl .page-header__inner .new-header-menu ul li.current-menu-item a {
  font-family: "FFShamelSansTwoNormal";
  letter-spacing: 0 !important;
}
.rtl footer > .container .title-area {
  font-family: "FFShamelSansTwoNormal";
  letter-spacing: 0 !important;
}
.arabic-cls {
  font-family: "FFShamelSansTwoNormal" !important;
  letter-spacing: 0 !important;
}
.arabic-cls a {
  font-family: "FFShamelSansTwoNormal" !important;
  letter-spacing: 0 !important;
}
.arabic-cls span {
  font-family: "FFShamelSansTwoNormal" !important;
  letter-spacing: 0 !important;
  text-align: right;
}
.wpml-ls-item-ar span {
  font-family: "FFShamelSansTwoNormal" !important;
  letter-spacing: 0 !important;
}
.rtl .carousel__copy .btn,
.rtl .carousel__copy .form .forminator-button-submit,
.form .rtl .carousel__copy .forminator-button-submit,
.rtl .carousel__copy .forminator-custom-form .forminator-button-submit,
.forminator-custom-form .rtl .carousel__copy .forminator-button-submit {
  font-family: "FFShamelSansTwoNormal" !important;
  letter-spacing: 0 !important;
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.hero .embed-container {
  padding-bottom: 100vh;
}
.hero--80 .embed-container {
  padding-bottom: 80vh;
}
.hero--90 .embed-container {
  padding-bottom: 90vh;
}
@media (min-width: 768px) {
  .hero .embed-container {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) {
  .hero .embed-container--square {
    padding-bottom: 75%;
  }
}
.hero iframe {
  width: 178vh;
  height: 100vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 768px) {
  .hero iframe {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 60px;
  }
}
.hero--embed {
  height: 100vh;
}
@media (min-width: 768px) {
  .hero--embed {
    height: auto;
    max-height: 100vh;
    overflow: hidden;
  }
}
.hero--80 {
  max-height: 80vh;
}
.hero--90 {
  max-height: 90vh;
}
@media (min-width: 768px) {
  .hero--tall {
    max-height: 125vh;
  }
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__media img,
.hero__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero--overlay-50 .hero__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.hero--overlay-60 .hero__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.hero--overlay-70 .hero__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.hero--overlay-80 .hero__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.hero--overlay-90 .hero__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.hero--overlay-60 .hero__media::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero--overlay-70 .hero__media::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.hero--overlay-80 .hero__media::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero--overlay-90 .hero__media::after {
  background-color: rgba(0, 0, 0, 0.9);
}
.hero--embed .hero__media {
  position: relative;
  display: block;
  width: 100%;
}
.hero__inner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.hero__inner.is-visible {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.hero__inner h1 {
  line-height: 0.9;
  color: #fff;
}
.hero__inner .caption {
  margin-top: 20px;
}
.hero__inner .cta,
.hero__inner .form .forminator-response-message,
.form .hero__inner .forminator-response-message,
.hero__inner .form .forminator-error-message,
.form .hero__inner .forminator-error-message,
.hero__inner .forminator-custom-form .forminator-response-message,
.forminator-custom-form .hero__inner .forminator-response-message,
.hero__inner .forminator-custom-form .forminator-error-message,
.forminator-custom-form .hero__inner .forminator-error-message,
.hero__inner .form .forminator-response-message p,
.form .forminator-response-message .hero__inner p,
.hero__inner .form .forminator-error-message p,
.form .forminator-error-message .hero__inner p,
.hero__inner .forminator-custom-form .forminator-response-message p,
.forminator-custom-form .forminator-response-message .hero__inner p,
.hero__inner .forminator-custom-form .forminator-error-message p,
.forminator-custom-form .forminator-error-message .hero__inner p,
.hero__inner .quote__quote cite,
.quote__quote .hero__inner cite {
  margin-bottom: 20px;
}
.hero--embed .hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-bottom: 50px;
  }
  .hero__inner .caption + h1,
  .hero__inner .cta + h1,
  .hero__inner .form .forminator-response-message + h1,
  .form .hero__inner .forminator-response-message + h1,
  .hero__inner .form .forminator-error-message + h1,
  .form .hero__inner .forminator-error-message + h1,
  .hero__inner .forminator-custom-form .forminator-response-message + h1,
  .forminator-custom-form .hero__inner .forminator-response-message + h1,
  .hero__inner .forminator-custom-form .forminator-error-message + h1,
  .forminator-custom-form .hero__inner .forminator-error-message + h1,
  .hero__inner .form .forminator-response-message p + h1,
  .form .forminator-response-message .hero__inner p + h1,
  .hero__inner .form .forminator-error-message p + h1,
  .form .forminator-error-message .hero__inner p + h1,
  .hero__inner .forminator-custom-form .forminator-response-message p + h1,
  .forminator-custom-form .forminator-response-message .hero__inner p + h1,
  .hero__inner .forminator-custom-form .forminator-error-message p + h1,
  .forminator-custom-form .forminator-error-message .hero__inner p + h1,
  .hero__inner .quote__quote cite + h1,
  .quote__quote .hero__inner cite + h1 {
    font-size: 8rem;
  }
  .hero--tall .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: inherit;
  }
}
.hero__logo {
  width: 50%;
  max-width: 180px;
}
.hero__scroll {
  display: none;
}
@media (max-width: 768px) {
  .hero__logo {
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  .hero__scroll {
    display: block;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .hero__scroll:hover,
  .hero__scroll:focus {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@media (min-width: 768px) {
  .hero__btn {
    padding: 15px 35px;
    font-size: 1.4rem;
    border-radius: 2.5rem;
  }
}
@media (hover: hover) {
  .hero__btn:hover,
  .hero__btn:focus {
    background-color: transparent;
  }
}
.hero__nav {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .hero__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero__nav li:not(:last-child) {
  margin-right: 15px;
}
.hero__nav a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.389rem;
  position: relative;
  line-height: 1.3;
}
.hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-animation: 0.3s slideUp 1s ease-in-out forwards;
  animation: 0.3s slideUp 1s ease-in-out forwards;
}
iframe {
  display: block;
}
.xyz {
  display: none;
}
.nav__menu a:before {
  -webkit-transition: unset !important;
  transition: unset !important;
}
.back-to-home-second-level,
.back-to-home-third-level,
.back-to-home-fourth-level {
  position: relative;
}
.back-to-home-second-level:after,
.back-to-home-third-level:after,
.back-to-home-fourth-level:after {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/back-step.svg) !important;
  position: absolute;
  left: -32px;
  top: 5px;
  background-repeat: no-repeat;
  height: 14px !important;
  width: 8px;
  display: block;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .back-to-home-second-level:after,
  .back-to-home-third-level:after,
  .back-to-home-fourth-level:after {
    left: -28px;
  }
}
.property__logo img {
  max-width: 240px !important;
}
@media only screen and (max-width: 1023px) {
  .property__logo img {
    max-width: 217px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .remove-menu {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .remove-languagebar {
    display: none !important;
  }
}
.rtl .nav #thirdLevel {
  left: 100px;
  right: auto;
}
.rtl .nav #thirdLevel ul li.active a::after {
  right: -26px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .nav #thirdLevel ul li a:hover::after {
  right: -26px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100;
  background-color: rgba(128, 117, 102, 0.9);
  pointer-events: all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .nav {
    background: transparent;
  }
}
@media only screen and (max-width: 639px) {
  .nav {
    height: 100%;
  }
}
.nav .show-sub-menu > .sub-menu {
  opacity: 1;
}
.nav #thirdLevel {
  position: absolute;
  right: 100px;
  top: 245px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1023px) {
  .nav #thirdLevel {
    top: 142px;
    left: 55px;
    width: auto;
    max-width: 87%;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: unset;
    transition-delay: unset;
    opacity: 0;
  }
}
.nav #thirdLevel ul li {
  margin-bottom: 20px;
}
.nav #thirdLevel ul li a {
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .nav #thirdLevel ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}
.nav #thirdLevel ul li a:hover {
  color: #fff;
}
.nav #thirdLevel ul li a:hover::after {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/menu-title-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 7px;
}
.nav #thirdLevel ul li.active a {
  color: #fff;
}
.nav #thirdLevel ul li.active a::after {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/menu-title-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 7px;
}
.nav .wpml-ls-legacy-dropdown {
  display: none;
}
.nav.active .wpml-ls-legacy-dropdown {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  display: block;
}
.nav.active .nav__inner {
  width: 734px;
}
@media only screen and (max-width: 1260px) {
  .nav.active .nav__inner {
    width: 100%;
    max-width: 660px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav.active .nav__inner {
    width: 400px;
    max-width: 100%;
  }
}
.nav.active .nav__menu a {
  color: #977e62;
}
.nav.active .toggle-home > .sub-menu {
  display: inherit;
}
.nav.active .menu-item-has-children.show-sub-menu > .sub-menu {
  display: inherit;
}
.nav.active .toggle-home > a {
  color: #fff;
}
.nav.active .toggle-home > a:after {
  opacity: 1;
  right: -24px;
}
.nav.active
  .menu-main-menu-new-container
  .toggle-home
  > .sub-menu
  > li.current-menu-ancestor
  > a {
  color: #fff;
}
.nav.active
  .menu-main-menu-new-container
  .one-level
  ~ .sub-menu
  .current-menu-ancestor.menu-item-has-children
  > a {
  color: #fff;
}
.nav.active.Zero-level-nav .nav__menu .sub-menu a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .nav.active.Zero-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: -2px;
    width: 100%;
    opacity: 1;
  }
}
.nav.active.two-level-nav .nav__inner {
  width: 1000px;
}
@media only screen and (max-width: 1360px) {
  .nav.active.two-level-nav .nav__inner {
    width: 100%;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1260px) {
  .nav.active.two-level-nav .nav__inner {
    max-width: 860px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav.active.two-level-nav .nav__inner {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .nav.active.two-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: -348px;
    width: 100%;
    opacity: 1;
  }
}
.nav.active.two-level-nav .nav__menu .sub-menu a {
  color: rgba(255, 255, 255, 0.5);
}
.nav.active.two-level-nav .nav__menu .sub-menu a:hover {
  color: #fff;
}
.nav.active.two-level-nav .nav__menu .sub-menu .current-menu-item > a {
  color: #fff;
}
.nav.active.two-level-nav
  .nav__menu
  .sub-menu
  .menu-item-has-children
  > a::after {
  content: "";
  position: absolute;
  right: -144px;
  top: 6px;
  background: url(/images/menu-arrow-active.png);
  opacity: 0.5;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav.active.three-level-nav .nav__inner {
  width: 1300px;
}
@media only screen and (max-width: 1360px) {
  .nav.active.three-level-nav .nav__inner {
    width: 100%;
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1260px) {
  .nav.active.three-level-nav .nav__inner {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav.active.three-level-nav .nav__inner {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .nav.active.three-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: -698px;
    width: 100%;
    opacity: 1;
  }
}
.nav.one-level-nav .menu-item-has-children .current-menu-ancestor > .sub-menu {
  display: inherit;
}
.nav.two-level-nav .menu-item-has-children .current-menu-ancestor > .sub-menu {
  display: inherit;
}
.nav.active.two-level-nav .two-nav-level.sub-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .nav.two-level-nav
    .menu-item-has-children
    .current-menu-ancestor
    > .sub-menu {
    opacity: 1;
  }
}
@media screen and (max-width: 1260px) {
  .nav.three-level-nav .sub-menu {
    left: 220px;
    width: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav.three-level-nav .sub-menu {
    left: 348px;
    width: 100%;
  }
}
.nav.three-level-nav
  .sub-menu
  li.current-menu-ancestor
  > .one-level
  ~ .sub-menu,
.nav.three-level-nav
  .sub-menu
  li.current-menu-ancestor
  > .two-level
  ~ .sub-menu,
.nav.three-level-nav .sub-menu li.show-sub-menu > .one-level ~ .sub-menu,
.nav.three-level-nav .sub-menu li.show-sub-menu > .two-level ~ .sub-menu {
  display: inherit;
}
@media screen and (max-width: 1023px) {
  .nav.three-level-nav
    .sub-menu
    li.current-menu-ancestor
    > .one-level
    ~ .sub-menu,
  .nav.three-level-nav
    .sub-menu
    li.current-menu-ancestor
    > .two-level
    ~ .sub-menu,
  .nav.three-level-nav .sub-menu li.show-sub-menu > .one-level ~ .sub-menu,
  .nav.three-level-nav .sub-menu li.show-sub-menu > .two-level ~ .sub-menu {
    opacity: 1;
  }
}
.nav .menu-item-object-page a:after {
  display: none;
}
.nav .menu-main-menu-new-container,
.nav .menu-main-menu-new-spanish-container,
.nav .menu-main-menu-new-portuguese-container,
.nav .menu-main-menu-new-arabic-container {
  margin-right: 100px;
}
@media only screen and (max-width: 1360px) {
  .nav .menu-main-menu-new-container,
  .nav .menu-main-menu-new-spanish-container,
  .nav .menu-main-menu-new-portuguese-container,
  .nav .menu-main-menu-new-arabic-container {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav .menu-main-menu-new-container,
  .nav .menu-main-menu-new-spanish-container,
  .nav .menu-main-menu-new-portuguese-container,
  .nav .menu-main-menu-new-arabic-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .nav.active .nav__menu > li > a {
    display: none;
  }
}
.nav.active .menu-main-menu-new-container > .sub-menu,
.nav.active .menu-main-menu-new-spanish-container > .sub-menu,
.nav.active .menu-main-menu-new-portuguese-container > .sub-menu,
.nav.active .menu-main-menu-new-arabic-container > .sub-menu {
  padding-top: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .nav.active .menu-main-menu-new-container > .sub-menu,
  .nav.active .menu-main-menu-new-spanish-container > .sub-menu,
  .nav.active .menu-main-menu-new-portuguese-container > .sub-menu,
  .nav.active .menu-main-menu-new-arabic-container > .sub-menu {
    top: 41px;
    left: -4px;
    width: 100%;
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
    opacity: 1;
  }
}
.nav.active .menu-main-menu-new-container > .sub-menu > a,
.nav.active .menu-main-menu-new-spanish-container > .sub-menu > a,
.nav.active .menu-main-menu-new-portuguese-container > .sub-menu > a,
.nav.active .menu-main-menu-new-arabic-container > .sub-menu > a {
  color: #fff;
}
.nav.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
@media only screen and (min-width: 320px) {
  .nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
  }
  .nav.is-opened {
    opacity: 1;
    visibility: visible;
  }
}
.nav__inner {
  padding: 75px 25px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 320px) {
  .nav__inner {
    position: relative;
    padding: 0;
    width: 494px;
    height: 100%;
    max-height: 100%;
    background-color: rgba(151,126,98, 0.9);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
    transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
    padding-left: 100px;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
  }
  .is-opened .nav__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .nav__inner {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1361px) {
  .nav__inner {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav__inner {
    width: 400px;
    background-color: rgba(128, 117, 102, 0.9);
    position: relative;
    padding: 0 25px;
    max-width: 100%;
  }
}
.nav__back {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 100;
  width: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
.nav__back.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .nav__back {
    top: 35px;
    left: 50px;
  }
}
.nav__back img,
.nav__back svg {
  width: 100%;
}
.nav__close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .nav__close {
    top: 45px;
    right: 25px;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .nav__close {
    top: 55px;
    right: 100px;
  }
}
.nav__close img,
.nav__close svg {
  width: 100%;
}
.nav .back-menu-first-level {
  display: none !important;
}
.nav .back-menu-area {
  display: inherit !important;
  left: 0 !important;
  top: 32px !important;
  padding: 0 !important;
}
.nav .open-menu-res {
  display: block !important;
}
.nav .open-menu-res.remove-menu-res {
  display: none !important;
}
.nav .open-menu-res:after {
  right: -200px;
}
.nav__menu-wrap {
  min-height: 100%;
}
@media only screen and (max-width: 1279px) {
  .nav__menu-wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap {
    padding-top: 36px;
  }
}
@media (min-width: 1280px) {
  .nav__menu-wrap {
    padding-top: 40px;
  }
}
.nav__menu-wrap .back-to-home-second-level,
.nav__menu-wrap .back-to-home-third-level,
.nav__menu-wrap .back-to-home-fourth-level {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .back-to-home-second-level a,
  .nav__menu-wrap .back-to-home-third-level a,
  .nav__menu-wrap .back-to-home-fourth-level a {
    color: #ffffff !important;
    letter-spacing: 0.2px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .back-to-home-second-level,
  .nav__menu-wrap .back-to-home-third-level,
  .nav__menu-wrap .back-to-home-fourth-level {
    display: block;
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Arboria";
  }
}
.nav__menu-wrap .back-to-home-second-level a,
.nav__menu-wrap .back-to-home-third-level a,
.nav__menu-wrap .back-to-home-fourth-level a {
  margin-bottom: 8px;
  font-size: 14px !important;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Arboria";
  text-transform: none;
  position: relative;
}
.nav__menu-wrap .back-to-home-second-level a:after,
.nav__menu-wrap .back-to-home-third-level a:after,
.nav__menu-wrap .back-to-home-fourth-level a:after {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/back-step.svg) !important;
  position: absolute;
  left: -32px;
  top: 5px;
  background-repeat: no-repeat;
  height: 14px !important;
}
.nav__menu-wrap .back-to-home-second-level a:before,
.nav__menu-wrap .back-to-home-third-level a:before,
.nav__menu-wrap .back-to-home-fourth-level a:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .back-to-home-second-level img,
  .nav__menu-wrap .back-to-home-third-level img,
  .nav__menu-wrap .back-to-home-fourth-level img {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
  }
}
.nav__menu-wrap .wpml-ls-legacy-dropdown {
  position: absolute;
  right: 175px;
  top: 68px;
  width: 136px;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .wpml-ls-legacy-dropdown {
    left: auto;
    right: 25px;
    top: 122px;
    width: 82px;
    z-index: 1;
  }
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li {
  padding-bottom: 5px;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle {
  position: relative;
  font-family: "Arboria";
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle {
    font-size: 14px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle:after {
  width: 13px;
  height: 8px;
  border: 0;
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/language-nav.svg);
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle:after {
    top: 12px;
  }
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li ul li {
  padding: 0;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li ul li a {
  border: 0;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li .wpml-ls-sub-menu {
  border: 0;
  background: transparent;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li .wpml-ls-sub-menu li a {
  color: #fff;
  -webkit-transition: unset;
  transition: unset;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li .wpml-ls-sub-menu li:hover a {
  color: #fff;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown li:hover a {
  background: transparent;
  color: #fff;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown a {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .nav__menu-wrap .wpml-ls-legacy-dropdown a {
    height: 28px;
    line-height: 9px;
  }
}
.nav__menu-wrap .wpml-ls-legacy-dropdown a span {
  margin: 0;
}
.nav__menu-wrap .wpml-ls-legacy-dropdown a img {
  display: none;
}
.nav__logo {
  margin-bottom: 40px;
  width: 70%;
  max-width: 100px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.nav__logo img {
  max-width: 70px;
}
@media only screen and (max-width: 1023px) {
  .nav__logo img {
    max-width: 50px;
  }
}
.is-opened .nav__logo {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .nav__logo {
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .nav__logo {
    margin-bottom: 40px;
  }
}
.nav__menu {
  padding-top: 0;
  max-width: 295px;
  border-top: 0;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .nav__menu {
    max-width: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav__menu {
    width: 100%;
    max-width: 100%;
  }
}
.nav__menu--soon {
  display: none;
}
.is-property .nav__menu--main {
  display: none;
}
@media (min-width: 1280px) {
  .nav__menu {
  }
}
.nav__menu > li {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  position: static;
}
.nav__menu > li.menu-item-has-children a {
  cursor: pointer;
}
.nav__menu > li.menu-item-has-children a:after {
  content: "";
  position: absolute;
  right: -144px;
  top: 6px;
  background: url(../images/menu-arrow-active.svg);
  opacity: 0.5;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1023px) {
  .nav__menu > li.menu-item-has-children a:after {
    right: -200px;
    top: 3px;
  }
}
@media only screen and (max-width: 400px) {
  .nav__menu > li.menu-item-has-children a:after {
    right: -180px;
  }
}
.nav__menu > li.menu-item-has-children .sub-menu a:after {
  display: none;
}
.nav__menu li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}
@media only screen and (max-width: 1023px) {
  .nav__menu li {
    margin-left: 32px;
  }
}
.nav__menu li:not(.is-secondary) + .is-secondary {
  margin-top: 40px;
}
.nav__menu li.current-menu-item > a::before,
.nav__menu li.current-menu-ancestor > a::before,
.nav__menu li.show-sub-menu > a::before {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/menu-title-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 7px;
  display: block;
}
.nav__menu li.show-sub-menu > a {
  color: #ffffff !important;
}
.nav__menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .nav__menu a {
    font-size: 16px;
    line-height: 20px;
  }
}
.nav__menu a:focus:before {
  display: none;
}
.nav__menu a:hover,
.nav__menu a:focus {
  color: #fff;
}
.nav__menu a:hover::before,
.nav__menu a:focus::before {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/menu-title-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 7px;
}
.nav .wpml-ls-legacy-list-horizontal a {
  color: #fff;
}
.nav .sub-menu {
  padding-top: 0;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 300px;
  top: 0;
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 250px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 1360px) {
  .nav .sub-menu {
    left: 280px;
  }
}
@media only screen and (max-width: 1260px) {
  .nav .sub-menu {
    left: 260px;
    width: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav .sub-menu {
    opacity: 0;
    -webkit-transition: unset;
    transition: unset;
    width: 100%;
    left: 346px;
    padding-left: 0;
  }
}
.nav .sub-menu .menu-item-description {
  font-size: 14px;
  font-family: "Arboria book";
}
.nav .sub-menu .menu-header ~ .menu-header {
  margin-top: 28px;
}
.nav .sub-menu .menu-header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.nav .sub-menu .menu-header a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.nav .sub-menu .menu-header a:hover::before,
.nav .sub-menu .menu-header a:focus::before {
  display: none;
}
.nav .sub-menu .menu-header a:after {
  display: none;
}
.nav .sub-menu a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Arboria book";
}
@media only screen and (max-width: 639px) {
  .nav .sub-menu a {
    font-size: 14px;
  }
}
.nav .sub-menu a:hover {
  color: #fff;
}
.nav .sub-menu .current-menu-item > a {
  color: #fff;
}
@media (min-width: 1280px) and (min-height: 900px) {
  .nav a {
    font-size: 2rem;
  }
  .nav .sub-menu a {
    font-size: 1.6rem;
  }
}
.hamburger__copy {
  display: none;
}
.es .nav .sub-menu {
  width: 150px;
}
.wpml-ls-item-ar > a {
  text-align: right !important;
}
.wpml-ls-item-en > a {
  text-align: left !important;
}
.rtl .hamburger__copy {
  right: calc(100% + 5px);
}
.rtl .menu-main-menu-new-container,
.rtl .menu-main-menu-new-spanish-container,
.rtl .menu-main-menu-new-portuguese-container,
.rtl .menu-main-menu-new-arabic-container {
  margin-left: 100px;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .rtl .menu-main-menu-new-container,
  .rtl .menu-main-menu-new-spanish-container,
  .rtl .menu-main-menu-new-portuguese-container,
  .rtl .menu-main-menu-new-arabic-container {
    margin-left: 0;
  }
}
.rtl .is-opened .nav__inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  padding-right: 100px;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .rtl .is-opened .nav__inner {
    padding: 0 25px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 400px) {
  .rtl .is-opened .nav__inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .rtl .nav.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1023px) {
  .rtl .nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.rtl .nav__inner {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.rtl .nav__close {
  left: 100px;
  right: auto;
}
@media only screen and (max-width: 1023px) {
  .rtl .nav__close {
    left: 25px;
  }
}
.rtl .nav__menu-wrap .wpml-ls-legacy-dropdown {
  left: 175px;
  right: auto;
}
@media screen and (max-width: 1023px) {
  .rtl .nav__menu-wrap .wpml-ls-legacy-dropdown {
    left: auto;
    right: 25px;
  }
}
.rtl .nav__menu-wrap .back-to-home-second-level,
.rtl .nav__menu-wrap .back-to-home-third-level,
.rtl .nav__menu-wrap .back-to-home-fourth-level {
  margin-right: auto;
  margin-left: 32px;
}
@media only screen and (max-width: 1023px) {
  .rtl .nav__menu li {
    margin-right: 32px;
    margin-left: 0;
  }
}
.rtl .nav__menu li.current-menu-item > a::before,
.rtl .nav__menu li.current-menu-ancestor > a::before {
  content: "";
  background: url(../../../../../../../themes/habitas-theme/img/menu-title-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  right: -26px;
  top: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .rtl .nav__menu li.current-menu-ancestor > a::before {
    top: 10px;
  }
}
.rtl .nav__menu > li.menu-item-has-children a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 196px;
}
@media only screen and (max-width: 1023px) {
  .rtl .nav__menu > li.menu-item-has-children a:after {
    top: 2px;
  }
}
.rtl .nav__menu a::before {
  right: -26px;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .nav .sub-menu {
  padding-right: 23px;
  padding-left: 0;
  right: 300px;
  left: auto;
}
@media only screen and (max-width: 1360px) {
  .rtl .nav .sub-menu {
    right: 280px;
    left: auto;
  }
}
@media only screen and (max-width: 1260px) {
  .rtl .nav .sub-menu {
    right: 220px;
    left: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .rtl .nav .sub-menu {
    right: 355px;
    left: auto;
    width: 100%;
  }
}
.rtl .nav .menu-main-menu-new-arabic-container {
  margin-left: 100px;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .rtl .nav .menu-main-menu-new-arabic-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .rtl .nav.active .menu-main-menu-new-arabic-container .sub-menu {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
  }
}
.rtl .nav.active .menu-main-menu-new-arabic-container .sub-menu a {
  color: #fff;
  text-align: right;
}
.rtl .nav.active .menu-item-has-children > a:after {
  right: 146px;
}
@media screen and (max-width: 1023px) {
  .rtl .nav.active.Zero-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: auto;
    right: -2px;
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .rtl .nav.active.two-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: auto;
    right: -355px;
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .rtl .nav.active.three-level-nav .nav__menu > .toggle-home > .sub-menu {
    left: auto;
    right: -698px;
    width: 100%;
    opacity: 1;
  }
}
.rtl
  .nav.two-level-nav
  .menu-item-has-children
  .current-menu-ancestor
  > .sub-menu {
  display: inherit;
}
@media screen and (max-width: 1023px) {
  .rtl
    .nav.two-level-nav
    .menu-item-has-children
    .current-menu-ancestor
    > .sub-menu {
    opacity: 1;
  }
}
@media screen and (max-width: 1260px) {
  .rtl .nav.three-level-nav .sub-menu {
    right: 220px;
    left: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .rtl .nav.three-level-nav .sub-menu {
    right: 345px;
    left: 0;
  }
}
.rtl .nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .nav__menu-wrap .wpml-ls-legacy-dropdown li a.wpml-ls-item-toggle::after {
  left: 0;
  right: auto;
}
.rtl
  .nav__menu-wrap
  .wpml-ls-legacy-dropdown
  li
  a.wpml-ls-item-toggle
  .wpml-ls-flag
  + span {
  margin-right: 0;
  margin-left: 0.4em;
}
.programming > a {
  position: relative !important;
  right: auto;
  top: 1px;
  background-position: top 2px right 0;
  display: block;
  background-image: url(/images/menu-arrow-active.png);
  width: 170px !important;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
}
.img-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .img-text {
    margin-bottom: 100px;
  }
}
.img-text__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
@media (min-width: 768px) {
  .img-text__inner {
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-text--reverse .img-text__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.img-text__copy {
  padding: 80px 0;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.013rem;
}
.img-text__copy h3 {
  margin-left: auto;
  margin-right: auto;
  color: #977e62;
  max-width: 300px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.17rem;
  text-transform: uppercase;
}
.img-text__copy p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 300px;
}
.img-text__copy p:first-of-type::before {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  width: 84px;
  display: block;
  height: 1px;
  background-color: #977e62;
  content: "";
}
.img-text__copy .cta {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .img-text__copy {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(50% - 50px);
  }
  .img-text__copy p:first-of-type::before {
    margin-bottom: 50px;
    width: 115px;
  }
  .img-text__copy .cta {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .img-text--copy-wide .img-text__copy h3,
  .img-text--copy-wide .img-text__copy p {
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .img-text__copy {
    width: calc(50% - 100px);
  }
}
.img-text__subtitle {
  margin-top: 30px;
  display: inline-block;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
}
.img-text__img-wrap {
  position: relative;
  margin-left: -25px;
  display: block;
  width: calc(100% + 50px);
  pointer-events: none;
}
@media (hover: hover) {
  .img-text__img-wrap:hover,
  .img-text__img-wrap:focus {
    -webkit-box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.5);
  }
}
.is-observer .img-text__img-wrap.reveal-slide {
  -webkit-transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.405, 0.005, 0, 1),
    -webkit-box-shadow 1s cubic-bezier(0.405, 0.005, 0, 1);
}
.img-text:not(.img-text--audio):not(.img-text--embed)
  .img-text__img-wrap::before {
  padding-top: 110%;
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .img-text:not(.img-text--audio):not(.img-text--embed)
    .img-text__img-wrap::before {
    padding-top: 135%;
  }
}
.img-text:not(.img-text--audio):not(.img-text--embed) .img-text__img-wrap img,
.img-text:not(.img-text--audio):not(.img-text--embed)
  .img-text__img-wrap
  video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-text--audio .img-text__img-wrap {
  pointer-events: all;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.img-text--btn .img-text__img-wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  opacity: 0.8;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
}
@media (min-width: 768px) {
  .img-text--btn .img-text__img-wrap {
    opacity: 0;
  }
}
.img-text--btn .img-text__img-wrap:hover::after,
.img-text--btn .img-text__img-wrap:focus::after {
  opacity: 1;
}
.img-text--btn.is-hover .img-text__img-wrap::after {
  opacity: 1;
}
.is-touch .img-text__img-wrap::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .img-text__img-wrap {
    width: 50%;
	  position: center;
	  display: block;
  margin-left: auto;
  margin-right: auto;
  }
}
.img-text__img-wrap img,
.img-text__img-wrap video {
  width: 100%;
}
.img-text a.img-text__img-wrap {
  pointer-events: all;
}
.img-text__cat {
  position: absolute;
  top: 35px;
  right: 35px;
  padding-top: 5px;
  width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fefefe;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.48rem;
  background-color: #977e62;
  border: 0.1rem solid #a3a3a3;
}
.img-text--reverse .img-text__cat {
  right: auto;
  left: 35px;
}
.img-text__btn {
  position: absolute;
  left: 50%;
  bottom: 110px;
  z-index: 2;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
}
@media (hover: hover) {
  .img-text__btn {
    opacity: 0;
    visibility: hidden;
  }
}
.img-text__img-wrap:hover .img-text__btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.img-text__img-wrap:focus .img-text__btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.img-text.is-hover .img-text__btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.img-text__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img-text__audio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  overflow: hidden;
}
.img-text__audio::before {
  padding-top: 130%;
  display: block;
  content: "";
}
.img-text__audio::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
}
.img-text__audio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
@media (hover: hover) {
  .img-text__audio:hover img,
  .img-text__audio:focus img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.img-text__progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.img-text__progress {
  width: 0;
  height: 8px;
  display: block;
  background-color: #fff;
}
.img-text__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.4rem solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.img-text__play::before {
  position: absolute;
  top: 50%;
  left: 53%;
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.is-playing .img-text__play::before,
.is-playing .img-text__play::after {
  position: static;
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
  height: 30px;
  background-color: #fff;
  border: none;
  -webkit-transform: none;
  transform: none;
  content: "";
}
@media (hover: hover) {
  .img-text__play:hover,
  .img-text__play:focus {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
  }
}
@media (min-width: 768px) {
  .img-text__play {
    width: 130px;
    height: 130px;
  }
  .img-text__play::before {
    border-left: 44px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .is-playing .img-text__play::before,
  .is-playing .img-text__play::after {
    position: static;
    margin-left: 5px;
    margin-right: 5px;
    width: 8px;
    height: 39px;
    background-color: #fff;
    border: none;
    -webkit-transform: none;
    transform: none;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .home .img-text.img-text--reverse,
  .home .img-text + .img-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .img-text.img-text--embed {
    margin-bottom: 0;
  }
}
.rtl .img-text__img-wrap {
  margin-right: -25px;
}
.quote {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .quote {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .multiple + .quote {
    margin-top: -40px;
  }
}
.quote__inner {
  margin-left: -25px;
  width: calc(100% + 50px);
  padding-left: 40px;
}
@media (min-width: 768px) {
  .quote__inner {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
}
@media (min-width: 1024px) {
  .quote__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quote--reverse .quote__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.quote__media {
  position: relative;
}
.quote__media::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.58);
  content: "";
}
.quote__media::before {
  padding-top: 160%;
  display: block;
  content: "";
}
.quote__media video,
.quote__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quote--embed .quote__media::before {
  display: none;
}
@media (min-width: 768px) {
  .quote__media::before {
    padding-top: 90%;
  }
}
@media (min-width: 1024px) {
  .quote__media {
    position: relative;
    margin-left: 0;
    width: 50%;
    -webkit-box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 11.8rem 0.8rem rgba(0, 0, 0, 0.18);
  }
  .quote__media::after {
    display: none;
  }
  .quote__media::before {
    padding-top: 120%;
  }
  .quote--square .quote__media::before {
    padding-top: 100%;
  }
}
.quote__quote {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.quote__quote::before,
.quote__quote::after {
  font-size: 8.6rem;
  line-height: 0.3;
  font-weight: 400;
  letter-spacing: -0.48rem;
}
.quote__quote::before {
  margin-bottom: 30px;
  content: "â€œ";
}
.quote__quote::after {
  margin-top: 75px;
  content: "â€";
}
.quote__quote blockquote {
  max-width: 350px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.36rem;
}
.quote__quote cite {
  margin-top: 60px;
  font-style: normal;
  display: inline-block;
  font-family: "Arboria Book";
}
@media (min-width: 1024px) {
  .quote__quote {
    position: static;
    padding-top: 60px;
    color: #977e62;
    width: calc(50% - 50px);
    font-family: "Canela";
  }
  .quote__quote cite {
    color: inherit;
  }
}
@media (min-width: 1280px) {
  .quote__quote::before {
    margin-bottom: 60px;
  }
  .quote__quote::after {
    margin-top: 100px;
  }
  .quote__quote blockquote {
    font-size: 5.2rem;
  }
}
.stories {
  padding-top: 100px;
  padding-bottom: 90px;
  border-top: 1px solid #b4b4b4;
}
@media (min-width: 768px) {
  .stories {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .stories {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .stories.container {
    border-top: 0;
  }
}
.stories__inner {
  position: relative;
  padding-top: 180px;
}
@media (min-width: 768px) {
  .stories__inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.stories__heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.4rem;
}
.stories__heading h2 {
  margin-bottom: 30px;
  color: #977e62;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .stories__heading {
    position: static;
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .stories__column {
    padding-top: 50px;
    width: calc(45% - 60px);
  }
}
.stories__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .stories__btn {
    margin-top: 145px;
  }
}
@media screen and (max-width: 767px) {
  .stories__btn .btn,
  .stories__btn .form .forminator-button-submit,
  .form .stories__btn .forminator-button-submit,
  .stories__btn .forminator-custom-form .forminator-button-submit,
  .forminator-custom-form .stories__btn .forminator-button-submit {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.experience {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .experience {
    margin-bottom: 110px;
    overflow: hidden;
  }
  .experience--gradient {
    margin-bottom: 0;
    padding-bottom: 110px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 249, 242, 0)),
      to(#fff9f2)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(255, 249, 242, 0),
      #fff9f2
    );
  }
}
.experience__wrap {
  position: relative;
  overflow: hidden;
}
.experience__border {
  display: none;
}
@media (min-width: 768px) {
  .experience__border {
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #fff;
  }
  .experience__border--left {
    top: 0;
    bottom: 0;
    width: 5vw;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .experience__border--right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 5vw;
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .experience__border--top {
    top: 0;
    left: 0;
    right: 0;
    height: 5vh;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .experience__border--bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 5vh;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
.experience__inner {
  position: relative;
}
.experience__controls {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.experience__controls h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.315rem;
}
@media (max-width: 767px) {
  .experience__controls {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .experience__controls {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .experience__controls h2 {
    font-size: 7.2rem;
    letter-spacing: 0.75rem;
  }
}
.experience__nav {
  margin-top: 50px;
  display: none;
}
.experience__nav li:not(:last-child) {
  margin-right: 25px;
}
.experience__nav a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.484rem;
}
.experience__nav a::before {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-image: url(../../../../../../../themes/habitas-theme/img/white-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
}
@media (hover: hover) {
  .experience__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .experience__nav li.is-active a::before {
    opacity: 1;
  }
}
.experience__carousel {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .experience__carousel {
    padding-bottom: 32px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .experience__carousel {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .experience__carousel {
    padding-bottom: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .experience__carousel {
    padding-bottom: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .experience__carousel {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.experience__carousel .swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .experience__carousel {
    padding-bottom: 0;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .experience__carousel {
    padding-bottom: 32px;
  }
}
@media (hover: hover) {
  .experience__carousel .swiper-pagination {
    display: none;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .experience__carousel .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.experience__carousel .swiper-pagination-bullet {
  border-radius: 50%;
}
.experience__carousel
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: none;
}
.experience__item {
  position: relative;
}
.experience__item::before,
.experience__item::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  content: "";
}
.experience__item::before {
  top: 0;
}
.experience__item::after {
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.experience__item.swiper-slide-active::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .experience__item::after {
    display: none;
  }
  .experience__item::before {
    height: 100%;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.experience__img-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 12px);
}
@media (hover: hover) {
  .experience__img-wrap {
    height: 100vh;
  }
}
.experience__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.experience__cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media (hover: hover) {
  .experience__cover-link {
    display: none;
  }
}
.experience__caption {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.484rem;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.swiper-slide-active .experience__caption {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (hover: hover) {
  .experience__caption {
    display: none;
  }
}
.experience__btn {
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  display: none;
}
@media (hover: hover) {
  .experience__btn {
    display: block;
  }
}
.experience__btn .cta {
  font-size: 1.7rem;
  color: #fff;
}
.home .experience__nav {
  position: relative;
}
.home .experience__nav li a {
  cursor: default;
}
.home .experience__nav li a:before {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  background-image: none;
  background-color: #fff;
}
.home .experience__nav li:hover a:before {
  left: 0;
  right: auto;
  width: 100%;
  opacity: 1;
}
.home .experience__nav li:hover .hb_exp_tooltip {
  display: block;
}
.home .experience__nav li .hb_exp_tooltip {
  position: absolute;
  display: none;
  width: 500px;
  max-width: 100%;
  padding-top: 20px;
  top: 50px;
  word-break: break-word;
  letter-spacing: 0.2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 25px;
  text-align: center;
}
.home .experience .hb_exp_tooltip_mobile {
  font-size: 18px;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 20px;
  text-align: center;
  color: #fff;
  word-break: break-word;
  letter-spacing: 0.2px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-width: 600px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .experience .hb_exp_tooltip_mobile {
    display: block;
  }
}
.home .experience .swiper-slide-active .hb_exp_tooltip_mobile {
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .home .experience .swiper-slide-active .hb_exp_tooltip_mobile {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home .experience .swiper-slide-active .hb_exp_tooltip_mobile {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .experience .experience__caption {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .home .experience .experience__caption {
    bottom: 115px;
  }
}
@media only screen and (max-width: 430px) {
  .home .experience .experience__caption {
    bottom: 130px;
  }
  .home .experience .experience__caption.has_hyperLink {
    bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pin-spacer .experience {
    max-height: initial !important;
    height: auto !important;
  }
}
@media only screen and (max-device-width: 1024px) {
  .pin-spacer .experience .experience__wrap {
    overflow-y: visible;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .pin-spacer .experience .experience__wrap .experience__item {
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pin-spacer .experience .experience__wrap .experience__item {
    overflow: hidden;
  }
}
.carousel {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .carousel {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .carousel {
    padding-top: 100px;
  }
}
.carousel--map {
  padding-top: 50vw;
}
@media (min-width: 768px) {
  .carousel--map {
    padding-top: 28vw;
  }
}
.carousel__maps {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .carousel__maps {
    top: -15vw;
  }
}
.carousel__map-slide {
  position: relative;
  width: 90%;
  background-color: #fff;
}
.carousel__map-slide img {
  width: 100%;
}
.carousel__marker {
  position: absolute;
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #977e62;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.carousel__marker::before {
  width: 36px;
  height: 46px;
  background-image: url(../../../../../../../themes/habitas-theme/img/icon-marker.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  content: "";
}
.carousel__marker span {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.carousel__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: -0.011rem;
}
.carousel__copy p {
  max-width: 500px;
}
.carousel__copy .btn,
.carousel__copy .form .forminator-button-submit,
.form .carousel__copy .forminator-button-submit,
.carousel__copy .forminator-custom-form .forminator-button-submit,
.forminator-custom-form .carousel__copy .forminator-button-submit {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .carousel__copy .btn,
  .carousel__copy .form .forminator-button-submit,
  .form .carousel__copy .forminator-button-submit,
  .carousel__copy .forminator-custom-form .forminator-button-submit,
  .forminator-custom-form .carousel__copy .forminator-button-submit {
    margin-top: 40px;
  }
}
.carousel__carousel {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
  padding-bottom: 50px;
}
.carousel__item {
  position: relative;
  width: 90%;
}
.carousel__item::before {
  padding-top: 145%;
  display: block;
  content: "";
}
.carousel__item--embed::before {
  display: none;
}
.carousel__item--cta {
  margin-bottom: 100px;
}
.carousel__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  content: "";
}
.carousel__item img,
.carousel__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .carousel__item::before {
    padding-top: 60%;
  }
}
@media (min-width: 1280px) {
  .carousel__item::after {
    height: 33%;
  }
}
.carousel__cta {
  position: absolute;
  top: calc(100% + 100px - 58px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.carousel__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
.carousel__caption {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  color: #fefefe;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .carousel__caption {
    font-size: 1.5rem;
    width: calc(100% - 35px);
  }
}
.swiper-slide-active .carousel__caption {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .carousel__caption {
    bottom: 50px;
  }
}
.home .carousel__carousel .carousel__item .embed-container {
  padding-bottom: 60%;
}
@media screen and (max-width: 767px) {
  .home .carousel__carousel .carousel__item .embed-container {
    padding-bottom: 145%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home .carousel__carousel .carousel__item .embed-container {
    padding-bottom: 145%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home .carousel__carousel .carousel__item .embed-container {
    padding-bottom: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .carousel__carousel .carousel__item .embed-container {
    padding-bottom: 60%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home .carousel__carousel .carousel__item .embed-container {
    padding-bottom: 145%;
  }
}
.home .carousel__carousel .carousel__item .embed-container iframe {
  left: 50%;
  width: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .home .carousel__carousel .carousel__item .embed-container iframe {
    width: 270%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home .carousel__carousel .carousel__item .embed-container iframe {
    width: 270%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home .carousel__carousel .carousel__item .embed-container iframe {
    width: 120%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .carousel__carousel .carousel__item .embed-container iframe {
    width: 120%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home .carousel__carousel .carousel__item .embed-container iframe {
    width: 270%;
  }
}
.copy-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
}
@media (max-width: 767px) {
  .copy-block {
    margin-bottom: 50px;
  }
  .img-text + .copy-block {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .copy-block.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.copy-block p:not(:last-child),
.copy-block h1:not(:last-child),
.copy-block h2:not(:last-child),
.copy-block h3:not(:last-child),
.copy-block h4:not(:last-child),
.copy-block h5:not(:last-child),
.copy-block h6:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .copy-block p:not(:last-child),
  .copy-block h1:not(:last-child),
  .copy-block h2:not(:last-child),
  .copy-block h3:not(:last-child),
  .copy-block h4:not(:last-child),
  .copy-block h5:not(:last-child),
  .copy-block h6:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .manifesto .copy-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .accordion {
    margin-bottom: 50px;
  }
  .img-text + .accordion {
    margin-top: 50px;
  }
}
.accordion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .accordion__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion--reverse .accordion__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.accordion__copy {
  font-size: 1.6rem;
  text-align: center;
}
.accordion__copy h3 {
  margin-bottom: 40px;
  color: #977e62;
  font-size: 1.8rem;
  letter-spacing: 0.692rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .accordion__copy {
    width: calc(50% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion__copy p {
    max-width: 335px;
  }
}
.accordion__controls {
  margin: auto;
  margin-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 380px;
}
.accordion__item:not(:last-child) {
  margin-bottom: -1;
}
.accordion__btn {
  position: relative;
  padding: 15px 30px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Arboria Book";
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.36rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.accordion__btn::before,
.accordion__btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.accordion__btn::before {
  width: 21px;
  height: 3px;
  border-radius: 0.1rem;
  background-color: #977e62;
}
.accordion__btn::after {
  border-left: 7px solid #977e62;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transform: translate(4px, -50%) scaleY(0);
  transform: translate(4px, -50%) scaleY(0);
}
@media screen and (max-width: 767px) {
  .accordion__btn::after {
    border-left-color: currentColor;
    -webkit-transform: translate(4px, -50%) scaleY(1);
    transform: translate(4px, -50%) scaleY(1);
  }
}
.is-active .accordion__btn {
  color: #fff;
  background-color: #977e62;
}
.is-active .accordion__btn::before {
  background-color: currentColor;
}
.is-active .accordion__btn::after {
  border-left-color: currentColor;
  -webkit-transform: translate(4px, -50%) scaleY(1);
  transform: translate(4px, -50%) scaleY(1);
}
@media (hover: hover) {
  .accordion__btn:hover,
  .accordion__btn:focus {
    color: #fff;
    background-color: #977e62;
  }
  .accordion__btn:hover::before,
  .accordion__btn:focus::before {
    background-color: currentColor;
  }
  .accordion__btn:hover::after,
  .accordion__btn:focus::after {
    border-left-color: currentColor;
    -webkit-transform: translate(4px, -50%) scaleY(1);
    transform: translate(4px, -50%) scaleY(1);
  }
}
@media (min-width: 768px) {
  .accordion__btn {
    padding: 23px 60px 23px 30px;
  }
}
@media (hover: hover) {
  .accordion a.accordion__btn:hover::after,
  .accordion a.accordion__btn:focus::after {
    border-left-color: currentColor;
    -webkit-transform: translate(4px, -50%) scaleY(1);
    transform: translate(4px, -50%) scaleY(1);
  }
}
.accordion button.accordion__btn::after {
  display: none;
}
.accordion .is-opened button.accordion__btn::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__content {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 30px;
  display: none;
  text-align: left;
  padding-right: 30px;
}
.accordion__content p:not(:last-child) {
  margin-bottom: 25px;
}
.accordion__content ul {
  list-style-type: none;
  list-style-position: inside;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
}
.accordion__content li {
  position: relative;
  padding-left: 15px;
}
.accordion__content li:not(:last-child) {
  margin-bottom: 5px;
}
.accordion__content li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #977e62;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.accordion__content .cta {
  margin-top: 50px;
}
.accordion__carousel {
  margin-bottom: 40px;
  margin-left: -25px;
  width: calc(100% + 50px);
}
@media (min-width: 768px) {
  .accordion__carousel {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
}
.accordion__slide {
  position: relative;
  overflow: hidden;
}
.accordion__slide::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.accordion__slide img,
.accordion__slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .accordion__slide::before {
    padding-top: 125%;
  }
}
@media (max-width: 767px) {
  .double {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .double__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .multiple {
    margin-bottom: 10px;
  }
}
.double + .multiple {
  margin-top: -40px;
}
.multiple__inner {
  position: relative;
}
@media (min-width: 768px) {
  .multiple__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .multiple--triple .multiple__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .multiple--triple.multiple--reverse .multiple__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .simple-quote {
    margin-bottom: 100px;
  }
}
.simple-quote__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.simple-quote__inner blockquote {
  color: #977e62;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.36rem;
}
.simple-quote__inner cite {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Arboria Book";
  letter-spacing: 0.48rem;
  font-style: normal;
}
@media (min-width: 768px) {
  .simple-quote__inner blockquote {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  .intro-copy {
    margin-bottom: 50px;
  }
}
.intro-copy__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.009rem;
}
.intro-copy__inner h2 {
  color: #977e62;
  line-height: 1.1;
}
.intro-copy--left .intro-copy__inner {
  text-align: left;
}
.booking {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(128, 117, 102, 0.9);
  pointer-events: all;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.booking.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  z-index: 99999;
}
@media (min-width: 1024px) {
  .booking {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
  }
  .booking.is-opened {
    opacity: 1;
    visibility: visible;
  }
}
.booking__inner {
  padding: 150px 25px;
  height: 100vh;
  max-height: 100vh;
  text-align: center;
  color: #fff;
  overflow-y: auto;
}
.booking__inner span {
  margin-bottom: 30px;
  display: block;
  font-weight: 100;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  color: #fafafa;
  content: "Opening soon";
}
.booking__inner li:not(:last-child) {
  margin-bottom: 20px;
}
.booking__inner a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.491rem;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .booking__inner {
    position: relative;
    padding: 0;
    padding-top: 25vh;
    margin-left: auto;
    width: 50%;
    height: 100%;
    max-height: 100%;
    background-color: rgba(128, 117, 102, 0.9);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
    transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  }
  .is-opened .booking__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media (min-width: 1280px) {
  .booking__inner {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .booking__inner {
    width: 33.33%;
  }
}
.booking__close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
@media (min-width: 1024px) {
  .booking__close {
    top: 35px;
    right: 50px;
  }
}
.booking__close img,
.booking__close svg {
  width: 100%;
}
.page-footer {
  position: relative;
  background-color: #424242;
}
.page-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 730px;
  max-height: 100%;
  opacity: 0.35;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#977e62),
    to(rgba(121, 108, 92, 0))
  );
  background-image: linear-gradient(to bottom, #977e62, rgba(121, 108, 92, 0));
  pointer-events: none;
  content: "";
}
.page-footer__inner {
  padding-top: 100px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #676767;
}
@media (min-width: 768px) {
  .page-footer__inner {
    padding-top: 115px;
    padding-bottom: 50px;
  }
  .is-property .page-footer__inner {
    padding-bottom: 0;
  }
}
.page-footer__logo {
  position: relative;
  z-index: 2;
  width: 15%;
  max-width: 64px;
}
@media (hover: hover) {
  .page-footer__logo:hover,
  .page-footer__logo:focus {
    opacity: 0.6;
  }
}
.page-footer__logo img {
  width: 100%;
}
.social + .page-footer__logo {
  margin-top: 70px;
}
.page-footer__property {
  width: 100%;
}
@media (min-width: 768px) {
  .page-footer__property {
    position: relative;
    padding-top: 130px;
    padding-bottom: 160px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-footer__property::before,
  .page-footer__property::after {
    position: absolute;
    top: 0;
    background-color: #676767;
    content: "";
  }
  .page-footer__property::before {
    left: 50%;
    width: 100vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-footer__property::after {
    bottom: 0;
    left: 50%;
    width: 1px;
  }
}
.page-footer__details {
  margin-bottom: 100px;
  color: #fff;
}
@media (min-width: 768px) {
  .page-footer__details {
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 40px;
    width: 50%;
  }
}
.page-footer__contact-block {
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.008rem;
}
.page-footer__contact-block:not(:last-child) {
  margin-bottom: 40px;
}
.page-footer__contact-block h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.page-footer__contact-block a {
  position: relative;
  line-height: 1.3;
}
.is-touch .page-footer__contact-block a::before {
  width: 100%;
  left: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .page-footer__contact-block {
    text-align: left;
  }
  .page-footer__contact-block:not(:last-child) {
    margin-bottom: 100px;
  }
  .page-footer__contact-block h3 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page-footer__contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-footer__contact-block h3 {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .page-footer__contact-block h3 {
    width: 200px;
  }
}
.page-footer__nav li {
  text-align: center;
}
.page-footer__nav li:not(:last-child) {
  margin-bottom: 20px;
}
.page-footer__nav li:not(.is-secondary) + .is-secondary {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .page-footer__nav li:not(.is-secondary) + .is-secondary {
    margin-top: 80px;
  }
}
.page-footer__nav li.is-secondary:not(:last-child) {
  margin-bottom: 5px;
}
.page-footer__nav li.is-secondary a {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: none;
}
.page-footer__nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.491rem;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .is-property .page-footer__nav {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .is-property .page-footer__nav {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .is-property .page-footer__nav li {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-footer__col {
    margin-left: auto;
    padding-left: 40px;
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-footer__col {
    margin-left: auto;
    margin-right: -5%;
    padding-left: 0;
    width: 45%;
    max-width: 600px;
  }
}
.page-footer__bottom {
  padding-top: 75px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  color: #cccccb;
  font-weight: 100;
  letter-spacing: 0.02rem;
  text-align: center;
}
.page-footer__bottom li:not(:last-child) {
  margin-bottom: 10px;
}
.page-footer__bottom a {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.02rem;
}
@media (hover: hover) {
  .page-footer__bottom a:hover,
  .page-footer__bottom a:focus {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .page-footer__bottom {
    padding-top: 28px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-footer__bottom li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page-footer__bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-footer__sub-nav {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-footer__sub-nav {
    margin-bottom: 0;
  }
  .page-footer__sub-nav li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .page-footer__legals {
    margin-left: auto;
  }
  .page-footer__legals li:not(:last-child)::after {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    content: "|";
  }
}
.page-footer__form {
  margin-top: 75px;
  width: 100%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-footer__form p {
  font-size: 14px;
  margin-bottom: 21px;
}
.page-footer__form .forminator-custom-form {
  margin-top: 10px;
  margin-bottom: 100px;
}
.is-property .page-footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .is-property .page-footer__form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.is-property .page-footer__form .forminator-custom-form {
  margin-bottom: 0;
  margin-left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .is-property .page-footer__form .forminator-custom-form {
    margin-left: 0;
  }
}
footer > .call-to-action-area h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.5px;
  font-family: "Canela";
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1279px) {
  footer > .call-to-action-area h2 {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  footer > .call-to-action-area h2 {
    font-size: 32px;
    letter-spacing: 2.5px;
    margin-right: 60px;
    max-width: inherit;
    width: 570px;
  }
}
@media only screen and (max-width: 834px) {
  footer > .call-to-action-area h2 {
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 22px;
    width: 420px;
  }
}
@media only screen and (max-width: 640px) {
  footer > .call-to-action-area h2 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1.52px;
    width: 100%;
    max-width: inherit;
    text-align: center;
    margin-bottom: 0;
  }
}
footer
  > .page-template-default
  .page
  .page-id-7659
  .logged-in
  .tribe-js
  .en
  .container {
  display: none;
}
footer .page-id-7659 .footer > .call-to-action {
  display: none;
}
footer > .container {
  border-bottom: solid 1px #6b6764;
  padding: 24px 0 24px;
}
@media only screen and (max-width: 1324px) {
  footer > .container {
    padding: 24px 30px 24px;
  }
}
@media only screen and (max-width: 1024px) {
  footer > .container {
    padding: 60px 75px 50px 75px;
  }
}
@media only screen and (max-width: 833px) {
  footer > .container {
    padding: 60px 60px 45px 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer > .container {
    padding: 60px 40px 45px 40px;
  }
}
@media only screen and (max-width: 639px) {
  footer > .container {
    padding: 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer > .container.call-to-action-area {
    padding: 24px 15px 24px 15px;
  }
}
@media only screen and (max-width: 834px) {
  footer > .container.call-to-action-area {
    padding: 0 109px 15px 109px;
  }
}
@media only screen and (max-width: 640px) {
  footer > .container.call-to-action-area {
    padding: 10px 25px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  footer > .container.call-to-action-area .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  footer > .container.call-to-action-area .wpcf7-form p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  footer > .container.call-to-action-area .wpcf7-form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  footer
    > .container.call-to-action-area
    .wpcf7-form
    p
    .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  footer
    > .container.call-to-action-area
    .wpcf7-form
    p
    .wpcf7-form-control-wrap {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 640px) {
  footer
    > .container.call-to-action-area
    .wpcf7-form
    p
    .wpcf7-form-control-wrap {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer
    > .container.call-to-action-area
    .wpcf7-form
    p
    .wpcf7-form-control-wrap
    input[type="email"] {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  footer
    > .container.call-to-action-area
    .wpcf7-form
    p
    .wpcf7-form-control-wrap
    input[type="email"] {
    margin: 15px 0;
  }
}
.univeral-footer > .container ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  footer > .container ul li {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer > .container ul li ul li {
    margin-bottom: 20px;
    height: auto;
  }
}
footer > .container ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 639px) {
  footer > .container ul li:last-child {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
footer > .container ul li:last-child .footer-bottom {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 639px) {
  footer > .container ul li:last-child .footer-bottom .social-connect {
    font-size: 18px;
    margin-right: 0;
    letter-spacing: 2px;
  }
}
footer .footer-bottom .social-connect {
  line-height: 12px;
  font-size: 15px;
}
@media only screen and (max-width: 639px) {
  footer .footer-bottom .social-connect {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
  }
}
footer > .container ul li:last-child .footer-bottom .get-app {
  margin-bottom: 60px;
}
footer > .container ul li:last-child .footer-bottom .get-app a {
  display: inline-block;
  margin: 0;
}
footer > .container ul li:last-child .footer-bottom .links-social a {
  margin-right: 20px;
  margin-left: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
footer > .container ul li a {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 639px) {
  footer > .container ul li a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
footer > .container ul li a:hover {
  opacity: 0.7;
}
footer > .container .title-area {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.2em;
  color: #b2b2ae;
  text-align: start;
  width: 100%;
}
footer > .container .text-area {
  font-size: 16px;
}
@media only screen and (max-width: 833px) {
  footer > .container .title-area {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  footer > .container .title-area {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  footer > .container .text-area {
    font-size: 14px;
  }
}
footer > .footer-bottom {
  font-size: 15px;
  line-height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  margin-right: 63px;
  margin-left: 63px;
  padding: 33px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
}
footer > .footer-bottom a .bottom-logo {
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-bottom {
    padding: 18px 0;
    margin-right: 22px;
    margin-left: 22px;
  }
}
@media only screen and (max-width: 833px) {
  footer .footer-bottom {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 639px) {
  footer .footer-bottom {
    width: 100%;
    margin: 0;
  }
}
footer .footer-bottom .bottom-social {
  margin-right: 57px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-bottom .bottom-social .links-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-bottom .bottom-social > .title-area {
  display: none;
}
@media only screen and (min-width: 834px) {
  footer .footer-bottom .bottom-social > .title-area {
    display: flex;
    font-size: 15px;
  }
}
@media only screen and (max-width: 639px) {
  footer .footer-bottom .bottom-social {
    display: none;
  }
}
footer .footer-bottom a {
  margin: 0 11px;
}
@media only screen and (max-width: 639px) {
  footer .footer-bottom a {
    margin: 0 6px;
  }
}
figure {
  margin: 0;
}
@media only screen and (max-width: 639px) {
  figure img {
    width: 65px;
  }
}
.univeral-footer {
  background: #464543;
}
@media only screen and (max-width: 639px) {
  .univeral-footer {
    padding: 0;
  }
}
.univeral-footer .wpcf7-not-valid-tip {
  display: none;
}
.univeral-footer .wpcf7-response-output {
  margin: -2px 0 0 0 !important;
  position: absolute;
  width: 100%;
  border: 0 !important;
  padding: 0 0 0 !important;
  font-weight: 700;
}
@media only screen and (max-width: 639px) {
  .univeral-footer .wpcf7-response-output {
    position: static;
  }
}
.univeral-footer form {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .univeral-footer form {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .univeral-footer form {
    margin-bottom: 10px;
  }
}
.univeral-footer form.sent .wpcf7-response-output {
  color: green;
}
.univeral-footer form.invalid .wpcf7-response-output {
  color: red;
}
.univeral-footer input[type="email"] {
  height: 40px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.26px;
  font-family: "Arboria";
  text-transform: uppercase;
  width: 100%;
  max-width: 470px;
}
@media only screen and (max-width: 1279px) {
  .univeral-footer input[type="email"] {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .univeral-footer input[type="email"] {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer input[type="email"] {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: inherit !important;
  }
}
.univeral-footer input[type="submit"],
.univeral-footer .signup-button {
  margin-left: 18px;
  padding: 0;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2.63px;
  font-family: "Arboria Book";
  background-color: #977e62;
  border: 1px solid #977e62;
  color: #fff;
  width: 125px;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}
.univeral-footer input[type="submit"],
.univeral-footer .signup-button.submitted {
  color: #977e62;
  background-color: #fff;
  cursor: default !important;
}
@media only screen and (max-width: 767px) {
  .univeral-footer input[type="submit"],
  .univeral-footer .signup-button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .univeral-footer input[type="submit"],
  .univeral-footer .signup-button {
    max-width: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .univeral-footer input[type="submit"],
  .univeral-footer .signup-button {
    max-width: 124px;
    width: 100%;
    margin: 0;
  }
}
.univeral-footer input[type="submit"]:hover,
.univeral-footer .signup-button:hover {
  cursor: pointer;
}
.univeral-footer .forminator-custom-form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 665px;
}
@media only screen and (max-width: 1279px) {
  .univeral-footer .forminator-custom-form {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer .forminator-custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
}
.univeral-footer .forminator-custom-form .forminator-row {
  width: 70%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .univeral-footer .forminator-custom-form .forminator-row {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer .forminator-custom-form .forminator-row .email-sign-up-uni {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 833px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  :-ms-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 833px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  :-ms-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  ::-ms-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
.univeral-footer .forminator-custom-form .forminator-row ::placeholder {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  color: #c4c4c4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 12px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-ms-input-placeholder {
    font-size: 12px;
  }
  .univeral-footer .forminator-custom-form .forminator-row ::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 833px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 8px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 8px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-ms-input-placeholder {
    font-size: 8px;
  }
  .univeral-footer .forminator-custom-form .forminator-row ::placeholder {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    :-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .univeral-footer
    .forminator-custom-form
    .forminator-row
    ::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .univeral-footer .forminator-custom-form .forminator-row ::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
.univeral-footer
  .forminator-custom-form
  .forminator-row
  .forminator-error-message {
  color: red;
  letter-spacing: initial;
  text-transform: none;
  font-weight: 700;
  text-align: left;
}
.univeral-footer .forminator-custom-form .forminator-row input {
  height: 42px;
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.26px;
  font-family: "Arboria";
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer .forminator-custom-form .forminator-row input {
    font-size: 12px;
    height: 26px;
  }
}
@media only screen and (max-width: 833px) {
  .univeral-footer .forminator-custom-form .forminator-row input {
    font-size: 8px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .univeral-footer .forminator-custom-form .forminator-row input {
    height: 36px;
    font-size: 16px;
    line-height: 22px;
  }
}
.univeral-footer .forminator-custom-form .forminator-row-last {
  max-width: 175px;
  margin-left: 22px !important;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer .forminator-custom-form .forminator-row-last {
    max-width: 107px;
    margin-left: 13px !important;
  }
}
.univeral-footer .forminator-custom-form .forminator-row-last .forminator-col {
  padding: 0 !important;
}
.univeral-footer
  .forminator-custom-form
  .forminator-row-last
  .forminator-col
  button {
  padding: 0;
  height: 42px;
  line-height: 35px;
  font-size: 16px;
  letter-spacing: 2.63px;
  font-family: "Arboria";
}
@media only screen and (max-width: 1024px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row-last
    .forminator-col
    button {
    font-size: 12px;
    height: 26px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 833px) {
  .univeral-footer
    .forminator-custom-form
    .forminator-row-last
    .forminator-col
    button {
    font-size: 16px;
    height: 36px;
    line-height: 32px;
  }
}
.univeral-footer .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .univeral-footer .call-to-action {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .univeral-footer .call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.univeral-footer .call-to-action .wpcf7 {
  width: 100%;
  max-width: 618px;
  direction: ltr;
}
@media only screen and (max-width: 1279px) {
  .univeral-footer .call-to-action .wpcf7 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .univeral-footer .call-to-action .wpcf7 {
    width: 100%;
    max-width: inherit;
  }
}
.univeral-footer .call-to-action .wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 10px;
  right: -44px;
}
@media only screen and (max-width: 1024px) {
  .univeral-footer .call-to-action .wpcf7 .ajax-loader {
    right: 120px;
  }
}
@media only screen and (max-width: 834px) {
  .univeral-footer .call-to-action .wpcf7 .ajax-loader {
    right: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .univeral-footer .call-to-action .wpcf7 .ajax-loader {
    bottom: -4px;
    right: auto;
    top: auto;
  }
}
.univeral-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.univeral-footer .footer-container .footer-column > ul {
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.univeral-footer .footer-container .footer-column.middle-social {
  display: none;
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container .footer-column.middle-social {
    display: flex;
  }
}
.univeral-footer .footer-container .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.univeral-footer .footer-container .footer-column:nth-child(1) {
  width: 80%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container .footer-column:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 25px;
    padding-top: 25px;
    max-width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .univeral-footer .footer-container .footer-column:nth-child(1) {
    width: 75%;
  }
}
.univeral-footer .footer-container .footer-column:nth-child(2) {
  width: fit-content;
  color: #b2b2ae;
}
.univeral-footer .footer-container .footer-column:nth-child(2) .title-area {
  text-wrap: nowrap;
  margin-bottom: 20px;
}
@media only screen and (min-width: 833px) {
  .univeral-footer .footer-container .footer-column:nth-child(2) .title-area {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 639px) {
  .univeral-footer .footer-container .footer-column:nth-child(2) .title-area {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container .footer-column:nth-child(2) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container .footer-column:nth-child(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer .footer-container .footer-column .footer-bottom {
    margin: 0;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    visibility: visible;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer
    .footer-container
    .footer-column
    .footer-bottom
    .social-connect {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer
    .footer-container
    .footer-column
    .footer-bottom
    .links-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
  }
}
@media only screen and (max-width: 430px) {
  .univeral-footer
    .footer-container
    .footer-column
    .footer-bottom
    .links-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
  }
}
@media only screen and (max-width: 639px) {
  .univeral-footer
    .footer-container
    .footer-column
    .footer-bottom
    .links-social
    a {
    align-items: center;
  }
}
.category-footer {
  background: #807566;
}
.category-footer .container {
  border: 0;
}
@media only screen and (max-width: 639px) {
  .category-footer .container {
    border: 0 !important;
    padding: 40px 0;
  }
}
.category-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.category-footer .footer-container .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column {
    width: 50%;
  }
}
.category-footer .footer-container .footer-column a {
  margin-bottom: 12px;
  display: block;
}
.category-footer .footer-container .footer-column ::-webkit-input-placeholder {
  color: #c4c4c4;
  text-transform: uppercase;
}
.category-footer .footer-container .footer-column ::-moz-placeholder {
  color: #c4c4c4;
  text-transform: uppercase;
}
.category-footer .footer-container .footer-column :-ms-input-placeholder {
  color: #c4c4c4;
  text-transform: uppercase;
}
.category-footer .footer-container .footer-column :-moz-placeholder {
  color: #c4c4c4;
  text-transform: uppercase;
}
.category-footer .footer-container .footer-column .up-arrow {
  display: block;
  margin-left: 15px;
}
.category-footer .footer-container .footer-column .down-arrow {
  display: none;
}
.category-footer .footer-container .footer-column img {
  max-width: 241px;
  margin-left: -15px;
}
.category-footer .footer-container .footer-column .active .up-arrow {
  display: none;
}
.category-footer .footer-container .footer-column .active .down-arrow {
  display: block;
  margin-left: 15px;
}
.category-footer .footer-container .footer-column form {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column form label {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.12px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 639px) {
  .category-footer .footer-container .footer-column form label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
.category-footer .footer-container .footer-column form .form-title {
  margin-top: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column form .form-title {
    margin-top: 11px;
  }
}
.category-footer .footer-container .footer-column form .form-title:hover {
  cursor: pointer;
}
.category-footer .footer-container .footer-column form .form-title img {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column form .form-title img {
    width: 8px;
  }
}
.category-footer .footer-container .footer-column .email-update {
  float: left;
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column .email-update {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1111;
  }
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  form
  .forminator-error {
  color: red;
  letter-spacing: initial;
  text-transform: none;
  font-weight: 700;
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  form
  .forminator-success
  p {
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 700;
}
@media only screen and (max-width: 639px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    form
    .forminator-success
    p {
    color: green;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column .email-update form {
    max-width: inherit;
    padding: 0 30px;
  }
}
.category-footer .footer-container .footer-column .email-update .modal-header {
  display: none;
}
@media only screen and (max-width: 639px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .modal-header {
    display: block;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-top: 33px;
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .modal-header
    .modal-close {
    position: absolute;
    left: 20px;
    top: 22px;
  }
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  .forminator-row {
  margin-bottom: 0 !important;
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  .forminator-row
  .forminator-error-message {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-field {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  .forminator-input {
  width: 217px;
  height: 32px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding-left: 5px;
  text-transform: capitalize;
  margin-bottom: 6px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-input {
    width: 150px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 833px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-input {
    width: 125px;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.category-footer
  .footer-container
  .footer-column
  .email-update
  .forminator-button {
  width: 217px;
  height: 28px;
  color: #fff;
  background: #464543;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  border: 0;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-button {
    width: 150px;
    font-size: 9px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 833px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-button {
    width: 125px;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer
    .footer-container
    .footer-column
    .email-update
    .forminator-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.category-footer .footer-container .footer-column span {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column span {
    line-height: 15px;
    letter-spacing: 0.12px;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
.category-footer .footer-container .footer-column:nth-child(1) {
  width: 25%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column:nth-child(1) {
    width: calc(80% / 3);
    min-width: fit-content;
  }
}
@media only screen and (max-width: 833px) {
  .category-footer .footer-container .footer-column:nth-child(1) {
    margin-right: 25px;
    min-width: fit-content;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column:nth-child(1) img {
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column:nth-child(1) {
    width: 100%;
    max-width: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 0;
    border-top: solid 1px #6b6764;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 25px;
  }
}
.category-footer .footer-container .footer-column:nth-child(2) {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column:nth-child(2) {
    width: calc(80% / 3);
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column:nth-child(2) {
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: inherit;
  }
}
.category-footer .footer-container .footer-column:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .category-footer .footer-container .footer-column:nth-child(3) {
    width: calc(80% / 3);
  }
}
@media only screen and (max-width: 833px) {
  .category-footer .footer-container .footer-column:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column:nth-child(3) {
    width: 100%;
    max-width: inherit;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.category-footer .footer-container .footer-column:nth-child(4) {
  width: fit-content;
}
@media only screen and (max-width: 639px) {
  .category-footer .footer-container .footer-column:nth-child(4) {
    width: 50%;
    max-width: inherit;
    padding-left: 25px;
  }
  .category-footer .footer-container .footer-column.stay-section {
    display: none;
  }
}
.rtl .category-footer {
  direction: ltr;
}
.rtl .category-footer .footer-container .footer-column {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .rtl .category-footer .footer-container .footer-column {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rtl .category-footer .footer-container .footer-column {
    padding-right: 0;
  }
}
.rtl .category-footer .footer-container .footer-column:nth-child(1) {
  max-width: 280px;
}
@media only screen and (max-width: 639px) {
  .rtl .category-footer .footer-container .footer-column:nth-child(1) {
    max-width: 100%;
  }
}
.rtl .category-footer .footer-container .footer-column:nth-child(2) {
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  .rtl .category-footer .footer-container .footer-column:nth-child(2) {
    max-width: initial;
    padding-left: 0;
    padding-right: 25px;
  }
}
.rtl .category-footer .footer-container .footer-column:nth-child(3) {
  margin-right: 100px;
}
@media screen and (max-width: 1280px) {
  .rtl .category-footer .footer-container .footer-column:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .category-footer .footer-container .footer-column:nth-child(3) {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .category-footer .footer-container .footer-column:nth-child(4) {
    padding-left: 0;
    padding-right: 25px;
  }
}
.rtl .univeral-footer {
  direction: ltr;
}
@media only screen and (max-width: 1024px) {
  .es footer > .container .title-area {
    line-height: 22px;
  }
}
.es
  .category-footer
  .footer-container
  .footer-column
  .email-update
  .modal-header {
  font-size: 20px;
}
.rtl footer.univeral-footer > .container .title-area {
  font-family: "Arboria Book" !important;
  letter-spacing: 0.2em !important;
  width: 156px;
}
@media only screen and (max-width: 639px) {
  .rtl footer.univeral-footer > .container .title-area {
    letter-spacing: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .video_integration {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .video_integration.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video_integration .img-text__copy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.video_integration.full-screen-mode.container {
  padding-left: 0;
  padding-right: 0;
}
.video_integration.full-screen-mode .video_integration_media,
.video_integration.full-screen-mode .hero {
  background-color: #161616;
}
.video_integration.full-screen-mode .video_integration_media {
  padding-bottom: 100vh;
}
@media screen and (max-width: 1366px) {
  .video_integration.full-screen-mode .video_integration_media {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .video_integration.full-screen-mode .hero.hero--embed {
    height: auto;
    max-height: initial;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .video_integration.full-screen-mode .hero.hero--embed {
    height: auto;
    max-height: initial;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .video_integration.full-screen-mode .hero.hero--embed {
    max-height: 100vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .video_integration.full-screen-mode .hero.hero--embed {
    max-height: 100vh;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .video_integration.full-screen-mode .hero.hero--embed {
    height: auto;
    max-height: initial;
  }
}
.video_integration.full-screen-mode .hero .embed-container {
  padding-bottom: 100vh;
}
@media screen and (max-width: 1366px) {
  .video_integration.full-screen-mode .hero .embed-container {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .video_integration.full-screen-mode .hero iframe {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.video_integration .video_integration_media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video_integration .video_integration_media iframe,
.video_integration .video_integration_media object,
.video_integration .video_integration_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video_content {
  text-align: center;
  margin-bottom: 50px;
  margin: 0 auto 50px;
  width: 100%;
}
#video_content h2 {
  font-size: 5.2rem;
  font-family: "Canela";
  color: #977e62;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 767px) {
  #video_content h2 {
    font-size: 3.2rem;
  }
}
#video_content.img-text__copy h3 {
  max-width: inherit;
  margin-bottom: 20px;
}
#video_content span {
  max-width: 580px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #video_content span {
    font-size: 18px;
  }
}
.xyz {
  display: none;
}
@media (max-width: 767px) {
  .media-block {
    margin-bottom: 50px;
  }
}
.media-block img,
.media-block video,
.media-block .embed-container {
  width: 100%;
}
.press {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .press {
    padding-top: 180px;
  }
}
.press__copy {
  margin-bottom: 50px;
  text-align: center;
}
.press__copy h1,
.press__copy h2,
.press__copy h3 {
  margin-bottom: 30px;
}
.press__copy a {
  position: relative;
  line-height: 1.3;
}
.press__copy a::before {
  left: 0;
  width: 100%;
}
@media (hover: hover) {
  .press__copy a:hover::before,
  .press__copy a:focus::before {
    left: auto;
    width: 0;
  }
}
@media (min-width: 768px) {
  .press__copy {
    margin-bottom: 80px;
  }
  .press__copy h1,
  .press__copy h2,
  .press__copy h3 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .press__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 21px;
    column-gap: 21px;
    row-gap: 100px;
  }
}
@media (min-width: 1024px) {
  .press__container {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .press__container {
    row-gap: 144px;
  }
}
.press__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.press__item:not(:last-child) {
  margin-bottom: 100px;
}
.press__item h2 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.48rem;
}
@media (min-width: 768px) {
  .press__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.press__img {
  position: relative;
  margin-bottom: 55px;
  width: 100%;
  overflow: hidden;
}
.press__img::before {
  padding-top: 130%;
  display: block;
  content: "";
}
.press__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
}
.press__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
}
@media (hover: hover) {
  .press__link:hover + .press__img img,
  .press__link:focus + .press__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.press__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.press .sub-title {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.171429px;
}
.press .sub-title a::before {
  display: none;
}
.press-new .press {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .press-new .press {
    padding-top: 132px;
  }
}
.press-new .press__copy {
  margin-bottom: 50px;
  text-align: center;
}
.press-new .press__copy h1,
.press-new .press__copy h2,
.press-new .press__copy h3 {
  margin-bottom: 30px;
}
.press-new .press__copy a {
  position: relative;
  line-height: 1.3;
}
.press-new .press__copy a::before {
  left: 0;
  width: 100%;
}
@media (hover: hover) {
  .press-new .press__copy a:hover::before,
  .press-new .press__copy a:focus::before {
    left: auto;
    width: 0;
  }
}
@media (min-width: 768px) {
  .press-new .press__copy {
    margin-bottom: 80px;
  }
  .press-new .press__copy h1,
  .press-new .press__copy h2,
  .press-new .press__copy h3 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .press-new .press__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 21px;
    column-gap: 21px;
    row-gap: 100px;
  }
}
@media (min-width: 1024px) {
  .press-new .press__container {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .press-new .press__container {
    row-gap: 144px;
  }
}
.press-new .press .sub-title {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.171429px;
}
.press-new .press .sub-title a::before {
  display: none;
}
.press-new .press__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1153.15px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .press-new .press__body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.press-new .press__body .no_press {
  margin-bottom: 50px;
  text-align: center;
}
.press-new .press__body .no_press h2 {
  font-size: 16px;
  padding: 10px 5px;
  border: solid 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: red;
}
.press-new .press__body .press__content {
  width: 100%;
}
.press-new .press__body .press__content .press__item-area {
  margin-left: -25px;
  margin-right: -25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .press-new .press__body .press__content .press__item-area {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.press-new .press__body.filters {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .press-new .press__body.filters {
    display: none;
  }
}
.press-new .press__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 50px);
  margin: 0 25px;
  margin-bottom: 55px;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 336px;
}
@media screen and (max-width: 1024px) {
  .press-new .press__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .press-new .press__item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 639px) {
  .press-new .press__item {
    margin-bottom: 25px;
    width: 100%;
  }
}
.press-new .press__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.press-new .press__item:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .press-new .press__item:not(:last-child) {
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 639px) {
  .press-new .press__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.press-new .press__item .press__image {
  position: relative;
}
.press-new .press__item .press__image .grid-logo {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.press-new .press__item .press__image .grid-logo img {
  max-width: 220px;
}
.press-new .press__item .press__image .grid-banner {
  position: relative;
  max-height: 163px;
  overflow: hidden;
}
.press-new .press__item .press__image .grid-banner img {
  width: 100%;
}
.press-new .press__item .press__image .grid-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.press-new .press__item .press__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #807566;
  border-right: 1px solid #807566;
  border-left: 1px solid #807566;
}
.press-new .press__item .press__title .press__title__area {
  font-family: "Canela";
  color: #000;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 20px 10px;
  text-align: center;
}
.press-new .press__item .press__title .press__place__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #807566;
  padding: 0 15px;
}
.press-new .featured-section.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .press-new .featured-section.container {
    max-width: 657px;
  }
}
.press-new .filter-popup {
  display: none;
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: scroll;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup.mobile-filter-open {
    top: 0;
    z-index: 99999;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 50px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-header .close-icon-popup {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-header .close-icon-popup img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: solid 1px #807566;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-header h3 {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body {
    padding-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body h3 {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    color: #404242;
    margin-bottom: 5px;
  }
}
.press-new .filter-popup .popup-body ul li {
  position: relative;
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body ul li {
    padding: 10px 0 10px 21px;
  }
}
.press-new .filter-popup .popup-body ul li input {
  width: 0;
  height: 0;
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body ul li input:checked::before {
    content: "";
    background: url(../../../../../../../themes/habitas-theme/img/popup-active-item.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.press-new .filter-popup .popup-body ul li input:checked + label {
  color: #404242;
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body ul li label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #989898;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-body .popup-homes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-footer {
    margin-top: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .press-new .filter-popup .popup-footer input {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 42px;
    background: #807566;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
  }
}
.press-new .horizontal-accordion {
  width: 100%;
  min-width: 100%;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 657px;
  }
}
@media screen and (max-width: 767px) {
  .press-new .horizontal-accordion {
    width: auto;
    min-width: inherit;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 993px) {
  .press-new .horizontal-accordion.horizontal-accordion-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-item {
  display: inline-block;
  width: 86px;
  min-width: 86px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  height: 206px;
  position: relative;
  margin-right: 23px;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-item {
    width: 66px;
    min-width: 66px;
    height: 148px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .press-new .horizontal-accordion .horizontal-accordion-item {
    width: 62px;
    min-width: 62px;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-item .press-slider-logo {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.press-new .horizontal-accordion .horizontal-accordion-item:hover {
  width: 413px;
  min-width: 413px;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-item:hover {
    width: 98%;
    min-width: 98%;
  }
}
.press-new
  .horizontal-accordion
  .horizontal-accordion-item:hover
  .press-slider-logo {
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  right: 100%;
  left: -100%;
  opacity: 0;
}
.press-new
  .horizontal-accordion
  .horizontal-accordion-item:hover
  .horizontal-accordion-content {
  z-index: 1;
  opacity: 1;
}
.press-new .horizontal-accordion .horizontal-accordion-item:last-child {
  margin-right: 0;
}
.press-new .horizontal-accordion .horizontal-accordion-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.press-new .horizontal-accordion .horizontal-accordion-item-logo {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 86px;
  height: 206px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-item-logo {
    height: 154px;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-content {
  position: relative;
  z-index: -2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 206px;
  padding: 24px 30px;
  width: 413px;
  opacity: 0;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-content {
    width: 100%;
    min-width: 100%;
    min-height: 148px;
    padding: 18px;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-content > h4 {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f9f8f7;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-content > h4 {
    font-size: 21.4493px;
    line-height: 19px;
    letter-spacing: 2.8599px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 374px) {
  .press-new .horizontal-accordion .horizontal-accordion-content > h4 {
    font-size: 18;
    line-height: 19px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-content > h4::after {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.press-new .horizontal-accordion .horizontal-accordion-content > p {
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  font-family: "Canela";
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion .horizontal-accordion-content > p {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 1.45287px;
  }
}
@media screen and (max-width: 374px) {
  .press-new .horizontal-accordion .horizontal-accordion-content > p {
    font-size: 18px;
    line-height: 28px;
  }
}
.press-new .horizontal-accordion .horizontal-accordion-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .press-new .horizontal-accordion.expand {
    overflow: hidden;
  }
}
.press-new
  .horizontal-accordion.expand
  .horizontal-accordion-item:hover
  .horizontal-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.press-new .mobile-filter {
  display: none;
}
@media screen and (max-width: 639px) {
  .press-new .mobile-filter {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1150px;
    margin-bottom: 25px;
    margin-top: 30px;
  }
}
.press-new .mobile-filter figure {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #807566;
  cursor: pointer;
}
.press-new .mobile-filter figure img {
  width: auto;
}
.press-new .filter-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 50px;
}
.press-new .filter-section .select2-container {
  margin-left: 20px;
}
.press-new
  .filter-section
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  letter-spacing: 2px;
  color: #404242;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.press-new
  .filter-section
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
}
.press-new .select2-container--default .select2-results__option--selected {
  background: none !important;
  color: #404242;
}
.press-new
  .select2-container.select2-container--open
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #404242;
}
.press-new .select2-container .select2-dropdown .select2-results ul {
  max-height: inherit;
}
.press-new .select2.select2-container {
  min-width: 220px;
  width: auto !important;
}
.press-new .select2.select2-container .select2-selection {
  border: 1px solid #807566;
  border-radius: 0;
  height: 44px;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.press-new
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  color: #333;
  line-height: 42px;
  padding-right: 42px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 12px;
}
.press-new
  .select2.select2-container
  .select2-selection.sortby
  .select2-selection__arrow
  b {
  background-image: url(../../../../../../../themes/habitas-theme/img/filter2.svg);
  width: 12px;
  height: 8px;
  right: 18px;
  top: 18px;
}
.press-new
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow
  b {
  background-image: url(../../../../../../../themes/habitas-theme/img/filter1.svg);
  width: 18px;
  height: 12px;
  left: auto;
  border: none;
  right: 18px;
  margin: 0;
  top: 17px;
}
.press-new
  .select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.press-new
  .select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  border-radius: 0 3px 0 0;
}
.press-new
  .select2.select2-container.select2-container--focus
  .select2-selection {
  border: 1px solid #34495e;
}
.press-new .select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}
.press-new
  .select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}
.press-new
  .select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}
.press-new
  .select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}
.press-new .select2-results .select2-results__option {
  padding: 14px 21px;
  color: #989898;
}
.press-new .select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 20px;
}
.press-new .select2-container .select2-dropdown.select2-dropdown--below {
  margin-top: -1px;
}
.press-new .select2-container .select2-dropdown.select2-dropdown--above ul {
  border-bottom: 0 !important;
}
.press-new .select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.press-new .select2-container .select2-dropdown .select2-search input {
  outline: none;
  border: 1px solid #34495e;
  border-bottom: none;
  padding: 4px 6px;
}
.press-new .select2-container .select2-dropdown .select2-results {
  padding: 0;
}
.press-new .select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}
.press-new
  .select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.press-new .loader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.press-new .loader-area .loader2 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #807566;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .press-new .loader-area .loader2 {
    left: 45%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loadMore {
  margin-top: 21px;
  margin-bottom: 78px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  #loadMore {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
#loadMore input {
  background: #807566;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Arboria Book";
  width: 164px;
  border: 0;
  height: 40px;
  cursor: pointer;
  border: 1px solid #977e62;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#loadMore input:hover {
  background: transparent;
  color: #977e62;
}
#checkFilter {
  padding: 0 25px;
}
.press-new-loader {
  overflow: hidden;
}
.blog-hero {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blog-hero {
    margin-bottom: 75px;
  }
}
.blog-hero__slide {
  position: relative;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.blog-hero__slide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 69%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.32)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.32),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
  content: "";
}
.blog-hero__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-hero__copy {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 88px;
}
@media (min-width: 768px) {
  .blog-hero__copy {
    margin-bottom: none;
  }
}
.blog-hero__copy h2 {
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 1.09;
  color: inherit;
}
.blog-hero__copy p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.444rem;
  color: #fff;
}
.blog-hero__filter {
  margin-top: -9px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-hero__filter li {
  display: inline-block;
  color: #000;
  margin: 5px 15px;
}
@media (min-width: 768px) {
  .blog-hero__filter {
    margin-top: -26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog-hero__filter button {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.444rem;
  position: relative;
  line-height: 1.3;
}
.blog-hero .swiper-pagination {
  position: absolute;
  bottom: 210px;
}
@media (min-width: 768px) {
  .blog-hero .swiper-pagination {
    bottom: 120px;
  }
}
.blog-hero
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 6px;
  margin-right: 6px;
  background-color: #fff;
}
.hero--70 .blog-hero__slide {
  height: calc(100vh - 150px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hero--70 .blog-hero__slide {
    max-height: calc(100vh - 110px);
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero--70 .blog-hero__slide {
    max-height: calc(100vh - 110px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero--70 .blog-hero__slide {
    max-height: calc(100vh - 115px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero--70 .blog-hero__slide {
    max-height: calc(100vh - 115px);
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero--70 .blog-hero__slide {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .blog-listing__double {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-listing__double--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.blog-listing__card {
  margin-bottom: 100px;
  display: block;
}
@media (hover: hover) {
  .blog-listing__card:hover img,
  .blog-listing__card:focus img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .blog-listing__card {
    margin-bottom: 0;
  }
  .blog-listing__card:first-child {
    width: 57%;
  }
  .blog-listing__card:last-child {
    width: 37.6%;
  }
}
.blog-listing__img-wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-listing__img-wrap::before {
  padding-top: 75%;
  display: block;
  content: "";
}
.blog-listing__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  transition: all 0.6s cubic-bezier(0.405, 0.005, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .blog-listing__img-wrap {
    margin-bottom: 44px;
  }
  .blog-listing__card:first-child .blog-listing__img-wrap::before {
    padding-top: 74%;
  }
  .blog-listing__card:last-child .blog-listing__img-wrap::before {
    padding-top: 112.3%;
  }
  .blog-listing__single .blog-listing__img-wrap {
    margin-bottom: 0;
    width: 53.3%;
  }
  .blog-listing__single .blog-listing__img-wrap::before {
    padding-top: 133.33%;
  }
}
.blog-listing__copy-wrap {
  text-align: center;
  font-size: 1.6rem;
}
.blog-listing__copy-wrap h3 {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.26;
  text-transform: uppercase;
  letter-spacing: 0.528rem;
}
.blog-listing__copy-wrap p {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .blog-listing__copy-wrap {
    font-size: 1.8rem;
  }
  .blog-listing__copy-wrap h3 {
    margin-bottom: 35px;
  }
}
.blog-listing__meta {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Arboria Book";
}
@media (min-width: 768px) {
  .blog-listing__meta {
    margin-bottom: 35px;
  }
  .blog-listing__single .blog-listing__meta {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-listing__meta > span {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .blog-listing__meta > span {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .blog-listing__meta > span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .blog-listing__meta > span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 930px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .blog-listing__meta > span {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}
.blog-listing__cat {
  position: absolute;
  bottom: 15px;
  left: auto;
  right: auto;
  z-index: 2;
  padding: 15px 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.389rem;
  -webkit-transform: none;
  transform: none;
  background-color: #977e62;
  text-align: center;
  max-width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .blog-listing__cat {
    bottom: 45px;
  }
}
.blog-listing__single {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .blog-listing__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blog-listing__single--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.blog-listing__single-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}
.blog-listing__single-copy h3 {
  font-size: 1.9rem;
  font-family: "Arboria Book";
}
.blog-listing__single-copy p {
  max-width: 320px;
}
.blog-listing__single-copy .cta {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-listing__single-copy {
    width: 43%;
    font-size: 1.8rem;
  }
  .blog-listing__single-copy .cta {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .blog-listing__single-copy .cta {
    margin-top: 80px;
  }
}
.blog-listing__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (hover: hover) {
  .blog-listing__link:hover + img,
  .blog-listing__link:focus + img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.blog-listing__title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  max-width: 300px;
  text-transform: uppercase;
  font-family: Canaro;
  font-weight: 600;
  line-height: 1.26;
  text-transform: uppercase;
  letter-spacing: 0.528rem;
  color: #444;
}
.blog-listing__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 116px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
@media (min-width: 1024px) {
  .blog-listing__title {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.blog-container-filtered {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .blog-container-filtered {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 75px;
  }
}
.blog-container-filtered .js-blog-card {
  width: 100%;
}
.blog-container-filtered
  .blog-listing__card:last-child
  .blog-listing__img-wrap:before {
  padding-top: 75%;
}
.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.post-header__title {
  margin-bottom: 40px;
  line-height: 1;
}
.post-header__copy {
  max-width: 465px;
}
.post-header__meta {
  margin-bottom: 40px;
  color: #977e62;
  font-family: "Arboria Book";
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
.post-header__meta span {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
#sb_instagram {
  background-color: #55504b !important;
}
.sbi_header_text h3,
.sbi_header_text .sbi_bio_info {
  display: none;
}
.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
  margin-top: -6px;
  margin-left: -10px;
  width: 24px;
  height: 24px;
  font-size: 36px;
}
.sbi_header_img_hover,
.sbi_header_hashtag_icon {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff !important;
  background-color: #55504b !important;
}
.sbi_header_type_generic .sbi_header_img,
.sbi_no_avatar .sbi_header_img {
  background: none !important;
}
@media (min-width: 576px) {
  .sb_instagram_header {
    display: none !important;
  }
}
.privacy-policy-cms {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #404242;
  padding-bottom: 50px;
  padding: 124px 0 50px 0;
  background-color: #f9f8f7;
}
@media only screen and (max-width: 1440px) {
  .privacy-policy-cms .container {
    padding: 0;
    max-width: 75%;
  }
}
.privacy-policy-cms h1 {
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 72px;
  color: #807566;
  margin-bottom: 40px;
}
.privacy-policy-cms p {
  margin-top: 15px;
}
.privacy-policy-cms h1,
.privacy-policy-cms h2,
.privacy-policy-cms h3 {
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  color: #807566;
}
.privacy-policy-cms h1,
.privacy-policy-cms h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.privacy-policy-cms h2 {
  margin-bottom: 48px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 1024px) {
  .privacy-policy-cms h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.privacy-policy-cms h3 {
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #404242;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.privacy-policy-cms h4 {
  letter-spacing: 0.2px;
  color: #807566;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  margin: 20px 0;
  font-weight: 400;
}
.privacy-policy-cms h6 {
  letter-spacing: 0.2px;
  color: #807566;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}
.privacy-policy-cms .wp-block-separator {
  display: block;
  margin: 60px 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0 solid #807566;
  height: 1px;
}
.privacy-policy-cms .date {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 60px;
}
.privacy-policy-cms .container {
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}
.privacy-policy-cms .container > ol {
  padding-left: 15px;
  list-style-type: lower-alpha;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}
.privacy-policy-cms .container > ol > li {
  color: #404242;
}
.privacy-policy-cms ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 20px 0 0 30px;
  font-family: "acumin-pro", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}
.privacy-policy-cms ul li {
  margin-bottom: 15px;
}
.privacy-policy-cms ul li {
  margin-bottom: 5px;
}
.privacy-policy-cms ol {
  padding: 20px 0 0 30px;
}
.privacy-policy-cms ol li {
  margin-bottom: 15px;
}
.privacy-policy-cms ol li > ol {
  list-style-type: lower-alpha;
}
.privacy-policy-cms ol li > ul,
.privacy-policy-cms ol li > ol {
  padding-top: 5px;
  padding-bottom: 5px;
}
.privacy-policy-cms ol li > ul li,
.privacy-policy-cms ol li > ol li {
  margin-bottom: 0;
  color: #404242;
}
.homes-header > a {
  pointer-events: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8) !important;
}
footer .menu-our-homes-new-universal-footer-container .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 639px) {
  footer .menu-our-homes-new-universal-footer-container .menu {
    grid-template-columns: repeat(2, 1fr);
  }
  footer
    .menu-our-homes-new-universal-footer-container
    .menu
    .menu-item:nth-child(2) {
    order: 3;
  }
}
