.xxl-heading {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 2px 2px 5px #0000006e;
  flex-direction: row;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 78px;
  font-weight:600;
  line-height: 90px;
  display: block;
  z-index: 100;
  text-align: center;
}
.body-display {
  font-family: Montserrat, sans-serif;
  height: auto;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight:500;
  max-width: none;
  color: #37312b;
  text-align: left;
  line-height: 28px;
  display: block;
  position: static;
  overflow: visible;
}
@media screen and (max-width: 479px) {
  .body-display.white.centered-text {
    text-align: left!important;
}
  .xxl-heading {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}
.body {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  clear: none;
  color: #37312b;
  background-color: #fff;
  flex-direction: row;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  display: block;
  overflow: visible;
  font-weight: 500;
}
.left-navbar {
  z-index: 30;
  width: auto;
  min-width: auto;
  letter-spacing: -0.03em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f3f6fc;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-left: 0;
  padding-left: 5vw;
  padding-right: 0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  position: relative;
}
.tablet-mobile-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: grid;
  overflow: auto;
}
.tablet-mobile-menu.navigation {
  width: 100%;
  height: auto;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}
.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  border-top: 0.8px solid #fff;
  border-bottom: 1px #fff;
  position: relative;
  overflow: hidden;
}
.wrapper {
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  justify-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}
.wrapper.navbar-wrapper {
  z-index: 2;
  grid-row-gap: 0px;
  border: 1px #f3f6fc;
  border-top-color: rgba(243, 246, 252, 0);
  flex-direction: row;
  order: 0;
  justify-content: left;
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: absolute;
  padding: 0 5vw 0 0;
  height: auto;
}
.navigation-links {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: end;
  align-items: center;
  justify-items: end;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}
