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

.navbar-no-shadow {
  z-index: 10;
  position: sticky;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3%;
}

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

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

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

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

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

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

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

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

.nav-dropdown-toggle {
  color: #020d1b;
  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 {
  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-button-wrapper {
  margin-left: 120px;
}

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

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

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

.list-item {
  display: flex;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block, .number-link {
  font-size: 1rem;
}

.button {
  color: #000;
  background-color: #f7ce5a;
  border-radius: 15px;
  padding: .5rem 1rem;
  font-size: 16px;
}

.text-block-2, .text-block-3 {
  font-size: 1rem;
}

.text-block-4 {
  text-align: center;
  font-size: .875rem;
  line-height: 140%;
}

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

.call-btn-text {
  color: #020d1b;
  font-size: .875rem;
  line-height: 110%;
}

.container {
  justify-content: space-between;
  max-width: 1200px;
  padding: 1rem 3%;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.section {
  z-index: 10;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.container-hero {
  background-image: url('../images/WhatsApp-Image-2026-02-18-at-11.20.57.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  max-width: 1200px;
  min-height: 80dvh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.div-block-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-left {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.main-cta {
  color: #000;
  background-color: #f7ce5a;
  border-radius: 15px;
  padding: .5rem 1rem;
  font-size: 16px;
}

.main-cta.mod {
  background-color: #e1dfd9;
}

.heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 2.54rem;
  line-height: 110%;
}

.paragraph {
  margin-bottom: 2rem;
  line-height: 140%;
}

.bold-text-3 {
  color: #020d1b;
  font-size: .875rem;
  line-height: 140%;
}

.section-hero {
  height: auto;
  min-height: 0;
  padding-bottom: 4rem;
}

.section-footer {
  background-color: #031125;
}

.hero {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.container-footer {
  max-width: 1280px;
  padding: 2rem 3%;
}

.footer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-and-address-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.footerlogo {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: .875rem;
}

.footeraddress {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  font-size: 1rem;
}

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

.paragraph-4 {
  color: #fff;
  flex-flow: column;
  margin-bottom: .625rem;
  display: flex;
}

.link {
  color: #fff;
}

.section-2 {
  display: flex;
}

.section-wcu {
  background-color: #45391f;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-wcu {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.wcu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.wcu-right {
  background-image: url('../images/WhatsApp-Image-2026-02-24-at-15.04.57.webp');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  height: 60dvh;
  min-height: 60dvh;
}

.wcu-left {
  color: #fff;
}

.section-2-text {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 140%;
}

.heading-2 {
  letter-spacing: -2px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.25rem;
  line-height: 110%;
}

.section-intro {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-02-27-at-14.11.07.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 30dvh;
  min-height: 30dvh;
  display: flex;
}

.container-services-intro {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 1rem 3%;
  display: flex;
}

.services-intro-wrapper {
  color: #fff;
  background-color: #031125;
  flex-flow: column;
  align-items: center;
  width: 120ch;
  min-width: 120ch;
  display: flex;
}

.services-intro-wrapper.alt123 {
  min-width: 90ch;
}

.services-intro-text {
  text-align: center;
  width: 100ch;
  min-width: 100ch;
  font-size: 1rem;
  line-height: 140%;
}

.services-intro-header {
  letter-spacing: -2px;
  font-size: 2rem;
  line-height: 110%;
}

.section-our-services {
  background-color: #fff;
}

.container-our-services {
  max-width: 1200px;
  padding: 4rem 3%;
}

.our-services-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  overflow: auto;
}

.service-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0ece3;
  border: .5px solid gray;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 26vw;
  height: auto;
  min-height: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.service-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding: .25rem .125rem .75rem .5rem;
  display: flex;
}

.service-list-right {
  padding-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.heading-3 {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: .5rem;
  font-size: 1.26rem;
  line-height: 110%;
}

.slr-text {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

.slr-header {
  font-size: 1rem;
}

.paintimg {
  border-bottom: 5px solid #000;
  position: static;
}

.process-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-process {
  max-width: 1200px;
  padding: 4rem 3%;
}

.process-white {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-02-24-at-14.56.42.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 1rem .5rem;
}

.heading-4 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 110%;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

.process-black {
  padding: 1rem .5rem;
}

.process-heading-black {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 110%;
}

.process-text-black {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

.div-block-11 {
  padding-top: 1rem;
}

.section-faq {
  background-color: #fff;
}

.container-faq {
  max-width: 1200px;
  padding: 4rem 3%;
}

.faq-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.faq-text-wrap {
  border: 1px solid gray;
  max-width: 100ch;
  padding: .5rem 1rem;
}

.par-text {
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 140%;
}

.faq-h4 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.buildimg, .plasterimg, .tilingimg, .waterproofimg {
  border-bottom: 5px solid #000;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: .5rem;
  display: grid;
}

.plus {
  padding-right: 1rem;
  font-size: 2rem;
}

.div-block-13 {
  padding-right: 1rem;
}

.container-calendly {
  max-width: 1200px;
  padding: 4rem 3%;
}

.section-calendly {
  background-image: url('../images/WhatsApp-Image-2026-02-24-at-14.56.42.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  letter-spacing: -2px;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  line-height: 110%;
  display: flex;
}

.paragraph-8 {
  justify-content: center;
  font-size: 1rem;
  display: flex;
}

.socila-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.bold-text-4, .bold-text-5 {
  letter-spacing: -2px;
  font-size: 2rem;
}

.bold-text-6 {
  letter-spacing: -2px;
  font-size: 2.25rem;
}

.bold-text-7 {
  letter-spacing: -2px;
  font-size: 2rem;
  line-height: 110%;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 0%;
  display: grid;
}

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

.bold-text-8 {
  line-height: 110%;
}

.footerlnk, .link-3 {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.privacy-policy-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-privacy {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3%;
}

.centered-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  background-color: #0d1e30;
  margin-bottom: .625rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 2rem;
  line-height: 110%;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 140%;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-9 {
  color: #000;
  font-size: 1rem;
  line-height: 110%;
}

.heading-6 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
  line-height: 110%;
}

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

.container-contact {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 140%;
}

.contact-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

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

.block {
  background-color: #45391f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30dvh;
  min-height: 30dvh;
  padding-bottom: 0;
  display: flex;
}

.block.abt {
  height: 35dvh;
}

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

.block-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.contact-header {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 1rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
}

.contact-text-1 {
  color: #fff;
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 140%;
}

.contact-text-1.var {
  margin-bottom: .625rem;
}

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

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

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

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

.contactlink {
  color: #fff;
  line-height: 110%;
  text-decoration: underline;
}

.div-block-20 {
  background-image: url('../images/Untitled-design-1.webp');
  background-position: 50%;
  background-size: cover;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
}

.div-block-20._2icon {
  background-image: url('../images/Untitled-design.webp');
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
}

.div-block-20._3icon {
  background-image: url('../images/Untitled-design-2.webp');
}

.div-block-20._4icon {
  background-image: url('../images/Untitled-design-3.webp');
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .button {
    margin-top: .5rem;
    display: block;
  }

  .hero-wrapper {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .hero-right {
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding-bottom: 1rem;
  }

  .hero-left {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .section-hero {
    flex-flow: row;
    padding-bottom: 2rem;
    display: flex;
  }

  .hero {
    flex-flow: column;
    display: flex;
  }

  .paragraph-3 {
    margin-bottom: .625rem;
    font-size: .875rem;
  }

  .wcu-wrapper {
    flex-flow: column;
    display: flex;
  }

  .wcu-right {
    height: 82dvh;
    min-height: 82dvh;
  }

  .section-intro {
    height: 30dvh;
    min-height: 30dvh;
  }

  .services-intro-wrapper {
    width: 90ch;
    min-width: 0;
  }

  .services-intro-text {
    width: 80ch;
    min-width: 80ch;
    margin-bottom: .625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-intro-header {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: .625rem;
    font-size: 2rem;
  }

  .service-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 45vw;
    height: auto;
    display: flex;
  }

  .paintimg {
    max-height: 100%;
  }

  .waterproofimg {
    min-height: 100%;
    max-height: 100%;
  }

  .bold-text-4 {
    width: auto;
    min-width: 0;
    font-size: 2rem;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footerlnk {
    color: #fff;
    text-decoration: none;
  }

  .container-privacy {
    color: #000;
    max-width: 728px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .contact-wrapper {
    margin-top: 2rem;
  }

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

  .block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 30dvh;
    min-height: 30dvh;
    padding-bottom: 0;
    display: flex;
  }

  .block-info {
    justify-content: center;
    align-items: center;
  }

  .contact-text-1 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .div-block {
    justify-content: flex-end;
  }

  .button {
    margin-top: 0;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .div-block-2 {
    flex-flow: row;
    margin-top: 0;
  }

  .section {
    flex-flow: row;
    display: block;
  }

  .paragraph, .bold-text-3 {
    font-size: .875rem;
  }

  .footer-wrapper {
    grid-column-gap: .9rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
    display: flex;
  }

  .section-2-text {
    font-size: .875rem;
  }

  .services-intro-wrapper {
    text-align: center;
    width: auto;
  }

  .services-intro-text {
    width: 60ch;
    min-width: 60ch;
    font-size: .875rem;
    line-height: 140%;
  }

  .services-intro-header {
    letter-spacing: -1.5px;
    font-size: 1.5rem;
    line-height: 90%;
  }

  .service-list {
    min-width: 50vw;
  }

  .service-list-right {
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 1.125rem;
    line-height: 110%;
  }

  .slr-text {
    font-size: .875rem;
    line-height: 140%;
  }

  .paintimg {
    height: auto;
    min-height: 0%;
    max-height: 0%;
  }

  .process-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: auto;
  }

  .process-white {
    min-width: 85vw;
  }

  .paragraph-6 {
    font-size: .875rem;
    line-height: 140%;
  }

  .process-black {
    min-width: 85vw;
  }

  .process-text-black {
    font-size: .875rem;
    line-height: 140%;
  }

  .faq-text-wrap.ftw1, .faq-text-wrap.ftw2, .faq-text-wrap.ftw3, .faq-text-wrap.ftw4, .faq-text-wrap.ftw5, .faq-text-wrap.ftw6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .par-text {
    color: #000;
    font-size: .875rem;
    line-height: 140%;
  }

  .faq-h4 {
    font-size: 1rem;
  }

  .bold-text-4 {
    letter-spacing: -1.5px;
    font-size: 1.5rem;
    line-height: 90%;
  }

  .bold-text-7 {
    letter-spacing: -1.5px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .div-block-18 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .privacy-policy-section {
    padding: 60px 15px;
  }

  .container-privacy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .centered-subheading {
    font-size: .875rem;
  }

  .contact-wrapper {
    margin-top: 1.5rem;
  }

  .block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 30dvh;
    min-height: 30dvh;
    padding-bottom: 0;
    display: flex;
  }

  .block-info {
    align-items: center;
  }

  .contact-text-1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: .5rem;
    display: grid;
  }

  .hero-left {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading {
    font-size: 2rem;
  }

  .footer-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-2 {
    line-height: 90%;
  }

  .section-intro {
    height: 40dvh;
    min-height: 40dvh;
  }

  .services-intro-wrapper {
    min-width: 0;
  }

  .services-intro-text {
    width: auto;
    min-width: 0;
  }

  .services-intro-header {
    font-size: 1.125px;
    line-height: 110%;
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-width: 75vw;
    display: grid;
  }

  .faq-text-wrap.ftw1, .faq-text-wrap.ftw2, .faq-text-wrap.ftw3, .faq-text-wrap.ftw4, .faq-text-wrap.ftw5, .faq-text-wrap.ftw6, .faq-text-wrap.ftw7 {
    width: 95vw;
    min-width: 95vw;
    max-width: none;
  }

  .bold-text-4 {
    letter-spacing: -1.5px;
    min-width: 0;
    font-size: 1.125rem;
    line-height: 110%;
  }

  .bold-text-5 {
    font-size: 1.25rem;
  }

  .bold-text-6 {
    font-size: 1.75rem;
    line-height: 90%;
  }

  .bold-text-7 {
    font-size: 1.125rem;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-19 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .bold-text-8 {
    text-align: center;
  }

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

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

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

  .contact-wrapper {
    margin-top: 1.5rem;
  }

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

  .block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 30dvh;
    min-height: 30dvh;
    padding-bottom: 0;
    display: flex;
  }

  .block-info {
    align-items: center;
  }
}

#w-node-_31d4c222-91a8-25a4-e3ca-57ffcfc467a5-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_31d4c222-91a8-25a4-e3ca-57ffcfc467a9-10479f4d {
  justify-self: end;
}

#w-node-_31d4c222-91a8-25a4-e3ca-57ffcfc467ac-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-eaa48709-00d2-5afa-8bd1-18da4f25ecb7-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-eaa48709-00d2-5afa-8bd1-18da4f25ecbb-10479f4d {
  justify-self: end;
}

#w-node-eaa48709-00d2-5afa-8bd1-18da4f25ecbe-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_66f61cbd-c558-3f20-8a86-1343539b7906-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_66f61cbd-c558-3f20-8a86-1343539b790a-10479f4d {
  justify-self: end;
}

#w-node-_66f61cbd-c558-3f20-8a86-1343539b790d-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_4d8cf702-1b61-fa97-2304-d3a20fedf43a-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4d8cf702-1b61-fa97-2304-d3a20fedf43e-10479f4d {
  justify-self: end;
}

#w-node-_4d8cf702-1b61-fa97-2304-d3a20fedf441-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_3fd70a41-62af-582c-9725-ce86c78e17e6-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3fd70a41-62af-582c-9725-ce86c78e17ea-10479f4d {
  justify-self: end;
}

#w-node-_3fd70a41-62af-582c-9725-ce86c78e17ed-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_9b30cacf-9d5e-767b-7f39-be03ee3c76db-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_563e342f-7591-4264-00bd-66d1daf1831e-10479f4d {
  justify-self: end;
}

#w-node-f9d4bfd6-90a2-78f9-225e-06b706c1e993-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-bd749dfb-0b45-c8f3-c0a8-7d75e353c20e-10479f4d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bd749dfb-0b45-c8f3-c0a8-7d75e353c212-10479f4d {
  justify-self: end;
}

#w-node-bd749dfb-0b45-c8f3-c0a8-7d75e353c215-10479f4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb23-1768bb20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb36-1768bb20 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb39-1768bb20 {
  align-self: stretch;
}

#w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb4f-1768bb20 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb48-1768bb20 {
  align-self: end;
}

#w-node-fb22008b-e527-1529-ed0f-6a4de7e2c01d-e7e2c01a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb22008b-e527-1529-ed0f-6a4de7e2c041-e7e2c01a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b44-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b48-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b4b-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b50-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b54-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b57-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b5c-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b60-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b63-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b68-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b6c-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b6f-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b74-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b78-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b7b-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b80-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b84-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b87-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b8c-e42dd64e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b90-e42dd64e {
  justify-self: end;
}

#w-node-_2afe1add-39c7-9464-2bed-6f00aa909b93-e42dd64e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_95a26245-c9d0-f63b-ce8f-ed1b1768bb48-1768bb20 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed03cb9c-3940-a78a-94aa-1eae1b614539-10479f4d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f4fcda9-b35d-893a-3e3a-c113e20ea85a-10479f4d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31d4c222-91a8-25a4-e3ca-57ffcfc467a5-10479f4d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c9c5e373-01cc-fe61-e5da-77dcf45d5be4-10479f4d {
    justify-self: auto;
  }

  #w-node-fb22008b-e527-1529-ed0f-6a4de7e2c01a-e7e2c01a {
    grid-column: span 1 / span 1;
  }

  #w-node-_96773c60-59a6-ea34-c531-58129d56e2f9-e7e2c01a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d17588a-3182-5839-9568-3254ceaca9fe-1404a278, #w-node-fbb99adc-2105-c9ee-a963-abe5b216fbed-a79554d6 {
    justify-self: auto;
  }

  #w-node-b69f220d-e711-1140-6f82-cd67cc5d8e17-e42dd64e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b69f220d-e711-1140-6f82-cd67cc5d8e19-e42dd64e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2afe1add-39c7-9464-2bed-6f00aa909b44-e42dd64e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_304b20ff-74d4-94a0-b24a-a7b7e85810cb-e42dd64e {
    justify-self: auto;
  }
}


