@font-face {
  font-family: Avenirnext;
  src: url('../fonts/AvenirNext.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Emojionecolor;
  src: url('../fonts/EmojiOneColor.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskerville;
  src: url('../fonts/Baskerville.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Ultra light;
  src: url('../fonts/avenir-next-ultra-light.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #900;
  --gray: #303030;
  --white: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #00b831;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #00b831;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 18px;
}

a {
  color: #fff;
  text-decoration: none;
}

.formwrapper {
  background-color: #0000000d;
  border-radius: 4px;
  flex: 1;
  max-width: 40%;
  margin-left: 10%;
  padding: 40px;
  font-family: Bitter, serif;
}

.section-3 {
  justify-content: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.content-part {
  background-color: #0000;
  flex: 1;
  max-width: 1440px;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.content-part.hero {
  color: #fff;
  background-color: #ff6464;
  border-radius: 4px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 5% 0 10%;
  position: relative;
}

.profile-description {
  flex: 1;
  max-width: 600px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Bitter, serif;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-link {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
  transition: none;
}

.about-text {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}

.formblock {
  margin-top: 30px;
}

.cta-button {
  float: left;
  box-shadow: none;
  color: #ff6464;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: border .5s, transform .5s, box-shadow .5s;
  display: flex;
}

.cta-button:hover {
  border-bottom-style: none;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 0 4px 2px #0000001a;
}

.cta-button:active {
  transform: translate(0, -2px)scale(.95);
}

.cta-button.secondary-button {
  color: #fff;
  background-color: #fff3;
  text-decoration: none;
}

.cta-button.secondary-button.back {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
  position: absolute;
  top: 20px;
  left: 20px;
}

.formerror {
  background-color: #0000004d;
  border-radius: 4px;
  margin-top: 0;
  padding: 20px;
  font-size: 14px;
}

.formsuccess {
  color: #ff6464;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.form-field {
  float: left;
  box-shadow: none;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: border .5s, transform .5s, box-shadow .5s;
  display: flex;
}

.form-field:hover {
  border-bottom-style: none;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 0 4px 2px #0000001a;
}

.form-field:active {
  transform: translate(0, -2px)scale(.95);
}

.formbutton {
  color: #fff;
  background-color: #ff6464;
  border-bottom-style: none;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1rem;
  transition: border .5s, transform .5s;
  display: flex;
  box-shadow: inset 0 -4px #0003;
}

.formbutton:hover {
  border-bottom-style: none;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: inset 0 -4px #0003;
}

.formbutton:active {
  transform: translate(0, -2px)scale(.98);
}

.formbutton.reverse {
  box-shadow: none;
  color: #fff;
  background-color: #fff3;
  transition: background-color .5s;
}

.formbutton.reverse:hover {
  box-shadow: none;
  background-color: #ffffff4d;
  transform: none;
}

.hero-heading-2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.subtext-2 {
  opacity: .5;
  color: #6a6a6a;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 18px;
}

.subtext-2.white {
  color: #fff;
}

.section-hero {
  background-color: #000;
  flex-direction: column;
  height: 90vh;
  display: none;
  position: relative;
}

.global-header {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 5%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-wrapper {
  align-self: center;
}

.logo {
  display: block;
}

.nav-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 100;
  display: flex;
}

.nav-link.link-cta {
  background-color: var(--red);
  margin-left: 0;
  margin-right: 0;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.nav-link.link-cta:hover {
  background-color: #c70000;
}

.nav-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
}

.cta-wrapper {
  align-self: center;
  margin-bottom: 10px;
}

.slider {
  flex-direction: column;
  flex: 1;
  align-items: center;
  position: relative;
}

.slide {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.slide.slide-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/what-wedo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 90vh;
}

.slide.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/who-weare.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 90vh;
}

.slide.slide-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/BeyondArchitecture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 90vh;
}

.slide.slide-3.slide-4 {
  background-image: url('../images/Screen-Shot-2019-02-08-at-8.39.41-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide.slide-3.slide-5 {
  background-image: linear-gradient(to bottom, null, null), url('../images/thepunisher-logo.png');
}

.slide.slide-4 {
  background-image: url('../images/Sophie-Color-Silver-001Set-067-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide.slide-5 {
  background-image: url('../images/acustic-solutions.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 0%;
  height: 90vh;
}

.slide.slide--4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Sophie-Color-Silver-001Set-067-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide.slide--5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/acustic-solutions.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-wrapper {
  justify-content: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider-contols {
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 5% 5%;
  overflow: hidden;
}

.slider-control-link {
  color: var(--gray);
  cursor: pointer;
  background-color: #fff;
  flex: 1;
}

.current-wrapper {
  justify-content: center;
  height: 5px;
  display: flex;
}

.slider-control-info {
  background-color: #fff;
  border-right: 1px solid #0000006e;
  padding: 20px 40px;
}

.nav-link-bar {
  background-color: var(--red);
  height: 2px;
  display: flex;
}

.ep-number {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 100;
}

.slide-content {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide-content.slide-content-1 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  position: static;
}

.slide-action-button {
  color: var(--gray);
  background-color: #fff;
  border: 1px solid #ffffff4d;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slide-action-button:hover {
  background-color: var(--gray);
  color: var(--white);
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.slide-description {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

.slide-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.slide-meta-wrapper {
  align-items: center;
  display: flex;
}

.slide-meta {
  border-right: 1px solid #ffffff4d;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 100;
}

.slide-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.nav-link-label {
  padding: 10px;
}

.view-episodes {
  margin-top: 20px;
  font-weight: 100;
  text-decoration: underline;
  display: none;
}

.overlay--mobile-only {
  background-color: #000c;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.close-button {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: underline;
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[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: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  opacity: .44;
  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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #8d8d8d;
  text-decoration: underline;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--white);
  color: var(--gray);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #00000047;
  padding: 12px 25px;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block {
  height: 900px;
}

.body {
  font-family: Avenir Next Ultra light, Times New Roman, sans-serif;
  font-weight: 300;
}

.image {
  max-width: 150px;
}

.text-block-2 {
  color: var(--gray);
}

.slide-4.slide {
  background-image: url('../images/thepunisher-logo.png'), linear-gradient(#000c, #000c);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.slide-5.slide {
  background-image: url('../images/Screen-Shot-2019-02-08-at-8.39.41-PM.png'), linear-gradient(#000c, #000c);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.heading {
  color: var(--gray);
  text-align: center;
  padding-top: 40px;
  font-family: Avenir, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

.heading.titl-sec7 {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
}

.heading.contact-titl {
  padding-top: 0;
  padding-bottom: 20px;
}

.bold-text {
  color: #2d303d;
  margin-top: -25px;
  margin-bottom: 45px;
  font-family: Baskerville, Times New Roman, sans-serif;
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: grid;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-p {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: var(--gray);
  white-space: break-spaces;
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-top: 29px;
  margin-right: 16px;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  color: #830d0d;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  color: var(--gray);
  width: 100%;
  margin-bottom: 60px;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.paragraph {
  color: var(--black);
  text-align: justify;
  padding-top: 30px;
  padding-left: 20px;
}

.div-block-5 {
  padding-right: 20px;
}

.bold-text-2 {
  color: var(--gray);
  font-weight: 300;
  line-height: 20px;
}

.section-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Spaces-Marca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.button {
  background-color: #3898ec00;
  border: 1px solid #fff;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  display: grid;
}

.text-block-3 {
  color: var(--gray);
  padding-bottom: 40px;
}

.heading-2 {
  color: var(--gray);
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Avenir, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.heading-2.text-head-sec7 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-5 {
  text-align: center;
}

.div-block-7 {
  height: 200px;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo-2 {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper-2 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

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

.slider-text-2 {
  opacity: 0;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000057;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  color: #fff;
  background-color: #000;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000057;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  color: #fff;
  background-color: #000;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  display: none;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  opacity: .2;
  transition: opacity .5s;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-wrapper {
  display: flex;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-point {
  background-color: #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.logo-middle {
  opacity: .77;
  mix-blend-mode: difference;
  width: 11em;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.footer-copywriting {
  justify-content: space-between;
  align-items: center;
  height: 13em;
  padding: 2em 0 0;
  display: flex;
}

.grid_item.subscribe-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 50%;
  padding: 0;
  display: flex;
}

.grid_item.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.grid_item.text-links {
  border-style: solid solid none;
  border-width: 1px .5px 0 0;
  border-color: var(--gray);
  color: var(--white);
  align-items: baseline;
  width: 50%;
  padding: 6.25em 5.21em 4.28em;
  display: flex;
}

.page-wrapper {
  color: var(--gray);
  background-color: #0e0e0e;
}

.social-wrapper {
  justify-content: flex-end;
  align-items: baseline;
  width: 50%;
  margin-top: 23px;
  display: flex;
}

.text-link-footer {
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 12px;
  line-height: 1.5;
}

.text-link-footer.heading-foters {
  font-family: Avenir, Times New Roman, sans-serif;
  font-size: 14px;
}

.text-link-footer.window-treatment {
  padding-bottom: 0;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.text-field {
  z-index: 0;
  color: #cacbcb;
  letter-spacing: .2em;
  background-color: #fff0;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  width: 25em;
  height: 5em;
  margin-bottom: 0;
  padding: .3em 0 0 2.1em;
  font-size: 1vw;
  line-height: 1.3;
  position: relative;
}

.text-field::placeholder {
  color: #cacbcb;
  font-size: .8em;
}

.gdpr-text-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.social-icon {
  align-items: baseline;
  width: 4.2em;
  padding-right: 2.71em;
  display: flex;
}

.grid.footer-text-contact {
  display: flex;
}

.submit-button {
  color: #7e7e7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  height: 5em;
  padding: .3em 2em 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link {
  text-decoration: none;
  overflow: visible;
}

.contact-text {
  letter-spacing: .1em;
  padding-top: .31em;
  padding-bottom: .31em;
  font-size: 14px;
  line-height: 1.5;
}

.form-2 {
  position: static;
}

.container-3 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-3.footer {
  border-style: solid none;
  border-width: .5px 0 1px;
  border-color: var(--gray);
  width: auto;
  margin-top: 5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-3.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 1em;
  display: flex;
}

.text-link_wrapper.column-1 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.form-block {
  width: 44em;
  position: relative;
}

.text-info-final {
  color: var(--white);
  letter-spacing: .05em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-1-vertical {
  border-style: none none solid;
  border-width: 0 0 .5px;
  border-color: var(--gray);
  align-items: center;
  width: auto;
  height: 50%;
  padding: 5em 5.21em 5em 6.93em;
  display: flex;
}

.contact-social.column-2-vertical {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.heading-footer {
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.2;
  display: flex;
}

.wrapper-text-final {
  overflow: hidden;
}

.text-gdpr {
  color: var(--white);
  letter-spacing: 0;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-decoration: underline #ffffff7d;
  text-decoration: underline #ffffff7d;
}

.div-block-8 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow {
  height: 60px;
  inset: auto 100px 0% auto;
}

.icon {
  background-color: #0000;
}

.text-block-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-19 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.link-block {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-15 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-10 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-20 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.right-arrow {
  height: 60px;
  inset: auto 0% 0% auto;
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.div-block-13 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-21 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  background-color: #1d1d1d;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-23 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-2 {
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.div-block-14 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block-2 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.image-3 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.text-block-7 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.slider-3 {
  height: 100vh;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.div-block-12 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.main {
  display: none;
}

.prev {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('../images/arrow.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 0%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: relative;
  top: 400px;
  left: 2%;
}

.prev:hover {
  opacity: 1;
}

.next {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('../images/arrow.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 0%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: relative;
  top: 400px;
  left: 90%;
  transform: rotate(180deg);
}

.next:hover {
  opacity: 1;
}

.content {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.code-embed {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.content-text-hom {
  color: #fff;
  text-align: center;
  position: relative;
  top: -450px;
}

.heading-3 {
  color: #ffffff82;
  letter-spacing: 30px;
  font-size: 100px;
}

.button-2 {
  color: var(--white);
  background-color: #3898ec00;
  border: 1px solid #fff;
  width: 170px;
  height: 50px;
  margin-top: 70px;
  padding-top: 13px;
}

.content-padding {
  padding: 80px;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-7 {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 1px;
  padding-right: 1px;
}

.section-8 {
  color: var(--gray);
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-3 {
  color: var(--gray);
  background-color: #fff;
  border: 1px solid #0000004a;
  margin-top: 40px;
  margin-bottom: 100px;
}

.footer {
  background-color: #0f0f0f;
}

.grid-item {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.grid-img:hover {
  z-index: 3;
}

.overlay {
  aspect-ratio: auto;
  opacity: 0;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  position: absolute;
}

.heading-4 {
  flex: none;
  order: -1;
  align-self: center;
  width: 100%;
  padding-bottom: 20px;
  font-family: Emojionecolor, Times New Roman, sans-serif;
  font-size: 25px;
}

.button-4 {
  background-color: #fff0;
  border: 1px solid #ffffff8c;
}

.dark-overlay {
  opacity: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
}

.slider-4 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide-6 {
  background-image: linear-gradient(#0006, #0006), url('../images/healthcare.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-7 {
  background-image: linear-gradient(#0006, #0006), url('../images/Residential_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.left-arrow-2 {
  background-image: linear-gradient(90deg, #000000a6, #fff0);
}

.right-arrow-2 {
  background-image: linear-gradient(270deg, #000000a6, #fff0);
}

.heading-5 {
  color: #fff;
  font-family: Avenir Next Ultra light, Times New Roman, sans-serif;
  font-size: 100px;
  line-height: 120px;
}

.text-block-9 {
  font-family: Avenir Next Ultra light, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-5 {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffffd1;
  margin-top: 22px;
}

.slide-nav-2 {
  display: none;
}

.slide-8 {
  background-image: linear-gradient(#0006, #0006), url('../images/industrial.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-9 {
  background-image: linear-gradient(#0006, #0006), url('../images/Hospitality_Spaces_0-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-10 {
  background-image: linear-gradient(#0006, #0006), url('../images/eeeeeducation.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-residential {
  background-image: linear-gradient(#0003, #0003), url('../images/ccccommercial.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-block-10 {
  color: var(--gray);
  padding-top: 82px;
}

.text-block-10.divi-margen {
  padding-top: 58px;
  position: relative;
  top: -29px;
}

.image-4 {
  padding-top: 250px;
}

.heading-6 {
  color: var(--gray);
  text-transform: uppercase;
  word-break: normal;
  width: 61%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Emojionecolor, Times New Roman, sans-serif;
  font-weight: 400;
  position: relative;
  top: 179px;
}

.maycarrucel {
  display: flex;
  overflow: hidden;
}

.logo-container {
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-residential {
  margin-top: -140px;
}

.commercial {
  padding-top: 33px;
}

.residential-spaces-titl {
  color: #e0e0e0;
  letter-spacing: 7px;
  font-family: Avenirnext, Times New Roman, sans-serif;
  font-size: 48px;
}

.heading-style-h2 {
  color: var(--gray);
  font-family: Baskerville, Times New Roman, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

.contact-information {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.button-6 {
  background-color: var(--white);
  color: var(--gray);
  text-align: center;
  border: 1px solid #00000059;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.contact_form-wrapper {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  padding: 2.5rem 3.5rem 3rem;
  display: flex;
}

.dropdown-list {
  padding-left: 1rem;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 0;
  padding: 1rem 1.5rem .75rem;
  overflow: auto;
}

.radio_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field {
  z-index: 2;
  aspect-ratio: auto;
  color: #00132c;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #00132c;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 2.8rem;
  min-height: 2.8rem;
  max-height: 6em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #135da7;
}

.field.message {
  color: #00132c;
  height: 7rem;
  min-height: 7rem;
  max-height: 10rem;
  margin-top: 12px;
  padding-top: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: auto;
}

.success_text {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-medium.text-weight-bold {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}

.button_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0 0;
  display: flex;
}

.success_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.header-underline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #00132c;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  display: flex;
}

.error-message_text {
  color: #d92d20;
}

.tab_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .75em 1.15rem .65em;
  position: relative;
}

.btn_contact_wrap {
  color: #000;
  border: 1px solid #00000061;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 1.25rem;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-wrapper-2 {
  width: 40%;
  max-width: 22rem;
}

.tab_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab_button {
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.tab_button:hover {
  background-color: #ffffff17;
  border-color: #00132c;
}

.tab_button.w--redirected-checked {
  border-width: 1px;
  border-color: #00132c;
}

.tab_button.w--redirected-focus {
  box-shadow: none;
  border-width: 1px;
  border-color: #00132c;
}

.error {
  color: #d92d20;
  width: 100%;
  min-width: 100%;
  padding-top: 4px;
  font-weight: 400;
  display: block;
}

.icon-3 {
  margin-right: 0;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.top-bottom {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.btn_contact_inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  padding: 1.25rem 1.75rem 1.25rem 2rem;
  display: flex;
  position: relative;
}

.dropdown {
  width: 100%;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 6rem;
  margin-top: 1rem;
}

.text-style-italic {
  font-style: italic;
}

.section-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
}

.radio_button {
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  transition: background-color .1s, border-width .1s, border-color .1s;
}

.radio_button:hover {
  border-width: 1px;
  border-color: #135da7;
}

.radio_button.w--redirected-checked {
  border-width: 6px;
  border-color: #135da7;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 6px;
  border-color: #135da7;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.u-hflex-between-stretch {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.radio_field {
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  margin-right: 0;
  padding: 0 0;
  display: flex;
  position: relative;
}

.form-3 {
  width: 100%;
  margin-bottom: 0;
}

.checkbox-wrapper {
  margin-bottom: 6px;
  font-size: 1.125rem;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #4d5a6b;
  margin-bottom: -.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  color: #00132c;
  transform: scale(1.25)translate(0, 1.3em);
}

.field_label.is-radio {
  color: #00132c;
  margin-bottom: .5rem;
  font-size: 1.275rem;
}

.field_dropdown {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: .75rem 0;
}

.form-span {
  font-size: 1.25rem;
  line-height: 1.2;
}

.icon-1x1-medium {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.medium {
  margin-top: 4rem;
  font-family: Avenir Next Ultra light, Times New Roman, sans-serif;
}

.checkbox-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.checkbox-icon.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.smallcircle-contact-inner {
  z-index: 0;
  background-color: #000;
  border-radius: 600px;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: auto;
}

.slide-11 {
  background-image: linear-gradient(#0006, #0006), url('../images/gouverment.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-12 {
  background-image: url('../images/commercial_1.jpg');
  background-position: 50%;
}

.slide-13 {
  background-image: linear-gradient(#0006, #0006), url('../images/Education.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.slide-14 {
  background-image: linear-gradient(#0006, #0006), url('../images/Commercial.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-15 {
  background-image: linear-gradient(#0006, #0006), url('../images/Government.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-16 {
  background-image: linear-gradient(#0006, #0006), url('../images/acustic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bold-text-3 {
  font-family: Avenir, Times New Roman, sans-serif;
}

.background-video {
  height: 90vh;
}

.image-7 {
  width: 100%;
}

.slider-5 {
  height: 80vh;
  margin-top: 100px;
}

.slide-19 {
  background-image: url('../images/Residential_2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Commercial_Spaces_6.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

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

.header-residential-unique {
  background-image: linear-gradient(#0003, #0003), url('../images/Residential_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

.image5, .image-5-copy {
  padding-top: 33px;
}

.header-hospitality {
  background-image: linear-gradient(#0003, #0003), url('../images/Hospitality_Spaces_0-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

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

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

.hospitality {
  padding-top: 33px;
}

.hospitality-1 {
  display: flex;
  overflow: hidden;
}

.government {
  background-image: linear-gradient(#0003, #0003), url('../images/Government_Spaces_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

.slide-24 {
  background-image: url('../images/Government_Spaces_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.gover {
  padding-top: 33px;
}

.header-industrial {
  background-image: linear-gradient(#0003, #0003), url('../images/industrial.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

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

.industrial {
  padding-top: 33px;
}

.education {
  background-image: linear-gradient(#0003, #0003), url('../images/eeeeeducation.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

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

.education-1 {
  padding-top: 33px;
}

.healthcare {
  background-image: linear-gradient(#0003, #0003), url('../images/healthcare.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 90vh;
}

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

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

.healthcare-1 {
  padding-top: 33px;
}

.image-7-copy {
  width: 100%;
}

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

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

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

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

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

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

.slide-35 {
  background-image: url('../images/Hospitality_Spaces_6.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.slide-37 {
  background-image: url('../images/Hospitality_Spaces_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/Government_Spaces_3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/Government_Spaces_4.jpg');
  background-position: 50% 0;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

.furniture-slider {
  height: 80vh;
  margin-top: 150px;
  padding-top: 0;
}

.furniture-1 {
  background-image: url('../images/20230518091731_54519.jpg');
  background-position: 50%;
  background-size: cover;
}

.furniture-2 {
  background-image: url('../images/Furniture-Solutions_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.furniture-4 {
  background-image: url('../images/277581549_1049334615686109_3770730044451096171_n.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.window-3 {
  background-image: url('../images/WindowSolutions4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.window-4 {
  background-image: url('../images/WindowSolutions3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

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

.surfaces-4 {
  background-image: url('../images/Surfaces_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.lighting-1 {
  background-image: url('../images/Lighting_2New2.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.lighting-2 {
  background-image: url('../images/Lighting_New.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lighting-3 {
  background-image: url('../images/Lighting_4New.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lighting-4 {
  background-image: url('../images/Lighting_3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

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

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

.facades-3 {
  background-image: url('../images/Facades4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

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

.exterior-3 {
  background-image: url('../images/wrks.ai_Content_Fill_aware_--ar_32_--stylize_1000_--v_6.1_c7fe3344-ee39-4f09-bbaa-7117bfe9b66e.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.investors-content {
  margin-top: -140px;
}

.heading-7 {
  text-align: center;
  font-family: Avenir Next Ultra light, Times New Roman, sans-serif;
}

.paragraph-3 {
  color: #2b314e;
  text-align: center;
  margin-bottom: 100px;
  padding-left: 220px;
  padding-right: 220px;
}

.logos-without-title {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.button-7 {
  color: #191616;
  background-color: #fff;
}

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

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

.nav-dropdown-link-copy1.w--current {
  color: #8d8d8d;
  text-decoration: underline;
}

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

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

.nav-dropdown-link-copy2.w--current {
  color: #8d8d8d;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section-3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-part {
    width: 640px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-part.hero {
    width: 100%;
    padding-right: 25%;
  }

  .ep-number {
    font-size: 12px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cursor {
    display: none;
  }

  .grid_item.subscribe-heading {
    font-size: 1.5vw;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
  }

  .grid_item.subscribe-form {
    font-size: 1vw;
  }

  .grid_item.text-links {
    border-right-style: none;
    width: 100%;
    padding-left: 20em;
    padding-right: 20em;
  }

  .page-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .grid.footer-text-contact {
    flex-direction: column;
  }

  .contact-text {
    font-size: 1em;
  }

  .form-2, .container-3 {
    font-size: 1vw;
  }

  .container-3.footer {
    border-bottom-style: none;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .form-block {
    width: 44em;
    font-size: 1vw;
  }

  .text-info-final {
    font-size: 1em;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    width: 50%;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .text-gdpr {
    font-size: 1em;
  }

  .content-padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-8 {
    padding-bottom: 100px;
  }

  .text-block-10 {
    padding-top: 113px;
  }

  .text-block-10.divi-margen {
    top: -78px;
  }

  .heading-6 {
    width: 100%;
    font-size: 31px;
    top: 132px;
  }

  .heading-style-h2 {
    font-size: 11vw;
  }

  .contact-information {
    margin-top: 1rem;
  }

  .contact_form-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .field.message {
    height: 10rem;
    min-height: 10rem;
    max-height: 10em;
  }

  .button_form-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-underline {
    justify-content: space-between;
  }

  .btn_contact_wrap {
    flex: 1;
    max-width: 20rem;
  }

  .contact-wrapper-2 {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .btn_contact_inner {
    width: 100%;
    height: 4rem;
  }

  .section-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-3 {
    height: auto;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .content-part {
    width: 500px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .content-part.hero {
    flex-direction: row;
    align-items: flex-start;
    height: 100vh;
    padding-top: 20%;
    padding-bottom: 30px;
    padding-right: 15%;
  }

  .cta-button, .form-field {
    flex: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .formbutton.reverse {
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .hero-heading-2 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .slide-wrapper {
    height: auto;
    position: relative;
  }

  .slider-contols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
    position: absolute;
    left: auto;
    right: auto;
  }

  .slider-control-link {
    border: 0 #000;
    border-right: 1px solid #000;
  }

  .slider-control-info {
    border-right-style: none;
  }

  .ep-number {
    background-color: #fff;
  }

  .slide-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .slide-content-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .view-episodes {
    cursor: pointer;
    font-weight: 100;
  }

  .overlay--mobile-only {
    background-color: #000000e6;
    display: none;
  }

  .close-button {
    background-color: var(--black);
    cursor: pointer;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block {
    text-align: left;
    text-decoration: underline;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
    display: grid;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq-container {
    margin-bottom: 0;
  }

  .paragraph {
    padding-right: 20px;
  }

  .div-block-5 {
    padding-left: 20px;
  }

  .text-block-3 {
    padding-bottom: 10px;
  }

  .heading-2 {
    padding-top: 10px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .grid_item.contact-social {
    border-top-width: .5px;
    border-top-color: #535353;
    border-bottom-width: .5px;
    border-bottom-color: #535353;
  }

  .contact-social.column-1-vertical {
    border-top: .2px #000;
    border-bottom: .2px solid #000;
    border-left: .2px solid #000;
    border-right: .5px solid #535353;
  }

  .content-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .section-8 {
    padding-bottom: 60px;
  }

  .heading-5 {
    font-size: 70px;
    line-height: 80px;
  }

  .button-5 {
    margin-top: 20px;
  }

  .div-block-25 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    padding-top: 144px;
  }

  .text-block-10.divi-margen {
    top: -103px;
  }

  .image-4 {
    width: 100%;
    padding-top: 23px;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    width: 100%;
    margin-top: -77px;
  }

  .heading-style-h2 {
    font-size: 14vw;
  }

  .button-6 {
    font-size: 1rem;
  }

  .contact_form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .dropdown-list.w--open {
    padding-left: 1rem;
  }

  .field, .field.message {
    font-size: 1.2rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .button_form-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-underline {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .btn_contact_wrap {
    font-size: 1.125rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.top-bottom {
    padding-top: 6rem;
  }

  .section-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.medium {
    margin-top: 3rem;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    height: auto;
    min-height: 70vh;
  }

  .hero-heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .content-part {
    width: 90%;
    padding: 20px 6%;
  }

  .content-part.hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .profile-description {
    flex: 0 auto;
  }

  .hero-heading-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .slide.slide-1 {
    display: block;
  }

  .slide-wrapper {
    display: flex;
  }

  .slider-contols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 99%;
    display: grid;
    bottom: 2%;
  }

  .slider-control-info {
    padding: 6px 5px 0;
  }

  .ep-number {
    margin-bottom: 4px;
  }

  .slide-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }

  .slide-action-button {
    margin-top: 15px;
  }

  .slide-title {
    font-size: 40px;
  }

  .slide-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .view-episodes {
    text-decoration: underline;
  }

  .overlay--mobile-only {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

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

  .image {
    max-width: 120px;
  }

  .heading {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading.titl-sec7 {
    margin-bottom: 40px;
  }

  .heading.contact-titl {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text {
    margin-top: 0;
    font-size: 32px;
  }

  .faq-img {
    display: none;
  }

  .heading-2 {
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 40px;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    height: 350px;
  }

  .grid_item.footer-copywriting, .grid_item.subscribe-heading {
    font-size: 2vw;
  }

  .grid_item.contact-social {
    align-items: center;
  }

  .grid_item.text-links {
    padding: 7em 5em 10em;
  }

  .section-6, .page-wrapper {
    font-size: 1vw;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-top: 5em;
  }

  .text-field {
    border-width: 1px;
    width: 24em;
    padding-top: 0;
    font-size: 2vw;
  }

  .gdpr-text-wrapper {
    flex-direction: column;
    justify-content: space-around;
    font-size: 3vw;
    display: flex;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .submit-button {
    border-width: 1px;
    font-size: 2vw;
  }

  .link {
    font-size: 2vw;
  }

  .contact-text {
    font-size: 1em;
  }

  .form-2 {
    font-size: 1vw;
  }

  .container-3 {
    padding-top: 10em;
  }

  .container-3.footer {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container-3.footer-copywriting {
    padding-top: 7em;
  }

  .text-link_wrapper.column-2 {
    align-items: flex-start;
    width: 42%;
    padding-left: 0;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    padding-left: 0;
    font-size: 1vw;
  }

  .form-block {
    width: 80em;
    font-size: 1vw;
  }

  .contact-social.column-1-vertical {
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .contact-social.column-2-vertical {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 7em;
  }

  .text-gdpr {
    padding-bottom: 1.5em;
  }

  .icon-2 {
    color: var(--black);
  }

  .content-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-7, .section-8 {
    padding-top: 40px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .button-4 {
    font-size: 12px;
  }

  .slider-4 {
    height: 60vh;
  }

  .left-arrow-2 {
    background-image: linear-gradient(90deg, #0000, #fff0);
    margin-top: 320px;
  }

  .right-arrow-2 {
    background-image: linear-gradient(270deg, #0000, #fff0);
    margin-top: 320px;
  }

  .heading-5 {
    font-size: 35px;
    line-height: 31px;
  }

  .text-block-9 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .header-residential {
    height: 50vh;
  }

  .text-block-10.divi-margen {
    display: none;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 33px;
  }

  .commercial {
    padding-top: 0;
  }

  .image-6 {
    padding-top: 67px;
  }

  .heading-style-h2 {
    font-size: 12.5vw;
  }

  .contact-information {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .contact_form-wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .success_text {
    font-size: 1rem;
  }

  .button_form-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-underline {
    flex-flow: column;
  }

  .tab_field {
    font-size: .8rem;
  }

  .btn_contact_wrap {
    width: 100%;
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.top-bottom {
    padding-top: 3rem;
  }

  .btn_contact_inner {
    height: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .radio_label {
    font-size: 1rem;
  }

  .radio_field {
    font-size: .8rem;
  }

  .field_label {
    font-size: .75rem;
  }

  .field_label.large {
    font-size: .8rem;
    transform: scale(1.2)translate(0, 1.5em);
  }

  .field_label.is-radio {
    font-size: 1rem;
  }

  .form-span {
    white-space: pre-wrap;
    margin-right: 32px;
    font-size: 1rem;
  }

  .icon-1x1-medium {
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-4, .icon-5 {
    font-size: 20px;
  }

  .slide-18 {
    background-image: url('../images/Residential_mobile_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .image-7 {
    display: none;
  }

  .header-residential-unique {
    height: 50vh;
  }

  .image5, .image-5-copy {
    padding-top: 0;
  }

  .header-hospitality {
    height: 50vh;
  }

  .hospitality {
    padding-top: 0;
  }

  .government {
    height: 50vh;
  }

  .gover {
    padding-top: 0;
  }

  .header-industrial {
    height: 50vh;
  }

  .industrial {
    padding-top: 0;
  }

  .education {
    height: 50vh;
  }

  .education-1 {
    padding-top: 0;
  }

  .healthcare {
    height: 50vh;
  }

  .healthcare-1 {
    padding-top: 0;
  }

  .image-7-copy {
    background-image: url('../images/Residential_mobile_3.png');
    background-position: 50%;
    background-size: cover;
    display: none;
  }

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

  .paragraph-3 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-without-title {
    color: #fff0;
    background-color: #fff0;
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 23px;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logos-2 {
    color: #fff0;
    background-color: #fff0;
    padding-top: 0;
  }

  .text-block-11 {
    margin-top: 10px;
  }

  .link-block-3 {
    text-align: left;
  }
}

#w-node-fffecca7-b0c8-9128-c0dc-9a2cce15e9d9-23b233c4, #w-node-fffecca7-b0c8-9128-c0dc-9a2cce15e9d9-9a487d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-fffecca7-b0c8-9128-c0dc-9a2cce15e9d9-23b233c4, #w-node-fffecca7-b0c8-9128-c0dc-9a2cce15e9d9-9a487d48 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Emojionecolor';
  src: url('../fonts/EmojiOneColor.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Ultra light';
  src: url('../fonts/avenir-next-ultra-light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}