p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero {
  position: static;
  height: auto;
  min-height: 100vh;
  padding-top: 0%;
  opacity: 1;
}

.navbar {
  position: fixed;
  z-index: 100;
  display: block;
  width: 100%;
  height: 47px;
  margin-left: 90px;
  padding-top: 0px;
  padding-right: 90px;
  border-style: none;
  border-top-width: 9px;
  border-top-color: #0d60a0;
  background-color: transparent;
}

.brand {
  position: relative;
  left: 50px;
  top: 15px;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: auto;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: right;
}

.button {
  width: 170px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  border: 2px solid #ffeb00;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeb00), to(#ffeb00));
  background-image: linear-gradient(180deg, #ffeb00, #ffeb00);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(370px);
  transform: perspective(370px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeb00), to(#ffeb00));
  background-image: linear-gradient(180deg, #ffeb00, #ffeb00);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
}

.button.white-btn {
  width: 125px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 35px;
  float: left;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
  box-shadow: none;
  color: #005ea2;
  text-align: center;
}

.button.white-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
  color: #005ea2;
}

.tour-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-bottom: 0px;
  border: 0px solid #000;
}

.building-img-i {
  position: static;
  display: block;
  width: 100%;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.flex-wrapper.vertical {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-wrapper.vertical.right {
  left: auto;
  right: 0px;
}

.flex-wrapper.vertical.right.v2 {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: block;
  width: 25%;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 1;
}

.flex-wrapper.how-we-do-it {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.project-quick-view {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-12-link {
  position: absolute;
  left: 36%;
  top: 20%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 0px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.tour-section-1 {
  position: relative;
  display: block;
  width: 100%;
}

.feature-2-link {
  position: absolute;
  left: 95%;
  top: 81%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 4px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-14-link {
  position: absolute;
  left: 68%;
  top: 79%;
  right: auto;
  bottom: auto;
  display: none;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
  opacity: 0;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 47px;
  padding-top: 0px;
  padding-bottom: 15px;
  float: right;
  background-color: transparent;
  direction: ltr;
  color: #fff;
  text-align: right;
}

.section {
  height: auto;
  margin-right: 88px;
  margin-left: 88px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.half {
  display: none;
  height: 75vh;
  padding-top: 60px;
}

.section.news {
  display: none;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section.header-only {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.section.lighter {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 88px;
  padding-left: 88px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f8), to(#f2f5f8));
  background-image: linear-gradient(180deg, #f2f5f8, #f2f5f8);
}

.section.lighter.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.section.blue-section {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 88px;
  padding-left: 88px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005ea2), to(#005ea2));
  background-image: linear-gradient(180deg, #005ea2, #005ea2);
}

.heading-5 {
  margin-bottom: 30px;
  color: #0d60a0;
}

.footer {
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#525252));
  background-image: linear-gradient(180deg, #525252, #525252);
  font-size: 9px;
}

.intro-text {
  position: absolute;
  left: 0px;
  top: 25%;
  right: 0px;
  display: block;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-style: none;
  opacity: 1;
  text-align: center;
}

.image-4 {
  display: none;
}

.image-5 {
  display: none;
}

.image-6 {
  display: none;
}

.tour-section-2 {
  position: relative;
  display: none;
  width: 100%;
}

.tour-section-3 {
  position: relative;
  display: none;
  width: 100%;
  opacity: 1;
}

.tour-section-4 {
  position: relative;
  display: none;
  width: 100%;
}

.feature-31-link {
  position: absolute;
  left: 53%;
  top: 29%;
  right: auto;
  bottom: auto;
  display: none;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
  opacity: 0;
}

.feature-1-link {
  position: absolute;
  left: 82%;
  top: 85%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-11-link {
  position: absolute;
  left: 87%;
  top: 45%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-6-link {
  position: absolute;
  left: 57%;
  top: 60%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-21-link {
  position: absolute;
  left: 27%;
  top: 29%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-23-link {
  position: absolute;
  left: 23%;
  top: 81%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  width: 33%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.tour-section-1-reversed {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.tour-section-2-reversed {
  position: relative;
  display: none;
  width: 100%;
}

.tour-section-3-reversed {
  position: relative;
  display: none;
  width: 100%;
  opacity: 1;
}

.tour-section-4-reversed {
  position: relative;
  display: none;
  width: 100%;
}

.tour-overlay {
  position: absolute;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75));
  opacity: 0;
}

.feature-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.feature-1-2 {
  position: absolute;
  left: 45%;
  right: 0px;
  bottom: 5%;
  display: none;
  width: 40%;
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.feature-1-3 {
  position: absolute;
  left: 18%;
  top: auto;
  bottom: 4%;
  display: none;
  width: 40%;
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.feature-sidebar-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: auto;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-3-link {
  position: absolute;
  left: 82%;
  top: 17%;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-31 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-5-link {
  position: absolute;
  left: 65%;
  top: 88%;
  right: auto;
  bottom: auto;
  display: none;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
  opacity: 0;
}

.feature-sidebar-23 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-21 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.feature-sidebar-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  color: #f9f9f9;
}

.feature-sidebar-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-4-1 {
  position: static;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 1;
}

.feature-sidebar-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-13 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-15 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-4 {
  position: absolute;
  left: 17%;
  top: 62%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-13-link {
  position: absolute;
  left: 93%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-15-link {
  position: absolute;
  left: 35%;
  top: 88%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-1-4 {
  position: static;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 0;
}

.text-block-6 {
  position: relative;
  top: -5px;
  display: inline;
  width: 50%;
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.hint {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper.scaled {
  position: relative;
  right: 0px;
  width: 75%;
  float: right;
}

.building-img-mass {
  position: static;
  display: block;
  width: 100%;
  height: auto;
}

.text-block-7 {
  margin-top: -4px;
  padding-top: 0px;
  color: #fff;
  text-align: center;
}

.container-2 {
  margin-bottom: 50px;
  padding-right: 40px;
  padding-left: 40px;
  color: #f9f9f9;
  font-weight: 400;
  text-align: center;
}

.v1-feature-sidebar-1-1 {
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 30%;
  height: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 0;
}

.v1-feature-sidebar-1-2 {
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 30%;
  height: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 0;
}

.news-card {
  position: relative;
  max-width: 25%;
  margin-right: 5px;
  margin-bottom: 25px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  border: 1px solid #ccc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-8 {
  position: relative;
  display: inline-block;
  width: 50%;
}

.heading-7 {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.news-copy {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.div-block-6 {
  position: absolute;
  left: 20px;
  top: 0px;
  width: auto;
  height: 30px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d60a0), to(#0d60a0));
  background-image: linear-gradient(180deg, #0d60a0, #0d60a0);
  color: #fff;
}

.text-block-9 {
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-3 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.text-block-10 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0d60a0;
  font-weight: 400;
  text-align: right;
}

.text-block-10:hover {
  font-weight: 600;
  text-align: right;
}

.form {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  text-align: center;
}

.form-block {
  width: 100%;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 25px;
  font-family: 'Helveticaneueltstd lt', Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.nav-item {
  height: 47px;
  margin-right: 0px;
  margin-left: 3px;
  padding: 16px 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-top: 3px none rgba(0, 0, 0, 0.5);
  border-bottom: 3px none rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  direction: rtl;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nav-item:hover {
  border-top-style: none;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.nav-item.w--current {
  border-style: none;
  border-width: 0px 4px 3px;
  border-right-color: #000;
  border-bottom-color: hsla(0, 0%, 97.6%, 0.75);
  border-left-color: #000;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #fff;
}

.nav-item.close {
  display: none;
}

.div-block-7 {
  height: auto;
  max-width: 460px;
  min-height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(51, 51, 51, 0.4))), url('../images/Image-E.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(51, 51, 51, 0.4)), url('../images/Image-E.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: left;
}

.div-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 109, 0.85)), to(rgba(50, 74, 109, 0.85))), url('../images/Image-E.jpg');
  background-image: linear-gradient(180deg, rgba(50, 74, 109, 0.85), rgba(50, 74, 109, 0.85)), url('../images/Image-E.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-7.explore {
  overflow: hidden;
  height: auto;
  max-width: 460px;
  min-height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(51, 51, 51, 0.5))), url('../images/Image-B.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 40%, rgba(51, 51, 51, 0.5)), url('../images/Image-B.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.div-block-7.explore:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 109, 0.85)), to(rgba(50, 74, 109, 0.85))), url('../images/Image-B.jpg');
  background-image: linear-gradient(180deg, rgba(50, 74, 109, 0.85), rgba(50, 74, 109, 0.85)), url('../images/Image-B.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-7.cocreate {
  height: auto;
  max-width: 460px;
  min-height: 200px;
  background-color: rgba(10, 40, 59, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/Image-C.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 40%, hsla(0, 0%, 100%, 0)), url('../images/Image-C.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: left;
}

.div-block-7.cocreate:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 109, 0.85)), to(rgba(50, 74, 109, 0.85))), url('../images/Image-C.jpg');
  background-image: linear-gradient(180deg, rgba(50, 74, 109, 0.85), rgba(50, 74, 109, 0.85)), url('../images/Image-C.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-7.design {
  height: auto;
  max-width: 460px;
  min-height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(51, 51, 51, 0.3))), url('../images/Image-D.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(51, 51, 51, 0.3)), url('../images/Image-D.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-7.design:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 109, 0.85)), to(rgba(50, 74, 109, 0.85))), url('../images/Image-D.jpg');
  background-image: linear-gradient(180deg, rgba(50, 74, 109, 0.85), rgba(50, 74, 109, 0.85)), url('../images/Image-D.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-9 {
  color: #fff;
  font-size: 28px;
}

.text-block-12 {
  font-family: 'Helveticaneueltstd lt', Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-8 {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 15%;
  -ms-flex: 1 0 15%;
  flex: 1 0 15%;
  text-align: center;
}

.image-10 {
  width: 75px;
  margin-bottom: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
}

.image-10.leed {
  width: 45px;
  margin-bottom: 8px;
  padding-top: 12px;
}

.text-block-13 {
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  color: #0d60a0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.image-11 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: block;
  width: auto;
  height: 90px;
}

.card-default-text {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.card-reveal-text {
  display: inline-block;
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
  font-family: 'Helveticaneueltstd lt', Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-5 {
  margin-bottom: 0px;
  line-height: 18px;
}

.brand-mobile {
  position: fixed;
  left: 111px;
  top: 30px;
  z-index: 2;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.slide {
  width: 33%;
}

.slide._1 {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.press-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  padding: 0px 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.1)), to(rgba(82, 82, 82, 0.1)));
  background-image: linear-gradient(180deg, rgba(82, 82, 82, 0.1), rgba(82, 82, 82, 0.1));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.press-text:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.1)), to(rgba(82, 82, 82, 0.1)));
  background-image: linear-gradient(180deg, rgba(82, 82, 82, 0.1), rgba(82, 82, 82, 0.1));
}

.mask {
  overflow: hidden;
  height: 200px;
}

.slider {
  overflow: visible;
  margin-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.press-image {
  display: inline-block;
  width: 200px;
  height: 200px;
  padding: 0px;
  float: left;
  clear: none;
  background-image: url('../images/archicad.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.press-image._2 {
  background-image: url('../images/CORE_600-Mass_17_1_3.jpg');
}

.press-image._3 {
  width: 200px;
  background-image: url('../images/600mass-render_1.jpg');
}

.press-image._4 {
  background-image: url('../images/gould.png');
}

.press-image._5 {
  background-image: url('../images/farmers_1.jpg');
}

.press-image._6 {
  background-image: url('../images/construction_1.jpg');
}

.press-image._5 {
  background-image: url('../images/farmers_1.jpg');
}

.press-image._6 {
  background-image: url('../images/construction.jpg');
}

.press-image._7 {
  background-image: url('../images/construction-july15.jpg');
}

.press-image._8 {
  background-image: url('../images/townhouse-move.png');
}

.press-image._12 {
  background-image: url('../images/CORE_600-Mass_4.jpg');
}

.feature-heading {
  position: static;
  margin: 10px 0px;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

.feature-description {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Helveticaneueltstd lt', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.feature-description a {
  color: #f9f9f9;
}

.heading-13 {
  position: relative;
  display: block;
  width: 500px;
  margin-bottom: 25px;
  float: right;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 48px;
  text-align: right;
}

.heading-13.centered {
  width: auto;
  float: none;
  font-size: 58px;
  text-align: center;
}

.heading-13.align-left {
  margin-bottom: 50px;
  float: none;
  text-align: left;
}

.heading-13.align-left.dark-header {
  margin-left: 88px;
  color: #525252;
}

.heading-13.align-left.dark-header.no-margin {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

.heading-13.align-left._90px-padding {
  width: auto;
  padding-left: 90px;
}

.heading-13.hero-header {
  width: auto;
  max-width: 650px;
  font-size: 72px;
  line-height: 62px;
}

.button-4 {
  position: static;
  display: block;
  padding: 12px 15px 8px;
  float: right;
  clear: right;
  background-color: #3898ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.75)), to(rgba(51, 51, 51, 0.75)));
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75));
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-4.reverse {
  position: absolute;
  top: 32%;
  right: 0px;
  display: block;
  height: 40px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  text-align: center;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#525252));
  background-image: linear-gradient(180deg, #525252, #525252);
}

.text-block-17 {
  font-family: 'Helveticaneueltstd roman', sans-serif;
  color: #f9f9f9;
  font-size: 12px;
}

.paragraph-7 {
  margin-bottom: 35px;
  font-family: 'Helveticaneueltstd roman', sans-serif;
  color: hsla(0, 0%, 97.6%, 0.9);
  line-height: 21px;
}

.mask-2 {
  height: 200px;
}

.slider-2 {
  height: 200px;
  margin-bottom: 100px;
  background-color: transparent;
}

.slide-3 {
  width: auto;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
}

.image-15 {
  width: auto;
  height: 200px;
}

.slider-arrow {
  width: 40px;
  height: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.slider-arrow.press {
  margin-top: 62.5px;
  margin-bottom: 50px;
}

.text-span-2 {
  margin-bottom: 10px;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 21px;
  line-height: 28px;
  text-shadow: none;
}

.text-span-3 {
  display: block;
  margin-left: 0px;
  color: hsla(0, 0%, 97.6%, 0.5);
  font-size: 10px;
  line-height: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.column-13 {
  padding-right: 50px;
}

.column-14 {
  padding-left: 25px;
}

.row-5 {
  margin-bottom: 25px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.press-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: none;
}

.press-date {
  font-family: 'Helveticaneueltstd roman', sans-serif;
  text-decoration: none;
}

.press-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  padding: 30px 18px 18px;
}

.white-list {
  margin-bottom: 6px;
  color: #f9f9f9;
}

.column-16 {
  padding-right: 0px;
  padding-left: 50px;
}

.image-17 {
  position: static;
  left: 0px;
  top: 0px;
  z-index: -10;
  width: 100%;
}

.hero-text-wrapper {
  position: absolute;
  top: 100px;
  right: 60px;
}

.image-18 {
  display: inline;
}

.text-block-18 {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  text-align: center;
}

.feature-18-link {
  position: absolute;
  left: 93%;
  top: 88%;
  right: auto;
  bottom: auto;
  display: none;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-7-link {
  position: absolute;
  left: 84%;
  top: 87%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-17-link {
  position: absolute;
  left: 14%;
  top: 89%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-32-link {
  position: absolute;
  left: 9%;
  top: 93%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-32 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-27-link {
  position: absolute;
  left: 27%;
  top: 79%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-27 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-29-link {
  position: absolute;
  left: 33%;
  top: 92%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-29 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-townhouse-link {
  position: absolute;
  left: 86%;
  top: 72%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 4px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-townhouse {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.feature-sidebar-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.text-field {
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #f9f9f9;
  background-color: transparent;
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  color: #f9f9f9;
  font-size: 28px;
}

.text-field:focus {
  border-bottom-color: #f9f9f9;
}

.back-to-top-wrapper {
  position: fixed;
  right: 0px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  text-align: center;
}

.up-arrow {
  display: block;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column-17 {
  text-align: left;
}

.paragraph-8 {
  font-family: 'Helveticaneueltstd bd', Arial, sans-serif;
  font-size: 12px;
  text-align: left;
}

.row-6 {
  margin-bottom: 25px;
}

.text-block-19 {
  font-size: 12px;
  text-align: left;
}

.email-link {
  color: #f9f9f9;
  text-decoration: none;
}

.font-awesome {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 28px;
}

.font-awesome-link-block {
  width: auto;
  height: auto;
  margin-right: 10px;
  color: #f9f9f9;
  text-decoration: none;
}

.social-container {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.div-block-19 {
  width: auto;
  height: 47px;
  margin-left: 3px;
  padding: 14px 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  direction: rtl;
  text-align: center;
}

.div-block-20 {
  display: inline-block;
  height: auto;
}

.font-awesome-navbar {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f9f9f9;
  font-size: 24px;
}

.font-awesome-navbar.secondary {
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
}

.font-awesome-navbar.secondary:hover {
  opacity: 1;
}

.text-block-22 {
  display: inline-block;
}

.text-block-22-copy {
  display: inline-block;
}

.row-7 {
  margin-right: 90px;
  margin-bottom: 50px;
  margin-left: 90px;
}

.text-block-23 {
  color: #333;
}

.text-block-24 {
  margin-bottom: 25px;
  font-family: 'Helveticaneueltstd roman', sans-serif;
  font-size: 11px;
  text-align: left;
}

.link {
  color: #f9f9f9;
}

.feature-10-link {
  position: absolute;
  left: 83%;
  top: 67%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px none #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f10d), to(#e8f10d));
  background-image: linear-gradient(180deg, #e8f10d, #e8f10d);
}

.feature-sidebar-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.collection-item {
  display: block;
  opacity: 1;
}

.dynamic-press-image {
  width: 200px;
  height: 200px;
  float: left;
}

.press-slide {
  display: inline-block;
  width: auto;
  height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.mask-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  color: #f9f9f9;
  text-decoration: underline;
}

.success-message {
  margin-top: 200px;
}

.link-block-4 {
  display: block;
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="new-interaction-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="new-interaction-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    padding-bottom: 0px;
  }
  .navbar {
    z-index: 2;
    width: 100%;
    margin-right: 0px;
    padding-right: 90px;
  }
  .brand {
    left: 50px;
    top: 0px;
    display: none;
  }
  .div-block {
    overflow: hidden;
    height: auto;
    max-height: 850px;
  }
  .tour-container {
    position: static;
    display: block;
  }
  .flex-wrapper.vertical.right.v2 {
    position: static;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .feature-12-link {
    display: none;
  }
  .tour-section-1 {
    display: block;
  }
  .feature-14-link {
    display: none;
  }
  .section {
    margin-right: 50px;
    margin-left: 50px;
  }
  .section.news {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  .section.header-only {
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro-text {
    display: none;
    text-align: left;
  }
  .tour-section-2 {
    display: none;
  }
  .tour-section-3 {
    display: block;
  }
  .tour-section-4 {
    display: none;
  }
  .feature-31-link {
    display: none;
  }
  .feature-1-link {
    display: none;
  }
  .feature-11-link {
    display: none;
  }
  .feature-6-link {
    display: none;
  }
  .tour-section-1-reversed {
    display: block;
  }
  .feature-image {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .feature-image.smaller {
    width: 50%;
  }
  .feature-sidebar-12 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-14 {
    display: none;
  }
  .feature-sidebar-2 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-31 {
    display: none;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .feature-sidebar-1 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-11 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-3 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-5-link {
    display: none;
  }
  .feature-sidebar-23 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-21 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-6 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-5 {
    display: none;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .feature-sidebar-4-1 {
    display: block;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .feature-sidebar-4 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-13 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-15 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-4 {
    display: none;
  }
  .feature-15-link {
    display: none;
  }
  .feature-sidebar-1-4 {
    display: block;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .hint {
    display: none;
  }
  .image-wrapper.scaled {
    display: none;
    width: 100%;
  }
  .building-img-mass {
    display: none;
  }
  .v1-feature-sidebar-1-1 {
    display: block;
    opacity: 1;
  }
  .v1-feature-sidebar-1-2 {
    display: block;
    opacity: 1;
  }
  .news-card {
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    text-align: center;
  }
  .div-block-7 {
    height: auto;
  }
  .div-block-7.explore {
    height: auto;
  }
  .div-block-7.cocreate {
    height: auto;
  }
  .div-block-7.design {
    height: auto;
  }
  .image-11 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .brand-mobile {
    left: 50px;
    top: 0px;
    display: block;
  }
  .press-text {
    width: 175px;
    height: 175px;
  }
  .mask {
    height: auto;
  }
  .press-image {
    width: 175px;
    height: 175px;
  }
  .press-image._2 {
    width: 175px;
    height: 175px;
  }
  .press-image._3 {
    width: 175px;
    height: 175px;
  }
  .press-image._4 {
    height: 175px;
  }
  .press-image._5 {
    height: 175px;
  }
  .press-image._6 {
    height: 175px;
  }
  .press-image._7 {
    height: 175px;
  }
  .press-image._8 {
    height: 175px;
  }
  .feature-description {
    max-width: 100%;
  }
  .heading-13 {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  }
  .heading-13.align-left {
    text-shadow: none;
  }
  .heading-13.align-left.dark-header {
    text-shadow: none;
  }
  .button-4 {
    display: none;
  }
  .button-4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.84)), to(rgba(51, 51, 51, 0.84)));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.84), rgba(51, 51, 51, 0.84));
  }
  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#525252));
    background-image: linear-gradient(180deg, #525252, #525252);
  }
  .paragraph-7 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px none #f9f9f9;
    border-bottom: 1px none #f9f9f9;
  }
  .paragraph-7.with-borders {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-style: solid;
    border-bottom-style: solid;
  }
  .slider-arrow.press {
    margin-top: 50px;
  }
  .column-15 {
    border: 1px none #f9f9f9;
  }
  .press-heading {
    font-size: 15px;
    line-height: 19px;
  }
  .div-block-18 {
    display: inline-block;
    width: 50%;
    padding-top: 0px;
    float: none;
    background-image: none;
  }
  .column-16 {
    padding-left: 0px;
  }
  .image-17 {
    width: 1200px;
    max-width: none;
    min-height: 100%;
    margin-left: -123px;
  }
  .feature-18-link {
    display: none;
  }
  .feature-sidebar-18 {
    display: none;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .image-19 {
    width: 50%;
    float: left;
  }
  .feature-7-link {
    display: none;
  }
  .feature-sidebar-7 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-17-link {
    display: none;
  }
  .feature-sidebar-17 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-32 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-27 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-29 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-townhouse {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .feature-sidebar-8 {
    display: none;
    width: 50%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .font-awesome-navbar.secondary {
    margin-right: 5px;
  }
  .feature-10-link {
    display: none;
  }
  .feature-sidebar-10 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
    text-align: left;
  }
  .collection-item {
    display: block;
    opacity: 1;
  }
  .dynamic-press-image {
    width: 175px;
    height: 175px;
  }
  .press-slide {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    max-height: none;
  }
  .div-block {
    overflow: hidden;
    height: auto;
    max-height: none;
  }
  .tour-container {
    display: block;
  }
  .building-img-i {
    display: none;
  }
  .flex-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper.vertical {
    position: static;
    width: 100%;
  }
  .flex-wrapper.vertical.right.v2 {
    padding-right: 25px;
  }
  .tour-section-1 {
    position: relative;
  }
  .section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.header-only {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-5 {
    margin-bottom: 20px;
  }
  .intro-text {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tour-section-2 {
    display: none;
  }
  .tour-section-3 {
    display: none;
  }
  .tour-section-4 {
    display: none;
  }
  .feature-31-link {
    display: none;
  }
  .feature-1-link {
    display: none;
  }
  .feature-11-link {
    display: none;
  }
  .feature-6-link {
    display: none;
  }
  .feature-21-link {
    display: none;
  }
  .feature-23-link {
    display: none;
  }
  .tour-section-1-reversed {
    display: block;
  }
  .tour-section-2-reversed {
    display: none;
  }
  .tour-section-3-reversed {
    display: none;
  }
  .tour-section-4-reversed {
    display: none;
  }
  .feature-image {
    width: 100%;
  }
  .feature-sidebar-12 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    box-shadow: none;
    opacity: 1;
  }
  .feature-sidebar-14 {
    position: static;
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    opacity: 1;
  }
  .feature-sidebar-2 {
    position: static;
    display: block;
    width: 100%;
    opacity: 1;
  }
  .feature-3-link {
    display: none;
  }
  .feature-sidebar-31 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-sidebar-1 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-sidebar-11 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
    opacity: 1;
  }
  .feature-sidebar-3 {
    width: 100%;
  }
  .feature-5-link {
    display: none;
  }
  .feature-sidebar-23 {
    width: 100%;
    padding-bottom: 50px;
  }
  .feature-sidebar-21 {
    position: static;
    display: none;
    width: 100%;
  }
  .feature-sidebar-6 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-sidebar-5 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-sidebar-4-1 {
    width: 100%;
  }
  .feature-sidebar-4 {
    position: static;
    width: 100%;
  }
  .feature-sidebar-13 {
    width: 100%;
  }
  .feature-sidebar-15 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-4 {
    display: none;
  }
  .feature-13-link {
    display: none;
  }
  .feature-15-link {
    display: none;
  }
  .feature-sidebar-1-4 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .hint {
    display: none;
  }
  .image-wrapper {
    position: relative;
  }
  .building-img-mass {
    display: none;
  }
  .v1-feature-sidebar-1-1 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .v1-feature-sidebar-1-2 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .news-card {
    max-width: 50%;
    min-width: 40%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 9%;
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .nav-item.close {
    display: none;
  }
  .div-block-7 {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-7.explore {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-7.cocreate {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-7.design {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-8 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .press-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .press-image {
    width: 200px;
    height: 200px;
  }
  .press-image._2 {
    width: 200px;
    height: 200px;
  }
  .press-image._3 {
    width: 200px;
    height: 200px;
  }
  .press-image._4 {
    height: 200px;
  }
  .press-image._5 {
    height: 200px;
  }
  .press-image._7 {
    height: 200px;
  }
  .heading-13 {
    position: static;
    display: block;
    width: auto;
    padding: 35px 20px;
    float: none;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
  }
  .heading-13.align-left {
    line-height: 44px;
    text-shadow: none;
  }
  .heading-13.align-left.dark-header {
    margin-left: 0px;
    text-align: center;
  }
  .heading-13.align-left.dark-header.no-margin {
    text-shadow: none;
  }
  .heading-13.align-left._90px-padding {
    padding-left: 20px;
    text-align: center;
  }
  .heading-13.hero-header {
    width: auto;
    font-size: 56px;
    line-height: 54px;
  }
  .button-4 {
    display: none;
    float: none;
    clear: none;
    text-align: center;
  }
  .button-4.reverse {
    display: none;
  }
  .button-4.mobile-only {
    display: inline-block;
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-arrow {
    margin-top: 50px;
  }
  .slider-arrow.press {
    margin-top: 62.5px;
  }
  .column-15 {
    margin-bottom: 25px;
  }
  .press-heading {
    margin-top: 0px;
  }
  .press-text {
    width: 200px;
    height: 200px;
  }
  .div-block-18 {
    width: 100%;
  }
  .image-17 {
    width: 1000px;
    max-width: none;
    margin-left: -95px;
    text-align: center;
  }
  .hero-text-wrapper {
    position: absolute;
    left: 10%;
    top: 150px;
    right: 10%;
    text-align: center;
  }
  .feature-18-link {
    display: none;
  }
  .feature-sidebar-18 {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
  }
  .image-19 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .feature-7-link {
    display: none;
  }
  .feature-sidebar-7 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .feature-17-link {
    display: none;
  }
  .feature-sidebar-17 {
    position: static;
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
  .feature-32-link {
    display: none;
  }
  .feature-sidebar-32 {
    width: 100%;
  }
  .feature-27-link {
    display: none;
  }
  .feature-sidebar-27 {
    width: 100%;
  }
  .feature-29-link {
    display: none;
  }
  .feature-sidebar-29 {
    width: 100%;
  }
  .feature-sidebar-townhouse {
    position: static;
    display: block;
    width: 100%;
    opacity: 1;
  }
  .feature-sidebar-8 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-7 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .feature-10-link {
    display: none;
  }
  .feature-sidebar-10 {
    position: static;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: none;
    opacity: 1;
  }
  .dynamic-press-image {
    width: 200px;
    height: 200px;
  }
  .press-slide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    left: 50px;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    direction: rtl;
  }
  .brand {
    padding-left: 18px;
  }
  .div-block {
    overflow: hidden;
  }
  .button {
    margin-right: 0px;
  }
  .tour-container {
    display: block;
  }
  .flex-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper.vertical.right.v2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tour-section-1 {
    display: block;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    direction: rtl;
    text-align: center;
  }
  .section {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.news {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.header-only {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.lighter {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.blue-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading-5 {
    font-size: 24px;
  }
  .tour-section-2 {
    display: none;
  }
  .tour-section-3 {
    display: none;
  }
  .feature-image.smaller {
    width: 75%;
  }
  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-card {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form {
    width: 80%;
  }
  .form-block {
    display: block;
  }
  .nav-item {
    position: relative;
    z-index: 1000;
    display: block;
    margin-left: 0px;
    padding-top: 19px;
    padding-right: 10px;
    padding-bottom: 19px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005ea2), to(#005ea2));
    background-image: linear-gradient(180deg, #005ea2, #005ea2);
    direction: rtl;
    font-size: 18px;
    line-height: 14px;
    text-align: center;
  }
  .nav-item:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005ea2), to(#005ea2));
    background-image: linear-gradient(180deg, #005ea2, #005ea2);
  }
  .nav-item.close {
    display: block;
  }
  .div-block-7 {
    margin-right: 0px;
  }
  .div-block-7.explore {
    margin-right: 0px;
  }
  .div-block-7.cocreate {
    margin-right: 0px;
  }
  .div-block-7.design {
    margin-right: 0px;
  }
  .div-block-8 {
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
  .text-block-13 {
    max-width: 125px;
  }
  .image-11 {
    height: 47px;
  }
  .brand-mobile {
    left: 35px;
    padding-left: 0px;
  }
  .press-text {
    width: 150px;
    height: 150px;
  }
  .press-image {
    width: 150px;
    height: 150px;
  }
  .press-image._2 {
    width: 150px;
    height: 150px;
  }
  .press-image._3 {
    width: 150px;
    height: 150px;
  }
  .press-image._4 {
    height: 150px;
  }
  .press-image._5 {
    height: 150px;
  }
  .press-image._6 {
    height: 150px;
  }
  .press-image._7 {
    height: 150px;
  }
  .press-image._8 {
    height: 150px;
  }
  .heading-13 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .heading-13.align-left {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    text-shadow: none;
  }
  .heading-13.align-left.dark-header {
    margin-left: 0px;
  }
  .heading-13.align-left._90px-padding {
    padding-left: 0px;
  }
  .heading-13.hero-header {
    display: block;
    font-size: 38px;
    line-height: 38px;
  }
  .slider-arrow {
    margin-top: 40px;
  }
  .slider-arrow.press {
    margin-top: 40px;
  }
  .press-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .div-block-18 {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text-wrapper {
    left: 0%;
    right: 0%;
  }
  .image-19 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .column-17 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-block-19 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .div-block-19 {
    height: auto;
    margin-left: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005ea2), to(#005ea2));
    background-image: linear-gradient(180deg, #005ea2, #005ea2);
  }
  .font-awesome-navbar.close-btn {
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0px;
  }
  .menu-button-2 {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 47px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .icon-2 {
    color: #f9f9f9;
  }
  .column-18 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-7 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .dynamic-press-image {
    width: 150px;
    height: 150px;
  }
  .press-slide {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd hv';
  src: url('../fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd md';
  src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}