:root {
  --black: #322d2b;
  --red: #ff3f3f;
  --grey: #ddd;
  --white: white;
  --black-2: black;
  --white-2: white;
}

body {
  background-color: var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/Studio-Blank-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Mori Extra Bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mori Book, sans-serif;
  font-weight: 400;
}

li {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
}

.styles {
  position: absolute;
}

.nav-bar {
  z-index: 999;
  grid-column-gap: 2.5rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 2rem;
  display: flex;
  position: fixed;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.sticky-parent.internal, .sticky-parent.home {
  height: auto;
}

.sticky-parent.home._1, .sticky-parent.home.full {
  display: none;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9rem 3rem;
}

.sticky-child.page-padding.internal {
  height: auto;
  padding-bottom: 6rem;
}

.sticky-child.page-padding.internal.contact {
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.sticky-child.page-padding.home {
  height: auto;
}

.scroll-h-parent {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 150%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.scroll-h-parent.internal {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.scroll-h-parent.internal.contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-h-parent.internal.four {
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  height: auto;
}

.scroll-h-parent.home {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.scroll-h-child.flex-right.full.new {
  display: none;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid rgba(50, 45, 43, .2);
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  background-color: var(--red);
  color: var(--grey);
}

.scroll-h-child.flex-cc.two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-h-child.flex-cc.three.phones {
  justify-content: flex-start;
  align-items: flex-start;
}

.scroll-h-child.flex-cc.four {
  flex-flow: wrap;
  align-items: stretch;
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.pad {
  padding-left: 3rem;
}

.div-hide.pad-two {
  padding-left: 1.4rem;
  display: block;
  overflow: hidden;
}

.div-hide.hide-m {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.div-hide.hide-m.w--current {
  margin-left: 5px;
  margin-right: 5px;
}

.heading-small {
  font-size: 1.2rem;
}

.heading-small.intro {
  margin-bottom: 20px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-small.intro.bold {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-small.intro.bold.a {
  margin-bottom: 0;
  padding-right: 0;
}

.heading-small.intro.small {
  font-size: .9rem;
}

.heading-small.intro.small.a {
  margin-bottom: 0;
}

.heading-small.intro.a {
  padding-right: 0;
}

.heading-small.intro.a.left {
  border-left: 1px solid #000;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.heading-small.intro-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  padding-right: 0;
  font-family: Mori Book, sans-serif;
  line-height: 1.2;
}

.heading-small.intro-copy.dark {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.fade {
  opacity: .5;
}

.spacer-small {
  width: 100%;
  height: .8rem;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.weight-book {
  font-family: Mori Book, sans-serif;
  font-weight: 400;
}

.weight-book.fade {
  opacity: .75;
  color: var(--black-2);
  font-size: 1rem;
}

.weight-book.fade:hover {
  opacity: 1;
}

.logo {
  text-transform: none;
  padding-top: .2rem;
  font-size: 1.5rem;
  line-height: .9;
  display: inline-block;
}

.menu-parent {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.4rem;
  display: flex;
}

.menu-bar {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.img-parent {
  width: 115%;
  min-width: 115%;
  height: 400px;
}

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

.img-cover.internal {
  object-fit: cover;
  object-position: 50% 42%;
  height: 90%;
  margin-top: -1px;
}

.img-cover.internal.map {
  height: 100%;
  margin-top: 0;
}

.img-cover.internal.bottom {
  object-position: 50% 100%;
}

.hero-text-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: auto;
  bottom: -10rem;
  left: 0%;
  right: auto;
}

.script {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.super-text {
  text-align: left;
  font-size: 27.5vw;
  line-height: .9;
}

.btn-primary {
  grid-column-gap: .4rem;
  background-color: var(--grey);
  color: var(--black);
  border-radius: 5px;
  padding: .7rem .7rem .5rem;
  font-family: Mori Book, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.btn-text-ab {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.inline {
  display: inline-block;
}

.btn-arrow-img-ab {
  position: absolute;
  left: 0;
}

.scroll-parent {
  grid-column-gap: .5rem;
  align-items: center;
  width: 3.1rem;
  height: 5.1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.scroll-line {
  background-color: var(--black);
  width: 2rem;
  height: 1px;
}

.scroll-child {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.span-text-out {
  display: inline-block;
  overflow: hidden;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.arrow-extension {
  background-color: #fff;
  width: 80px;
  height: 1px;
  position: absolute;
}

.arrow-extension.right {
  transform-origin: 0%;
}

.arrow-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.arrow-wrap.right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 80px;
}

.arrow-btn {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
}

.arrow-btn.right {
  filter: invert();
  flex-direction: row;
  display: flex;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right {
  flex: none;
  margin-top: -.5px;
  margin-right: -1px;
}

.arrow-btn-text {
  letter-spacing: 1px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  height: 100vh;
}

.hover {
  opacity: 0;
  background-color: rgba(244, 54, 76, .9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover.internal {
  background-color: rgba(255, 255, 255, .92);
  justify-content: center;
  align-items: center;
  height: 300px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  color: var(--white);
  text-align: center;
  max-width: 60%;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph.dark {
  color: var(--black);
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.paragraph.dark.projects {
  text-align: left;
  margin-top: 0;
  line-height: 1.4;
}

.hover-copy.internal {
  background-color: rgba(255, 255, 255, .92);
  justify-content: center;
  align-items: center;
  padding: 25px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy.internal._1, .hover-copy.internal._1-copy {
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.hover-copy.internal {
  background-color: rgba(255, 255, 255, .92);
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy {
  opacity: 1;
  background-color: rgba(220, 42, 42, .91);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy.internal {
  background-color: rgba(255, 255, 255, .92);
  justify-content: center;
  align-items: center;
  height: 300px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy.internal._1 {
  background-color: #fff;
  height: 200px;
}

.slider {
  height: 100vh;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  font-size: 1rem;
}

._01 {
  background-image: url('../images/234124314123.jpg');
  background-position: 50%;
  background-size: cover;
}

._02 {
  background-image: url('../images/3214123145123.jpg');
  background-position: 50%;
  background-size: cover;
}

._03 {
  background-image: url('../images/214142123415123.jpg');
  background-position: 50%;
  background-size: cover;
}

.image {
  z-index: 100;
  background-color: #fff;
  padding: 5px;
  position: fixed;
  top: 9px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hover-copy-copy {
  opacity: 1;
  background-color: rgba(220, 42, 42, .91);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy-copy.internal {
  box-sizing: content-box;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 168px;
  margin: -5px;
  padding: 14px 5% 25px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-copy-copy.internal._1, .hover-copy-copy.internal._1-copy {
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.residential {
  height: 430px;
  padding: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}

.project-residential {
  background-image: url('../images/bathroom-1.png');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.project-residential._01 {
  background-image: url('../images/bedroom.png');
}

.project-residential._03 {
  background-image: url('../images/living-room.png');
}

.project-residential._04 {
  background-image: url('../images/Spa-Bathroom.png');
}

.project-residential._05 {
  background-image: url('../images/boca-main-bedroom.png');
}

.residentialtext {
  height: auto;
  padding: 25px;
}

.project-commercial {
  background-image: url('../images/bathroom-1.png');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.project-commercial._01 {
  background-image: url('../images/bedroom.png');
}

.project-commercial._02 {
  background-image: url('../images/01.jpg');
}

.project-commercial._03 {
  background-image: url('../images/01_1.jpg');
}

.project-commercial._04 {
  background-image: url('../images/Captura-de-pantalla-2024-07-03-180234.png');
}

.project-commercial._05 {
  background-image: url('../images/boca-main-bedroom.png');
}

.project-hospitality {
  background-image: url('../images/bathroom-1.png');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.project-hospitality._01 {
  background-image: url('../images/bedroom.png');
}

.project-hospitality._02 {
  background-image: url('../images/hotelroom1.png');
}

.project-hospitality._05 {
  background-image: url('../images/boca-main-bedroom.png');
}

.project-hospitality._03 {
  background-image: url('../images/ball-room-proposal.png');
}

.project-hospitality._04 {
  background-image: url('../images/Captura-de-pantalla-2024-07-03-181023.png');
}

.project-landscape {
  background-image: url('../images/bathroom-1.png');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.project-landscape._01 {
  background-image: url('../images/bedroom.png');
}

.project-landscape._02 {
  background-image: url('../images/01_2.jpg');
}

.project-landscape._05 {
  background-image: url('../images/boca-main-bedroom.png');
}

.project-landscape._03 {
  background-image: url('../images/02.jpg');
}

.project-landscape._04 {
  background-image: url('../images/Captura-de-pantalla-2024-07-03-181633.png');
}

.project-management {
  background-image: url('../images/bathroom-1.png');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.project-management._01 {
  background-image: url('../images/bedroom.png');
}

.project-management._02 {
  background-image: url('../images/01_2.jpg');
}

.project-management._05 {
  background-image: url('../images/boca-main-bedroom.png');
}

.project-management._03 {
  background-image: url('../images/02.jpg');
}

.project-management._04 {
  background-image: url('../images/Captura-de-pantalla-2024-07-03-181633.png');
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-block-three.fo {
  border-left: 1px solid #000;
  margin-left: 0;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  font-family: Mori Book, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.code-embed {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 200px auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-4 {
  background-color: #828080;
  width: 1px;
  height: 150px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

._04 {
  background-image: url('../images/12451251231231.jpg');
  background-position: 50%;
  background-size: cover;
}

._05 {
  background-image: url('../images/412512312312.jpg');
  background-position: 50%;
  background-size: cover;
}

.link, .link-2 {
  font-size: .8rem;
}

.navbar-no-shadow {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-6 {
  z-index: 100;
  aspect-ratio: auto;
  background-color: rgba(220, 220, 220, .81);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .7rem;
  }

  .sticky-parent.home {
    height: 400vh;
    display: none;
  }

  .sticky-parent.home._1 {
    display: block;
  }

  .sticky-child.page-padding.home {
    height: 100vh;
  }

  .scroll-h-parent.internal {
    grid-column-gap: .8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    height: 500px;
  }

  .scroll-h-parent.internal.contact {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .scroll-h-parent.internal.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    height: 500px;
  }

  .scroll-h-parent.home {
    width: 150%;
    display: flex;
  }

  .scroll-h-child.flex-cc.two {
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: center;
  }

  .scroll-h-child.flex-cc.two.home {
    min-width: 300px;
    height: 500px;
  }

  .scroll-h-child.flex-cc.three {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .scroll-h-child.flex-cc.three.home {
    min-width: 300px;
    height: 500px;
  }

  .scroll-h-child.flex-cc.four {
    justify-content: center;
    align-items: stretch;
  }

  .scroll-h-child.flex-cc.four.home {
    min-width: 300px;
    height: 500px;
  }

  .scroll-h-child.one {
    min-width: 700px;
  }

  .div-hide.hide-m {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-small.intro.home {
    font-size: .8rem;
  }

  .img-parent {
    height: 300px;
  }

  .img-parent.home {
    height: 500px;
  }

  .img-cover.internal {
    vertical-align: baseline;
    height: 300px;
    display: inline-block;
  }

  .arrow-btn.right {
    margin-top: 0;
  }

  .hover-copy-copy.internal {
    height: 230px;
    padding-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .project-residential._05.cons {
    background-image: url('../images/UNDER-CONSTRUCTION.png');
    height: 100%;
  }

  .div-block-2 {
    align-content: space-around;
  }
}

@media screen and (min-width: 1440px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .8rem;
  }

  .sticky-parent.internal {
    height: auto;
  }

  .sticky-parent.home {
    height: 900vh;
  }

  .sticky-child.page-padding.internal {
    height: 100%;
  }

  .sticky-child.page-padding.home {
    padding-top: 7rem;
    padding-bottom: 5.1rem;
  }

  .scroll-h-parent.internal, .scroll-h-parent.internal.four {
    max-width: 100%;
    height: 600px;
  }

  .scroll-h-parent.home {
    grid-column-gap: 2rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 250%;
    display: flex;
  }

  .scroll-h-child.flex-cc.two.home {
    grid-template-rows: auto;
    min-width: 0;
    height: 600px;
  }

  .scroll-h-child.flex-cc.three.home, .scroll-h-child.flex-cc.four.home {
    min-width: 0;
    height: 600px;
  }

  .scroll-h-child.one {
    min-width: 900px;
    overflow: visible;
  }

  .heading-small.intro.a.left {
    padding-left: 23px;
  }

  .heading-small.intro.home {
    font-size: .9rem;
  }

  .img-parent {
    height: 350px;
  }

  .img-parent.home {
    height: auto;
  }

  .img-cover.internal {
    height: 100%;
  }

  .img-cover.internal.bottom {
    object-position: 50% 100%;
  }

  .hover-copy-copy.internal {
    height: 240px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-2 {
    align-content: space-around;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 121px auto;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1920px) {
  li {
    font-size: .9rem;
  }

  .sticky-parent.home._1 {
    display: none;
  }

  .sticky-parent.home.full {
    height: 600vh;
    display: block;
  }

  .scroll-h-parent.internal, .scroll-h-parent.internal.four {
    height: 1000px;
  }

  .scroll-h-parent.home {
    width: 150%;
    display: flex;
  }

  .scroll-h-child.flex-right.full.new {
    display: flex;
  }

  .scroll-h-child.flex-cc.two.home {
    grid-template-rows: auto;
    height: auto;
  }

  .scroll-h-child.flex-cc.three.home, .scroll-h-child.flex-cc.four.home {
    height: auto;
  }

  .scroll-h-child.one {
    min-width: 0;
  }

  .scroll-h-child.one.a {
    min-width: 900px;
  }

  .div-hide.hide-m.con, .div-hide.hide-m.con.w--current {
    display: none;
  }

  .heading-small.intro.a.left {
    padding-left: 50px;
    font-size: 1.1rem;
  }

  .heading-small.intro.home {
    font-size: 1rem;
  }

  .heading-small.intro-copy.dark {
    font-size: 1.2rem;
  }

  .img-parent {
    height: 700px;
  }

  .img-parent.home {
    height: auto;
  }

  .arrow-btn.right.f {
    margin-top: 46px;
  }

  .paragraph.dark {
    font-size: 1rem;
    line-height: 1.4;
  }

  .centered-heading {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .hover-copy-copy.internal {
    justify-content: flex-start;
    align-items: center;
    height: 360px;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-2 {
    align-content: space-around;
  }

  .div-block-3 {
    grid-template-columns: 200px auto;
  }

  .link, .link-2 {
    font-size: 1rem;
  }

  .navbar-no-shadow {
    display: none;
  }

  .navbar-no-shadow-container, .container-regular {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    background-color: #fff;
    padding-bottom: 2rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .sticky-child.page-padding.internal.contact {
    padding-top: 12rem;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .scroll-h-parent.internal {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-h-child.flex-right {
    display: none;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .super-text {
    text-align: center;
    font-size: 28vw;
  }

  .scroll-parent {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .arrow-extension.right {
    width: 80px;
  }

  .arrow-btn-text {
    font-size: .9rem;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .navbar-no-shadow {
    width: 100%;
    display: block;
  }

  .navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-flow: column;
    display: flex;
    position: absolute;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 83px;
    padding-bottom: 83px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    clear: none;
    background-color: var(--red);
    color: #fff;
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    justify-content: space-between;
  }

  .scroll-h-parent.internal {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .img-cover.internal, .img-cover.internal.bottom {
    height: 60%;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .super-text {
    font-size: 27.5vw;
  }

  .hide-m {
    display: none;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar, .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .scroll-h-parent.internal {
    grid-template-columns: 1fr;
  }

  .scroll-h-parent.internal.contact {
    grid-row-gap: 40px;
  }

  .scroll-h-parent.internal.four {
    grid-template-columns: 1fr;
  }

  .scroll-h-parent.home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .scroll-h-child.flex-cc.two.home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-hide.pad-two {
    margin-left: -1rem;
  }

  .heading-small.intro.home {
    padding-right: 0;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .super-text {
    font-size: 31vw;
  }

  .scroll-child {
    display: none;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.right {
    width: 18vw;
  }

  .arrow-wrap, .arrow-wrap.right {
    padding-left: 18vw;
  }

  .arrow-icon.right {
    height: 3.5vw;
  }

  .arrow-btn-text {
    font-size: .8rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    line-height: 29px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .navbar-no-shadow {
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .heading {
    text-align: center;
    font-size: 1rem;
  }
}

#w-node-cc481c17-698d-4c5e-2202-3dac4a474ca6-7950fccc, #w-node-af370eae-5e86-2283-a992-245838894589-7950fccc, #w-node-_1a113947-a1c7-b43f-0391-52080837d66b-7950fccc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-abb1933f-a498-750e-6f5f-692af4ce5d06-d2aa7c99, #w-node-_104731cb-e31b-4116-61b0-b322ef70d434-d2aa7c99, #w-node-_39993462-572e-a0ca-3973-ef8404466b4e-d2aa7c99, #w-node-_39993462-572e-a0ca-3973-ef8404466b51-d2aa7c99, #w-node-_52f92598-c3d5-03ce-fdab-fb471aaf9dbf-d2aa7c99, #w-node-d26c3719-9fc9-532a-2b18-cc04bfc15f56-d2aa7c99 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ae9497df-41bf-96a5-4b66-90043e1ddf55-d2aa7c99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a113947-a1c7-b43f-0391-52080837d66b-7950fccc {
    grid-column: span 1 / span 1;
  }

  #w-node-ae9497df-41bf-96a5-4b66-90043e1ddf55-d2aa7c99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mori Extra Bold';
  src: url('../fonts/PPMori-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mori Book';
  src: url('../fonts/PPMori-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-ThinItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}