:root {
  --maroon: #771812;
  --maroon-2: #592929;
  --crimson: #d13931;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

ul {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url('../images/bullet.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 24px;
  font-size: 16px;
}

label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.container.header {
  z-index: 3;
  margin-top: -86px;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.container.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.container.large {
  max-width: 1800px;
}

.container.large.no-space-top {
  padding-top: 0;
}

.container.medium {
  max-width: 1280px;
}

.container.more-space {
  padding-top: 160px;
  padding-bottom: 80px;
}

.container.largest {
  object-fit: cover;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.largest.no-space-bot {
  padding-bottom: 0;
}

.container.footer {
  margin-top: -100px;
  padding-top: 100px;
}

.container.no-space-top {
  padding-top: 0;
}

.container.vertical {
  flex-direction: column;
}

.container.vertical.left {
  align-items: flex-start;
}

.container.navbar-container {
  height: 86px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.relative {
  position: relative;
}

.container.relative-1 {
  z-index: 1;
}

.navbar {
  background-color: #dbdbdb00;
  border-bottom: 1px solid #f7f7f700;
  width: 100%;
  height: 86px;
}

.spacer {
  flex: 1;
  height: 10px;
}

.brand {
  padding-left: 0;
  display: block;
}

.brand.w--current {
  align-self: center;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.menu-item {
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.menu-item:hover {
  color: #000;
  background-color: #f0f0f0cc;
}

.menu-item:focus {
  background-color: #f0f0f0cc;
}

.menu-item.w--current {
  background-color: var(--maroon);
  color: #fff;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.header-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: 1px;
  background-color: #eee;
  border: 2px solid #0000;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  background-color: #d6d6d6;
  align-items: center;
}

.btn.primary {
  background-color: var(--maroon);
  color: #fff;
}

.btn.primary:hover {
  background-color: var(--maroon-2);
}

.btn.primary.red {
  background-color: var(--crimson);
}

.btn.primary.red:hover {
  background-color: #e7544c;
}

.btn.primary.ondark {
  color: #000;
  background-color: #fff;
}

.btn.primary.ondark:hover {
  color: #fff;
  background-color: #566a88;
}

.btn.frameless {
  background-color: #0000;
  border: 2px solid #f5f5f5;
}

.btn.frameless:hover {
  background-color: #eee;
  border-color: #0000;
}

.btn.centered {
  justify-content: center;
  align-items: center;
}

.text-block, .html-embed {
  display: inline-block;
}

.header-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
  inset: 0%;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-group.margin-bot {
  margin-bottom: 60px;
}

.header-text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-right: 48px;
  display: flex;
}

.header-image {
  width: 100%;
}

.header-image-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.header-image-container.mobile {
  display: none;
}

.active-project-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(28deg, #592929, #642525 0%, #6f2020);
  width: 100%;
}

.active-project-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  padding: 24px;
}

.kicker {
  color: #646464;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.kicker.red {
  color: #f3b4b0;
}

.paragraph {
  margin-bottom: 20px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.lead {
  line-height: 28px;
}

.paragraph.white.lead.thin {
  font-weight: 400;
}

.white {
  color: #fff;
}

.white.page-header-text {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 80px;
}

.inner-card {
  padding: 60px;
  position: relative;
}

.inner-card.left {
  padding-left: 0;
}

.inner-card.right {
  padding-right: 0;
}

.inner-card.top-aligned.small-top-bot {
  padding-top: 32px;
  padding-bottom: 32px;
}

.inner-card.center-aligned {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inner-card.center-aligned.tight {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.current-project {
  display: none;
}

.header {
  padding-bottom: 140px;
  position: relative;
}

.header.relative, .information {
  position: relative;
}

.fill-image {
  object-fit: cover;
  min-height: 500px;
}

.thinner-left {
  margin-left: 0;
}

.grid {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.middle-divider {
  z-index: 1;
  background-color: #f1f1f1;
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.our-mission-container {
  background-color: #f7f7f7;
  flex: 1;
  justify-content: center;
  display: flex;
}

.mission-content {
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto;
}

.footer {
  background-color: #252c36;
}

.footer-header {
  color: #677589;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-header.link {
  color: #fff;
  border-bottom: 4px solid #0000;
  transition: all .2s;
  display: inline-block;
}

.footer-header.white {
  color: #fff;
}

.footer-header.white.space {
  margin-bottom: 20px;
}

.footer-cta-link {
  text-decoration: none;
}

.footer-cta {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.footer-bar {
  grid-column-gap: 32px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1.5fr;
}

.footer-link-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link {
  color: #959fad;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link.black {
  color: #1e4597;
}

.footer-link.black:hover {
  color: #10244e;
}

.footer-link-item-container {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-features-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.grid-third {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: "."
  / .75fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
}

.header-image-file {
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.header-grid-background {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-with-background-wrap {
  position: relative;
}

.about-us-container {
  border: 1px solid #dbdbdb;
  flex: 1;
  justify-content: center;
  padding: 32px 0 32px 32px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.abous-us-content {
  width: 100%;
}

.center {
  text-align: center;
}

.spec-grid {
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.spec-image {
  width: 100%;
  max-width: 150px;
}

.spec-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-fixed {
  background-image: url('../images/DSC_2658.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
}

.grid-3 {
  grid-template: "Area Area Area-5 Area-5"
                 "Area-2 Area-3 Area-5 Area-5"
                 "Area-4 Area-4 Area-5 Area-5"
                 "Area-6 Area-6 Area-6 Area-7"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.gallery-lightbox-image:hover {
  transform: scale(1.02);
}

.current-project-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  width: 100%;
  position: relative;
}

.current-project-image {
  object-fit: cover;
  width: 100%;
  max-height: 420px;
}

.map-container {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.list-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.list {
  flex-direction: column;
  display: flex;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.map-image:hover {
  transform: scale(1.02);
}

.text-field {
  color: #fff;
  background-color: #445163;
  border: 2px solid #0000;
  border-radius: 4px;
  padding: 24px;
  font-size: 16px;
  transition: all .2s;
}

.text-field:hover {
  background-color: #4c586d;
  border-color: #59667c;
}

.text-field:focus {
  background-color: #59657a;
  border-color: #c0cce0;
}

.text-field::placeholder {
  color: #99a6b8;
}

.text-field.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}

.text-field.math-field.valid {
  background-color: #44635145;
  border-color: #04e492;
}

.text-field.math-field.invalid {
  background-color: #6344443d;
  border-color: #e93737;
}

.form-section {
  width: 100%;
}

.form {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-form-header {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-2col {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.contact-form-grid {
  grid-template-rows: auto;
  width: 100%;
}

.middle-divider-bullet {
  background-color: #f1f1f1;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
}

.middle-divider-bullet.red {
  background-color: var(--crimson);
  width: 8px;
  height: 8px;
  inset: auto 0% 0% -150%;
}

.middle-divider-bullet.red.more {
  bottom: -4.5px;
}

.middle-divider-bullet.top {
  top: 0;
}

.header-container {
  position: relative;
}

.current-development-inner-container {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 32px;
  position: relative;
}

.tight {
  max-width: 430px;
}

.divider {
  background-color: var(--crimson);
  width: 50px;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.header-subtext {
  margin-bottom: 0;
}

.subdued {
  color: #7f8a99;
  font-style: normal;
  font-weight: 400;
}

.subdued.no-padding {
  margin-bottom: 0;
}

.our-story-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-credits {
  grid-column-gap: 10px;
  justify-content: space-between;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-credit-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003b;
  border-radius: 4px;
  padding: 4px;
  position: relative;
}

.img-credit-text {
  color: #fff;
}

.image-mask {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.success-message {
  background-color: #2e3541;
  padding: 40px;
}

.text-block-2 {
  color: #fff;
}

.error-message {
  background-color: var(--crimson);
}

.rich-text-block {
  width: 100%;
}

.page-header {
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  display: flex;
  position: relative;
}

.page-header.about-us-header {
  background-image: linear-gradient(to bottom, null, null), url('../images/DSC_2596-1.jpg');
}

.page-header.dark-bg {
  background-color: #000;
}

.page-header.light-grey-bg {
  background-color: #f7f7f7;
}

.page-grid-2col {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.page-grid-2col.padding-under {
  margin-bottom: 60px;
}

.specs-image {
  object-fit: contain;
  width: 100%;
  position: sticky;
  top: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-lottie {
  width: 215px;
}

.fixed-nav {
  z-index: 1900;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  position: fixed;
  top: -86px;
  left: 0;
  right: 0;
}

.dropdown-list {
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  margin-top: 4px;
  padding: 8px;
  display: none;
  box-shadow: 0 2px 7px #0000001f;
}

.dropdown-list.w--open {
  display: flex;
}

.header-image-background {
  opacity: .6;
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  font-size: 32px;
  line-height: 40px;
}

.heading-2 {
  font-size: 30px;
}

.full-width {
  width: 100%;
}

.full-width.full-height {
  object-fit: cover;
  height: 100%;
}

.full-width.full-height.snap-left {
  object-position: 0% 50%;
}

.nav-divider {
  background-color: #ccc;
  align-items: center;
  width: 1px;
  height: 20px;
}

.quote-img {
  z-index: -1;
  width: 50px;
  margin-bottom: 12px;
}

.flex {
  flex-direction: column;
  display: flex;
}

.map-link {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-map {
  max-height: 200px;
}

.link {
  color: #415d85;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #040c18;
  text-decoration: underline;
}

.link.black {
  color: #1e4597;
}

.link.black:hover {
  color: #10244e;
}

.a-vendre-block {
  width: 100%;
}

.spec-icon {
  width: 24px;
  height: 32px;
}

.spec-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spec-items-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  margin-bottom: 32px;
  display: flex;
}

.listing-photo {
  margin-bottom: 8px;
}

.quick-stack {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  padding: 0;
}

.a-vendre-photo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.past-work-container {
  border: 2px solid #eee;
  border-radius: 4px;
  width: 100%;
  padding: 16px;
}

.past-work-container-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.past-work-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 0 0 1px #00000008;
}

.grid-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 62px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.header {
    flex-direction: column;
    padding: 100px 0 40px;
  }

  .container.more-space {
    padding-top: 100px;
  }

  .container.navbar-container {
    height: 86px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    height: auto;
  }

  .nav-menu {
    transition: all .2s;
    box-shadow: 0 12px 8px #0003;
  }

  .menu-item {
    background-color: #fff;
    border-radius: 0;
    padding: 24px 40px;
  }

  .menu-item.w--current {
    color: #000;
    background-color: #dadada;
  }

  .header-text {
    font-size: 60px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .header-text-block {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-image-container.mobile {
    display: block;
  }

  .inner-card.left {
    padding-right: 30px;
  }

  .inner-card.right {
    padding-left: 30px;
  }

  .header {
    margin-top: -100px;
    padding-bottom: 40px;
  }

  .fill-image {
    min-height: auto;
  }

  .middle-divider.header, .middle-divider.header-divider {
    display: none;
  }

  .grid-third {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .header-image-file {
    height: 450px;
  }

  .header-grid-background {
    display: none;
  }

  .about-us-container {
    padding-right: 32px;
  }

  .spec-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .image-fixed {
    height: 300px;
  }

  .current-project-grid {
    grid-row-gap: 0px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .menu-button {
    border-radius: 0;
  }

  .menu-button.w--open {
    background-color: var(--maroon);
    border-radius: 0;
    transition: all .2s;
  }

  .page-header {
    min-height: 250px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .nav-divider {
    height: 1px;
  }

  .a-vendre-photo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.more-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-text {
    font-size: 48px;
    line-height: 60px;
  }

  .inner-card {
    padding: 40px 0;
  }

  .inner-card.left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner-card.right {
    padding-bottom: 0;
    padding-left: 0;
  }

  .inner-card.center-aligned {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .middle-divider.info {
    display: none;
  }

  .footer-header {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1.5fr;
  }

  .header-image-file {
    height: 330px;
  }

  .form-2col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .page-header {
    min-height: 200px;
  }

  .page-grid-2col {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .quick-stack {
    width: 100%;
  }

  .a-vendre-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cell {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .container {
    padding: 20px;
  }

  .container.header {
    padding-bottom: 0;
  }

  .container.more-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header {
    padding-bottom: 20px;
  }

  .footer-cta {
    padding-top: 40px;
  }

  .footer-bar {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .about-us-container {
    padding: 20px;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }

  .image-fixed {
    background-size: cover;
  }

  .current-development-inner-container {
    padding: 20px;
  }

  .page-header {
    min-height: 120px;
  }

  .page-grid-2col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_73847970-b7ab-b5eb-657b-f1760fa0b2ba-53068b74, #w-node-_22181cd7-37e7-b67b-3838-0d0f32ca2bc1-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bab48d4f-7570-b1da-effd-0a0c676853a6-53068b74 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5bba118f-4917-9cda-867c-9e80d64289bb-53068b74 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b559f29b-7177-9bf1-b7ff-2127cadb5d91-53068b74, #w-node-_1236a299-7f50-9326-e8d0-b78c677a7ebd-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95e4f208-5781-98c0-9732-7e2e8b46dc34-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc7c74c3-6800-7ca1-7b30-697f4a3c6c4f-53068b74, #w-node-_39366a65-2bca-c3fe-4e0c-8f1bc01263a3-53068b74, #w-node-_833b65aa-d971-14a5-2714-89a5b1f296db-53068b74, #w-node-_8ccaf781-fbcb-3946-0c86-eee3a7bfdf48-53068b74, #w-node-_10246f80-aed4-664d-243a-261567b13130-53068b74, #w-node-_8480136f-3049-fa24-e4aa-b36c92d84869-53068b74, #w-node-_469a6f68-4587-2204-a7a5-efec2d01f521-53068b74, #w-node-_232850b0-71da-17d2-9ddc-57ef010d2a74-53068b74, #w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb6-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb7-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67462509-8fb3-1f46-3bb1-926b506b8e7d-53068b74, #w-node-_48cf6218-8abb-c659-62ee-e6a4ee7b772c-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_451ba0cd-0f10-feed-ceeb-2efb445849dd-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2173c40c-ae87-c8f8-5164-018fdca14438-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_83fe3395-1e3c-78c1-ad75-e346c3459ee3-53068b74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_338e16bf-c014-4c93-0672-0c14545a9abd-53068b74 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-f90c9629-acfb-8ad8-1c4a-e1df620ef6ea-53068b74, #w-node-d65aa175-76c6-8258-32e4-4c803b016661-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f50e1e-26da-f9ea-0531-1a7603a32510-53068b74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb906994-d298-ed48-2c0e-431d2385162b-53068b74 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_140bad6d-fac5-7de8-f7b5-304ccf1a1742-53068b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad779a9-a747-b553-7a51-a1055562b753-53068b74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94605ce0-3b0f-d546-ec22-7b575976d89b-53068b74, #w-node-_7c985ea3-6b7e-fd3e-427c-23e25542864c-55428641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c717c5c4-8403-4e4d-fa60-b2fb79b6a4a3-8c3ad15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c9120c-571e-50aa-56ea-dc354a7b7ac8-8c3ad15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c82e0fbb-0192-7afb-7385-ba8068243f32-6385712f, #w-node-_68962749-bac7-2212-80f6-7a81464c3be2-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3be5-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3be8-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3beb-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bee-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bf1-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bf4-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bf7-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bfa-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3bfd-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c00-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c03-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c06-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c09-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c0c-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c0f-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c15-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c18-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c1b-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c1e-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c21-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c24-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c27-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c2a-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c2d-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c30-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c33-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c36-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c39-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c3c-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c3f-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c42-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c45-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c48-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c4b-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c51-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c54-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c57-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c5d-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c60-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c63-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c66-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c69-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c6c-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c6f-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c72-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c75-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c78-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c7b-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c7e-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c81-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c87-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c8a-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c8d-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c90-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c93-464c3bde, #w-node-_68962749-bac7-2212-80f6-7a81464c3c96-464c3bde, #w-node-_73847970-b7ab-b5eb-657b-f1760fa0b2ba-9b5b92c0, #w-node-_22181cd7-37e7-b67b-3838-0d0f32ca2bc1-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bab48d4f-7570-b1da-effd-0a0c676853a6-9b5b92c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5bba118f-4917-9cda-867c-9e80d64289bb-9b5b92c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b559f29b-7177-9bf1-b7ff-2127cadb5d91-9b5b92c0, #w-node-_1236a299-7f50-9326-e8d0-b78c677a7ebd-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95e4f208-5781-98c0-9732-7e2e8b46dc34-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc7c74c3-6800-7ca1-7b30-697f4a3c6c4f-9b5b92c0, #w-node-_39366a65-2bca-c3fe-4e0c-8f1bc01263a3-9b5b92c0, #w-node-_833b65aa-d971-14a5-2714-89a5b1f296db-9b5b92c0, #w-node-_8ccaf781-fbcb-3946-0c86-eee3a7bfdf48-9b5b92c0, #w-node-_10246f80-aed4-664d-243a-261567b13130-9b5b92c0, #w-node-_8480136f-3049-fa24-e4aa-b36c92d84869-9b5b92c0, #w-node-_469a6f68-4587-2204-a7a5-efec2d01f521-9b5b92c0, #w-node-_232850b0-71da-17d2-9ddc-57ef010d2a74-9b5b92c0, #w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb6-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb7-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67462509-8fb3-1f46-3bb1-926b506b8e7d-9b5b92c0, #w-node-_48cf6218-8abb-c659-62ee-e6a4ee7b772c-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_451ba0cd-0f10-feed-ceeb-2efb445849dd-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2173c40c-ae87-c8f8-5164-018fdca14438-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_83fe3395-1e3c-78c1-ad75-e346c3459ee3-9b5b92c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_338e16bf-c014-4c93-0672-0c14545a9abd-9b5b92c0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-f90c9629-acfb-8ad8-1c4a-e1df620ef6ea-9b5b92c0, #w-node-d65aa175-76c6-8258-32e4-4c803b016661-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f50e1e-26da-f9ea-0531-1a7603a32510-9b5b92c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb906994-d298-ed48-2c0e-431d2385162b-9b5b92c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_140bad6d-fac5-7de8-f7b5-304ccf1a1742-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad779a9-a747-b553-7a51-a1055562b753-9b5b92c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94605ce0-3b0f-d546-ec22-7b575976d89b-9b5b92c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_76312ac2-c4b9-c5c0-ef0f-d33c3e3a9b89-9b5b92c0, #w-node-c717c5c4-8403-4e4d-fa60-b2fb79b6a4a3-55b03335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c9120c-571e-50aa-56ea-dc354a7b7ac8-55b03335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-48aa6358 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c82e0fbb-0192-7afb-7385-ba8068243f32-05d6672d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-994f97ee, #w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-ab557d87, #w-node-bf52b54b-a74e-7c76-7707-37faf3883d6a-eb8a8e37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bab48d4f-7570-b1da-effd-0a0c676853a6-53068b74 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1236a299-7f50-9326-e8d0-b78c677a7ebd-53068b74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94605ce0-3b0f-d546-ec22-7b575976d89b-53068b74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-bab48d4f-7570-b1da-effd-0a0c676853a6-9b5b92c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1236a299-7f50-9326-e8d0-b78c677a7ebd-9b5b92c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94605ce0-3b0f-d546-ec22-7b575976d89b-9b5b92c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_76312ac2-c4b9-c5c0-ef0f-d33c3e3a9b89-9b5b92c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-48aa6358, #w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-994f97ee, #w-node-f98a4908-e103-48ff-2dcc-2e41ad4d4487-ab557d87, #w-node-bf52b54b-a74e-7c76-7707-37faf3883d6a-eb8a8e37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb6-53068b74, #w-node-_67462509-8fb3-1f46-3bb1-926b506b8e7d-53068b74 {
    order: 0;
  }

  #w-node-_48cf6218-8abb-c659-62ee-e6a4ee7b772c-53068b74 {
    order: 4;
  }

  #w-node-_451ba0cd-0f10-feed-ceeb-2efb445849dd-53068b74 {
    order: 3;
  }

  #w-node-_7c985ea3-6b7e-fd3e-427c-23e25542867b-55428641 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_416e1794-cdf8-aaac-a963-54bc594e6cb6-9b5b92c0, #w-node-_67462509-8fb3-1f46-3bb1-926b506b8e7d-9b5b92c0 {
    order: 0;
  }

  #w-node-_48cf6218-8abb-c659-62ee-e6a4ee7b772c-9b5b92c0 {
    order: 4;
  }

  #w-node-_451ba0cd-0f10-feed-ceeb-2efb445849dd-9b5b92c0 {
    order: 3;
  }
}


