.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  margin-bottom: 0px;
  padding-top: 15vh;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1.3vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: 'Darker Grotesque', sans-serif;
  color: #9d8c70;
  font-size: 300%;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5c5452;
  font-size: 110%;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0rem;
  color: #c860db;
  font-size: 150%;
  line-height: 1.4;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0rem;
  color: #c860db;
  font-size: 125%;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 0rem;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  font-weight: 400;
}

a {
  margin-bottom: 0rem;
  color: #222;
  font-size: 100%;
  line-height: 1.4;
  text-decoration: none;
}

a:hover {
  color: #9d8c70;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 150%;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

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

.footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0px 1rem 16.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5c5452;
}

.copyright-box {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 100%;
  text-align: center;
}

.brand {
  margin-bottom: 0rem;
}

.white {
  color: #fff;
}

.white.small {
  font-size: 90%;
}

.centre {
  text-align: center;
}

.right {
  text-align: right;
}

.heading-3 {
  line-height: 1.6;
}

.spacer1 {
  display: none;
  height: 1rem;
}

.spacer2 {
  height: 2vw;
}

.spacer3 {
  height: 3rem;
}

.desktop-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15vh;
  padding: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 7px 0 hsla(0, 0%, 66.7%, 0.19);
}

.navlink {
  margin-bottom: 0rem;
  font-family: 'Berthold akzidenz grotesk', sans-serif;
  color: #5c5452;
  font-size: 90%;
  line-height: 1.6;
  font-weight: 100;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #9d8c70;
}

.navlink.w--current:hover {
  color: #9d8c70;
}

.image {
  width: 500px;
  margin-bottom: 0.2rem;
}