.navigation-links.side-nav {
  width: 100%;
  flex: 1;
  grid-template-columns: auto auto;
  justify-content: end;
  justify-items: stretch;
}
.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}
.dropdown-toggle {
  width: 100%;
  max-width: none;
  min-width: auto;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 20px 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: visible;
}
.menu-dropdown {
  border-top: 0.8px solid #fff;
  border-bottom: 1px #fff;
  margin-left: 0;
  margin-right: 0;
}
.menu-dropdown.top {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.menu-dropdown.last {
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
}
.nav-link {
  height: auto;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 1px #fff;
  border-right: 1px #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  position: relative;
}
.nav-link.top-menu {
  height: 50px;
  border: 1px #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.nav-link.top-menu.phone {
  width: auto;
  border-style: none;
  justify-content: flex-start;
  display: flex;
}
.nav-link.top-menu.email {
  padding: 0;
}
.nav-link.top-menu.property-search {
  border-style: none;
  display: flex;
}
.body-display.white {
  height: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight:400;
}
.brand {
  z-index: 10;
  width: 220px;
  height: 115px;
  color: #090b19;
  text-transform: uppercase;
  background-image: url(/assets/images/new%20logo%20web.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 20px;
  margin-left: -5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.menu-wrapper {
  width: 100%;
  border: 1px rgba(243, 246, 252, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.home-hero-background-image {
  background-image: url(/assets/images/home-bg.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}
.home-hero {
  z-index: 1;
  min-height: 100vh;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0 5vw;
}
.background-cover {
  z-index: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.image-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(
      158deg,
      #083a46,
      rgba(4, 57, 71, 0.93) 21%,
      rgba(3, 45, 56, 0.84) 38%,
      rgba(1, 14, 17, 0.5) 63%,
      rgba(1, 8, 9, 0.28) 81%,
      rgba(0, 0, 0, 0) 100%,
      rgba(0, 0, 0, 0.81)
    ),
    linear-gradient(218deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.57) 69%, #000 99%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.plus-lottie {
  width: 15px;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.side-nav-header {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 0;
  display: flex;
}
.menu-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight:400;
  line-height: 1.6em;
}
.nav-text {
  z-index: 6;
  color: #fff;
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight:400;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-text.main-nav {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  text-shadow: none;
  padding-left: 0;
  font-size: 17px;
  font-weight:400;
}
.full-menu-button {
  width: 70px;
  height: 70px;
  border-left: 1px #f3f6fc;
  border-right: 1px #f3f6fc;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  margin-right: -0.5px;
  padding: 0 20px;
  display: none;
}
.list-item-arrow-3 {
  width: 18px;
  min-width: 18px;
  color: #e2e7f1;
}
.menu-list-item-main-menu {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: -0.03em;
  white-space: normal;
  border-top: 3px #0e3640;
  border-bottom: 1px rgba(243, 246, 252, 0);
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr;
  grid-auto-columns: 0.25fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  justify-items: start;
  margin-right: 0;
  padding: 15px 10px 15px 0;
  font-size: 17px;
  font-weight:400;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
}
.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.fly-out-button-wrapper {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}
.project-discovery-cover {
  z-index: 10;
  width: 100%;
  background-color: #f3f6fc;
}
.project-discovery-cover.two {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}
.grid-wrapper {
  z-index: 5;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: relative;
}
.grid-wrapper.fixed {
  z-index: 25;
  max-height: 0;
  align-content: end;
  align-items: end;
}
.grid-wrapper.projects-search {
  z-index: 25;
  width: auto;
  height: 100vh;
  flex: 0 auto;
  grid-template-columns: auto 0.75fr 0.5fr;
  justify-content: space-between;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}
.fly-out-button {
  z-index: 20;
  width: 33.33%;
  height: 48px;
  max-height: 48px;
  max-width: 33.33%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  white-space: nowrap;
  background-color: #f3f6fc;
  border-top: 1px rgba(255, 255, 255, 0.12);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 5vw 0 2vw;
  display: grid;
  position: relative;
  overflow: hidden;
}
.fly-out-button.on-click {
  z-index: 50;
  width: auto;
  height: 50px;
  max-height: 50px;
  max-width: none;
  background-color: #fff;
  background-image: linear-gradient(95deg, #700000, #910000 50%, #930000);
  padding-right: 2vw;
  overflow: visible;
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.4);
}
.fly-out-button.off-click {
  z-index: 50;
  width: auto !important;
  height: 50px;
  max-height: 50px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(95deg, #730000, #910000 50%, #730000 104%);
  grid-template-columns: auto auto;
  margin-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
.navigation-button {
  z-index: 10;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight:400;
  position: relative;
}
.navigation-button.on-click {
  color: #fff;
  font-weight:400;
}
.project-discovery-list {
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  justify-items: start;
  display: block;
  position: static;
  overflow: auto;
}
.project-discovery-wrapper {
  width: 400px;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  padding-top: 0;
  display: grid;
  overflow: visible;
}
.gallery-items-wrapper {
  z-index: 30;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url(/assets/images/IMG_5F8153FED5CB-1.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 20px 50px;
  display: flex;
  position: relative;
  overflow: visible;
}
.more-projects-wrapper {
  z-index: 25;
  height: 50px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.more-projects-wrapper.in-page {
  height: 50px;
  font-weight:400;
  display: block;
}
.project-gallery-wrapper {
  z-index: 30;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  padding-top: 0;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden;
}
.projects-lottie-wrapper {
  width: 100%;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.projects-lottie-2 {
  width: 50px;
  height: 100%;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.phone-icon {
  width: 30px;
  display: block;
}
.phone-icon.nav {
  width: 40px;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
}
.nav-menu {
  z-index: 10;
  width: 100%;
  border: 1px rgba(243, 246, 252, 0);
  flex: 0 auto;
  justify-content: flex-end;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}
.phone-text {
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight:400;
  display: none;
}
.phone-text.no-padding {
  margin-left: 0;
  padding: 0 5px;
  font-size: 17px;
  display: none;
}
.email-icon {
  width: 30px;
  margin-right: 0;
  overflow: hidden;
}
.email-icon.nav {
  width: 40px;
  height: auto;
  max-width: none;
}
.property-search {
  z-index: 2;
  color: #fff;
  display: block;
  position: relative;
}
.email {
  line-height: 0;
}
.search-icon {
  width: 30px;
  display: block;
}
.search-icon.nav {
  width: 40px;
  margin-right: 0;
  padding-right: 0;
}
.text-hover {
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight:400;
  display: block;
}
.text-hover.no-padding {
  margin-left: 0;
  padding: 0 5px 0 10px;
  font-size: 17px;
  display: none;
}
.get-in-touch {
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight:400;
  display: none;
}
.get-in-touch.no-padding {
  margin-left: 0;
  padding: 0 5px 0 10px;
  font-size: 17px;
  display: none;
}
.email-us {
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight:400;
  display: none;
}
.email-us.no-padding {
  margin-left: 0;
  padding: 0 5px 0 10px;
  font-size: 17px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .body {
    padding-bottom: 0;
  }
  .tablet-mobile-menu.navigation {
    width: auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-list {
    position: relative;
    overflow: hidden;
  }
  .navigation-links {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    justify-content: end;
    justify-items: end;
    margin-right: 0;
  }
  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-dropdown,
  .menu-dropdown.top {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-link {
    border-left-style: none;
    border-right: 1px #fff;
    justify-content: flex-end;
    padding-left: 0;
  }
  .nav-link.top-menu {
    border-right-style: none;
  }
  .nav-link.top-menu.email,
  .nav-link.top-menu.property-search {
    height: 45px;
  }
  .body-display.white {
    font-weight:400;
  }
  .menu-wrapper {
    justify-content: flex-end;
  }
  .home-hero-background-image {
    background-image: url(/assets/images/home-bg.webp);
  }
  .home-hero {
    padding-top: 0;
  }
  .side-nav-header {
    grid-template-columns: auto auto auto auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }
  .nav-text.main-nav {
    color: #fff;
    letter-spacing: normal;
    text-transform: capitalize;
  }
  .menu-list-item-main-menu {
    color: #000;
    border-top: 3px #0e3640;
    border-bottom: 3px #12323b;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .grid-wrapper.projects-search {
    grid-template-columns: auto 1fr 1fr;
  }
  .fly-out-button.off-click {
    padding-left: 0;
    padding-right: 1vw;
  }
  .navigation-button {
    font-weight:400;
  }
  .project-discovery-list {
    align-self: auto;
    padding-top: 0;
  }
  .project-discovery-wrapper {
    grid-template-columns: auto;
  }
  .gallery-items-wrapper {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-gallery-wrapper {
    display: none;
  }
  .phone-icon {
    width: 30px;
  }
  .nav-menu {
    margin-right: 0;
  }
  .phone-text.no-padding {
    font-size: 17px;
    display: none;
  }
  .email-icon {
    width: 20px;
  }
  .search-icon {
    width: 30px;
  }
  .email-us.no-padding,
  .get-in-touch.no-padding,
  .text-hover.no-padding {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .body {
    clear: none;
    padding-bottom: 0;
  }
  .left-navbar {
    flex: 0 auto;
    padding-left: 5vw;
    padding-right: 0;
  }
  .tablet-mobile-menu {
    display: none;
  }
  .tablet-mobile-menu.navigation {
    width: 100%;
    min-width: auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: auto;
    overflow: visible;
  }
  .wrapper {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-bottom: 0;
    display: flex;
  }
  .navigation-links {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex: 1;
    grid-template-columns: auto auto auto;
    justify-content: end;
    justify-items: end;
  }
  .menu-dropdown,
  .menu-dropdown.top {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-dropdown.last {
    border-bottom-style: solid;
  }
  .nav-link {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link.top-menu {
    width: auto;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }
  .body-display.white {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight:400;
    position: static;
  }
  .brand {
    width: 220px;
    height: 120px;
    background-image: url(/assets/images/new%20logo%20web.webp);
    flex: 0 auto;
    margin-top: 20px;
  }
  .menu-wrapper {
    border-style: none;
    padding-right: 0;
  }
  .home-hero-background-image {
    background-image: url(/assets/images/home-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .page-wrapper {
    z-index: 10;
  }
  .hero-content-wrapper {
    grid-row-gap: 20px;
    margin-top: 40px;
  }
  .home-hero {
    min-height: 100vh;
    padding-top: 0;
  }
  .background-cover {
    z-index: 1;
    height: auto;
  }
  .image-overlay {
    background-image: linear-gradient(
        163deg,
        #083a46,
        rgba(4, 57, 71, 0.95) 21%,
        rgba(3, 45, 56, 0.8) 37%,
        rgba(2, 30, 37, 0.6) 60%,
        rgba(1, 20, 25, 0.44) 77%,
        rgba(0, 7, 8, 0.23) 100%,
        rgba(0, 0, 0, 0.01)
      ),
      linear-gradient(
        218deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.11) 0,
        rgba(0, 0, 0, 0.51) 55%,
        rgba(0, 0, 0, 0.85) 75%,
        rgba(0, 0, 0, 0.9)
      );
    justify-content: center;
    align-items: center;
    display: block;
  }
  .side-nav-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    grid-template-columns: auto auto auto auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .menu-heading {
    font-size: 17px;
    font-weight:400;
  }
  .nav-text {
    letter-spacing: normal;
    text-shadow: 1px 0 3px rgba(0, 0, 0, 0.55);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    font-weight:400;
  }
  .nav-text.main-nav {
    color: #fff;
  }
  .menu-list-item-main-menu {
    width: 100%;
    border-bottom-width: 0.5px;
    margin-right: 0;
    padding: 15px 10px 15px 0;
  }
  .discovery-button-wrapper {
    grid-template-columns: 1fr;
  }
  .grid-wrapper.projects-search {
    width: auto;
    grid-template-columns: auto 0.75fr 0.5fr;
  }
  .fly-out-button.on-click {
    width: auto;
    padding-right: 10px;
    align-content: center;
  }
  .fly-out-button.off-click {
    width: auto;
    height: 100px;
    max-height: 50px;
    min-height: 50px;
    grid-template-columns: 50px auto;
    padding-left: 0;
    padding-right: 10px;
    align-content: center;
  }
  .navigation-button {
    color: #fff;
    padding-left: 0;
    padding-right: 10px;
  }
  .navigation-button.on-click {
    color: #fff;
  }
  .project-discovery-list {
    width: auto;
    align-self: auto;
    padding-top: 0;
    display: block;
    overflow: auto;
  }
  .project-discovery-wrapper {
    width: 450px;
    grid-template-columns: auto;
    overflow: visible;
  }
  .gallery-items-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: stretch;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:400;
    display: flex;
    overflow: visible;
  }
  .more-projects-wrapper.in-page {
    z-index: 100;
  }
  .project-gallery-wrapper {
    display: none;
  }
  .phone-icon {
    width: auto;
    max-width: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .phone-icon.nav {
    width: 40px;
    max-width: none;
  }
  .nav-menu {
    width: 100%;
    justify-content: flex-end;
    margin-right: 0;
  }
  .phone-text.no-padding {
    display: none;
  }
  .email-icon {
    width: 25px;
    height: 25px;
    max-width: 30px;
    margin-left: 0;
    margin-right: 15px;
  }
  .email-icon.nav {
    width: 40px;
    max-width: none;
    margin-right: 0;
  }
  .search-icon {
    width: auto;
    max-width: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .search-icon.nav {
    width: 40px;
    max-width: none;
  }
  .text-hover.no-padding {
    display: none;
  }
  .email-us.no-padding,
  .get-in-touch.no-padding {
    padding-left: 5px;
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .tablet-mobile-menu.navigation {
    grid-template-rows: auto auto auto auto auto auto auto;
    justify-content: stretch;
  }
  .wrapper {
    max-width: none;
  }
  .navigation-links {
    flex: none;
    order: 0;
    grid-template-columns: auto auto auto;
    align-content: space-between;
    justify-content: end;
    align-self: auto;
    overflow: visible;
  }
  .navigation-links.side-nav {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: grid;
  }
  .menu-dropdown.top {
    border-top: 0.5px solid #fff;
  }
  .nav-link {
    height: 50px;
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link.top-menu {
    border-style: none;
    border-color: #000;
  }
  .nav-link.top-menu.email,
  .nav-link.top-menu.phone {
    height: auto;
  }
  .nav-link.top-menu.property-search {
    width: auto;
    height: auto;
  }
  .body-display.white {
    font-size: 17px;
    font-weight:400;
  }
  .brand {
    width: 220px;
    margin-left: 0;
  }
  .menu-wrapper {
    justify-content: center;
  }
  .home-hero {
    min-height: 1100px;
    padding-top: 80px;
  }
  .side-nav-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
    margin-top: 0;
    display: grid;
  }
  .menu-heading {
    font-size: 17px;
  }
  .nav-text {
    font-size: 22px;
  }
  .discovery-button-wrapper {
    grid-template-columns: 2fr;
  }
  .project-discovery-cover.two {
    width: auto;
  }
  .grid-wrapper.projects-search {
    width: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: auto;
    justify-items: start;
    right: auto;
    overflow: visible;
  }
  .fly-out-button.off-click {
    max-width: none;
  }
  .project-discovery-wrapper {
    grid-template-columns: auto;
  }
  .gallery-items-wrapper {
    width: 25vw;
    max-width: none;
    min-width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-gallery-wrapper {
    width: 100%;
    max-width: none;
    min-width: auto;
    display: none;
    overflow: visible;
  }
  .phone-icon {
    width: 40px;
  }
  .nav-menu {
    width: 100%;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    display: flex;
  }
  .phone-text,
  .phone-text.no-padding {
    display: none;
  }
  .email-icon {
    width: 20px;
    max-width: 20px;
  }
  .search-icon {
    width: 40px;
  }
  .email-us,
  .email-us.no-padding,
  .get-in-touch,
  .get-in-touch.no-padding,
  .text-hover,
  .text-hover.no-padding {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  h1 {
    font-size: 56px;
    line-height: 72px;
  }
  .left-navbar {
    width: 100%;
    height: auto;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 5vw;
    display: block;
  }
  .tablet-mobile-menu {
    width: 100%;
    height: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 0;
    display: grid;
    overflow: visible;
  }
  .tablet-mobile-menu.navigation {
    width: 100%;
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: auto;
    justify-content: stretch;
    padding-top: 0;
    display: block;
    overflow: visible;
  }
  .dropdown-list {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-top-style: none;
    margin-bottom: 0;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .wrapper {
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: stretch;
    justify-items: center;
    display: flex;
  }
  .navigation-links {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    justify-items: start;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 0;
    display: none;
  }
  .navigation-links.side-nav {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: end;
    justify-items: stretch;
    margin-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
  }
  .menu-lottie {
    width: 40px;
    height: 40px;
    flex-flow: column;
    flex: none;
    align-items: center;
    display: flex;
    position: static;
  }
  .dropdown-toggle {
    border-bottom: 0.5px solid #fff;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 20px 0;
    display: flex;
  }
  .menu-dropdown {
    border-top-style: none;
    border-bottom: 0.5px #fff;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .menu-dropdown.top {
    border-top: 1px #fff;
    border-bottom: 0.5px #fff;
    display: block;
  }
  .menu-dropdown.last {
    border-bottom-style: none;
  }
  .nav-link {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0.5px #fff;
    border-radius: 5px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }
  .nav-link.top-menu {
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }
  .nav-link.top-menu.phone {
    height: 40px;
    border-right-style: solid;
    border-right-width: 0.8px;
    border-radius: 0;
    justify-content: center;
    margin-left: 0;
    padding: 5px 15px;
    display: flex;
  }
  .nav-link.top-menu.email {
    width: auto;
    height: 40px;
    justify-content: center;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px;
    display: flex;
  }
  .nav-link.top-menu.property-search {
    height: 40px;
    border-right-style: solid;
    border-right-width: 0.8px;
    border-radius: 0;
    justify-content: center;
    margin-left: 0;
    padding: 5px 15px;
    display: flex;
  }
  .nav-link.top-menu.property-search.hidden {
    display: none;
  }
  .body-display.white {
    letter-spacing: 0;
    margin-top: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight:400;
  }
  .brand {
    width: 220px;
    height: 100px;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: -10px;
    padding-top: 0;
    display: flex;
  }
  .menu-wrapper {
    flex: 0 auto;
    align-self: stretch;
    display: block;
  }
  .home-hero-background-image {
    background-image: url(/assets/images/mobile-home.webp);
    background-position: 50%;
  }
  .page-wrapper {
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .hero-content-wrapper {
    max-width: none;
    grid-row-gap: 15px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    justify-items: start;
    margin-top: 0;
    display: flex;
    overflow: visible;
  }
  .home-hero {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .image-overlay {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.43);
    background-image: linear-gradient(
      161deg,
      #083a46,
      rgba(9, 59, 71, 0.98) 22%,
      rgba(12, 61, 72, 0.93) 36%,
      rgba(3, 45, 56, 0.73) 53%,
      rgba(1, 16, 19, 0.54) 62%,
      rgba(0, 3, 3, 0.43) 100%,
      rgba(0, 0, 0, 0.47) 100%,
      rgba(1, 15, 18, 0.65) 100%,
      rgba(1, 13, 16, 0.49) 100%,
      rgba(1, 10, 12, 0.48) 100%,
      rgba(0, 7, 8, 0.61)
    );
    justify-content: center;
    display: flex;
  }
  .plus-lottie {
    width: 15px;
    flex-direction: row;
    order: 0;
    display: flex;
  }
  .side-nav-header {
    width: auto;
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-self: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: grid;
  }
  .menu-heading {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight:400;
  }
  .nav-text {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-text.main-nav {
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight:400;
  }
  .full-menu-button {
    z-index: 40;
    width: 100px;
    height: 80px;
    border: 1px #fff;
    border-radius: 10px;
    flex: none;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .menu-list-item-main-menu {
    border-top: 3px #213c48;
    border-bottom: 3px transparent;
    align-items: stretch;
    justify-items: start;
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px 10px 20px 0;
  }
  .project-discovery-cover.two {
    width: auto;
  }
  .project-discovery-list {
    align-self: stretch;
    overflow: visible;
  }
  .gallery-items-wrapper {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }
  .phone-icon {
    margin-right: 0;
  }
  .phone-icon.nav {
    width: 35px;
    max-width: 100%;
    flex: 0 auto;
    display: block;
    overflow: hidden;
  }
  .nav-menu {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .phone-text {
    margin-right: 10px;
  }
  .phone-text.no-padding {
    margin-right: 0;
    display: none;
  }
  .email-icon {
    width: 25px;
    height: 25px;
  }
  .email-icon.nav {
    width: 35px;
    max-width: 100%;
    flex: 0 auto;
    display: block;
    position: static;
    overflow: hidden;
  }
  .search-icon {
    margin-right: 0;
  }
  .search-icon.nav {
    width: 35px;
    display: block;
    overflow: hidden;
  }
  .text-hover {
    margin-right: 10px;
  }
  .text-hover.no-padding {
    margin-right: 0;
    display: none;
  }
  .get-in-touch {
    margin-right: 10px;
  }
  .get-in-touch.no-padding {
    margin-right: 0;
    display: none;
  }
  .email-us {
    margin-right: 10px;
  }
  .email-us.no-padding {
    margin-right: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    margin-top: 4px;
    font-size: 48px;
    line-height: 56px;
  }
  .left-navbar {
    width: 100%;
    min-width: auto;
    border-style: none;
    padding-left: 10px;
  }
  .tablet-mobile-menu {
    display: block;
  }
  .tablet-mobile-menu.navigation {
    justify-items: stretch;
    padding-top: 0;
  }
  .wrapper {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }
  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }
  .navigation-links {
    grid-template-columns: 1fr;
  }
  .navigation-links.side-nav {
    margin-left: 0;
    padding-right: 10px;
  }
  .dropdown-toggle {
    min-height: 60px;
    padding: 20px 10px 20px 0;
  }
  .menu-dropdown.top {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-link {
    border-bottom: 1px #f3f6fc;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link.top-menu {
    margin-left: 0;
    padding-right: 0;
  }
  .nav-link.top-menu.phone {
    border-right-style: solid;
    border-right-width: 0.8px;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }
  .nav-link.top-menu.email {
    justify-content: start;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-link.top-menu.property-search {
    border-right-style: solid;
    border-right-width: 0.8px;
    flex-direction: row;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }
  .body-display.white {
    padding-right: 0;
  }
  .brand {
    margin-left: 10px;
    padding-left: 20px;
  }
  .menu-wrapper {
    display: none;
  }
  .hero-content-wrapper {
    align-self: flex-start;
    padding-bottom: 0;
  }
  .image-overlay {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .side-nav-header {
    grid-template-columns: auto auto;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .nav-text.main-nav {
    font-size: 17px;
  }
  .list-item-arrow-3 {
    width: 14px;
    min-width: 14px;
  }
  .menu-list-item-main-menu {
    grid-template-columns: auto 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .grid-wrapper {
    grid-row-gap: 120px;
  }
  .grid-wrapper.fixed {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  .grid-wrapper.projects-search {
    width: 100%;
    grid-template-columns: auto;
    align-content: start;
    justify-content: stretch;
  }
  .navigation-button {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }
  .navigation-button.on-click {
    padding-left: 0;
    padding-right: 0;
  }
  .project-discovery-list {
    align-self: flex-start;
  }
  .project-discovery-wrapper {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    align-items: start;
    display: grid;
  }
  .gallery-items-wrapper {
    width: auto;
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }
  .more-projects-wrapper.in-page {
    height: 50px;
    display: block;
  }
  .project-gallery-wrapper {
    display: none;
    overflow: visible;
  }
  .projects-lottie-wrapper {
    width: auto;
    height: auto;
    justify-content: flex-end;
    margin-right: 15px;
    padding-left: 0;
  }
  .projects-lottie-2 {
    width: 25px;
    justify-content: center;
    align-self: center;
    display: flex;
  }
  .phone-icon {
    width: 30px;
    display: block;
  }
  .phone-icon.nav {
    width: 35px;
  }
  .phone-text.no-padding {
    display: none;
  }
  .email-icon.nav {
    width: 35px;
  }
  .search-icon {
    width: 30px;
    display: block;
  }
  .search-icon.nav {
    width: 35px;
  }
  .email-us.no-padding,
  .get-in-touch.no-padding,
  .text-hover.no-padding {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }
  .body {
    height: auto;
    min-height: auto;
    min-width: auto;
    color: #000;
    background-color: #fff;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    display: block;
    overflow: visible;
  }
  .left-navbar {
    z-index: 30;
    height: auto;
    max-width: none;
    min-width: 100%;
    background-color: rgba(91, 38, 38, 0);
    border-style: none;
    border-top-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }
  .tablet-mobile-menu {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    margin-top: 0;
    padding: 100px 5vw 20px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .tablet-mobile-menu.navigation {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }
  .dropdown-list {
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    border-top-style: none;
    border-bottom-style: none;
  }
  .wrapper {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }
  .wrapper.navbar-wrapper {
    width: 100%;
    height: auto;
    border-width: 0;
    align-items: stretch;
    overflow: visible;
  }
  .navigation-links {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    justify-items: end;
    margin-top: 0;
    display: flex;
  }
  .navigation-links.side-nav {
    flex: 1;
    justify-content: flex-end;
    padding-right: 0;
  }
  .menu-lottie {
    z-index: 40;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    font-weight:400;
    line-height: 20px;
    display: block;
    position: relative;
  }
  .dropdown-toggle {
    width: 100%;
    height: auto;
    min-height: auto;
    border-top: 0.5px #fff;
    border-bottom: 1px solid #fff;
    flex-direction: row;
    padding: 20px 10px 20px 0;
    display: flex;
    position: static;
    overflow: hidden;
  }
  .menu-dropdown {
    border-top-style: none;
    border-bottom: 0.5px #fff;
  }
  .menu-dropdown.top {
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0.5px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .menu-dropdown.last {
    border-bottom-style: none;
    padding-bottom: 100px;
  }
  .nav-link {
    color: #fff;
    border-bottom-style: none;
    border-radius: 0;
    margin-left: 0;
    padding: 0;
  }
  .nav-link.top-menu {
    height: 45px;
    margin-left: 0;
    padding-right: 0;
  }
  .nav-link.top-menu.phone {
    height: 40px;
    border-right-style: solid;
    border-right-width: 0.8px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    overflow: hidden;
  }
  .nav-link.top-menu.email {
    height: 40px;
    border-left-style: none;
    justify-content: center;
    justify-items: start;
    margin-left: 0;
    padding: 0 10px 0 20px;
    display: flex;
  }
  .nav-link.top-menu.property-search {
    z-index: 6;
    width: auto;
    height: 40px;
    border-right-style: solid;
    border-right-width: 0.8px;
    justify-content: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    overflow: hidden;
  }
  .body-display {
    width: auto;
    height: auto;
    color: #000;
    text-align: left;
    letter-spacing: normal;
    font-size: 17px;
    font-weight:400;
    line-height: 29px;
    display: block;
    overflow: hidden;
  }
  .body-display.white {
    text-shadow: none;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight:400;
    display: block;
  }
  .brand {
    z-index: auto;
    width: 220px;
    height: 100px;
    background-position: 0 100%;
    background-attachment: scroll;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    overflow: visible;
  }
  .menu-wrapper {
    display: none;
    overflow: scroll;
  }
  .home-hero-background-image {
    -webkit-text-fill-color: inherit;
    background-image: url(/assets/images/mobile-home.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    overflow: visible;
  }
  .page-wrapper {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .hero-content-wrapper {
    z-index: 1;
    flex-flow: column;
    display: flex;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
  }
  .home-hero {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }
  .background-cover {
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .image-overlay {
    background-color: rgba(0, 0, 0, 0.47);
    background-image: linear-gradient(
      152deg,
      #083a46,
      rgba(7, 58, 70, 0.95) 13%,
      rgba(4, 57, 71, 0.85) 26%,
      rgba(3, 45, 56, 0.73) 40%,
      rgba(0, 7, 8, 0.37) 76%,
      rgba(0, 5, 6, 0.45) 100%,
      rgba(0, 0, 0, 0.64)
    );
    display: block;
  }
  .side-nav-header {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    margin-left: -15px;
  }
  .menu-heading {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.26);
    font-size: 17px;
    font-weight:400;
  }
  .nav-text {
    color: #fff;
    font-size: 19px;
    font-weight:400;
  }
  .nav-text.main-nav {
    color: #fff;
    text-transform: none;
    padding-top: 0;
    padding-right: 10px;
    font-size: 17px;
    font-weight:400;
    line-height: 1.35em;
  }
  .full-menu-button {
    z-index: 29;
    width: 85px;
    height: auto;
    border-style: none;
    border-radius: 5px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 32px 20px 20px 26px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .list-item-arrow-3 {
    width: 18px;
    min-width: 18px;
  }
  .menu-list-item-main-menu {
    width: auto;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: row;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px 15px 0;
    display: flex;
    overflow: visible;
  }
  .menu-list-item-main-menu.last {
    width: auto;
    border-bottom: 1px solid #fff;
    overflow: visible;
  }
  .discovery-button-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
    grid-template-columns: 100%;
    overflow: hidden;
  }
  .project-discovery-cover.two {
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
  }
  .grid-wrapper {
    grid-row-gap: 100px;
  }
  .grid-wrapper.fixed {
    align-content: end;
    justify-content: space-between;
    align-items: end;
    justify-items: start;
  }
  .grid-wrapper.projects-search {
    z-index: 25;
    width: 100%;
    height: 100vh;
    min-height: auto;
    grid-row-gap: 0px;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
    padding-left: 0;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }
  .navigation-button {
    width: auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.26);
    justify-content: center;
    margin-left: 0;
    padding: 0;
    font-size: 17px;
    font-weight:400;
    display: flex;
  }
  .navigation-button.on-click {
    text-shadow: none;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .project-discovery-list {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .project-discovery-wrapper {
    width: 100%;
    height: auto;
    grid-template-columns: auto;
    align-items: stretch;
    padding-left: 0;
  }
  .gallery-items-wrapper {
    z-index: 32;
    width: auto;
    height: 100vh;
    background-image: url(/assets/images/IMG_5F8153FED5CB-1.jpeg);
    background-position: 50%;
    background-size: cover;
    justify-content: stretch;
    align-items: start;
    padding: 0 20px 100px;
    display: block;
    overflow: scroll;
  }
  .more-projects-wrapper {
    width: 100%;
    height: auto;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .more-projects-wrapper.in-page {
    z-index: 100;
  }
  .project-gallery-wrapper {
    z-index: 30;
    width: 100%;
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 0;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    overflow: visible;
  }
  .projects-lottie-wrapper {
    width: auto;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .projects-lottie-2 {
    width: 25px;
    margin-left: 0;
  }
  .phone-icon {
    width: 30px;
    height: 30px;
    display: block;
  }
  .phone-icon.nav {
    width: 35px;
    height: auto;
    flex: 1;
    line-height: 0;
    display: inline-block;
  }
  .nav-menu,
  .phone-text {
    display: none;
  }
  .phone-text.no-padding {
    padding-left: 5px;
    padding-right: 10px;
    display: none;
  }
  .email-icon {
    width: 20px;
    height: auto;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }
  .email-icon.nav {
    width: 35px;
    height: auto;
    max-width: 100%;
    clear: both;
    object-fit: fill;
    flex: none;
    display: inline-block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .property-search {
    width: 100%;
    height: auto;
    color: #fff;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
  }
  .search-icon {
    width: 30px;
    height: 30px;
    display: block;
  }
  .search-icon.nav {
    width: 35px;
    height: auto;
    border-right: 1px #000;
    flex: 0 auto;
    line-height: 0;
  }
  .email-us,
  .email-us.no-padding,
  .get-in-touch,
  .get-in-touch.no-padding,
  .text-hover,
  .text-hover.no-padding {
    display: none;
  }
}
.listing__favorite {
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: transparent;
  position: absolute;
}
.listing__favorite:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23FFFFFF" viewBox="0 0 512 512"><path d="M352.92 80C288 80 256 144 256 144s-32-64-96.92-64c-52.76 0-94.54 44.14-95.08 96.81-1.1 109.33 86.73 187.08 183 252.42a16 16 0 0018 0c96.26-65.34 184.09-143.09 183-252.42-.54-52.67-42.32-96.81-95.08-96.81z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>');
  width: 24px;
  height: 24px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
nav,
section {
  display: block;
}
h1 {
  margin: 0.67em 0;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  overflow: clip !important;
}
.w-dropdown-toggle {
  display: flex;
  padding-right: 10px;
  flex-direction: row;
  align-items: stretch;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}
.w-nav-menu {
  position: relative;
  float: right;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-weight:400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 38px;
  margin-top: 0;
  font-weight:400;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #980000;
  font-weight:400;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none !important;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
*,
::before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, arial, helvetica, verdana, sans-serif;
  color: #000;
  font-size: 16px;
}
a {
  background-color: transparent;
  color: #0067c2;
  text-decoration: none !important;
  color: inherit;
  font-family: Montserrat;
  font-weight:400;
}
.hidden {
  display: none !important;
}
@media (max-width: 900px) {
  .navigation {
    padding: 1rem;
  }
}
.listing__favorite {
  display: none;
  bottom: 29px;
  right: 4px;
}
:focus-visible {
  outline: 0;
}
::placeholder {
  text-transform: capitalize;
}
.nav-link.top-menu.property-search.hidden {
  display: none !important;
}
.nav-link {
  display: flex !important;
}
h1 {
  margin-bottom: 0;
  line-height: 80px;
}
.gallery-items-wrapper {
  background-image: linear-gradient(
    162deg,
    #0d4150,
    #134c60 25%,
    #18576f 50%,
    #144f64 74%,
    #0d4150
  );
}
