.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  color: #666;
  margin-bottom: 10px;
}

.nav-menu {
  background-color: #fffc;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.brand.w--current {
  display: flex;
}

.brand.mobile {
  z-index: 10;
  display: block;
}

.nav-link {
  color: #000c;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ed3237;
}

.nav-link.w--current {
  color: #ed3237;
  text-decoration: none;
}

.nav-link.left {
  margin-right: auto;
}

.nav-link.right {
  margin-left: auto;
}

.nav-link.first {
  padding-left: 20px;
}

.nav-link.first.w--current {
  color: #000c;
  text-transform: none;
  padding-left: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.first.w--current:hover {
  color: #ed3237;
}

.nav-link-2 {
  margin-left: 0;
  margin-right: 0;
}

.container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px #0000001a;
}

.body {
  background-color: #f5f5f5;
}

.image {
  object-fit: contain;
  height: 70px;
  margin-right: 10px;
}

.section {
  justify-content: center;
  height: 100vh;
  margin-top: -170px;
  display: flex;
}

.section.secondary {
  height: 90vh;
}

.div-block {
  background-image: linear-gradient(#0006, #0006), url('../images/coffee-and-cake-near-book-2478330.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block.secondary {
  background-image: linear-gradient(#0006, #0006), url('../images/coffee-and-cake-near-book-2478330.jpg');
}

.div-block.secondary.services {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/coffee-and-cake-near-book-2478330.jpg');
}

.div-block.secondary.services.plastering, .div-block.secondary.services.plastering._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/coffee-and-cake-near-book-2478330.jpg');
}

.div-block.secondary.services.plastering._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/96529217_2984938291602948_270206459994701824_o.jpg');
}