.slider {
  display: block;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-quotewrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.hp-image {
  width: 100%;
  margin-top: -15vh;
}

.slide-nav {
  display: none;
}

.copyright-text {
  color: #fff;
  font-size: 85%;
  text-align: center;
}

.hero {
  position: relative;
  z-index: 5;
  width: 100%;
}

.hero.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-right: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.77))), url('../images/the-team-hero.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.77)), url('../images/the-team-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.aida {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  padding-top: 4.1rem;
  padding-bottom: 4.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 140, 112, 0.9)), to(rgba(157, 140, 112, 0.9))), url('../images/download-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(157, 140, 112, 0.9), rgba(157, 140, 112, 0.9)), url('../images/download-1_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.testimonials {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/download-4_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/download-4_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/download.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-with-no-name2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/download-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-text-wrapper {
  width: 40%;
}

.aidat-text {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.portfolio-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  margin-top: 15vh;
  padding-right: 10rem;
  padding-left: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 20, 15, 0.89)), to(rgba(22, 20, 15, 0.89))), url('../images/portfolio-bg.jpg');
  background-image: linear-gradient(180deg, rgba(22, 20, 15, 0.89), rgba(22, 20, 15, 0.89)), url('../images/portfolio-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-wrapper {
  position: relative;
  z-index: 5;
  overflow: auto;
  margin-top: auto;
  padding-right: 10.3rem;
  padding-left: 10.3rem;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.portfolio-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 100%;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.portfolio-prop-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.portfolio-title {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 110%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.portfolio-text-wrapper {
  padding: 2.9rem;
}

.portfolio-image {
  width: 100%;
}

.hero-property {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
}

.hero-property.cobham {
  background-image: url('../images/cobham-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.st-georges {
  background-image: url('../images/st-georges-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.belgravia {
  background-image: url('../images/belgravia-010.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.fairmile {
  background-image: url('../images/Fairmile-4.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.oxshott {
  background-image: url('../images/download-4.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.crown {
  background-image: url('../images/Crown-Estate-006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.canary {
  background-image: url('../images/Canary-Wharf-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.weybridge {
  background-image: url('../images/ww-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.marble {
  background-image: url('../images/marble-arch-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-property.stoke {
  background-image: url('../images/stoke-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-property.oxshott2 {
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.prodibi-embed {
  width: 100%;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-list {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 11px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  opacity: 0;
}

.dropdown-navlink {
  margin-bottom: 0rem;
  padding: 1vw;
  font-family: 'Berthold akzidenz grotesk', sans-serif;
  color: #5c5452;
  font-size: 85%;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.slide-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(73%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.74)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2) 73%, rgba(0, 0, 0, 0.74));
}

.test-twxt-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-test {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vh;
  padding: 1rem 0px 1rem 16.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5c5452;
}

.container {
  margin-top: 3rem;
  padding-bottom: 3rem;
}

.large {
  color: #5c5452;
  font-size: 125%;
  font-weight: 400;
  text-align: center;
}

.large.left {
  text-align: left;
}

.press-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 2rem auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.press-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.contact-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 5.2rem 4rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(157, 140, 112, 0.3);
}

.contact-col {
  width: 30%;
}

.contact-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin-right: 2rem;
}

.contact-feature-wrapper-brown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(157, 140, 112, 0.17);
}

.contact-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 0px 11px 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-col-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-leading {
  margin-top: -23px;
  font-size: 500%;
}

.contact-feature-wrapper-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mobile-navbar {
  display: none;
}

.mobile-menu {
  display: none;
}

.team-text-wrapper-mobile {
  display: none;
  width: 40%;
}

.aida-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aida-feature-wrapper-mobile {
  display: none;
}

.contact-spacer-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-gallery-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85%;
  min-height: 90vh;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arrow-block {
  position: absolute;
  left: 0%;
  top: 40vh;
  right: auto;
  bottom: 0%;
  z-index: 20;
  margin-top: auto;
  text-shadow: 1px 1px 6px #000;
}

.hp-quote {
  position: relative;
  z-index: 10;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 150%;
  text-align: center;
}

.div-block {
  padding: 10px;
}

.body {
  padding-top: 22vh;
}

.div-block-2 {
  height: 50vh;
  background-color: #000;
}

.testimonial-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.test-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.77);
}

.aida-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aida-col {
  padding-left: 3vw;
}

.aida-col-left {
  width: 40%;
}

.heading-4 {
  font-size: 300%;
}

.link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.sp2 {
  height: 2vw;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(157, 140, 112, 0.56);
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0vh;
    font-size: 1.8vw;
  }

  .brand {
    width: 50%;
  }

  .spacer3 {
    display: none;
  }

  .desktop-navbar {
    display: none;
  }

  .slider {
    height: 50vh;
  }

  .hp-quotewrapper {
    top: auto;
    bottom: 1.3rem;
    width: 90%;
  }

  .hero.team {
    padding-right: 1rem;
  }

  .hero.aida {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero.testimonials {
    position: static;
    min-height: 80vh;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero.press {
    height: auto;
    min-height: 50vh;
  }

  .team-text-wrapper {
    width: 60%;
  }

  .aidat-text {
    width: 95%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .portfolio-bg {
    margin-top: auto;
  }

  .portfolio-wrapper {
    margin-top: 0vh;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .portfolio-link-block {
    width: 45%;
  }

  .hero-property {
    width: 95%;
    height: auto;
  }

  .test-twxt-wrapper {
    z-index: 20;
  }

  .footer-test {
    padding-left: 2rem;
  }

  .press-wrapper {
    width: 95%;
  }

  .contact-feature-wrapper {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .contact-col {
    width: 45%;
  }

  .contact-feature-wrapper-brown {
    padding: 2rem 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-col-right {
    width: 95%;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-col-services {
    width: 95%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-feature-wrapper-white {
    padding: 2rem 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .burger-link {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9d8c70;
  }

  .burger-line {
    width: 100%;
    height: 3px;
    border-radius: 20px;
    background-color: #fff;
  }

  .mobile-menu {
    position: fixed;
    top: 0%;
    right: -100%;
    bottom: 0%;
    z-index: 60;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9d8c70;
  }

  .navlink-mobile {
    font-family: 'Berthold akzidenz grotesk', sans-serif;
    color: #fff;
    font-size: 200%;
    font-weight: 100;
    text-transform: uppercase;
  }

  .navlink-mobile:hover {
    color: #fff;
  }

  .team-text-wrapper-mobile {
    width: 60%;
  }

  .aida-image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .aida-feature-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 140, 112, 0.81)), to(rgba(157, 140, 112, 0.81))), url('../images/download-1.jpg');
    background-image: linear-gradient(180deg, rgba(157, 140, 112, 0.81), rgba(157, 140, 112, 0.81)), url('../images/download-1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hp-quote {
    position: relative;
    z-index: 10;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-size: 150%;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
  }

  .div-block-2 {
    height: 5vh;
  }

  .testimonial-wrapper {
    overflow: auto;
  }

  .aida-wrapper {
    display: none;
  }
}

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

  h1 {
    margin-top: 0px;
    margin-bottom: 2rem;
    font-size: 350%;
  }

  h2 {
    margin-top: 0px;
    margin-bottom: 2rem;
  }

  h3 {
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  h4 {
    margin-bottom: 1rem;
  }

  h5 {
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    margin-bottom: 1rem;
    font-weight: 400;
  }

  .spacer2 {
    display: block;
  }

  .slide {
    min-height: 50vh;
  }

  .slider {
    min-height: 30vh;
  }

  .hp-quotewrapper {
    bottom: -1.1rem;
    width: 95%;
  }

  .hp-image {
    margin-top: 2vh;
  }

  .hero.team {
    height: 50vh;
  }

  .hero.services {
    height: 60vh;
  }

  .team-text-wrapper {
    display: none;
    width: 85%;
  }

  .portfolio-link-block {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-title {
    margin-bottom: 0rem;
  }

  .portfolio-text-wrapper {
    padding: 0.8rem;
  }

  .hero-property {
    height: auto;
  }

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

  .press-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .press-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
  }

  .contact-feature-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-col {
    width: 95%;
    margin-bottom: 2rem;
  }

  .contact-spacer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .no-leading {
    font-size: 400%;
  }

  .navlink-mobile {
    font-size: 150%;
  }

  .team-text-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-spacer-desktop {
    display: none;
  }

  .testimonial-wrapper {
    overflow: auto;
    min-height: 100vh;
  }

  .heading-5 {
    font-size: 350%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }

  h1 {
    margin-bottom: 0rem;
    font-size: 250%;
  }

  .spacer2 {
    display: block;
  }

  .slide {
    min-height: auto;
  }

  .slider {
    height: auto;
  }

  .hp-quotewrapper {
    bottom: 0.1rem;
  }

  .hero.contact {
    min-height: 70vh;
    padding-left: 7px;
  }

  .aidat-text {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }

  .portfolio-link-block {
    width: 95%;
  }

  .portfolio-text-wrapper {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }

  .test-twxt-wrapper {
    padding-top: 1rem;
  }

  .footer-test {
    padding-left: 1rem;
  }

  .contact-feature-wrapper-brown {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .contact-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .no-leading {
    font-size: 300%;
  }

  .contact-spacer-desktop {
    height: auto;
  }

  .hp-quote {
    font-size: 100%;
    line-height: 1.3;
  }
}

#w-node-_832c1e96-1143-3796-1011-a96434ab74b0-f9f8d53e {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Berthold akzidenz grotesk';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}