.s-wrapper {
  z-index: 1;
  color: #323232;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.s-wrapper.hidden {
  display: block;
}

.s-wrapper.last-child {
  z-index: 2;
  margin-bottom: 0;
}

.s-wrapper.white {
  z-index: 1;
}

.hero-wrapper {
  height: 100vh;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: flex-end;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.bg-wrapper {
  height: auto;
}

.bg-wrapper.white {
  height: auto;
  background-image: linear-gradient(#fff, #fff);
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-wrapper.mix {
  height: auto;
  background-color: #323232;
  background-image: none;
}

.bg-wrapper.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/dmg_bg_e-max.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.nav-link {
  color: #fff;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .9rem 1rem .75rem;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: rgba(114, 114, 114, .3);
  border: 1px #fff;
  border-radius: 80px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .9rem 1rem .75rem;
  font-size: .9rem;
  line-height: 1.5;
  display: block;
}

.nav-link:focus {
  background-image: linear-gradient(rgba(166, 210, 66, .3), rgba(166, 210, 66, .3));
  border-radius: 500px;
}

.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;
}

.mobile-margin-top-10 {
  width: auto;
}

.btn-primary {
  color: #323232;
  letter-spacing: .125em;
  -webkit-text-stroke-color: #323232;
  text-transform: uppercase;
  background-color: #aad44b;
  border-radius: 80px;
  padding: 1.125em 2em 1em;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .2s;
}

.btn-primary:hover {
  color: #323232;
  background-color: #a6d242;
  transform: translate(-4px, -4px);
  box-shadow: 5px 6px #5e7b1d;
}

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

.main-nav {
  z-index: 10;
  width: 98%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(166, 210, 66, 0);
  border-radius: 500px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 1em 2em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbarr {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  min-height: 30px;
}

.navbar-wrapper {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-brand {
  width: 18rem;
}

.nav-brand.w--current {
  width: 16rem;
}

.nav-brand.white {
  width: 20em;
}

.nav-brand.white.w--current {
  width: 16em;
}

.nav-menu-wrapper {
  flex: 0 auto;
  align-self: auto;
}

.nav-menu {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.body {
  color: #a31717;
  font-family: Clashdisplay Regular, sans-serif;
  font-size: 1vw;
  line-height: 1.5px;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Light, sans-serif;
  font-size: 8em;
  font-weight: 600;
  line-height: .9;
}

.hero-title.fade-up.tricks {
  font-size: 8rem;
  overflow: hidden;
}

.scroll-snap-wrapper {
  height: 10px;
  line-height: 1.5;
  overflow: auto;
}

.section-title {
  width: 100%;
  color: #323232;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6rem;
  padding-right: 0;
  font-family: Clashdisplay Light, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-title.enlarge {
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 6rem;
}

.section-title.enlarge.fade-up2.tricks {
  padding-left: 2em;
  padding-right: 2em;
  line-height: 1.1;
}

.section-title.white {
  color: #fff;
  text-align: center;
  padding-right: 0;
  font-size: 6rem;
}

.section-title.dark {
  color: #fff;
  margin-bottom: 4rem;
  padding-right: 0;
  font-size: 6rem;
}

.section-title.slide-up.tricks {
  text-transform: none;
  font-size: 6rem;
  overflow: hidden;
}

.section-title.center {
  text-align: center;
  text-transform: none;
  font-size: 6rem;
}

.section-title.reveal {
  text-transform: uppercase;
}

.content-wrapper {
  height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template: "Area Area Area Area"
                 ". . . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10em;
  display: flex;
  position: relative;
}

.content-wrapper.dark, .content-wrapper.light {
  background-color: rgba(0, 0, 0, 0);
}

.content-wrapper.contant {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  padding-top: 0;
}

.col-items {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.col-items.references {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(0, 0, 0, .08);
}

.card-item {
  width: 100%;
  height: auto;
  background-color: #323232;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8em;
  overflow: hidden;
}

.card-item:hover {
  perspective: none;
}

.card-item.adapt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/construction-wall-destruction-with-hammer.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 2em;
}

.card-item.construction-works {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/construction-scaffolding-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 3em;
}

.card-item.object-support {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/interior_scene_optimized.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 4em;
}

.card-item.card-01 {
  height: 52em;
  background-color: #3d4f39;
  border-radius: 0;
  margin-bottom: 10em;
}

.card-item.card-02 {
  height: 52em;
  background-color: #85745f;
  border-radius: 0;
  margin-bottom: 8em;
  top: 14em;
}

.card-item.card-03 {
  height: 52em;
  background-color: #ae673e;
  margin-bottom: 2em;
  padding-top: 0;
  padding-bottom: 0;
  top: 20em;
}

.card-item.card-04 {
  background-color: #607a8f;
  margin-bottom: 0;
  top: 26em;
}

.card-title {
  color: #fff;
  letter-spacing: .05em;
  border: 1px #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Clashdisplay Regular, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.card-title.dark {
  color: #323232;
  margin-bottom: 0;
}

.btn-secondary {
  clear: none;
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  color: #323232;
  letter-spacing: .125em;
  -webkit-text-stroke-color: #323232;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #323232;
  border-radius: 140px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5em .5em .5em 1.5em;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .15s;
  display: flex;
  overflow: visible;
}

.btn-secondary:hover {
  border-color: #a6d242;
  transform: translate(-4px, -4px);
  box-shadow: 5px 6px #a6d242;
}

.btn-text {
  color: #fff;
  letter-spacing: .125em;
  text-transform: uppercase;
  border: 1px #000;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.btn-text.dark {
  float: left;
  clear: none;
  color: #323232;
  border-color: #a6d242;
  margin-right: 1em;
  font-size: 1.125rem;
  text-decoration: none;
}

.btn-wrapper {
  grid-column-gap: .5rem;
  display: flex;
}

.title-wrapper {
  width: 100%;
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.title-wrapper.enlarge {
  z-index: 1;
  height: 100vh;
  text-align: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.title-wrapper.dark {
  padding-right: 0;
}

.logo {
  color: #b67777;
  display: block;
}

.img-item {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.img-item.top {
  border: 1px solid rgba(0, 0, 0, .08);
  border-style: none solid solid none;
  flex-direction: row;
}

.img-item.top.last {
  border-right-style: none;
}

.img-item.bottom {
  border-bottom: 1px rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(0, 0, 0, .08);
}

.img-item.bottom.last {
  border-right-style: none;
}

.img-item.in-card {
  width: auto;
  height: 100%;
  padding: 0;
}

.logo-item {
  width: 139px;
  max-width: none;
}

.row-items {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.span-text {
  width: 1.25em;
  color: rgba(50, 50, 50, .4);
  flex: none;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
}

.icon.dark {
  float: none;
  color: #323232;
  background-color: #130e0e;
  border-radius: 500px;
  padding: .5em;
  display: block;
}

.icon.absolute {
  cursor: pointer;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-wrapper {
  flex: 1;
}

.icon-wrapper.modal {
  cursor: pointer;
  padding: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.row-wrapper {
  border-bottom: 2px solid #323232;
  padding-bottom: 2em;
}

.para-container {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  justify-items: start;
  display: grid;
}

.para-container.enlarge {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.p-body {
  color: #323232;
  letter-spacing: .025rem;
  margin-bottom: 2em;
  font-family: Clashdisplay Regular, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-body.footer {
  height: auto;
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.p-body.in-card {
  color: #fff;
  margin-bottom: 0;
}

.p-body.light {
  color: #fff;
}

.p-body.center {
  text-align: center;
}

.img-off {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  margin-top: -4em;
  overflow: auto;
}

.img-off.m-top {
  object-position: 100% 50%;
  margin-top: 4em;
}

.copy-wrapper {
  width: 50vw;
  color: #323232;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.copy-wrapper.dark {
  width: 60vw;
  color: #fff;
  align-items: stretch;
  margin-bottom: 8rem;
}

.html-embed {
  display: none;
}

.enlarge-wrapper {
  z-index: 1;
  width: 100%;
  height: 160%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 60vh;
  background-color: #323232;
  background-image: url('../images/home-kitchen_crop.jpg');
  background-position: 50% 78%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5em;
  display: flex;
}

.image-wrapper.overlay {
  height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/interior_scene_optimized.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 0;
}

.title-quote {
  width: 80%;
  flex-direction: column;
}

.img-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-title-wrapper {
  margin-bottom: 4rem;
}

.header-animate {
  overflow: hidden;
}

.mix-container {
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-span {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.p-link {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
}

.num-line {
  -webkit-text-stroke-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.num-line.last-child {
  border: 1px #000;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.num-line.first {
  margin-bottom: 1em;
}

.container-2 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

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

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

.footer-link-three-2 {
  color: #323232;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
}

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

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

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

.footer-divider-two-2 {
  width: 100%;
  height: 2px;
  background-color: rgba(50, 50, 50, .12);
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #323232;
  letter-spacing: .5px;
  font-size: 1rem;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #323232;
  margin-left: 24px;
  font-size: 1rem;
}

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

.footer {
  z-index: 0;
  height: 28rem;
  background-color: #a6d242;
  padding-top: 8rem;
  padding-bottom: 8rem;
  line-height: 1.5;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-1 {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  justify-content: center;
  transition: top .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  width: 24em;
  margin-bottom: 0;
}

.logo-wrapper.in-footer {
  width: 24em;
}

.modal-wrapper {
  width: 50vw;
  background-color: #fff;
  margin: auto;
  padding: 4rem;
  display: block;
  position: relative;
}

.heading-2 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.2;
}

.list-item {
  color: #fff;
  letter-spacing: .025rem;
  background-image: url('../images/bullet-icon.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  align-self: auto;
  margin-bottom: 0;
  margin-left: .35em;
  padding-left: 1.5em;
  padding-right: 2em;
  font-size: 1.5rem;
  line-height: 1.8;
}

.list-item.header {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-wrapper-fixed {
  z-index: 0;
  height: 25rem;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-container {
  width: 100%;
  background-image: url('../images/armature-man_crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.image-container.img-2 {
  background-image: url('../images/interior-construction_crop.jpg');
  background-position: 100%;
}

.menu-btn-wrapper {
  display: none;
}

.list {
  color: #323232;
}

.card-item_image {
  width: 100%;
  height: auto;
  background-image: url('../images/engineering_crop.jpg');
  background-position: 50% 100%;
  background-size: cover;
  align-self: stretch;
  display: block;
}

.card-item_image.card-02 {
  background-image: url('../images/home-gallery_crop.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.card-item_image.card-03 {
  background-image: url('../images/construction-wall-destruction-with-hammer.jpg');
  background-position: 100%;
}

.card-item_image.card-04 {
  background-image: url('../images/living-room-with-sofa.jpg');
  background-position: 50% 100%;
}

.card-item_content {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: rgba(174, 103, 62, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3em;
  display: flex;
}

.card-item_content.card-02 {
  background-color: #85745f;
}

.card-item_content.card-03 {
  background-color: #607a8f;
}

.card-item_content.additional-height {
  padding-bottom: 27em;
}

.paragraph {
  align-self: auto;
}

.card-item_content_title {
  grid-column-gap: 1em;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  flex-direction: row;
  align-self: stretch;
  padding-bottom: 1.5em;
  display: flex;
}

.list-2 {
  align-self: stretch;
}

.card-item_content_list {
  align-self: stretch;
  padding-left: 0;
}

.card-eyebrow {
  color: #a6d242;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.img-switcher {
  width: 100%;
}

.copy-wrapper-dark {
  width: 50vw;
}

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

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

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

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .bg-wrapper.white {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-link, .nav-link:hover, .btn-primary {
    font-size: 1.2rem;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .nav-brand.white {
    flex: 0 auto;
  }

  .nav-brand.white.w--current {
    width: 14em;
  }

  .hero-title.fade-up.tricks {
    font-size: 8vw;
    line-height: .9;
  }

  .section-title, .section-title.enlarge, .section-title.white {
    font-size: 5.8vw;
  }

  .section-title.dark {
    text-transform: none;
    padding-right: 2em;
    font-size: 5.8vw;
  }

  .section-title.slide-up.tricks {
    text-transform: none;
    margin-bottom: 4rem;
    font-size: 5.8vw;
  }

  .section-title.center {
    text-transform: none;
    font-size: 5.8vw;
  }

  .section-title.reveal {
    text-transform: none;
  }

  .card-item.card-01 {
    height: 40em;
    margin-bottom: 11em;
  }

  .card-item.card-02 {
    height: 40em;
    margin-bottom: 13em;
  }

  .card-item.card-03 {
    height: 40em;
    margin-bottom: 7em;
  }

  .card-item.card-04 {
    height: 40em;
  }

  .card-title {
    margin-bottom: 0;
    font-size: 2.25vw;
    line-height: 1.3;
  }

  .para-container {
    grid-template-rows: auto;
  }

  .p-body, .p-body.center {
    font-size: 1.5vw;
  }

  .copy-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mix-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .u-span {
    font-size: 1.5rem;
  }

  .p-link {
    font-size: 1.5vw;
  }

  .num-line {
    padding-bottom: 0;
  }

  .container-2 {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer-link-three-2 {
    font-size: 1.8rem;
  }

  .footer-copyright-2, .footer-legal-link-2 {
    font-size: 1.5rem;
  }

  .logo-wrapper {
    width: 16em;
    margin-bottom: 0;
  }

  .logo-wrapper.in-footer {
    margin-bottom: 2em;
  }

  .list-item {
    font-size: 1.5vw;
  }

  .list-item.header.last-child {
    margin-right: 1em;
  }

  .card-item_content.additional-height {
    padding-bottom: 3em;
  }

  .card-item_content_title {
    align-items: stretch;
  }

  .card-eyebrow {
    font-size: 2.5vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .bg-wrapper.white {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .menu-button {
    width: auto;
    clear: none;
    background-color: #a6d242;
    border-radius: 60px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    padding: .25em;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
  }

  .main-nav {
    width: 98%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 2em;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 32px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding: 4em;
    display: flex;
  }

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

  .section-title.enlarge, .section-title.enlarge.fade-up2.tricks, .section-title.white, .section-title.dark {
    font-size: 4rem;
  }

  .section-title.slide-up.tricks, .section-title.center {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .card-item.card-01 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 6em;
    top: 8em;
    overflow: hidden;
  }

  .card-item.card-02 {
    height: auto;
    flex-direction: column;
    margin-bottom: 6em;
  }

  .card-item.card-03 {
    height: auto;
    flex-direction: column;
    margin-bottom: 12em;
  }

  .card-item.card-04 {
    flex-direction: column;
  }

  .card-title {
    margin-bottom: 0;
    font-size: 2.1rem;
  }

  .btn-secondary {
    padding: 2em 2em 2em 4em;
  }

  .title-wrapper.dark {
    padding-right: 0;
  }

  .icon-wrapper {
    flex: 0 auto;
  }

  .para-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p-body {
    font-size: 1.5rem;
  }

  .p-body.center {
    width: 100%;
  }

  .img-off {
    height: 40vh;
    background-image: url('../images/interior-construction_crop.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .img-off.for-mobile {
    height: 40vh;
    margin-top: 0;
    display: block;
  }

  .copy-wrapper {
    width: 100%;
    flex-direction: column;
    order: 1;
    align-items: stretch;
  }

  .copy-wrapper.dark {
    width: 100%;
    margin-bottom: 4rem;
  }

  .mix-container {
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-link {
    font-size: 1.5rem;
  }

  .container-2 {
    width: 100%;
    max-width: 728px;
  }

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

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

  .footer {
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .logo-wrapper {
    width: 40em;
  }

  .list-item {
    background-position: 0 8px;
    font-size: 1.5rem;
  }

  .lottie-animation {
    width: 2em;
    display: block;
  }

  .image-container {
    width: 100%;
    height: 64em;
    flex: 0 auto;
    margin-top: 0;
  }

  .image-container.for-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: relative;
  }

  .image-container.for-desktop {
    display: none;
  }

  .p-menu {
    letter-spacing: .125rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .75rem;
    line-height: 1.5;
  }

  .menu-btn-wrapper {
    grid-column-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item-2 {
    margin-bottom: 1em;
  }

  .card-item_image {
    height: 40em;
    flex: 0 auto;
  }

  .card-item_image.card-04 {
    height: auto;
    min-height: 74em;
    flex: none;
  }

  .card-item_content_title {
    align-self: stretch;
    align-items: center;
  }

  .card-eyebrow {
    font-size: 2.1rem;
  }

  .img-switcher {
    grid-column-gap: 5em;
    align-items: flex-end;
    display: flex;
  }

  .para-btn-wrapper {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .main-nav {
    padding-left: 4em;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

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

  .nav-brand.white, .nav-brand.white.w--current {
    width: 40em;
  }

  .nav-menu-wrapper {
    display: flex;
  }

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

  .hero-title.fade-up.tricks {
    font-size: 5rem;
  }

  .section-title {
    font-size: 3rem;
  }

  .section-title.enlarge {
    text-align: center;
    font-size: 3rem;
  }

  .section-title.white, .section-title.dark, .section-title.slide-up.tricks, .section-title.center {
    font-size: 3rem;
  }

  .card-item.card-01, .card-item.card-02 {
    position: relative;
    top: 0;
  }

  .card-item.card-03 {
    margin-bottom: 8em;
    position: relative;
    top: 0;
  }

  .card-item.card-04 {
    position: relative;
    top: 0;
  }

  .card-title {
    font-size: 1.9rem;
  }

  .para-container.enlarge {
    grid-row-gap: 0em;
  }

  .p-body.center {
    text-align: left;
    font-size: 1.5rem;
  }

  .img-off {
    background-position: 50% 0;
  }

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

  .container-2 {
    text-align: center;
    margin-bottom: 8em;
    padding-bottom: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-wrapper-three-2 {
    align-items: center;
  }

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

  .footer-link-three-2 {
    align-self: center;
    margin-bottom: 10px;
  }

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

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

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .footer {
    margin-bottom: 0;
    padding-top: 19em;
    padding-bottom: 16em;
  }

  .logo-wrapper {
    width: 48em;
    margin-left: 0;
    margin-right: auto;
  }

  .card-item_image.card-03, .card-item_image.card-04 {
    height: 70em;
  }

  .card-item_content_title {
    grid-column-gap: 2em;
    align-items: flex-start;
    padding-bottom: 4em;
  }

  .card-eyebrow {
    line-height: 1.2;
  }

  .img-switcher {
    margin-bottom: 2em;
  }

  .copy-wrapper-dark {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .s-wrapper {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 12em;
  }

  .s-wrapper.white {
    background-image: linear-gradient(#fff, #fff);
    padding-top: 8em;
  }

  .s-wrapper.hero {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 16em;
  }

  .hero-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
    overflow: hidden;
  }

  .bg-wrapper.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-wrapper.mix {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #323232;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .nav-link:hover, .btn-primary {
    font-size: 1rem;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 11px;
  }

  .menu-button.w--open {
    background-color: #a6d242;
    border-radius: 100px;
  }

  .main-nav {
    width: auto;
    box-shadow: none;
    border-radius: 32px;
    margin-top: 4em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 4em;
    padding-right: 1em;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .navbarr {
    width: 100%;
  }

  .container-regular {
    width: 100%;
    position: relative;
  }

  .navbar-wrapper {
    justify-content: space-between;
    position: relative;
  }

  .nav-brand.w--current {
    width: 150px;
  }

  .nav-brand.white, .nav-brand.white.w--current {
    width: 40em;
  }

  .nav-menu-wrapper {
    width: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-image: linear-gradient(#fff, #fff);
    border-radius: 32px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 4rem;
    display: block;
    position: fixed;
    box-shadow: 0 16px 17px rgba(0, 0, 0, .12);
  }

  .nav-menu {
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 32px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

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

  .body {
    overflow: visible;
  }

  .hero-title.fade-up.tricks {
    width: auto;
    font-size: 4rem;
    line-height: .9;
  }

  .section-title {
    letter-spacing: .5px;
    margin-bottom: 1rem;
    padding-right: 0;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .section-title.enlarge {
    font-size: 2.3rem;
  }

  .section-title.dark {
    margin-bottom: 0;
    font-size: 2.8rem;
    line-height: .9;
  }

  .section-title.slide-up.tricks {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: .9;
    overflow: visible;
  }

  .section-title.center {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .content-wrapper {
    padding-top: 0;
  }

  .content-wrapper.light {
    padding-top: 0;
  }

  .content-wrapper.contant {
    font-size: 1em;
  }

  .col-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .card-item {
    height: auto;
    justify-content: flex-end;
    margin-bottom: 10em;
    padding: 4em 0;
  }

  .card-item.adapt, .card-item.construction-works, .card-item.object-support {
    padding: 4em;
  }

  .card-item.card-01 {
    height: auto;
    margin-bottom: 2em;
    padding: 0;
    position: relative;
    top: 0;
  }

  .card-item.card-02 {
    height: auto;
    min-height: 250em;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .card-item.card-03 {
    height: auto;
    min-height: 200em;
    justify-content: flex-start;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .card-item.card-04 {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

  .card-title {
    font-size: 1.4rem;
  }

  .btn-secondary {
    width: auto;
    grid-column-gap: 1em;
    justify-content: center;
    padding: 2em 1em 2em 6em;
  }

  .btn-text {
    font-size: .8rem;
    line-height: 1.5;
  }

  .btn-text.dark {
    margin-right: .5em;
    font-size: .85rem;
  }

  .btn-wrapper {
    align-items: center;
    display: none;
    overflow: visible;
  }

  .title-wrapper {
    margin-bottom: 0;
  }

  .title-wrapper.enlarge {
    height: 100vh;
    align-items: center;
  }

  .title-wrapper.dark {
    margin-bottom: 8em;
    padding-right: 0;
  }

  .logo {
    width: 50em;
  }

  .row-items {
    display: block;
  }

  .icon.dark {
    padding: 2em;
  }

  .para-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .p-body {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.15rem;
  }

  .p-body.footer {
    text-align: left;
  }

  .p-body.footer.light {
    margin-bottom: 0;
  }

  .p-body.light {
    margin-bottom: 2rem;
    font-size: 1.15rem;
  }

  .p-body.center {
    text-align: left;
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .img-off {
    height: 40vh;
    margin-bottom: 8em;
  }

  .img-off.for-mobile {
    height: 30vh;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 8em;
  }

  .copy-wrapper {
    width: 100%;
    text-align: center;
    align-items: flex-start;
    font-size: 1em;
  }

  .copy-wrapper.dark {
    width: 100%;
    margin-bottom: 0;
  }

  .enlarge-wrapper {
    height: 100%;
    margin-bottom: 0;
  }

  .image-wrapper {
    padding-bottom: 0;
  }

  .hero-title-wrapper {
    width: 100%;
  }

  .header-animate {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .mix-container {
    padding: 0 1rem 4rem;
  }

  .u-span {
    text-align: left;
  }

  .p-link {
    font-size: 1.2rem;
  }

  .num-line {
    flex-direction: row;
    padding-bottom: 1rem;
  }

  .num-line.last-child {
    margin-bottom: 2rem;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 45em;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-wrapper-three-2 {
    align-items: center;
  }

  .footer-block-three-2 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-block-three-2 {
    margin-left: 0;
  }

  .footer-divider-two-2 {
    margin-bottom: 4em;
  }

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

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

  .footer-legal-block-2, .footer-legal-link-2 {
    margin-left: 0;
  }

  .footer {
    height: auto;
    padding-top: 4em;
    padding-bottom: 2rem;
    top: 0;
  }

  .p-wrapper {
    font-size: 100vw;
  }

  .logo-wrapper {
    width: 44em;
  }

  .logo-wrapper.in-footer {
    width: 100%;
    justify-content: center;
    margin-bottom: 8em;
    display: flex;
  }

  .list-item {
    background-position: 0 0;
    margin-bottom: .5em;
    margin-left: 0;
    padding-left: 2em;
    padding-right: 0;
    font-size: 1.15rem;
    line-height: 1.4;
    display: block;
  }

  .lottie-animation {
    width: 2rem;
    background-color: #a6d242;
    border-radius: 130px;
    transform: scale(1.3);
  }

  .footer-wrapper-fixed {
    height: 160em;
  }

  .image-container {
    width: 100%;
    height: auto;
    min-height: 30vh;
    background-image: url('../images/armature-man_crop.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 4em;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-container.for-mobile {
    background-image: url('../images/interior-construction_crop.jpg');
    margin-top: 4em;
    margin-bottom: 2em;
    display: none;
  }

  .image-container.for-desktop {
    display: block;
  }

  .image-container.img-2 {
    margin-bottom: 4em;
  }

  .card-item_image {
    height: 68em;
    align-self: auto;
  }

  .card-item_image.card-02 {
    height: 100%;
    flex: 1;
  }

  .card-item_image.card-03 {
    height: 100%;
    background-repeat: no-repeat;
    flex: 1;
  }

  .card-item_image.card-04 {
    height: 68em;
  }

  .card-item_content {
    height: 100%;
    grid-column-gap: 4.5em;
    flex-direction: column;
    padding: 0;
  }

  .card-item_content.additional-height {
    height: auto;
    justify-content: flex-start;
    padding-bottom: 4em;
  }

  .card-item_content_title {
    grid-column-gap: 4em;
    align-items: flex-start;
    margin-left: 4em;
    margin-right: 4em;
    padding: 4em 0;
  }

  .card-item_content_list {
    margin-bottom: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .card-eyebrow {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .img-switcher {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    margin-bottom: 4em;
    display: flex;
  }

  .para-btn-wrapper {
    width: 100%;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    display: flex;
  }

  .copy-wrapper-dark {
    color: #fff;
  }
}

#w-node-bf59b017-7bb3-537d-bb66-a13a3bbb07c3-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80fb09ed-929d-a4ff-f0b1-669e32239e2f-049476b6 {
  align-self: end;
  justify-self: auto;
}

#w-node-_729946a5-8fd5-8e8e-a0d8-fdf5c59e62a1-049476b6 {
  align-self: center;
  justify-self: auto;
}

#w-node-_573cbe16-a886-c265-f19d-2f45d994777f-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d206c0f3-7ce3-ac2e-fadd-1636f0dd2e1b-049476b6 {
  align-self: center;
  justify-self: auto;
}

#w-node-de90d6fa-5318-6ded-a86b-aa9da1569fa7-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#about-us.w-node-cff68a9f-b6de-a35e-7297-831511f3514e-049476b6 {
  align-self: center;
  justify-self: auto;
}

#w-node-cff68a9f-b6de-a35e-7297-831511f35176-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-eb0e6ba7-d8de-9242-f7b8-cc3c51100f49-049476b6 {
  align-self: center;
  justify-self: auto;
}

#w-node-eb0e6ba7-d8de-9242-f7b8-cc3c51100f4c-049476b6, #w-node-_5a9635bf-f0d8-d5f6-b12a-228e4caba780-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8d6cb663-17e6-0a51-d4e1-977fb55c2579-049476b6 {
  align-self: center;
  justify-self: auto;
}

#w-node-_8d6cb663-17e6-0a51-d4e1-977fb55c257c-049476b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-_217c19f0-0209-4374-a6fc-b3c2200c51da-049476b6, #w-node-_8eeccf49-bcaa-da94-111d-a36413c6a23c-049476b6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-de90d6fa-5318-6ded-a86b-aa9da1569fa7-049476b6 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_217c19f0-0209-4374-a6fc-b3c2200c51da-049476b6, #w-node-_8eeccf49-bcaa-da94-111d-a36413c6a23c-049476b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Clashdisplay Medium';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Light';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Regular';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}