.div-block.secondary.gallery {
  background-image: linear-gradient(#0006, #0006), url('../images/coffee-and-cake-near-book-2478330.jpg');
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
}

.div-block-2 {
  z-index: 1000;
  background-color: #ed3237;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: static;
}

.body-2 {
  background-color: #fff;
}

.div-block-3 {
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #fff;
  width: 300px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.button.block {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}

.button.block.single {
  max-width: 300px;
}

.section-2 {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.whitesmoke {
  background-color: #fff;
  padding: 0;
}

.section-2.testimonial {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.section-2.white {
  background-color: #fff;
  padding: 0;
}

.section-2.notop {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.notop.services {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  z-index: 1000;
  color: #fff;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.text-block.right {
  text-align: right;
}

.bold-text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5.sitemap {
  align-items: flex-start;
}

.paragraph {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.paragraph.white {
  color: #fff;
  font-size: 18px;
}

.heading-2 {
  font-size: 32px;
  line-height: 140%;
}

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

.button-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.button-2.white {
  background-color: #fff;
}

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

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 250px 250px 250px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.section-3 {
  background-color: #f0f0f0;
  border-top: 4px solid #ed3237;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 80px 80px 100px;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/allbirds-cobbler-wool-runner.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-image: url('../images/200110112533-allbirdslead-large-169.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-image: url('../images/Allbirds_2057_Shot_23_NavyTreeRunner_W_3646.0.png-2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-11 {
  background-image: url('../images/allbirds-cobbler-wool-runner.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-12 {
  background-image: url('../images/200110112533-allbirdslead-large-169.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-13 {
  background-image: url('../images/Allbirds_2057_Shot_23_NavyTreeRunner_W_3646.0.png-2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.div-block-14 {
  background-image: url('../images/24-Heritage-Bone-Main-Existing.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-14.faq {
  background-image: url('../images/four-brown-wooden-chairs-2635038.jpg');
}

.div-block-14.about-1 {
  background-image: url('../images/coffee-and-cake-near-book-2478330.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.div-block-14.about-1._1 {
  object-fit: cover;
  background-image: url('../images/35473004_629607720738612_8286151361880391680_n.jpg');
  height: auto;
}

.div-block-14.about-1._2 {
  object-fit: cover;
  background-image: url('../images/138534677_1351459415220102_2970809094104661862_o.jpg');
  height: auto;
}

.div-block-14.about-1._3 {
  background-image: url('../images/79905607_2689232361173544_8682430539535220736_o.jpg');
}

.div-block-14.about-1._4 {
  background-image: url('../images/79422608_2669738876456226_4087813743344353280_o.jpg');
}

.div-block-14.about-1._5 {
  object-fit: cover;
  background-image: url('../images/138631226_1351460921886618_8989301601382361566_o.jpg');
  height: auto;
}

.div-block-14.about-1._6 {
  object-fit: cover;
  background-image: url('../images/57987791_851321058567276_5544579608340332544_n.jpg');
  height: auto;
}

.div-block-14.about-1._7 {
  background-image: url('../images/96560237_2984937961602981_1478492064436977664_o.jpg');
}

.div-block-14.about-1._8 {
  background-image: url('../images/80345869_2689223277841119_6331516538654294016_o.jpg');
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 80px;
  display: flex;
}

.div-block-16 {
  text-align: center;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 50px;
  display: flex;
}

.div-block-16.kitchens {
  background-image: linear-gradient(#0006, #0006), url('../images/apartment-blinds-cabinets-chairs-349749.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-17 {
  background-color: #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.div-block-17.decking {
  background-color: #272727;
  background-image: none;
  min-height: auto;
  text-decoration: none;
}

.div-block-17.decking:hover {
  background-image: linear-gradient(#f78c3c66, #f78c3c66), url('../images/86463170_2267339126900129_3092429508851007488_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-17.flooring, .div-block-17.doors, .div-block-17.fencing {
  background-image: linear-gradient(#0006, #0006), url('../images/coffee-and-cake-near-book-2478330.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-17.more {
  background-color: #4a786a;
  background-image: none;
}

.div-block-17.kitchens {
  background-color: #272727;
  background-image: none;
  min-height: auto;
  text-decoration: none;
}

.div-block-17.kitchens:hover {
  background-image: linear-gradient(#f78c3c66, #f78c3c66), url('../images/75354887_2191746384459404_3568359533614989312_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 140%;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
}

.div-block-18 {
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
}

.icon {
  color: #000;
  margin-left: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.icon-2 {
  color: #000;
  margin-right: 60px;
  font-size: 30px;
  font-weight: 700;
}

.heading-5 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.slide-nav {
  display: none;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  font-size: 22px;
}

.slider {
  background-color: #0000;
  height: 200px;
}

.div-block-20 {
  width: 100%;
  max-width: 1100px;
}

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

.field-label {
  color: #fff;
  font-weight: 400;
}

.div-block-21 {
  display: flex;
}

.text-field {
  background-color: #4f5559;
  border: 0 solid #000;
  border-bottom: 2px solid #fff;
  width: 260px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field:focus {
  border-width: 2px;
  border-color: #fff;
}

.submit-button {
  text-transform: uppercase;
  background-color: #4f5559;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

.footer-link-block {
  flex-direction: column;
  padding-right: 40px;
  display: flex;
}

.footer-link-block.image-section {
  justify-content: flex-start;
  align-items: flex-start;
}

.link {
  color: #666;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.paragraph-2 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.text-block-2 {
  color: #707070;
  text-align: center;
  font-size: 18px;
}

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

.div-block-25 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 58px;
  display: flex;
}

.image-2 {
  object-fit: contain;
  max-height: 100px;
}

.heading-17 {
  color: #acacac;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.heading-17.white {
  color: #fff;
  font-size: 16px;
}

.heading-18 {
  color: #000;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  line-height: 140%;
}

.heading-18.hero {
  color: #fff;
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.div-block-137 {
  color: #000;
  background-color: #000;
  width: 50px;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-137.white, .div-block-137.dark {
  background-color: #ed3237;
  width: 100px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.paragraph-3 {
  color: #666;
  text-align: left;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-3.hero {
  color: #fff;
  text-align: center;
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.lottie-animation-2 {
  z-index: 20;
  opacity: 1;
  height: 60px;
  margin-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

.heading-16.white {
  color: #fff;
}

.heading-16.testimonails {
  color: #000;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
}

.heading-16.dark {
  color: #000;
  text-align: left;
  font-size: 44px;
  font-weight: 600;
}

.heading-16.dark.centre {
  text-align: center;
}

.heading-16.left {
  text-align: left;
}

.paragraph-6 {
  color: #666;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-6.white {
  color: #fff;
}

.paragraph-6.testimonnials {
  color: #666;
  max-width: 700px;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-6.left {
  text-align: left;
  margin-bottom: 2px;
}

.paragraph-6.dark {
  color: #666;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-6.dark.center, .paragraph-6.dark.top {
  text-align: center;
}

.paragraph-6.dark.top.left {
  text-align: left;
}

.button-3 {
  background-color: #ed3237;
  border-radius: 100px;
  padding: 14px 24px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 20px #0003;
}

.button-3:hover {
  background-image: linear-gradient(#0003, #0003);
}

.button-3.top-margin {
  text-transform: none;
  background-color: #ed3237;
  border-radius: 100px;
  height: 50px;
  margin-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 20px #0003;
}

.button-3.top-margin:hover {
  background-image: linear-gradient(#0003, #0003);
}

.button-3.top-margin.white {
  color: #000;
  background-color: #fff;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.wrapper.faq {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper.faq.projects {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: none;
}

.burger-line-4 {
  background-color: #2c363f;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line-4.bl-mid {
  width: 15px;
}

.div-block-138 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-138.right {
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-138.projects {
  background-color: #141c3f;
}

.div-block-138.white {
  background-color: #fff;
}

.div-block-140 {
  justify-content: center;
  display: flex;
}

.form-block {
  flex: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-field-2 {
  color: #4b4b4b;
  background-color: #0000;
  border: 1px solid #888;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-field-2:focus {
  border-color: #000;
}

.div-block-103 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-19 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-7 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.paragraph-7.left {
  text-align: left;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-7.left.white {
  color: #666;
  font-size: 22px;
  font-weight: 400;
}

.textarea {
  color: #4b4b4b;
  background-color: #0000;
  border: 1px solid #888;
  border-radius: 0;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.textarea:focus {
  border-color: #000;
}

.link-11 {
  color: #000;
}

.div-block-141 {
  display: none;
}

.question-block {
  border-top: 1px #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  max-width: none;
  position: relative;
}

.question-block.bottom {
  border-bottom-style: none;
}

.question-block.top {
  border-top-style: none;
  max-width: none;
}

.heading-11 {
  color: #666;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.plus {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-97 {
  background-color: #969595;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 16px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  transform: rotate(90deg);
}

.div-block-97.up {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 16px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: none;
}

.div-block-139 {
  width: 100%;
}

.paragraph-8 {
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.paragraph-8.service {
  color: #666;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.question {
  padding: 10px 10px 10px 0;
  display: flex;
  position: relative;
}

.div-block-99 {
  padding: 10px 10px 10px 0;
  display: none;
}

.link-6 {
  color: #000;
}

.section-15 {
  background-color: #0000;
  background-image: linear-gradient(to right, #0006, #0006), url('../images/27540077_1646909722015146_1929826014523870005_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
}

.div-block-142 {
  flex: 0 auto;
  width: 100%;
}

.contact-margin {
  height: 120px;
}

.link-12 {
  color: #000;
}

.link-13 {
  color: #707070;
}

.link-14 {
  text-decoration: none;
}

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

.bold-text-2 {
  z-index: 1000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.bold-text-2:hover {
  text-decoration: underline;
}

.div-block-143 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-15 {
  z-index: 1000;
  text-decoration: none;
  position: relative;
}

.div-block-144 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3 {
  background-color: #27272b;
}

.div-block-145 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.div-block-146 {
  z-index: 100;
  width: 0;
  margin-right: 0;
  position: fixed;
  inset: 50vh 0 auto auto;
  overflow: visible;
}

.text-block-3 {
  transform: rotate(0);
}

.div-block-147 {
  background-color: #fff;
}

.div-block-148 {
  z-index: 4;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.div-block-149 {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-150 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.div-block-151 {
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-152 {
  z-index: 2;
  background-color: #493833;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.div-block-153 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
}

.logo-and-banner {
  position: relative;
}

.div-block-154 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-154.left {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 40px;
}

.image-6 {
  filter: invert();
  height: 14px;
  margin-right: 10px;
}

.image-6.fb {
  margin-top: 0;
}

.image-6.email {
  height: 12px;
}

.text-block-4 {
  z-index: 1000;
  color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.bold-text-3 {
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.bold-text-3:hover {
  text-decoration: underline;
}

.contact {
  background-color: #f5f5f5;
}

.heading-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-12 {
  background-color: #f5f5f5;
  justify-content: center;
  padding: 40px 80px;
  display: flex;
}

.div-block-94 {
  width: 100%;
}

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

.lightbox-link {
  width: 100%;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.div-block-155 {
  background-color: #ed3237;
  border-radius: 100px;
  flex: 1;
  align-items: center;
  height: 50px;
  margin-left: 20px;
  padding: 14px 24px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.div-block-155:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.div-block-156 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
}

.service-block {
  background-color: #fff;
  height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #0000001a;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-157 {
  background-color: #fff;
  border-top: 4px solid #ed3237;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-23 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.collection-list-wrapper-2 {
  margin-bottom: 20px;
}

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

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
}

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

.collection-list-wrapper-4 {
  margin-top: 20px;
}

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

.div-block-158 {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin-top: -80px;
  position: absolute;
}

.section-16 {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.section-17 {
  height: 100vh;
  margin-top: -170px;
  padding-top: 170px;
  display: flex;
}

.div-block-159 {
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-159.slides {
  padding-left: 0;
  padding-right: 0;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.heading-24 {
  font-weight: 600;
}

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

.image-32, .image-33 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.call-to-action {
  position: absolute;
}

.messenger {
  display: none;
}

.list-3 {
  color: #666;
  padding-left: 20px;
  font-size: 22px;
}

.list-item {
  margin-bottom: 20px;
}

.link-16 {
  color: #666;
  text-decoration: none;
}

.link-16:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    height: auto;
    padding: 0 20px;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
    box-shadow: 0 0 20px #0003;
  }

  .brand {
    flex: 1;
    justify-content: flex-start;
    height: 80px;
    display: flex;
  }

  .brand.w--current, .brand.mobile {
    display: flex;
  }

  .nav-link {
    color: #000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .nav-link.w--current {
    color: #000;
    border-bottom-color: #0000;
  }

  .nav-link.w--current:hover {
    border-bottom-color: #0000;
  }

  .nav-link.first {
    padding-left: 0;
  }

  .nav-link.first.w--current {
    color: #000;
    border-bottom-style: none;
    padding-left: 0;
  }

  .container {
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    height: 90px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar {
    background-color: #fff;
    border-top: 4px #caa641;
    height: 90px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 10px #0000001a;
  }

  .image {
    height: 40px;
    margin-right: 10px;
    display: block;
    position: relative;
  }

  .section {
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
  }

  .section.secondary {
    height: 70vh;
  }

  .div-block {
    align-items: center;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block.secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 80px 40px;
  }

  .section-2.testimonial {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.notop {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.right {
    flex: 0 auto;
  }

  .section-3 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-14 {
    height: 100%;
  }

  .div-block-14.about-1 {
    min-height: auto;
  }

  .div-block-15 {
    margin-top: 60px;
  }

  .div-block-17 {
    padding: 20px;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .icon {
    margin-left: 0;
    font-size: 20px;
  }

  .icon-2 {
    margin-right: 0;
    font-size: 20px;
  }

  .slider {
    height: auto;
    margin-top: 40px;
  }

  .div-block-22 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 22px;
  }

  .link, .paragraph-2 {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block-25 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: relative;
  }

  .heading-17.white {
    font-size: 14px;
  }

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

  .heading-18.hero {
    font-size: 26px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-3.hero {
    font-size: 16px;
  }

  .lottie-animation-2 {
    margin-bottom: 40px;
    inset: auto 0% 0%;
  }

  .heading-16 {
    font-size: 26px;
  }

  .heading-16.white {
    font-size: 22px;
  }

  .heading-16.testimonails {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .heading-16.dark {
    text-align: center;
    font-size: 34px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-6.testimonnials {
    max-width: 600px;
    font-size: 18px;
  }

  .paragraph-6.dark {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-6.dark.top {
    font-size: 18px;
  }

  .button-3, .button-3.top-margin {
    font-size: 16px;
    box-shadow: 0 0 20px #0000001a;
  }

  .wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .wrapper.faq {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }

  .icon-3 {
    font-size: 30px;
  }

  .burger {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .burger-line-4 {
    background-color: #000;
    border-radius: 100px;
    width: 30px;
    padding-top: 2px;
  }

  .burger-line-4.bl-mid {
    width: 30px;
  }

  .menu-button {
    height: 100%;
    padding: 0;
  }

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

  .div-block-138 {
    align-items: center;
    width: 100%;
    padding: 80px 40px;
  }

  .div-block-138.right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-138.faq {
    padding-right: 40px;
  }

  .section-14 {
    padding: 60px 40px;
  }

  .text-field-2 {
    font-size: 16px;
  }

  .paragraph-7.left.white {
    font-size: 18px;
  }

  .textarea {
    font-size: 16px;
  }

  .div-block-141 {
    z-index: 40;
    background-color: #4173ca;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .image-3 {
    filter: invert();
    height: 30px;
  }

  .heading-11 {
    padding-right: 30px;
    font-size: 18px;
  }

  .paragraph-8.service {
    font-size: 18px;
  }

  .question {
    padding-right: 10px;
  }

  .section-15 {
    margin-top: 0;
  }

  .list-2 {
    width: 100%;
  }

  .div-block-145 {
    display: none;
  }

  .div-block-148 {
    justify-content: flex-start;
    margin-top: 0;
    display: none;
  }

  .div-block-150 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-151 {
    height: 300px;
  }

  .heading-21 {
    font-size: 16px;
  }

  .logo-and-banner, .div-block-154 {
    display: none;
  }

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

  .heading-22 {
    font-size: 22px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .image-30 {
    height: 100%;
  }

  .service-block {
    height: 300px;
  }

  .div-block-157 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .section-17 {
    flex-direction: column-reverse;
    height: auto;
  }

  .div-block-159 {
    width: auto;
    padding: 80px 40px;
  }

  .div-block-159.slides {
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-159.slides.gallery {
    display: none;
  }

  .slider-2 {
    min-height: 400px;
  }

  .messenger {
    display: block;
    position: absolute;
  }

  .div-block-83 {
    z-index: 100;
    background-color: #ed3237;
    width: 100vw;
    height: 70px;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-84 {
    border-left: 1px solid #ebebeb;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-block-84.left {
    border-left-style: none;
    border-left-width: 0;
    border-right: 1px solid #ebebeb;
  }

  .heading-12 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .list-3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.w--current {
    border-bottom-style: none;
  }

  .image {
    margin-right: 10px;
  }

  .section, .section.secondary {
    height: auto;
  }

  .div-block {
    align-items: center;
    padding: 100px 20px;
    position: relative;
  }

  .div-block.secondary {
    padding: 80px 20px;
  }

  .section-2 {
    padding: 60px 20px;
  }

  .section-2.whitesmoke {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.testimonial {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    height: 300px;
  }

  .div-block-14.about-1 {
    min-height: 300px;
    max-height: 300px;
  }

  .div-block-15 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-17.decking {
    object-fit: cover;
    height: 300px;
  }

  .div-block-17.kitchens {
    object-fit: cover;
    height: 300px;
    min-height: 300px;
  }

  .div-block-18 {
    margin-bottom: 0;
  }

  .div-block-19 {
    height: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    margin-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer-link-block {
    align-items: center;
    padding-right: 0;
  }

  .link {
    font-size: 18px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
  }

  .heading-17, .heading-17.white, .heading-17.white {
    font-size: 12px;
  }

  .heading-18 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-18.hero {
    font-size: 24px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-3.hero {
    font-size: 16px;
  }

  .lottie-animation-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    position: absolute;
  }

  .heading-16, .heading-16.testimonails, .heading-16.dark {
    font-size: 24px;
  }

  .paragraph-6 {
    line-height: 160%;
  }

  .paragraph-6.left {
    text-align: center;
  }

  .paragraph-6.left.listitem {
    text-align: left;
  }

  .paragraph-6.dark {
    text-align: center;
  }

  .button-3 {
    text-align: center;
    font-size: 16px;
  }

  .button-3.top-margin {
    width: auto;
  }

  .wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper.faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-138 {
    align-items: center;
    padding: 60px 20px;
  }

  .div-block-138.right {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .section-14 {
    padding: 60px 20px;
  }

  .paragraph-7 {
    line-height: 160%;
  }

  .textarea {
    font-size: 16px;
  }

  .section-15 {
    margin-top: 0;
    padding: 40px 20px;
  }

  .list-2 {
    text-align: left;
  }

  .image-4 {
    max-height: none;
  }

  .div-block-150 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-156 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-157 {
    padding: 10px 20px;
  }

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

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

  .collection-list-2, .collection-list-3, .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-17 {
    margin-top: 0;
    padding-top: 0;
  }

  .section-17.secondary {
    flex-direction: column;
  }

  .div-block-159 {
    padding: 60px 20px;
  }

  .div-block-159.slides {
    height: 300px;
  }

  .slider-2 {
    min-height: 300px;
  }

  .div-block-83 {
    height: 60px;
  }

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

@media screen and (max-width: 479px) {
  .section-2.testimonial {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3 {
    overflow: hidden;
  }

  .slider {
    height: auto;
  }

  .heading-18 {
    margin-bottom: 20px;
  }

  .heading-16.testimonails {
    margin-bottom: 40px;
  }

  .burger {
    height: 100%;
  }

  .burger-line-4 {
    opacity: 1;
  }

  .form-block {
    width: 100%;
  }

  .div-block-103 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: column;
    display: flex;
  }

  .heading-19 {
    font-size: 22px;
  }

  .form-2 {
    width: 100%;
  }

  .div-block-141 {
    border-style: none;
  }

  .div-block-99 {
    display: none;
  }

  .div-block-84 {
    flex: 1;
  }
}

#w-node-_4dc710ac-5a71-a426-179f-648adbefbea0-dbefbe8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-cf5a375f-ebcd-3851-4881-7f31ae09201c-72c24281, #w-node-d4581079-776e-bec6-22fe-327d31848bcd-b3bd982b {
    grid-area: 2 / 1 / 3 / 2;
  }
}


