:root {
  --dim-grey: #464646;
  --black: #1b1b1b;
  --dark-cyan: #028e92;
  --black-2: #1d2435;
  --steel-blue: #0075bd;
}

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

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px #ffffff69;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 0 10%;
  font-weight: 400;
  display: flex;
}

.body {
  background-color: #fff;
  font-family: Redhatdisplay, sans-serif;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bathroom-Renovations-Brisbane.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: auto;
  max-height: 700px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.home {
  background-image: linear-gradient(#00000078, #00000078);
  height: auto;
  min-height: auto;
  max-height: 850px;
  position: relative;
}

.section.home.services {
  height: auto;
}

.section.services {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/336643842_918590492679897_5226374946637536354_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.services.bellavista {
  background-image: linear-gradient(#00000094, #00000094), url('../images/boutqiue-home-builders-sydney.jpg');
}

.section.services.basshill {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/new-builds-sydney.jpg');
}

.section.services.kellyville {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/custom-home-builders-sydney.jpg');
}

.section.services.granny-flats {
  background-image: linear-gradient(#0009, #0009), url('../images/PHOTO-2023-06-01-11-05-28.jpg');
}

.section.services.austral {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/PHOTO-2023-06-01-11-07-46-9.jpg');
}

.section.services.condell-park {
  background-image: linear-gradient(#00000087, #00000087), url('../images/Condell-Park-1.jpg');
  background-size: auto, cover;
}

.section.services.northmead {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/Northmead-7.jpg');
  background-size: auto, cover;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.heading.page-heading {
  font-size: 40px;
  line-height: 40px;
}

.heading.services {
  margin-top: 0;
}

.text-block {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.div-block {
  color: #fff;
  background-color: #005593;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.button {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #e7d4d0;
  border: 2px solid #e7d4d0;
  justify-content: center;
  width: 250px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button._2 {
  background-color: #0000;
  border-color: #fff;
  margin-right: 0;
}

.button._2:hover {
  color: #333;
  background-color: #fff;
}

.button._2.thin {
  border-width: 1px;
  font-weight: 300;
}

.button._2.thin.black {
  border-color: var(--dim-grey);
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 99px;
  align-items: center;
  width: 170px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
}

.button.black-2 {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  margin-right: 0;
  font-weight: 400;
}

.button.top-banner {
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
  margin-top: 0;
  font-weight: 300;
}

.button.top-banner:hover {
  color: var(--black);
  background-color: #fff;
}

.div-block-2 {
  border-bottom: 1px #0000003d;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-3 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #bebebe;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.text-block-3 {
  font-weight: 400;
  line-height: 14px;
}

.image {
  border-radius: 0;
  width: auto;
  height: 80px;
  margin-top: 0;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 20px 10% 40px;
  display: flex;
}

.div-block-4.home {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  max-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-4.pages {
  flex-direction: row;
}

.div-block-4.services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 140px 10% 100px;
  display: flex;
}

.about-section.main-page.no-margin-bbottom {
  padding-top: 0;
  padding-bottom: 140px;
}

.about-section.main-page.white {
  background-color: #f8f9fa;
}

.about-section.main-page {
  background-color: #f8f9fa;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.about-section.main-page._2 {
  padding-left: 10%;
  padding-right: 10%;
}

.about-section.main-page._2.residential {
  padding-top: 80px;
}

.about-section.main-page {
  background-color: #f2e6d0;
  height: auto;
  padding: 0 0% 220px;
  position: relative;
}

.about-section.main-page.no-margin-bbottom {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.about-section.services.testimonials {
  margin-top: -78px;
  padding-top: 0;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-2.why-choose-us {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 600px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.heading-2.centre {
  color: #353535;
  text-align: left;
  text-transform: uppercase;
  max-width: 800px;
  margin-top: 0;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.heading-2.centre.left {
  text-align: left;
  margin-bottom: 40px;
}

.div-block-5 {
  max-width: 1150px;
  display: flex;
}

.div-block-5._2 {
  flex-direction: row-reverse;
  margin-top: 40px;
  position: relative;
}

.div-block-5._2.bathroom-renos {
  margin-top: 0;
}

.div-block-5.home-page {
  flex-direction: row;
  width: 100%;
  max-width: none;
  margin-top: -18vh;
  position: relative;
}

.div-block-5.about-page {
  width: 100%;
  max-width: none;
  margin-top: 73px;
  position: relative;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.div-block-6._2 {
  padding-left: 40px;
  padding-right: 0;
}

.div-block-6.home-page {
  align-items: center;
  width: 100%;
  padding: 100px 10% 60px;
  position: relative;
}

.div-block-6.home-page._2 {
  background-color: #0000;
  margin-top: 126px;
  padding-top: 0;
}

.div-block-6.home-page.no-margin-right {
  padding-top: 140px;
  padding-right: 10%;
}

.div-block-6.services {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-block-7 {
  width: 50%;
  padding-right: 40px;
}

.div-block-7._2 {
  padding-left: 40px;
  padding-right: 0;
}

.paragraph {
  color: #383838;
  margin-top: 20px;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.margin-bottom {
  margin-bottom: 40px;
}

.paragraph.centre {
  color: #495056;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.centre.margin-top {
  margin-top: 20px;
}

.paragraph.centre.margin-header {
  margin-top: 79px;
}

.div-block-8 {
  background-color: var(--black);
  height: 4px;
}

.text-block-4 {
  color: #f3651b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-9 {
  justify-content: space-between;
  height: 350px;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  width: 70%;
}

.services-item {
  width: 25%;
  height: 100%;
  margin-right: 10px;
}

.link-block {
  color: #fff;
  background-image: linear-gradient(to top, #1b1b1b8f, #0000), url('../images/frameless-shower-screens-brisbane.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  font-weight: 500;
}

.section-3 {
  height: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.div-block-10 {
  background-image: url('../images/bathroom-renovations-3.jpg');
  background-position: 100%;
  background-size: cover;
  width: 33.33%;
  height: 100%;
  margin-right: 10px;
}

.div-block-10._2 {
  background-image: none;
}

.div-block-10._3 {
  background-image: url('../images/bathroom-renovations-4.jpg');
  background-position: 50%;
  margin-right: 0;
}

.div-block-11 {
  height: 500px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  overflow: hidden;
}

.div-block-12 {
  background-image: url('../images/bathroom-renovations-5.jpg');
  background-position: 40% 20%;
  background-size: auto;
  height: 50%;
  margin-bottom: 0;
}

.div-block-12._2 {
  background-image: url('../images/bathroom-renovations-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
}

.section-4 {
  background-color: #ececec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 100px 10% 140px;
  display: flex;
}

.section-4.black {
  background-color: #f0f0f0;
}

.section-4.black.services {
  align-items: center;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

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

.why-choose-us-item {
  align-items: flex-start;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
}

.why-choose-us-item.bathroom-renos {
  height: 250px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  display: flex;
}

.image-3 {
  width: 60px;
}

.heading-4 {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  color: #495056;
  font-family: Redhatdisplay, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-16 {
  width: 80%;
  padding-right: 40px;
}

.div-block-17 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17.services {
  margin-top: 0;
}

.div-block-18 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.section-5 {
  background-color: #f8f9fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 10% 100px;
  display: flex;
}

.section-5._2 {
  padding-top: 40px;
  display: none;
}

.image-4 {
  width: 500px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.div-block-21 {
  max-width: 1290px;
  display: flex;
}

.heading-5 {
  color: var(--black);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.paragraph-2 {
  color: #313131;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.section-6 {
  background-color: #333;
  border: 1px #333;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0% 0 5%;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 2.5px;
  font-weight: 300;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-23 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-7 {
  height: 500px;
  padding-left: 10%;
  padding-right: 10%;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-nav-t6 {
  margin-bottom: 28px;
  display: none;
}

.left-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.company-name-t6 {
  text-align: center;
  margin-top: 11px;
  font-size: 15px;
  font-style: italic;
}

.user-name-t6 {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.user-picture-wrapper-t6 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.right-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.user-picture-subwrapper-t6 {
  border-radius: 100px;
  box-shadow: 1px 1px 10px #cfcfcf;
}

.arrow-wrapper-t6 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 1px 1px 1px #dfdfdf;
}

.arrow-wrapper-t6:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 2px #ddd;
}

.user-picture-t6 {
  border-radius: 100px;
  padding: 3px;
}

.quote-t6 {
  text-align: center;
  max-width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.slider-t6 {
  background-color: #0000;
}

.testimonials-t6 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-24 {
  background-color: #f8f9fa;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 100px 10%;
  display: flex;
}

.section-8 {
  height: 550px;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.div-block-25 {
  background-image: linear-gradient(#1b1b1b80, #1b1b1b47), url('../images/frameless-shower-screens-brisbane.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 140px;
  display: none;
}

.heading-7 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 450px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.footer {
  color: #fff;
  background-color: #241f21;
  border-top: 2px #000;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-26 {
  color: var(--black);
  border-top: 1px solid #0000003b;
  height: auto;
  padding: 60px 0% 40px;
}

.div-block-27 {
  height: 100%;
  display: flex;
}

.company-blurb-footer {
  flex-direction: column;
  width: 45%;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.image-5 {
  width: 250px;
}

.paragraph-4 {
  width: 420px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sitempa-footer {
  width: 50%;
  display: flex;
}

.sitemap {
  width: 60%;
  height: 100%;
  padding-top: 40px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-28 {
  margin-bottom: 15px;
  display: flex;
}

.link, .link-2 {
  color: var(--black);
  font-size: 18px;
  text-decoration: none;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
}

.div-block-29 {
  margin-bottom: 15px;
  display: flex;
}

.section-9 {
  padding: 140px 10%;
}

.project-item {
  width: 33%;
  height: 200px;
}

.html-embed-2 {
  color: #000;
  width: 35px;
}

.html-embed-2._2 {
  color: #e7d4d0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-6 {
  object-fit: cover;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 300px;
  min-height: auto;
  margin-top: 279px;
  margin-left: 0;
  overflow: hidden;
}

.image-6.bathroom-renos {
  width: auto;
  height: auto;
  margin-top: 0;
}

.image-7 {
  width: 55%;
}

.image-7.bathroom-renos {
  width: auto;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.div-block-31 {
  border-top: 1px solid #ffffff3b;
  max-width: 1280px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0%;
}

.link-3 {
  color: var(--black);
}

.text-block-7 {
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.html-embed-3 {
  color: #0075bd;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.div-block-32 {
  margin-right: 5px;
  display: flex;
}

.link-block-2 {
  margin-right: 5px;
}

.section-10 {
  height: auto;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-33 {
  justify-content: center;
  height: 100%;
  display: flex;
}

.link-block-3 {
  color: #fff;
  background-image: linear-gradient(#1b1b1b00 26%, #1b1b1ba3), url('../images/wall-tiling.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  min-width: 200px;
  height: 350px;
  min-height: auto;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-3._4 {
  margin-right: 0;
  display: none;
}

.link-block-3._1 {
  background-image: linear-gradient(#1b1b1b00 31%, #1b1b1ba3), url('../images/bathroom.jpg');
  background-position: 0 0, 50%;
}

.link-block-3._2 {
  background-image: linear-gradient(#1b1b1b00 26%, #1b1b1ba3), url('../images/bathroom-renovations-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-3._3 {
  background-image: linear-gradient(#1b1b1b00 25%, #1b1b1ba3), url('../images/precise-3.jpg');
  background-position: 0 0, 50%;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-34 {
  color: #fff;
  background-color: #ffffffc2;
  width: 2px;
  height: 30px;
  margin-bottom: 5px;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

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

.nav-link.w--current {
  color: var(--black);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.grid {
  color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.link-4 {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-4.w--current {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-35 {
  justify-content: space-between;
  display: flex;
}

.div-block-36 {
  color: #fff;
  align-items: center;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.div-block-38 {
  width: 500px;
}

.div-block-40 {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.button-2 {
  background-color: #232b78;
  border: 2px solid #232b78;
  justify-content: center;
  width: 250px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.button-2:hover {
  background-color: #141947;
}

.button-2.no-20-margin {
  border-color: var(--dark-cyan);
  background-color: var(--dark-cyan);
  margin-right: 0;
}

.why-choose-us-item-2 {
  align-items: flex-start;
  height: 220px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-8 {
  color: #1b1b1b;
  font-family: PT Serif, serif;
  font-size: 15px;
  line-height: 28px;
}

.section-11 {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding: 140px 10%;
  display: flex;
}

.section-11.service-page.grey {
  background-color: #ffffff0d;
  margin-top: 0;
  padding-top: 0;
}

.section-11.about-page {
  background-color: #f1f1f1;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-10 {
  color: #1b1b1b;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-41 {
  width: 80%;
  padding-right: 40px;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-43 {
  background-color: #1b1b1b5e;
  width: 60%;
  height: 1px;
  margin-bottom: 10px;
}

.section-12 {
  justify-content: center;
  padding: 100px 10%;
  display: flex;
}

.div-block-72 {
  width: 70%;
}

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

.text-block-13 {
  color: #1b1b1b;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.heading-18 {
  color: #1b1b1b;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-71 {
  background-image: url('../images/roulstone-renovations.jpg');
  background-position: 50% 100%;
  background-size: auto;
  border-radius: 0;
  width: 240px;
  height: 240px;
  margin-right: 100px;
  overflow: hidden;
}

.div-block-70 {
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 300px;
  display: flex;
}

.paragraph-6 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 22px;
}

.div-block-73 {
  margin-top: 40px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-74 {
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.html-embed-4 {
  color: #fff;
  width: 30px;
  height: 35px;
}

.heading-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-75 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: auto;
  display: flex;
}

.div-block-75.services {
  flex-direction: row;
  justify-content: space-between;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.grid-3.about-page {
  grid-template-columns: 1fr 1.25fr;
}

.grid-3.left {
  grid-template-columns: 1.25fr 1fr;
}

.paragraph-7 {
  text-align: left;
}

.div-block-76 {
  z-index: 1;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.heading-20 {
  color: var(--black);
  width: 300px;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.image-11 {
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 55%;
  height: 550px;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.white-square {
  z-index: .1;
  background-color: #fff;
  width: 30%;
  max-width: 350px;
  height: auto;
  position: absolute;
  top: 71px;
}

.white-square._2 {
  background-color: #43544a26;
  height: 1800px;
}

.heading-21 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.div-block-78 {
  background-color: var(--black);
  width: 70%;
  height: 1px;
}

.div-block-79 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-4.gallery-page {
  margin-top: 0;
}

.grid-5 {
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.grid-6, .grid-7 {
  grid-template-columns: 1fr;
  align-content: start;
}

.div-block-80 {
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.div-block-81 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin-top: 40px;
  display: flex;
}

.text-block-14 {
  color: #696969;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 35px;
}

.text-block-15 {
  color: #f3651b;
  justify-content: center;
  margin-top: -21px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  line-height: 100px;
  display: flex;
}

.text-block-16 {
  color: #696969;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 35px;
}

.div-block-82 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.paragraph-8 {
  text-align: center;
  width: 600px;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.div-block-83 {
  background-color: #f8f9fa;
  justify-content: center;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.testimonial-text-02 {
  color: #707070;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.author-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.testimonial-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
}

.testimonial-image-2._2 {
  background-image: url('../images/3_13.jpg');
}

.testimonial-image-2._3 {
  background-image: url('../images/linton-construction-5.jpg');
}

.testimonial-info-inner-2 {
  background-color: #fff;
  border-top: 1px #dbdbdb;
  border-bottom: 5px solid #dbdbdb;
  border-left: 5px #1d2435;
  border-right: 1px #dbdbdb;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 0 13px #00000017;
}

.testimonial-info-02 {
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blue {
  color: #3b2ae5;
}

.left-arrow-slider {
  background-color: #1d2435;
  width: 45px;
  height: 45px;
  margin-left: 13px;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  left: -22px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.testimonial-image-02 {
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.slider {
  background-color: #fff;
  min-height: auto;
}

.testimonial-card-02 {
  background-color: #f8f9fa;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.testimonials-02-div {
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.right-arrow-slider {
  background-color: #1d2435;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  font-size: 17px;
  transition: all .2s;
  right: -22px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-9 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-9.white {
  color: #ffffffde;
  font-family: Questrial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.text-span {
  color: #fff;
}

.image-12 {
  width: 150px;
}

.section-13 {
  background-color: #f3f3f3;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section-13.bathroom-renos {
  padding-left: 10%;
  padding-right: 10%;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.half {
  height: 50px;
  margin-top: 25px;
}

.text-field {
  text-transform: uppercase;
  border: 2px #c1c3cc;
  border-bottom: 1px solid #8b8b8b;
  height: 44px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--dark-cyan);
}

.text-field::placeholder {
  color: #919197;
}

.text-field._2:hover {
  border-bottom-color: var(--dark-cyan);
}

.text-field.area {
  text-transform: none;
  padding-bottom: 59px;
}

.line {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 8px auto auto 0%;
}

.phone-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.phone-text.contact-page {
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}

.info-child {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.info-child.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
}

.algin-center {
  text-align: center;
  position: relative;
}

.error-message {
  color: #fc493e;
  text-align: center;
  font-weight: 500;
}

.field-label {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
}

.footer-column {
  padding-right: 20%;
}

.paragraph-white {
  color: #ffffffb3;
  margin-bottom: 5px;
}

.paragraph-white.contact-page {
  color: #000;
  font-family: PT Serif, serif;
}

.with-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  color: #000;
  width: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}

.success-message {
  color: #fff;
  background-color: #5cbe7c;
  font-weight: 500;
}

.top-title {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.top-title.smaller-white {
  color: #fff;
  flex: none;
  order: -1;
  margin-right: 60px;
  font-size: 15px;
  line-height: 20px;
}

.top-title.smaller-white.in-footer {
  background-color: #2a2a2a;
  margin-bottom: 30px;
  padding-right: 14px;
}

.top-title.smaller-white.in-footer.contact-page {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #fc493e;
  border-radius: 30px;
  justify-content: center;
  min-width: 160px;
  padding: 15px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button-3:hover {
  background-color: #fd6960;
}

.button-3.full {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  display: block;
}

.button-3.full:hover {
  background-color: var(--dark-cyan);
}

.row-flex {
  align-items: center;
  display: flex;
}

.row-flex.verical {
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
}

.link-101 {
  color: var(--black);
  margin-left: 0;
  font-family: PT Serif, serif;
  font-size: 14px;
  text-decoration: underline;
}

.div-block-85 {
  height: auto;
}

.link-102 {
  color: #000;
  text-decoration: underline;
}

.padding-right {
  padding-left: 100px;
}

.image-13 {
  margin-top: 60px;
}

.heading-22 {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-18 {
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
}

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

.shadow {
  box-shadow: 0 0 20px -10px #00000070;
}

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

.div-block-86 {
  background-image: url('../images/bricklaying.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-87 {
  z-index: 99;
  background-color: #fff;
  align-items: center;
  width: 23%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 17px -10px #00000087;
}

.div-block-87.hide {
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-89 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.div-block-90 {
  background-color: #fff;
  align-items: center;
  width: 23%;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 20px;
  display: flex;
  position: relative;
  bottom: auto;
  box-shadow: 0 0 17px -10px #00000087;
}

.div-block-90.hide {
  box-shadow: none;
  background-color: #0000;
}

.div-block-91 {
  background-color: #00000045;
  width: 1px;
  height: 200px;
}

.div-block-92 {
  border: 1px solid #0000003d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-93 {
  background-color: var(--black-2);
  border-radius: 999px;
  width: 5px;
  height: 5px;
}

.text-block-19 {
  color: #495056;
  letter-spacing: 1.86px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.heading-23 {
  color: #5f656a;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-94 {
  padding: 0;
}

.html-embed-5 {
  color: var(--black-2);
  width: 50px;
}

.paragraph-10 {
  color: #5f656a;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  line-height: 25px;
}

.text-block-20 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}

.div-block-95 {
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  padding: 40px 5% 40px 40px;
  display: flex;
}

.text-span-2 {
  color: #a3a3a3;
}

.div-block-96 {
  z-index: 2;
  background-color: #0000;
  height: 10px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.link-block-4 {
  background-color: #fff;
  border-radius: 99px;
  align-items: center;
  width: auto;
  height: 70px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-4.bottom {
  padding-left: 10px;
}

.link-block-4.bottom.contact-page {
  margin-top: 20px;
}

.link-block-4.transparent {
  background-color: #0000;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  height: 55px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-4.transparent.colour {
  color: #353535;
  border-color: #353535;
  margin-right: 0;
}

.link-block-4.transparent.margin-top {
  margin-top: 20px;
}

.link-block-4.transparent.mt-40px {
  margin-top: 40px;
}

.link-block-4.black {
  border: 1px solid var(--black);
  background-color: #0000;
}

.link-block-4.grey {
  background-color: var(--dim-grey);
}

.image-14 {
  object-fit: cover;
  border-radius: 99px;
  width: 60px;
  height: 60px;
  margin-left: 5px;
}

.text-block-21 {
  color: #575757;
  margin-left: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.text-block-21.white {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.text-block-21.white.colour {
  color: #353535;
  background-color: #0000;
}

.image-15 {
  color: #fff;
  margin-left: 20px;
}

.link-block-5 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-5._2 {
  border-color: #333;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5._2.white {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.html-embed-6 {
  color: #fff;
  width: 15px;
  height: 15px;
}

.html-embed-6._2 {
  color: #333;
}

.text-block-22 {
  color: #333;
  margin-left: 5px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-22._2 {
  color: #333;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-22._2.larger {
  font-weight: 400;
}

.div-block-97 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.link-104 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.background-video {
  z-index: .1;
  width: 100%;
  height: 120%;
  position: absolute;
}

.diamond {
  z-index: .2;
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto -12.5px auto auto;
  transform: rotate(45deg);
}

.diamond._2 {
  inset: auto auto 45% -12.5px;
}

.div-block-98 {
  color: #e33f1a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-99, .div-block-100, .div-block-101 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-102 {
  background-color: var(--black-2);
  color: #000;
  width: 25px;
  height: 2px;
}

.div-block-103 {
  align-items: center;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-104 {
  background-color: #0000;
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  position: relative;
}

.heading-24 {
  color: #5f656a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-105 {
  background-color: #e7d4d0;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: -12.5px auto auto 20px;
}

.text-span-3 {
  color: var(--black-2);
  font-weight: 500;
}

.image-16 {
  object-fit: cover;
  width: 50%;
  height: 500px;
  padding-left: 40px;
  position: relative;
}

.div-block-106 {
  padding-right: 100px;
}

.div-block-107 {
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 30%;
}

.div-block-108 {
  mix-blend-mode: normal;
  width: 100%;
  height: 400px;
  padding-top: 200px;
  padding-left: 10%;
}

.heading-25 {
  z-index: 5;
  letter-spacing: 10px;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/eclat-3.jpg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  line-height: 150px;
  position: relative;
  overflow: visible;
}

.text-block-23 {
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 200;
}

.div-block-109 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-110 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.div-block-111 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

.div-block-111.services {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.div-block-112 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  display: flex;
}

.link-105 {
  color: #383838;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
}

.text-span-4 {
  color: #fff;
  background-image: linear-gradient(to top, #0000, #0000 16% 17%, #0000 37% 38%);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 60px;
}

.text-span-4._2 {
  color: #122f41;
}

.text-block-24 {
  color: #fff;
  width: 500px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.button-4 {
  letter-spacing: 1px;
  background-color: #1d2435;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-26 {
  color: #1b1b1b;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
}

.heading-26.other {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-118 {
  width: 40%;
  padding-left: 100px;
}

.div-block-118.residential {
  width: 60%;
  padding-left: 0;
  padding-right: 100px;
}

.div-block-118.about {
  width: 50%;
  padding-left: 0;
  padding-right: 50px;
}

.paragraph-11 {
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.div-block-114 {
  width: 60%;
  height: auto;
  display: flex;
}

.div-block-114.residential {
  width: 40%;
}

.div-block-116 {
  padding-top: 100px;
}

.link-block-6 {
  color: #27a8e0;
  border-bottom: 2px solid #27a8e0;
  margin-top: 40px;
  text-decoration: none;
}

.div-block-113 {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
}

.div-block-113.residential, .div-block-113.about {
  flex-direction: row-reverse;
}

.div-block-113.about.not-swapped {
  flex-direction: row;
}

.image-18 {
  object-fit: cover;
  width: 408px;
  height: 599px;
}

.section-14 {
  background-color: #f8f9fa;
  height: auto;
  padding: 100px 10%;
}

.section-14.maintenance {
  padding-top: 0;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.grid-13 {
  grid-template-rows: auto auto;
  max-width: 1280px;
}

.div-block-140 {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 7px -3px #00000087;
}

.html-embed-10 {
  color: #1d2435;
  width: 30px;
  height: 50px;
}

.html-embed-10.hammer, .html-embed-10.faucet, .html-embed-10._40 {
  width: 40px;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-13 {
  letter-spacing: .1px;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}

.section-15 {
  background-color: #f8f9fa;
  flex-direction: column;
  justify-content: center;
  padding: 40px 10% 100px;
  display: flex;
}

.heading-36, .heading-37 {
  text-align: center;
  font-family: Dmserifdisplay, sans-serif;
  font-weight: 400;
}

.paragraph-14 {
  text-align: center;
  margin-top: 20px;
  line-height: 28px;
}

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

.paragraph-15 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.paragraph-15.italic {
  font-style: italic;
}

.div-block-142 {
  width: 50%;
  padding-left: 50px;
}

.contact-information, .heading-38 {
  font-family: Lato, sans-serif;
}

.image-19 {
  margin-left: 20px;
}

.text-block-25 {
  color: #575757;
  margin-left: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.office-hours {
  margin-bottom: 24px;
}

.grid-15 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-15.is--footer {
  z-index: 3;
  width: 70%;
}

.div-block-144 {
  width: 30%;
  padding-right: 40px;
}

.link-107 {
  color: #27a8e0;
}

.submit-button-3 {
  letter-spacing: 2px;
  background-color: #333;
}

.textarea {
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px solid #0003;
}

.text-field-4 {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #0003;
  margin-bottom: 20px;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-form {
  background-color: #0000;
  max-width: 1280px;
  padding-top: 0;
}

.icon-2 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.text-block-38 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.dropdown {
  color: #fff;
}

.heading-39 {
  font-family: Dmserifdisplay, sans-serif;
}

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

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

.div-block-146 {
  padding-right: 0;
}

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

.text-block-39 {
  margin-top: 20px;
}

.nav-link-9 {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-147 {
  flex-direction: column;
  max-width: 1280px;
  display: block;
}

.div-block-148 {
  padding: 100px 10%;
}

.link-108, .link-109, .link-110, .link-111 {
  color: #fff;
  text-decoration: none;
}

.width {
  color: #5f696c;
  width: 40px;
}

.div-block-149 {
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

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

.div-block-151 {
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: -80px 0% auto;
}

.grid-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  height: 100%;
}

.div-block-152 {
  background-color: #fff;
  align-items: center;
  height: 100%;
  padding: 30px 20px 40px;
  display: flex;
  box-shadow: 0 0 15px #0000001c;
}

.div-block-153 {
  height: 100%;
  margin-left: 20px;
}

.heading-41 {
  color: #424242;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-40 {
  color: #777;
  font-size: 16px;
  line-height: 28px;
}

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

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.html-embed-11 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.html-embed-11.grety {
  color: var(--dim-grey);
}

.html-embed-12 {
  color: #fff;
  height: 25px;
  margin-left: 10px;
}

.html-embed-12.black {
  color: var(--dim-grey);
}

.html-embed-12.grey {
  color: #757575;
}

.html-embed-12.grey.no-margin {
  margin-top: 20px;
  margin-left: 0;
}

.div-block-155 {
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
}

.image-20 {
  width: 45px;
}

.div-block-156 {
  margin-left: 15px;
}

.text-block-41 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.div-block-157 {
  margin-top: 2px;
  display: flex;
}

.html-embed-13 {
  color: #fff;
  width: 50px;
  height: 10px;
  margin-top: 5px;
}

.text-block-42 {
  color: #fff;
  letter-spacing: 1.4px;
  margin-top: 0;
  margin-left: 3px;
  font-size: 10px;
}

.section-16 {
  background-color: #f2f2ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 10%;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}

.div-block-158 {
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.div-block-159 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/Residential-Electrical-Home-in-Brisbane.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 80px;
  height: 80px;
}

.div-block-159._2 {
  background-image: linear-gradient(#ffffff91, #0000 18% 50%, #0000 80%, #ffffff96), url('../images/Launceston-tree-pruning.webp');
  background-position: 0 0, 50%;
}

.div-block-159._3 {
  background-image: linear-gradient(#ffffff91, #0000 18% 50%, #0000 80%, #ffffff96), url('../images/Emergency-tree-removal.jpg');
}

.div-block-159._4 {
  background-image: linear-gradient(#ffffff91, #0000 18% 50%, #0000 80%, #ffffff96), url('../images/tree-stump-removal.png');
  background-position: 0 0, 50%;
}

.div-block-159._5 {
  background-image: linear-gradient(#ffffff91, #0000 18% 50%, #0000 80%, #ffffff96), url('../images/tree-removal-1.jpg');
}

.div-block-159._6 {
  background-image: linear-gradient(#ffffff91, #0000 18% 50%, #0000 80%, #ffffff96), url('../images/tree-removal-2.jpg');
  background-position: 0 0, 50%;
}

.div-block-159._2-1 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/commercial-4eecf5aeefaa8d060420cb67d6160960.png');
  background-position: 0 0, 50%;
}

.div-block-159._3-1 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/urban-3.jpg');
}

.div-block-159._4-1 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/KHADYE-2.jpg');
}

.div-block-159._5-1 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/tree-removal-1.jpg');
}

.div-block-159._6-1 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/tree-removal-2.jpg');
  background-position: 0 0, 50%;
}

.div-block-159._5-2 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/air-conditioner-cleaning-brisbane.jpg');
}

.div-block-159._6-2 {
  background-image: linear-gradient(#0000 57%, #fff), url('../images/solar.jpg');
}

.div-block-160 {
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  display: flex;
}

.heading-42 {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-43 {
  color: #888;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
}

.link-block-7 {
  background-color: #fff;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

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

.html-embed-14 {
  width: 30px;
  height: 30px;
}

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

.html-embed-15, .html-embed-16 {
  width: 40px;
  height: 40px;
}

.div-block-163, .div-block-164 {
  align-items: center;
  display: flex;
}

.div-block-165, .div-block-166, .div-block-167, .div-block-168, .div-block-169, .div-block-170 {
  overflow: visible;
}

.div-block-171 {
  justify-content: center;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.section-17 {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  height: 650px;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.div-block-172 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/luxury-home-builders-sydney.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.heading-43 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-top: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.form-2 {
  background-color: #f6f6f6;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.submit-button-4 {
  color: #888;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #888;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
}

.text-field-5 {
  letter-spacing: 1.5px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.textarea-2 {
  letter-spacing: 1.5px;
  text-transform: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-44 {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.form {
  width: 100%;
}

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

.text-span-5 {
  font-weight: 400;
}

.text-block-45 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
}

.div-block-174 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.mask {
  overflow: visible;
}

.slide {
  height: 100%;
}

.div-block-175 {
  background-color: #283d52;
  height: 5px;
  display: none;
}

.section-18 {
  background-color: #f8f9fa;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 60px 10% 220px;
  display: flex;
}

.section-18.services {
  padding-bottom: 100px;
}

.section-18.services.projects {
  background-color: #0000;
}

.section-18.services.contact {
  padding-top: 0;
}

.section-18.home-page {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 100px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}

.text-block-47 {
  color: #0075bd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-48 {
  color: #464646;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-48.services {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block-8 {
  width: 100%;
  height: 350px;
  text-decoration: none;
}

.link-block-8.services {
  height: 550px;
}

.div-block-181 {
  background-color: #fff;
  width: 70%;
  height: auto;
  padding: 20px;
  position: absolute;
  inset: auto auto -10% 0%;
  box-shadow: 0 0 15px #00000017;
}

.div-block-181.services {
  width: 100%;
  bottom: 0%;
}

.heading-44 {
  color: #1b1b1b;
  text-align: left;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-44.centre.actual-centre {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.heading-44.centre {
  color: #353535;
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.heading-44.centre.left {
  text-align: left;
}

.div-block-180 {
  background-image: url('../images/320975683_2111337442399526_7325260300988125253_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 90%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 0 0 14px #0000001a;
}

.div-block-180._3 {
  background-image: url('../images/335416611_162169426657224_8159498887150534172_n.jpg');
}

.div-block-180._2 {
  background-image: url('../images/320535408_3361409517412970_8475061450128848674_n.jpg');
  background-size: cover;
}

.div-block-180.services {
  background-color: #fff;
  background-image: none;
  padding-bottom: 92px;
}

.faqs {
  background-color: #f8f9fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10% 60px;
  display: flex;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title---brix.accordion-3---brix {
  color: #333;
  font-family: Oswald, sans-serif;
}

.cloneable-container-default {
  background-color: #0000;
  border-radius: 20px;
  min-height: 624px;
  padding: 0;
  transform: translate(0);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-columns-wrapper---brix.preview-page {
  max-width: 1280px;
  margin-top: 40px;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.div-block-182 {
  justify-content: center;
  width: 100%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.div-block-183 {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding-top: 100px;
}

.section-19 {
  height: 500px;
  display: flex;
}

.link-block-9 {
  color: #fff;
  background-image: linear-gradient(#00000057, #00000057), url('../images/commercial-4eecf5aeefaa8d060420cb67d6160960.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-9._1 {
  background-image: url('../images/residential-22803c5a74db4ca51f2cd0c76937de08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.link-block-9._1._2 {
  background-image: url('../images/commercial-4eecf5aeefaa8d060420cb67d6160960.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-49 {
  z-index: 2;
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.div-block-184 {
  background-color: #00000057;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-185 {
  background-color: #0075bd;
  justify-content: center;
  height: auto;
  padding: 5px 10%;
  display: flex;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  font-family: Redhatdisplay, sans-serif;
}

.div-block-186 {
  background-color: #a8a8a8;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin-top: 0;
}

.div-block-187 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.text-block-51 {
  letter-spacing: .86px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

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

.link-112 {
  color: #b9b9b9;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-112.margin {
  margin-right: 10px;
}

.text-span-6 {
  color: #fff;
  font-weight: 600;
}

.text-block-52 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-188 {
  color: #000;
  background-color: #878787;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-10 {
  color: #241f21;
  text-decoration: none;
  display: flex;
}

.html-embed-17 {
  margin-left: 10px;
}

.div-block-189 {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.section-20 {
  background-color: #f8f9fa;
  justify-content: space-between;
  height: auto;
  padding: 60px 10% 298px;
  display: flex;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
}

.image-22 {
  width: auto;
  height: auto;
  margin-top: 45px;
}

.div-block-190 {
  z-index: 99;
  background-image: linear-gradient(#000000b8, #000000b8);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  height: 750px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.text-block-53 {
  color: #fff;
}

.paragraph-16 {
  color: #fff;
  text-align: right;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-54 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-55 {
  color: #0075bd;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  line-height: 80px;
}

.text-block-55._3 {
  margin-left: 30px;
}

.text-block-56 {
  color: #43544a;
  margin-top: 20px;
}

.div-block-191 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-191._2 {
  margin-left: auto;
}

.div-block-192 {
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.div-block-193 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-194 {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: -25px auto auto 0%;
}

.div-block-195 {
  background-image: url('../images/320657949_693383078802650_7494366149313753716_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.div-block-195._2 {
  background-image: url('../images/320585606_1219095855374146_3782864958963354693_n.jpg');
  background-position: 50%;
}

.div-block-195._3 {
  background-image: url('../images/218574897_289798919588267_2094429545530559214_n.jpg');
}

.text-span-7 {
  color: var(--steel-blue);
}

.div-block-196 {
  background-color: #fff;
  width: 70%;
  height: auto;
  padding: 20px;
  position: absolute;
  inset: auto auto -10% 0%;
  box-shadow: 0 0 15px #00000017;
}

.text-block-64, .text-block-65 {
  color: #464646;
  font-family: Barlow Condensed, sans-serif;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.div-block-197 {
  background-image: url('../images/1MK_6592.jpg');
  background-position: 50%;
  background-size: cover;
  height: 90%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 0 0 14px #0000001a;
}

.div-block-197._3 {
  background-image: url('../images/address-of-the-property-1-5.jpg');
}

.div-block-197._2 {
  background-image: url('../images/custom-home-builders-sydney.jpg');
  background-size: cover;
}

.div-block-197._5 {
  background-image: url('../images/PHOTO-2023-06-01-11-07-46-9.jpg');
}

.div-block-197._4 {
  background-image: url('../images/PHOTO-2023-06-01-11-05-28-1.jpg');
}

.div-block-197.condell {
  background-image: url('../images/Condell-Park-1.jpg');
}

.div-block-197.northmead {
  background-image: url('../images/Northmead-11.jpg');
}

.text-block-66 {
  color: #464646;
  font-family: Barlow Condensed, sans-serif;
}

.grid-31 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
}

.grid-32._100 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-span-8 {
  margin-left: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.html-embed-18 {
  color: #fff;
  height: 25px;
  margin-left: 10px;
}

.html-embed-18.grey {
  color: #757575;
}

.html-embed-18.grey.no-margin {
  margin-top: 20px;
  margin-left: 0;
}

.text-block-67 {
  color: #464646;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-68 {
  color: #464646;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-block-11 {
  width: 100%;
  height: 450px;
  text-decoration: none;
}

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

.text-span-9 {
  margin-left: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.text-span-10 {
  margin-left: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.background-video-3 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-45 {
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading-46 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 500;
}

.text-block-69 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.text-span-11 {
  color: var(--steel-blue);
}

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

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

.div-block-227 {
  z-index: 2;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block-12 {
  z-index: 2;
  color: #fff;
  background-color: #0f3349;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 6% -75px auto;
}

.text-block-70 {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.html-embed-19 {
  color: #fff;
  width: 80px;
}

.grid-28 {
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-228 {
  z-index: 1;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.heading-47 {
  color: #1b1b1b;
  text-align: left;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-47.centre {
  color: #353535;
  text-align: left;
  text-transform: uppercase;
  max-width: 800px;
  margin-top: 0;
  padding-right: 40px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.heading-47.centre.left {
  text-align: left;
  margin-bottom: 40px;
}

.heading-47.centre.left.white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  margin-bottom: 20px;
  padding-right: 0;
}

.heading-47.centre.left.white.smaller {
  letter-spacing: 2px;
  font-size: 20px;
}

.heading-47.centre.left.white.smaller.black {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.heading-50 {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.div-block-229 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.div-block-229.home-page {
  align-items: center;
  width: 100%;
  padding: 100px 10% 60px;
}

.div-block-229.home-page.no-margin-right {
  background-image: linear-gradient(#0009, #0009), url('../images/custom-luxury-builders-sydney.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 220px;
  padding-right: 10%;
}

.div-block-230 {
  background-color: #ffffffb5;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin-top: 0;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: 500px;
}

.slide-2, .slide-3 {
  width: 50%;
}

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

.heading-51 {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 500;
}

.grid-33 {
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.html-embed-20 {
  color: #fff;
  width: 80px;
}

.section-21 {
  height: auto;
  padding: 60px 10% 100px;
}

.grid-34 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-13 {
  color: #fff;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/custom-new-home-builders-sydney.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-13._2 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/renovations-sydney.jpg');
  background-position: 0 0, 100%;
  position: relative;
}

.link-block-13._3 {
  background-image: linear-gradient(#000000bd, #00000054 20% 38%), url('../images/custom-home-builders-sydney.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.link-block-13.zoom {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/custom-new-home-builders-sydney.webp');
  background-size: auto, auto 700px;
  position: relative;
}

.heading-52 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.grey-square {
  background-color: #e7e7e74d;
  width: 50%;
  max-width: 500px;
  height: 1500px;
  position: absolute;
  inset: 13% auto auto;
}

.section-22 {
  height: auto;
  padding: 140px 10% 100px;
}

.section-22.padding-top {
  padding-top: 60px;
}

.div-block-233 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/336643842_918590492679897_5226374946637536354_n.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.div-block-233.current-projects {
  background-image: linear-gradient(#00000073, #00000073), url('../images/320535408_3361409517412970_8475061450128848674_n.jpg');
  background-position: 0 0, 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-233.current-projects._2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/northmead-project.jpg');
  height: 500px;
}

.div-block-233.current-projects._3 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/new-home-builds-sydney-2.webp');
  background-size: auto, cover;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-233.current-projects._4 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/336643842_918590492679897_5226374946637536354_n.jpg');
}

.heading-53 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-54 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.link-113 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
}

.div-block-234 {
  flex-direction: column;
  height: 100px;
  display: flex;
}

.text-block-71 {
  color: #fff;
  margin-top: 10px;
  font-family: Questrial, sans-serif;
  font-size: 15px;
}

.nav-bar {
  z-index: 10;
  position: relative;
}

.div-block-235 {
  background-color: #fff;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 60px;
  box-shadow: 0 0 20px -5px #0003;
}

.section-23 {
  z-index: 3;
  margin-top: -100px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.image-23 {
  width: 10%;
  min-width: 80px;
  max-width: 130px;
}

.div-block-236 {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-72 {
  color: #a7a7a7;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
}

.image-24 {
  width: auto;
  height: 80px;
  margin-right: 10px;
}

.image-24._2 {
  width: auto;
  margin-right: 0;
}

.image-25 {
  object-fit: cover;
  height: 500px;
}

.image-25.meet {
  width: 380px;
}

.section-24 {
  height: auto;
  margin-top: -77px;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-237 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 0 20px -1px #0003;
}

.heading-55 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-73 {
  font-family: Barlow Condensed, sans-serif;
}

.button-5 {
  text-transform: uppercase;
  background-color: #5c5c5c;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-74 {
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
}

.div-block-238 {
  width: 100%;
  max-width: 1280px;
  height: auto;
}

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

.grid-35._2 {
  grid-template-columns: 1fr 1fr;
}

.div-block-239 {
  background-color: #fff;
  height: 220px;
  position: relative;
  box-shadow: 0 0 20px -5px #0003;
}

.div-block-239.testimonials {
  height: auto;
}

.div-block-239.process {
  height: auto;
  padding-bottom: 40px;
}

.div-block-240 {
  background-color: var(--steel-blue);
  color: var(--steel-blue);
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.div-block-241.testimonials {
  padding-bottom: 60px;
}

.text-block-75 {
  color: var(--steel-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.heading-56 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-17 {
  color: #908b8b;
  margin-top: 20px;
  font-family: Questrial, sans-serif;
  font-size: 15px;
}

.paragraph-17.margin-bottom {
  margin-bottom: 20px;
}

.paragraph-17.margin-bottom.black {
  line-height: 26px;
}

.paragraph-17.black {
  color: #525252;
  line-height: 24px;
}

.div-block-242 {
  width: 100%;
  max-width: 1280px;
  height: 500px;
}

.grid-36 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.submit-button-5 {
  text-transform: uppercase;
  background-color: #525252;
  border-bottom: 3px #a68d5f;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-57 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.heading-58 {
  color: #1b1b1b;
  text-align: left;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-58.centre {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 800px;
  margin-top: 0;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-243 {
  width: 70%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 60px;
}

.textarea-3 {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #aeaeaea1;
  font-family: Barlow Condensed, sans-serif;
}

.text-field-8 {
  color: var(--black);
  background-color: #0000;
  border: 1px #aeaeae42;
  border-bottom: 1px solid #aeaeaea1;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
}

.div-block-244 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -88px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 20px -6px #0003;
}

.text-block-76 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
}

.div-block-245 {
  background-color: var(--steel-blue);
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 30px;
}

.background-video-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-246 {
  background-image: linear-gradient(#000000a3, #000000a3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: 55%;
  height: 530px;
  margin-top: 90px;
  margin-right: 40px;
}

.slide-4 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.slide-nav {
  transform: scale(.5);
}

.text-block-77 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.dropdown-toggle {
  font-family: Montserrat, sans-serif;
}

.dropdown-link {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

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

.grid-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 70%;
}

.div-block-207 {
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.html-embed-22 {
  width: 25px;
  margin-top: 10px;
}

.div-block-208 {
  width: 80%;
  margin-left: 0;
}

.text-block-60 {
  color: #383838;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-61 {
  color: #383838;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  margin-top: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
}

.div-block-209 {
  background-color: #e4e4e4;
  width: 1px;
  height: 100%;
}

.div-block-247 {
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-37.gallery-page {
  margin-top: 0;
}

.grid-38 {
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.grid-39, .grid-40 {
  grid-template-columns: 1fr;
  align-content: start;
}

.link-114 {
  color: #fff;
  text-decoration: underline;
}

.div-block-248 {
  margin-right: 5px;
  display: flex;
}

.link-123, .link-124 {
  border-right: 1px solid #000;
}

.link-126 {
  border-right: 1px solid #a5a5a5;
}

.link-120 {
  border-right: 1px solid #fff;
}

.link-132, .link-135 {
  border-right: 1px solid #000;
}

.link-116 {
  border-right: 1px solid #928e8e;
}

.div-block-249 {
  justify-content: space-between;
  display: flex;
}

.text-block-78 {
  color: #fff;
  font-size: 11px;
}

.html-embed-23 {
  color: #241f21;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.link-136 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.text-block-79 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.link-128 {
  border-right: 1px solid #adadad;
}

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

.bold-text-2 {
  text-transform: uppercase;
}

.link-139 {
  border-right: 1px #000;
}

.link-137 {
  border-right: 1px solid #000;
}

.link-118 {
  border-right: 1px solid #d6d6d6;
}

.link-138, .link-131 {
  border-right: 1px solid #000;
}

.link-129 {
  border-right: 1px solid #adadad;
}

.link-140 {
  border-right: 1px solid #493131;
}

.link-119 {
  border-right: 1px solid #ebebeb;
}

.link-141 {
  border-right: 1px solid #000;
}

.div-block-222 {
  margin-left: 0;
}

.div-block-222.margin-left {
  margin-left: 20px;
}

.link-130 {
  border-right: 1px solid #000;
}

.link-122 {
  border-right: 1px #fff;
}

.div-block-250 {
  color: #1b1b1b;
  border-top: 1px solid #0000005c;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0% 40px;
}

.link-133 {
  border-right: 1px solid #000;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.link-142 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.link-block-14 {
  margin-right: 5px;
}

.link-121 {
  border-right: 1px solid #fff;
}

.link-127 {
  border-right: 1px solid #adadad;
}

.image-26 {
  width: 40px;
}

.link-134 {
  border-right: 1px solid #000;
}

.link-125 {
  border-right: 1px solid #493131;
}

.link-115 {
  border-right: 1px solid #443c3c;
}

.div-block-251 {
  height: 100%;
  display: flex;
}

.link-117 {
  border-right: 1px #c4c4c4;
  font-family: Barlow Condensed, sans-serif;
}

.div-block-252 {
  color: #fff;
  align-items: center;
  display: flex;
}

.div-block-253 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.bold-text-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

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

.grid-43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 50%;
  min-height: 350px;
}

.slide-nav-2 {
  top: 304px;
  left: 0;
  transform: scale(.4);
}

.slide-5 {
  height: auto;
}

.text-span-12 {
  font-size: 11px;
  font-weight: 600;
}

.text-span-13 {
  font-size: 11px;
  font-weight: 500;
}

.text-block-80 {
  z-index: 10;
  opacity: .77;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-254 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.div-block-256 {
  margin-left: 20px;
}

.link-144, .link-145, .link-146 {
  color: #fff;
  text-decoration: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: block;
}

.html-embed-24 {
  color: #fff;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 -22%;
}

.html-embed-24.testimonials {
  width: 60px;
  left: -3%;
}

.right-arrow {
  position: absolute;
}

.html-embed-25 {
  color: #fff;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.html-embed-25.testimonials {
  width: 60px;
  right: -21px;
}

.bg-shade {
  opacity: 0;
  background-color: #00000075;
  position: absolute;
  inset: 0%;
}

.dropdown-list {
  left: 3px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 4px solid #0075bd;
  border-radius: 3px;
  padding: 10px;
  left: -29px;
  box-shadow: 0 0 9px #12121624;
}

.link-147 {
  color: var(--steel-blue);
  text-decoration: none;
}

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

.link-148 {
  color: var(--steel-blue);
  text-decoration: none;
}

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

.link-149 {
  color: var(--steel-blue);
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    border-bottom-style: none;
    padding-left: 5%;
    padding-right: 20px;
  }

  .heading {
    width: auto;
    font-size: 45px;
    line-height: 55px;
  }

  .text-block {
    line-height: 22px;
  }

  .div-block-4 {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .about-section {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-section.main-page._2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-section.services {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .heading-2.why-choose-us {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-6.home-page {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6.home-page.no-margin-right {
    padding-right: 5%;
  }

  .div-block-6.services {
    padding-right: 0;
  }

  .div-block-7, .div-block-7._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.centre {
    font-size: 14px;
  }

  .section-3 {
    height: auto;
  }

  .section-4 {
    margin-top: 60px;
    padding: 100px 5%;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .why-choose-us-item {
    height: auto;
  }

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

  .text-block-5 {
    font-size: 14px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .section-6 {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .heading-6 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-t6 {
    inset: auto auto 0% 0%;
  }

  .right-arrow-t6 {
    inset: auto 0% 0% auto;
  }

  .div-block-24 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-7 {
    width: 400px;
  }

  .div-block-26 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .company-blurb-footer {
    width: 40%;
  }

  .paragraph-4 {
    width: auto;
  }

  .sitempa-footer {
    width: 60%;
  }

  .sitemap {
    padding-top: 20px;
  }

  .heading-8 {
    font-size: 20px;
  }

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

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

  .image-6 {
    min-width: auto;
    min-height: auto;
  }

  .section-10 {
    height: auto;
    padding-bottom: 60px;
  }

  .link-block-3 {
    min-width: auto;
    height: 250px;
  }

  .link-block-3._1, .link-block-3._2, .link-block-3._3 {
    height: 250px;
  }

  .icon {
    color: #000;
  }

  .div-block-40 {
    margin-top: 20px;
  }

  .why-choose-us-item-2 {
    align-items: flex-start;
    height: 200px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .section-11 {
    margin-top: 0;
    padding: 100px 5%;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 18px;
  }

  .div-block-41 {
    width: 90%;
  }

  .div-block-72 {
    width: 70%;
    padding-left: 40px;
  }

  .div-block-71 {
    margin-right: 0;
  }

  .div-block-70 {
    height: auto;
  }

  .paragraph-6 {
    object-fit: fill;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .grid-3 {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .grid-3.left {
    grid-template-columns: .75fr .75fr;
  }

  .heading-20 {
    width: auto;
  }

  .div-block-83 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .testimonial-info-02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .slider {
    min-height: 650px;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .image-12 {
    display: none;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .row-flex.verical {
    flex-direction: row;
  }

  .div-block-85 {
    height: auto;
  }

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

  .div-block-87, .div-block-90 {
    width: 40%;
  }

  .text-block-20 {
    font-size: 30px;
  }

  .div-block-96 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block-4.transparent.colour {
    position: relative;
  }

  .text-block-21.white {
    text-align: center;
  }

  .link-block-5 {
    display: none;
  }

  .image-16 {
    padding-left: 100px;
  }

  .div-block-106 {
    padding-right: 60px;
  }

  .div-block-109 {
    width: 60%;
  }

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

  .div-block-118 {
    padding-left: 60px;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .div-block-145 {
    padding-right: 0;
  }

  .div-block-151 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-16 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-152 {
    flex-direction: column;
  }

  .div-block-153 {
    margin-left: 0;
  }

  .section-18 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-18.home-page {
    padding-top: 100px;
  }

  .heading-44 {
    margin-bottom: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .div-block-185 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-51 {
    font-size: 12px;
    display: none;
  }

  .section-20 {
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-190 {
    width: 35%;
    height: 550px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-226 {
    padding-right: 0;
  }

  .div-block-226.padding-left {
    padding-left: 0;
  }

  .grid-28 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading-47 {
    margin-bottom: 0;
  }

  .heading-50 {
    text-align: center;
  }

  .div-block-229.home-page {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-229.home-page.no-margin-right {
    padding-right: 5%;
  }

  .grid-33 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-22 {
    height: auto;
    padding: 60px 40px;
  }

  .div-block-233.current-projects {
    max-width: none;
  }

  .heading-54 {
    font-size: 40px;
    display: block;
  }

  .section-23, .section-24 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading-58 {
    margin-bottom: 0;
  }

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

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

  .div-block-250 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-4 {
    height: 70%;
  }

  .div-block-254 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

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

  .section.home {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    text-align: center;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .button._2 {
    text-align: center;
    align-items: center;
  }

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

  .heading-2.why-choose-us {
    width: auto;
  }

  .div-block-5 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-5._2 {
    flex-direction: column-reverse;
  }

  .div-block-5.about-page {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .div-block-6._2 {
    padding-left: 0;
  }

  .div-block-6.home-page._2 {
    padding-left: 10%;
  }

  .div-block-7 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-7._2 {
    width: 100%;
    padding-left: 0;
  }

  .section-3 {
    display: none;
  }

  .div-block-11 {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-13 {
    flex-direction: column;
  }

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

  .section-5 {
    padding: 60px;
  }

  .div-block-19 {
    align-items: center;
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-t6 {
    padding: 40px 10px;
  }

  .div-block-24 {
    padding-top: 60px;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .company-blurb-footer {
    width: 100%;
  }

  .sitempa-footer {
    flex-direction: column;
    width: 100%;
  }

  .image-6 {
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .section-10 {
    flex-direction: column;
    height: auto;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .link-block-3 {
    width: 100%;
  }

  .link-block-3._1, .link-block-3._2, .link-block-3._3 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-36 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-38 {
    width: auto;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .button-2 {
    width: 200px;
    font-size: 18px;
  }

  .why-choose-us-item-2 {
    height: auto;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-42 {
    width: 60px;
  }

  .div-block-72 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-13, .heading-18 {
    text-align: center;
  }

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

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

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .div-block-74 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-20 {
    width: auto;
    font-size: 24px;
  }

  .image-11.about-page {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .div-block-77 {
    object-fit: cover;
    width: 100%;
  }

  .info-child {
    text-align: center;
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-child.horizontal.no-center {
    text-align: left;
  }

  .footer-column {
    margin-bottom: 39px;
    padding-right: 0%;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .row-flex.verical {
    flex-direction: column;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

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

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

  .div-block-251 {
    flex-direction: column;
  }

  .div-block-252 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }

  .section {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section.home {
    background-image: linear-gradient(#000000a3, #000000a3);
    max-height: none;
  }

  .heading {
    text-align: left;
    width: auto;
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }

  .text-block {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .button._2 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.black-2 {
    margin-top: 10px;
  }

  .button.top-banner {
    display: none;
  }

  .div-block-2 {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    justify-content: center;
  }

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

  .image {
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-4 {
    background-image: none;
    align-items: center;
    height: auto;
    padding: 60px 0 140px;
  }

  .div-block-4.home {
    max-height: 600px;
    margin-top: 20px;
    padding: 20px;
  }

  .div-block-4.pages, .div-block-4.services {
    padding: 20px 20px 40px;
  }

  .about-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section.main-page._2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section.main-page._2.residential {
    padding-top: 40px;
  }

  .about-section.main-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-section.main-page.no-margin-bbottom {
    padding-bottom: 0;
  }

  .about-section.services {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.why-choose-us {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-2.centre {
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
  }

  .div-block-5.home-page {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-5.about-page {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    padding-right: 0;
  }

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

  .div-block-6.home-page._2 {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6.home-page.no-margin-right {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .div-block-7._2 {
    object-fit: contain;
    justify-content: space-between;
  }

  .paragraph {
    line-height: 22px;
  }

  .paragraph.centre {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

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

  .paragraph.centre.margin-header, .paragraph.centre.margin-header.no-margin-top {
    margin-top: 0;
  }

  .section-3 {
    height: auto;
  }

  .div-block-11 {
    height: 250px;
    display: none;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .why-choose-us-item.bathroom-renos {
    align-items: center;
    height: auto;
  }

  .div-block-15 {
    width: auto;
  }

  .heading-4 {
    text-align: center;
  }

  .text-block-5 {
    text-align: left;
  }

  .div-block-16 {
    width: 90%;
    padding-right: 0;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-17.services {
    margin-top: 40px;
  }

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

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

  .image-4 {
    width: 100%;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-2 {
    line-height: 24px;
  }

  .section-6 {
    padding: 20px 0 0;
    display: none;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .testimonials-t6 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-24 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-7 {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

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

  .company-blurb-footer {
    align-items: flex-start;
    padding-right: 0;
  }

  .paragraph-4 {
    text-align: left;
  }

  .sitempa-footer {
    align-items: flex-start;
  }

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

  .sitemap._2 {
    display: none;
  }

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

  .div-block-28 {
    align-items: center;
  }

  .html-embed {
    height: 15px;
  }

  .div-block-29 {
    align-items: center;
  }

  .menu-button {
    color: var(--black);
    margin-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .image-6 {
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    margin-top: 20px;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .brand {
    padding-left: 0;
    position: relative;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .section-10 {
    height: auto;
    padding-bottom: 60px;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .link-block-3 {
    width: auto;
    height: 350px;
    margin-right: 0;
  }

  .link-block-3._1 {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
  }

  .link-block-3._2 {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .link-block-3._3 {
    height: 350px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-link {
    color: #050505;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    display: flex;
  }

  .nav-link:active, .nav-link:focus, .nav-link:visited {
    color: #000;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .div-block-36 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-38 {
    width: auto;
  }

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

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

  .button-2 {
    border-width: 1px;
    width: 150px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .button-2.no-20-margin {
    background-color: var(--dark-cyan);
  }

  .why-choose-us-item-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .text-block-8 {
    text-align: center;
    font-family: PT Serif, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 60px;
  }

  .section-11.service-page.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    text-align: center;
    font-family: PT Serif, serif;
  }

  .div-block-41 {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-42 {
    width: auto;
  }

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

  .div-block-72 {
    width: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .html-embed-4 {
    width: 25px;
    height: 25px;
  }

  .div-block-75 {
    margin-top: 0;
  }

  .div-block-75.services {
    flex-direction: column;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grid-3.about-page, .grid-3.left {
    grid-template-columns: 1fr;
  }

  .grid-3._2 {
    margin-top: 0;
  }

  .div-block-76 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-20 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 22px;
  }

  .image-11 {
    width: 100%;
    height: 300px;
  }

  .image-11.about-page {
    margin-top: 20px;
  }

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

  .white-square {
    display: none;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-4.gallery-page {
    grid-template-columns: 1fr;
  }

  .grid-5, .grid-6, .grid-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-80 {
    z-index: 2;
    position: relative;
  }

  .paragraph-8 {
    width: auto;
  }

  .div-block-83 {
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .testimonial-text-02 {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-info-inner-2 {
    padding: 20px;
  }

  .testimonial-info-02 {
    margin-top: -75px;
  }

  .left-arrow-slider {
    inset: auto auto 0% 20%;
  }

  .slider {
    min-height: 0;
  }

  .testimonial-card-02 {
    position: relative;
  }

  .testimonials-02-div {
    margin-top: 22px;
    position: relative;
  }

  .right-arrow-slider {
    inset: auto 20% 0% auto;
  }

  .text-block-17 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section-13.bathroom-renos {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .top-margin.half {
    display: block;
  }

  .info-child.horizontal.no-center {
    color: #121213;
  }

  .field-label {
    color: var(--black);
  }

  .info-image.left {
    margin-right: 10px;
  }

  .info-image.left.contact-page {
    color: #000;
    background-color: #fff;
    margin-right: 10px;
    display: block;
  }

  .top-title {
    margin-bottom: 9px;
    font-weight: 600;
  }

  .link-101 {
    color: var(--black);
    margin-left: 0;
    font-size: 14px;
  }

  .text-block-18 {
    margin-top: 5px;
  }

  .shadow {
    margin-bottom: 20px;
  }

  .div-block-87 {
    width: 250px;
    margin-top: 20px;
    margin-right: 0;
  }

  .div-block-87.hide, .div-block-89 {
    display: none;
  }

  .div-block-90 {
    width: 250px;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-90.hide {
    display: none;
  }

  .text-block-20 {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-95 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0%;
  }

  .div-block-96 {
    width: 100%;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-4 {
    margin-top: 10px;
    margin-right: 0;
  }

  .link-block-4.transparent {
    margin-right: 0;
  }

  .link-block-4.transparent.margin-top {
    margin-right: auto;
  }

  .image-14 {
    display: none;
  }

  .text-block-21.white.colour {
    text-align: center;
  }

  .link-block-5 {
    display: none;
  }

  .link-block-5._2.white {
    display: block;
  }

  .diamond {
    left: -12.5px;
    right: auto;
  }

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

  .heading-24 {
    line-height: 23px;
  }

  .image-16 {
    width: 100%;
    height: 300px;
    padding-left: 0;
  }

  .div-block-106 {
    padding-right: 0;
  }

  .div-block-107 {
    margin-top: 0;
    position: static;
  }

  .div-block-108 {
    justify-content: flex-end;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .heading-25 {
    z-index: 1;
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    top: 201px;
    left: -205px;
    transform: rotate(-90deg);
  }

  .div-block-109 {
    text-align: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-110 {
    display: block;
  }

  .div-block-111 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .link-105 {
    color: #292929;
  }

  .text-span-4._2 {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
  }

  .text-block-24 {
    width: auto;
    font-size: 15px;
    line-height: 23px;
  }

  .button-4.about {
    display: none;
  }

  .heading-26 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-26.other {
    margin-top: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .div-block-118 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-118.residential, .div-block-118.about {
    width: 100%;
    padding-right: 0;
  }

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

  .div-block-114 {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .div-block-114.residential {
    width: 100%;
  }

  .div-block-116 {
    width: 60%;
  }

  .div-block-116.residential {
    width: 100%;
    padding-top: 0;
  }

  .link-block-6 {
    margin-top: 20px;
  }

  .div-block-113, .div-block-113.residential, .div-block-113.about {
    flex-direction: column-reverse;
  }

  .div-block-113.about.not-swapped {
    flex-direction: column;
  }

  .image-18 {
    width: 100%;
    height: 270px;
  }

  .section-14 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-35 {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

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

  .grid-14 {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

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

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

  .paragraph-15 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-142 {
    width: 100%;
    padding-left: 0;
  }

  .image-19 {
    margin-left: 10px;
  }

  .text-block-25 {
    font-size: 15px;
  }

  .grid-15.is--footer {
    width: 100%;
  }

  .div-block-144 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .link-107 {
    font-size: 16px;
  }

  .grid_item.footer-form {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-145 {
    padding-right: 0;
  }

  .div-block-146.padding-left {
    padding-left: 0;
  }

  .nav-link-2 {
    color: #b27575;
  }

  .nav-link-3 {
    color: #b37474;
  }

  .nav-link-4 {
    color: #992a2a;
  }

  .nav-link-5 {
    color: #c50505;
  }

  .nav-link-6 {
    color: #110909;
  }

  .nav-link-7, .nav-link-8, .nav-link-9 {
    color: #000;
  }

  .div-block-151 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .grid-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: -50px;
  }

  .div-block-152 {
    flex-direction: row;
  }

  .div-block-153 {
    margin-left: 20px;
  }

  .div-block-155 {
    margin-top: 20px;
    margin-left: 0;
  }

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

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

  .div-block-167 {
    margin-top: 0;
  }

  .section-17 {
    height: auto;
    padding: 0;
  }

  .div-block-172 {
    margin-top: 0;
    padding: 100px 20px;
  }

  .heading-43 {
    font-size: 30px;
    line-height: 45px;
  }

  .form-2 {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .text-block-45 {
    text-align: center;
  }

  .div-block-174 {
    margin-top: 20px;
  }

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

  .section-18.services {
    padding-bottom: 20px;
  }

  .section-18.home-page {
    padding-top: 60px;
    padding-bottom: 20px;
  }

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

  .link-block-8.services {
    height: 350px;
  }

  .heading-44 {
    font-size: 28px;
  }

  .heading-44.centre {
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
  }

  .heading-44.centre.left {
    font-weight: 400;
  }

  .div-block-180.services {
    height: 100%;
  }

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

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .cloneable-container-default {
    padding: 0;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .section-19 {
    flex-direction: column;
  }

  .link-block-9._1 {
    width: 100%;
  }

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

  .text-block-50 {
    font-size: 13px;
  }

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

  .div-block-187 {
    justify-content: center;
  }

  .link-112, .text-block-52 {
    font-size: 12px;
  }

  .section-20 {
    flex-direction: column;
    padding: 0 20px;
  }

  .image-21 {
    width: auto;
    height: 300px;
  }

  .div-block-190 {
    width: 100%;
    height: 575px;
    margin-top: 20px;
  }

  .paragraph-16, .text-block-54 {
    max-width: 300px;
  }

  .text-block-55 {
    font-size: 85px;
  }

  .div-block-191._2 {
    margin-left: 0;
  }

  .div-block-192 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-32, .grid-32._100 {
    grid-template-columns: 1fr;
  }

  .div-block-226 {
    padding-right: 0;
  }

  .div-block-227 {
    flex-direction: column;
  }

  .grid-28 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-228 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-47 {
    font-size: 28px;
  }

  .heading-47.centre {
    margin-top: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }

  .heading-47.centre.left.white {
    line-height: 35px;
  }

  .heading-50 {
    text-align: center;
  }

  .div-block-229 {
    padding-right: 0;
  }

  .div-block-229.home-page {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-229.home-page.no-margin-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .div-block-230 {
    margin-top: 10px;
  }

  .grid-33 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-21 {
    padding: 140px 20px 20px;
  }

  .grid-34 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .link-block-13 {
    height: 250px;
  }

  .link-block-13._2 {
    background-image: linear-gradient(#00000070, #00000070), url('../images/renovations-sydney.jpg');
    background-size: auto, cover;
  }

  .link-block-13.zoom {
    background-image: linear-gradient(to bottom, null, null), url('../images/custom-new-home-builders-sydney.webp');
    background-size: auto, cover;
  }

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

  .section-22.padding-top {
    padding-bottom: 40px;
  }

  .div-block-233.current-projects, .div-block-233.current-projects._2, .div-block-233.current-projects._3 {
    height: 400px;
  }

  .div-block-234 {
    height: auto;
  }

  .text-block-71 {
    margin-bottom: 20px;
  }

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

  .image-23 {
    width: 60%;
    max-width: 180px;
    margin-bottom: 10px;
  }

  .div-block-236 {
    flex-direction: column;
  }

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

  .div-block-237 {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-55 {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-73 {
    text-align: center;
  }

  .grid-35._2 {
    grid-template-columns: 1fr;
  }

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

  .grid-36 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .heading-58 {
    font-size: 28px;
  }

  .heading-58.centre {
    text-align: left;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 800;
    line-height: 17px;
  }

  .div-block-243 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-8 {
    border-bottom-color: #79797942;
  }

  .div-block-244 {
    height: auto;
  }

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

  .div-block-246 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slider-3 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-25 {
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-207 {
    justify-content: center;
    margin-top: 10px;
    padding-right: 0;
  }

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

  .grid-37 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-37.gallery-page {
    grid-template-columns: 1fr;
  }

  .grid-38, .grid-39, .grid-40 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-249 {
    flex-direction: row;
  }

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

  .div-block-250 {
    padding-bottom: 0;
  }

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

  .div-block-252 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .grid-43 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .text-block-80 {
    inset: 0% auto auto 0%;
  }

  .div-block-254 {
    flex-direction: row-reverse;
  }

  .div-block-255 {
    flex-direction: column;
  }

  .div-block-256 {
    margin-left: 0;
  }

  .html-embed-24 {
    width: 60px;
    height: 60px;
  }

  .html-embed-24.testimonials {
    left: -13%;
  }

  .html-embed-24._1 {
    margin-left: 7px;
  }

  .html-embed-25 {
    width: 60px;
    height: 60px;
  }

  .html-embed-25.testimonials {
    right: -45px;
  }

  .html-embed-25._2 {
    left: 28px;
  }
}

#w-node-f2a72b5f-3f3b-9314-095d-d996946b6a17-4d914fdc, #w-node-f2a72b5f-3f3b-9314-095d-d996946b6a1b-4d914fdc, #w-node-f2a72b5f-3f3b-9314-095d-d996946b6a1f-4d914fdc, #w-node-f2a72b5f-3f3b-9314-095d-d996946b6a23-4d914fdc, #w-node-f2a72b5f-3f3b-9314-095d-d996946b6a27-4d914fdc, #w-node-f2a72b5f-3f3b-9314-095d-d996946b6a2b-4d914fdc, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fd-4d914fdc, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fe-4d914fdc, #w-node-b90553ed-2d1f-9052-b85f-deefbff25901-4d914fdc, #w-node-c344d19d-9476-74d0-374a-a8ca3a5a3967-4d914fdc, #w-node-_49ffc566-aa81-8c14-564c-e6b192ff87c8-4d914fdc, #w-node-e7de0f6e-e08e-1e95-d522-f49abe57c8e5-4d914fdc, #w-node-_86996a5a-e226-c893-5a27-dd164687f513-4d914fdc, #w-node-a64929f8-c266-dcc1-4536-54a27ea4b238-4d914fdc, #w-node-c173f0c8-e685-ff7d-195c-4ffaedeb6e58-4d914fdc, #w-node-_024f9a01-1d43-0774-0523-5e7bc3dabc10-4d914fdc, #w-node-_024f9a01-1d43-0774-0523-5e7bc3dabc14-4d914fdc, #w-node-_024f9a01-1d43-0774-0523-5e7bc3dabc18-4d914fdc, #w-node-_024f9a01-1d43-0774-0523-5e7bc3dabc1c-4d914fdc, #w-node-af9d012f-78fd-cfcf-9a89-559267fe559c-4d914fdc, #w-node-_82219031-81d3-5283-dc80-9189b916291f-c13864d7, #w-node-_82219031-81d3-5283-dc80-9189b916292d-c13864d7, #w-node-_82219031-81d3-5283-dc80-9189b916292f-c13864d7, #w-node-_82219031-81d3-5283-dc80-9189b916293b-c13864d7, #w-node-_82219031-81d3-5283-dc80-9189b9162945-c13864d7, #w-node-_82219031-81d3-5283-dc80-9189b916294d-c13864d7, #w-node-dcf0b85e-e2eb-c9ea-777d-cb1794360830-9436082f, #w-node-dcf0b85e-e2eb-c9ea-777d-cb1794360838-9436082f, #w-node-dcf0b85e-e2eb-c9ea-777d-cb179436083e-9436082f, #w-node-dcf0b85e-e2eb-c9ea-777d-cb1794360844-9436082f, #w-node-e74271a4-bda2-2626-1dd9-30d3ec71beaf-9436082f, #w-node-_5248a4a7-0fbb-1700-c8e7-f3fabcfbe310-9436082f, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fd-8da24728, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fe-8da24728, #w-node-b90553ed-2d1f-9052-b85f-deefbff25901-8da24728, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fd-a7b81da7, #w-node-b90553ed-2d1f-9052-b85f-deefbff258fe-a7b81da7, #w-node-b90553ed-2d1f-9052-b85f-deefbff25901-a7b81da7, #w-node-_22239187-a9b5-bdbd-0f00-f2e92cea6936-a7b81da7, #w-node-_22239187-a9b5-bdbd-0f00-f2e92cea6942-a7b81da7, #w-node-_99b772eb-045c-1d64-ae93-b2feb7c21212-a7b8fc8c, #w-node-_22e8b716-0d6d-c570-f4bb-99ebffe5e812-a7b8fc8c, #w-node-_0fdd02b8-1bb9-8c19-04b6-29853c643766-a7b8fc8c, #w-node-_87b36c62-3b44-ea71-f33a-e3b5f647b078-a7b8fc8c, #w-node-d836d60f-d4e5-3979-4043-f8a58e63fa55-a7b8fc8c, #w-node-_056ff378-f46c-21ad-1dd7-55308492393b-a7b8fc8c, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492b8-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492c0-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492c6-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492cc-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492d3-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492db-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492e1-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492e7-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492ee-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492f6-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b637492fc-bc169349, #w-node-d7f3a956-7bfa-6110-e26d-d05b63749302-bc169349, #w-node-_99b772eb-045c-1d64-ae93-b2feb7c21212-20b86e81, #w-node-b097a54d-b429-9fc6-d047-bd8fb3deec5f-20b86e81, #w-node-c1be120d-5913-eb6c-2cfa-1961ad74d714-20b86e81, #w-node-_32983242-0485-0df5-045c-53803c837873-20b86e81, #w-node-d0f1806d-a9e3-abdb-1c91-efbbcf9d2a75-20b86e81, #w-node-_6a5aaafc-4720-6e51-25cc-4651dcb9b3e6-20b86e81, #w-node-_6ca9bb61-1cf8-ce41-388a-b2526bddac29-20b86e81, #w-node-e1d415dd-6405-8ef3-54b2-09e645fc31b6-20b86e81, #w-node-f24026f8-a546-9d68-b143-10071873b7da-0cf10dca, #w-node-_540a9abb-07cf-f071-a3ce-ab705e20ddb2-0cf10dca, #w-node-_7fe6b5ff-01e7-2e87-df79-994837f15b59-0cf10dca, #w-node-_7fe6b5ff-01e7-2e87-df79-994837f15b61-0cf10dca, #w-node-_7fe6b5ff-01e7-2e87-df79-994837f15b67-0cf10dca, #w-node-_7fe6b5ff-01e7-2e87-df79-994837f15b6d-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b7f5-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b7fd-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b803-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b809-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b810-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b818-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b81e-0cf10dca, #w-node-f24026f8-a546-9d68-b143-10071873b824-0cf10dca, #w-node-_130efb97-c28e-d60e-4d5e-051e7187cfed-0cf10dca, #w-node-_130efb97-c28e-d60e-4d5e-051e7187cff5-0cf10dca, #w-node-_130efb97-c28e-d60e-4d5e-051e7187cffb-0cf10dca, #w-node-_130efb97-c28e-d60e-4d5e-051e7187d001-0cf10dca, #w-node-_61d89f64-5752-c4b6-e69a-ea9edca2c6ff-0cf10dca, #w-node-_61d89f64-5752-c4b6-e69a-ea9edca2c707-0cf10dca, #w-node-_61d89f64-5752-c4b6-e69a-ea9edca2c70d-0cf10dca, #w-node-_61d89f64-5752-c4b6-e69a-ea9edca2c713-0cf10dca, #w-node-eefe304c-53e7-09a7-08c6-7f595341883f-3533252e, #w-node-eefe304c-53e7-09a7-08c6-7f5953418844-3533252e, #w-node-eefe304c-53e7-09a7-08c6-7f5953418849-3533252e, #w-node-_22239187-a9b5-bdbd-0f00-f2e92cea6936-6277f6f7, #w-node-_22239187-a9b5-bdbd-0f00-f2e92cea6942-6277f6f7, #w-node-_55310ed1-0d50-0e5c-749c-c1a2a6ef02f8-6277f6f7, #w-node-eb1d1839-7113-0178-da81-02781d78fd21-7b69a63d, #w-node-eb1d1839-7113-0178-da81-02781d78fd22-7b69a63d, #w-node-eb1d1839-7113-0178-da81-02781d78fd2e-7b69a63d, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c596-38f69989, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c59e-38f69989, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5a6-38f69989, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-38f69989, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a385-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a387-38f69989, #w-node-a01b4d3c-5d69-48c5-2b96-8a9ece7a3256-38f69989, #w-node-_1466d3b6-2040-7db5-6518-61316e5bd2a0-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38c-38f69989, #w-node-c238a31e-b822-ab40-9c33-3b15cbb7551d-38f69989, #w-node-_5f6fad22-ac36-293d-5f63-524f6568b9ca-38f69989, #w-node-_6d5a755a-a908-cb2e-8915-2789eb863756-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a391-38f69989, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a393-38f69989, #w-node-_1237ec78-f0ee-8080-e898-54e4a94518f0-38f69989, #w-node-e3263d41-2e9b-6478-7c4f-03114caad5f3-38f69989, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c596-5bbe5afe, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c59e-5bbe5afe, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5a6-5bbe5afe, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-5bbe5afe, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-5bbe5afe, #w-node-e87fc268-9266-ce6b-41f0-d8950ba44651-5bbe5afe, #w-node-dc958047-0204-d0f3-0b9e-a98eb86e858a-5bbe5afe, #w-node-b65678ae-a055-ebd1-6391-de5b53b2b16b-5bbe5afe, #w-node-f8182756-ffb0-31a6-7def-4debd41c848d-5bbe5afe, #w-node-c3a0036e-509b-cb6b-db87-747c5d251059-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-5bbe5afe, #w-node-_9c2eb608-46ec-62ba-7621-8fad27a7204d-5bbe5afe, #w-node-c9f2c053-8bc2-ede8-eaeb-1a2e300ab453-5bbe5afe, #w-node-_7763c057-c1ad-f728-ae8b-3ff1a3212f06-5bbe5afe, #w-node-_76b3e4a9-acf0-75aa-0340-91a19b82f348-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-5bbe5afe, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-5bbe5afe, #w-node-_5240bd9f-cfec-b2b1-d530-4934a7d86728-5bbe5afe, #w-node-_9655b78a-e22d-d840-dcbb-1c003d6d3bfe-5bbe5afe, #w-node-d0de10df-539a-db21-9844-bea825e0278e-5bbe5afe, #w-node-_9a31a89a-cb31-4620-0451-a86dfe88cee4-5bbe5afe, #w-node-bd645433-e966-0c8f-ef0a-8eed30e5d650-5bbe5afe, #w-node-_3cac090e-7787-b265-724d-8b3102fa76cf-5bbe5afe, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c596-eb73c2f1, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c59e-eb73c2f1, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5a6-eb73c2f1, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-eb73c2f1, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-eb73c2f1, #w-node-_8e9a0597-5441-e414-26cd-da27f9c36ff7-eb73c2f1, #w-node-_5839c943-476a-e0f8-1be9-36bfaf268579-eb73c2f1, #w-node-c9a9c935-da7a-0ba4-4d38-e858200deffe-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-eb73c2f1, #w-node-_933a96bc-b754-661c-1e00-b8bb7982e026-eb73c2f1, #w-node-ae3b0b5c-4f80-9f79-8cbd-5c9f18010714-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-eb73c2f1, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-eb73c2f1, #w-node-_3ea2ad44-c5f3-7f73-82a5-183cbb2787ab-eb73c2f1, #w-node-efcd1fc6-5e5f-a80a-d2c1-4b183c241777-eb73c2f1, #w-node-_27b6c12c-c356-d58d-74ff-4c930c1715b2-eb73c2f1, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c596-491ec5b2, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c59e-491ec5b2, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5a6-491ec5b2, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-491ec5b2, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-491ec5b2, #w-node-_482e967c-6fb5-53a6-9443-c22c933cf96b-491ec5b2, #w-node-_9056a4d7-2b50-42da-63df-c808ed629869-491ec5b2, #w-node-fd8ab475-5608-431c-d3ff-692a4eeaa173-491ec5b2, #w-node-_9db39ad7-1871-a77e-2ece-a9e1f676574e-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-491ec5b2, #w-node-d7122cc3-8bd2-fada-8a2a-bedb5c4ac72e-491ec5b2, #w-node-d99efb4a-c8bc-2d0c-cc98-a64a3cc00831-491ec5b2, #w-node-_5d9a1086-75e7-fb19-d668-c2113c26481b-491ec5b2, #w-node-_3c534d1c-0e98-b4c1-3f56-60d943f264ea-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-491ec5b2, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-491ec5b2, #w-node-_7421b0b9-50df-dca2-b27a-bdf2b51c0c24-491ec5b2, #w-node-a71ece7d-4995-6a1d-32ef-1ba19a4690e4-491ec5b2, #w-node-b8c4570d-16a3-ad3c-79c5-cfcf6b3c397b-491ec5b2, #w-node-d308ddf7-9b3c-2dae-ad92-8878397b6878-491ec5b2, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c596-77371616, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c59e-77371616, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5a6-77371616, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-77371616, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-77371616, #w-node-f666a6cb-e123-e0d5-7f4f-8328ba7520ba-77371616, #w-node-_43d25f24-eb2a-c2c5-0376-03c98d86a4f3-77371616, #w-node-_381094cb-ad67-1303-e783-35ee6b2f15ab-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-77371616, #w-node-a4cac900-5576-6b2a-5032-a9b7de8c8e8a-77371616, #w-node-_3d57591e-47b6-2119-4a40-6209c26566bf-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-77371616, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-77371616, #w-node-bb57a504-14d9-fa1f-06b0-2f0449f08259-77371616, #w-node-b7bccaaa-94b7-730d-3488-1aac47cee1a4-77371616, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-6a02b2f6, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-6a02b2f6, #w-node-_387bdbce-4d26-52dd-de41-e182abaed7f2-6a02b2f6, #w-node-_62144b92-da38-a8f3-f6e7-4af35812118e-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-6a02b2f6, #w-node-d3e02a32-104d-27fa-ccca-347a1870ebd6-6a02b2f6, #w-node-_3d21d5a1-1091-aed5-d56e-07fb6b7f006b-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-6a02b2f6, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-6a02b2f6, #w-node-beff7796-9f0b-3ecb-fb10-2fe337eca681-6a02b2f6, #w-node-_4e3c5f3a-b28c-192f-7708-d3270df45892-6a02b2f6, #w-node-_15b977cf-3992-8800-7f6a-fb782d8a2917-8bf856e5, #w-node-_291a161c-bc1e-4acb-e63e-becbe7a4c5ae-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a382-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a383-8bf856e5, #w-node-_55ee33a8-3cc8-bb91-d2af-d392fb15f36d-8bf856e5, #w-node-_7b0137ec-d89b-535e-51a4-cbe2bc5f4b6f-8bf856e5, #w-node-_1ba0bd99-d79b-da97-6285-fd500a7c945d-8bf856e5, #w-node-d35b805f-9406-4099-035a-ec8e1f208e51-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a389-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38a-8bf856e5, #w-node-eef6a49e-7913-58bb-2be7-dae174b25ac3-8bf856e5, #w-node-d6d9ff75-62bf-94e1-9070-78f7b092319e-8bf856e5, #w-node-_82f75fbb-c5e5-af3b-1c4a-139ef5d52ac5-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38e-8bf856e5, #w-node-_523ca44c-9d02-b899-551e-3d3f2ac5a38f-8bf856e5, #w-node-_2a92f8e7-7001-8717-1379-dd66b33d9965-8bf856e5, #w-node-b032a262-7d3a-e6ae-6aca-342caaf6dba6-8bf856e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/DMSerifDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redhattext';
  src: url('../fonts/RedHatText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}