:root {
  --orange: #bf750e;
  --gold: #ffc72c;
  --red: #ea4335;
  --green: #34a853;
  --blue: #4285f4;
}

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

a {
  color: var(--orange);
  text-decoration: underline;
}

.section {
  color: #fff;
  background-color: #100d26;
  background-image: linear-gradient(#0009, #0009), url('../images/driveway-restoration-in-wollongong.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  height: 110vh;
  max-height: 750px;
  padding-bottom: 140px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.section.other-pages {
  background-color: #f9fafc;
  background-image: none;
  height: 30vh;
}

.section.other {
  background-image: linear-gradient(#0009, #0009), url('../images/concrete-resurfacing-wollongong.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-bottom: 60px;
}

.navbar {
  color: #fff;
  text-align: left;
  background-color: #0000;
  justify-content: space-between;
  max-width: 1420px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.navbar.other-pages {
  background-color: #f9fafc;
}

.nav-menu {
  color: #333;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.brand {
  align-items: center;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.container {
  height: 100%;
}

.text-block {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.text-block.black, .text-block.grey {
  color: #333;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block.other {
  justify-content: space-between;
  margin-top: 20px;
}

.text-block-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.heading {
  color: #fff;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 600px;
  max-width: 600px;
  margin-top: 0;
  display: flex;
}

.div-block-2.other {
  width: 70%;
  max-width: none;
  margin-top: 0;
}

.text-block-3 {
  width: 70%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.yellow {
  background-color: #f1f1f1;
  height: 600px;
}

.section-2.contact {
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-3 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-3.what-we-do {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-3.other.vertical {
  flex-direction: column;
}

.div-block-4 {
  width: 40%;
  height: 100%;
  padding-right: 0;
}

.div-block-4.how-it-works {
  padding-right: 60px;
}

.div-block-4.other {
  width: 35%;
}

.div-block-4.other._100 {
  width: auto;
}

.div-block-4.other.horizontal {
  display: flex;
}

.text-block-4 {
  font-size: 20px;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

.heading-2.margin-top {
  margin-top: 60px;
}

.text-block-5 {
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.text-block-5.no-margin-topp {
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  padding-top: 8px;
  padding-left: 60px;
  display: flex;
}

.div-block-5.how-it-works {
  padding-top: 8px;
  padding-left: 40px;
}

.div-block-5.how-it-works.full-width {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
}

.div-block-5._100 {
  width: 100%;
  padding-left: 0;
}

.html-embed {
  width: 30px;
}

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

.heading-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.grid {
  grid-template-columns: 1fr;
  margin-top: 93px;
}

.link {
  color: #2e2e2e;
  margin-left: 15px;
}

.list {
  margin-top: 24px;
  font-size: 16px;
}

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

.section-3 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/driveway-resurfaced-in-wollongong.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 10% 264px;
  display: flex;
  position: relative;
}

.section-3.staitc-section {
  padding-bottom: 140px;
}

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

.heading-4 {
  color: #fff;
  text-align: center;
  width: 400px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-8 {
  color: #fff;
  background-color: #fff;
  width: 60%;
  height: 1px;
}

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

.grid-2 {
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 95px;
}

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

.heading-5 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-10 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  width: 80%;
  padding-left: 20px;
}

.div-block-15 {
  width: 80%;
  height: auto;
  padding-left: 20px;
}

.text-span {
  color: var(--gold);
}

.button {
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 79px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 300;
  transition: all .2s;
}

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

.button.hero-section {
  margin-top: 51px;
}

.button.hero-section.black {
  color: #333;
  border-color: #333;
}

.button.hero-section.black:hover {
  color: #fff;
  background-color: #333;
}

.button.hero-section.yellow {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #333;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

.button.hero-section.red {
  background-color: #ea4335;
  border-color: #e40000;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-16 {
  background-color: #5a5a5a63;
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 45px;
}

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

.div-block-17.footer {
  color: #333;
}

.div-block-17.footer.white {
  color: #fff;
  margin-top: 60px;
}

.text-block-7 {
  font-size: 30px;
  font-weight: 800;
}

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

.html-embed-3 {
  width: 50px;
  height: 10px;
  margin-top: 5px;
}

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

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

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

.link-block {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.link-block.black {
  color: #333;
}

.text-block-9 {
  margin-left: 10px;
}

.text-block-10 {
  width: 70%;
  margin-top: 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.image-2 {
  width: 250px;
  position: absolute;
  inset: 258px 11% 0% auto;
  transform: rotate(14deg);
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 10px;
}

.div-block-20 {
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-2, .text-span-3 {
  color: #ffc72c;
}

.text-span-4, .text-span-5 {
  color: #ea4335;
}

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

.section-4.why-us {
  padding-top: 140px;
  padding-bottom: 60px;
}

.div-block-69 {
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-69.swappe {
  flex-direction: row-reverse;
}

.text-span-6, .text-span-7 {
  color: #4285f4;
}

.div-block-22 {
  flex-direction: column;
  width: 40%;
  height: auto;
  padding-right: 40px;
  display: flex;
}

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

.div-block-23 {
  width: 60%;
  padding-left: 40px;
}

.div-block-23.text-fiel {
  padding-left: 100px;
}

.div-block-23.text-fiel.full {
  width: 100%;
  padding-left: 0;
}

.div-block-23.text-fiel.full.grid-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23.no-padding {
  padding-left: 0;
  padding-right: 100px;
}

.text-block-11 {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

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

.text-block-12 {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-13 {
  margin-top: 31px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-24 {
  width: 100%;
  max-width: 1280px;
}

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

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

.link-block-2 {
  background-image: url('../images/JRC-Glazier-Brisbane-Web-Design.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.link-block-2._2 {
  background-image: url('../images/roulstone-renovations-website-design-subscription-affordable.png');
}

.link-block-2._3 {
  background-image: url('../images/perotti-tiling-bathroom-renovation-web-design.jpg');
}

.section-5 {
  color: #fff;
  background-image: linear-gradient(to top, #000, #00000075), url('../images/web-design-subscription-brisbane-monthly.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 100px 10%;
  display: flex;
}

.section-5.home-page {
  color: #333;
  background-image: none;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
}

.grid-5.why-do-you-need-a-site {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1280px;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-14 {
  text-align: center;
  max-width: 300px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.heading-6 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}

.heading-7 {
  font-size: 44px;
  font-weight: 800;
}

.html-embed-5 {
  width: 150%;
  position: absolute;
  inset: auto 0% -2%;
}

.section-6 {
  color: #fff;
  background-color: #081a22;
  flex-direction: column;
  align-items: center;
  height: 500px;
  margin-top: -195px;
  padding: 140px 10% 100px;
  display: flex;
}

.section-6.other {
  margin-top: 0;
  padding-top: 100px;
}

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

.heading-8 {
  text-align: left;
  width: 70%;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1.25fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-color: #f5f5f5;
  height: auto;
  padding: 60px 10% 20px;
}

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

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

.link-2 {
  color: #333;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

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

.div-block-30.email {
  align-items: center;
  margin-left: 40px;
}

.div-block-31 {
  margin-left: 40px;
}

.paragraph {
  color: #333;
  width: 500px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-32 {
  color: #333;
  margin-top: 25px;
}

.link-3 {
  color: #fff;
  font-size: 12px;
}

.link-3.w--current {
  color: #333;
}

.link-4 {
  color: #333;
  margin-left: 20px;
  font-size: 12px;
}

.div-block-33 {
  border-top: 1px solid #33333342;
  max-width: 1280px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-34 {
  align-items: center;
  height: 100%;
  display: flex;
}

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

.text-block-15 {
  color: #333;
  font-size: 12px;
}

.right-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% 200px;
}

.slide-nav-t8 {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.slide-wrapper-t8 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin: 25px 25px 78px;
  padding: 30px 12px;
  display: flex;
  box-shadow: 5px 5px 20px #cecece;
}

.quote-t8 {
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
}

.user-name-t8 {
  margin-top: 12px;
  font-weight: 700;
}

.mask-t8 {
  width: 300px;
  overflow: visible;
}

.left-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 200px 0% 0%;
}

.slider-t8 {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.html-embed-7 {
  width: 35px;
}

.heading-9 {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
}

.heading-9.what-we-do {
  font-size: 18px;
  line-height: 18px;
}

.div-block-35 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 15px;
  display: flex;
  box-shadow: 0 0 10px -6px #000;
}

.text-span-8 {
  color: var(--red);
}

.div-block-36 {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-10 {
  font-size: 55px;
  line-height: 55px;
}

.heading-11 {
  color: #333;
  width: 100%;
  max-width: 1280px;
  font-size: 55px;
  line-height: 55px;
}

.html-embed-8 {
  width: 30px;
}

.text-span-9 {
  color: var(--red);
}

.paragraph-2 {
  text-align: center;
}

.text-span-10, .text-span-11 {
  color: var(--gold);
}

.section-8 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-8.black {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

.div-block-94.right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-19 {
  color: var(--gold);
  letter-spacing: 2.5px;
}

.text-block-19.red {
  color: var(--red);
}

.text-block-19.green {
  color: var(--green);
}

.text-block-19.blue {
  color: var(--blue);
}

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

.div-block-93 {
  background-color: #7c7c7c;
  border-radius: 999px;
  width: 5px;
  height: 5px;
}

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

.html-embed-9 {
  width: 50px;
}

.heading-23 {
  color: #fff;
  margin-top: 5px;
  font-family: Lato, sans-serif;
}

.div-block-88 {
  height: auto;
  margin-top: 0;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
}

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

.div-block-87 {
  width: 45%;
  height: auto;
  display: flex;
}

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

.div-block-90 {
  width: 45%;
  display: flex;
}

.paragraph-10 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-10.right {
  text-align: right;
}

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

.div-block-95 {
  width: 100%;
  max-width: 1280px;
}

.div-block-96 {
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-97 {
  z-index: 10;
  background-color: #fff;
  border: 2px solid #08c4b2;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 33%;
  height: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-97.side {
  z-index: 2;
  margin-left: -35px;
  position: relative;
  transform: scale(.9);
}

.div-block-97.side.left {
  margin-left: 0;
  margin-right: -35px;
}

.div-block-97.custom-build {
  border-width: 1px;
  border-color: #d4d4d4;
  margin-left: 140px;
}

.div-block-98 {
  background-color: #08c4b2;
  border-bottom: 1px solid #bebebe;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.div-block-98.grey {
  background-color: #ebebeb;
}

.div-block-98.custom {
  background-color: #0000;
  border-bottom-style: none;
}

.heading-24 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-20 {
  margin-top: 10px;
  font-size: 18px;
}

.div-block-99 {
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.text-block-21 {
  color: var(--blue);
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.text-block-22 {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.text-block-23 {
  color: var(--blue);
  margin-bottom: 18px;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

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

.html-embed-10 {
  color: #08c4b2;
  width: 20px;
}

.div-block-101 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-24 {
  margin-left: 15px;
  font-size: 16px;
}

.button-2 {
  text-align: center;
  background-color: #000d2c;
  width: 100%;
  margin-top: 30px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-25 {
  font-size: 16px;
  font-weight: 400;
}

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

.link-block-3 {
  color: #333;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.link-block-3.right {
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin-left: 10px;
  text-decoration: none;
  transition: all .1s;
}

.link-block-3.right:hover {
  transform: scale(1.1);
}

.text-block-26 {
  color: #333;
  font-size: 15px;
}

.text-block-26.right {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.div-block-103 {
  background-image: linear-gradient(#2ab3f5, #2d9aed);
  border-radius: 999px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  box-shadow: 0 0 2px 1px #2d9aed;
}

.div-block-103.green {
  background-image: linear-gradient(#28dc9a, #28dc9a);
  margin-left: 10px;
  box-shadow: 0 0 2px 1px #28dc9a;
}

.heading-25 {
  font-size: 22px;
  font-weight: 800;
}

.nav-menu-2 {
  color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.link-block-4 {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-4.grey {
  background-color: var(--orange);
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-4.grey.other {
  margin-top: 0;
}

.link-block-4.grey.yellow {
  background-color: var(--orange);
  text-decoration: none;
}

.link-block-4.grey.no-mt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-4.other {
  margin-top: 0;
}

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

.html-embed-11._2 {
  height: 20px;
}

.html-embed-11._2.single-button {
  width: 18px;
  height: 18px;
}

.html-embed-11._2.large {
  color: #fff;
  width: 30px;
  height: 30px;
}

.html-embed-11._2 {
  width: 20px;
  height: 20px;
}

.html-embed-11._2.contact {
  width: 30px;
  height: 30px;
}

.text-block-27 {
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
}

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

.text-block-27._2.single-button {
  font-size: 15px;
}

.text-block-27._2.large {
  color: #fff;
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block-27._2.no-mt {
  padding-left: 0;
}

.paragraph-11 {
  margin-top: 19px;
}

.paragraph-12 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-12.margin-top {
  margin-top: 40px;
}

.paragraph-12.small-margin-bottom {
  margin-bottom: 10px;
}

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

.grid-9 {
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.link-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.html-embed-12 {
  width: 20px;
  height: 20px;
  color: var(--orange);
}

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

.div-block-105 {
  background-color: #272d31;
  width: 800px;
  height: 250px;
  position: absolute;
  inset: auto 10% -125px auto;
}

.div-block-105.static {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 150px;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.div-block-106 {
  color: #fff;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-107 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.html-embed-13 {
  width: 50px;
  height: auto;
  color: var(--orange);
}

.text-block-28 {
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-108 {
  background-color: #ffffff29;
  width: 95%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-29 {
  color: var(--orange);
  letter-spacing: 1px;
  font-size: 15px;
}

.link-block-6 {
  color: #333;
  text-decoration: none;
  display: flex;
}

.html-embed-14 {
  color: var(--orange);
  margin-left: 10px;
}

.text-block-30 {
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.link-block-7 {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 20px;
  padding: 7px 15px;
  text-decoration: none;
  display: flex;
}

.text-block-31 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.html-embed-15 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.div-block-109 {
  max-width: 1280px;
}

.image-3 {
  z-index: 2;
  object-fit: cover;
  width: 400px;
  height: 280px;
  margin-top: -77px;
  position: relative;
  left: -29%;
}

.image-4 {
  z-index: 1;
  object-fit: cover;
  width: 730px;
  height: 500px;
  position: relative;
  top: -147px;
  left: 11%;
}

.heading-26 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-32 {
  text-align: center;
  width: 600px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-block-8 {
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

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

.image-5 {
  width: auto;
  height: 80px;
  margin-top: 25px;
}

.text-span-12 {
  background-color: #0000;
  background-image: linear-gradient(to top, #04a7fc, #04a7fc 46%, #fff 48%);
  margin-left: -10px;
  padding: 0 10px;
  display: inline-block;
}

.text-span-12._2 {
  background-image: none;
}

.text-span-12._3 {
  background-image: linear-gradient(to top, #6baec9, #6baec9 46%, #0000 48% 103%);
}

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

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

.button-3 {
  color: #333;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
}

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

.image-6 {
  width: 200px;
}

.text-field-inform {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #dbdbdb;
  border-bottom: 1px solid #b1b1b1;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.full-width {
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #b1b1b1;
  width: 100%;
  font-size: 14px;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._2-questions-wrap._100-percent {
  width: 100%;
}

.button-4 {
  background-color: var(--orange);
  text-transform: none;
  border-radius: 0;
  width: 100%;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.button-4.in-form {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #04a7fc;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.button-4.in-form:hover, .button-4.in-form:active, .button-4.in-form:focus, .button-4.in-form:focus-visible, .button-4.in-form[data-wf-focus-visible] {
  background-color: #04a7fc;
}

.button-4.in-form {
  text-align: center;
  background-color: #006f18;
  width: 100%;
}

.form-block-03 {
  color: #000;
  background-color: #ebebeb;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px;
}

.heading-27 {
  color: #292929;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

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

.div-block-111 {
  width: 50%;
  max-width: 500px;
  height: 100%;
  padding-top: 60px;
}

.div-block-111.other {
  width: auto;
  padding-top: 0;
}

.text-block-37 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 20px;
  font-size: 14px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.nav-link-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

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

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

.nav-menu-3 {
  color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-38 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-39 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.link-block-9 {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 20px;
  padding: 7px 15px;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  color: #fff;
}

.html-embed-16 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 0;
  display: flex;
}

.section-9.swapped.grey {
  background-color: #f1f1f1;
}

.section-9.large-margin {
  padding-top: 220px;
  padding-bottom: 60px;
}

.section-9.large-margin.orange {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--orange);
  padding-top: 100px;
}

.section-9.margin-bottom {
  padding-bottom: 100px;
}

.text-block-40 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.heading-28 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
}

.list-item-4 {
  margin-bottom: 10px;
}

.list-2 {
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.heading-29 {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-29.smaller {
  font-size: 16px;
}

.text-span-13 {
  text-transform: uppercase;
  font-weight: 600;
}

.list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 5px;
}

.list-3 {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.text-span-14 {
  letter-spacing: 2px;
  font-weight: 600;
}

.list-item-8, .list-item-9 {
  margin-bottom: 5px;
}

.list-4 {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.text-span-15, .text-span-16 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-field-inform-2 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform-2:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform-2.full-width {
  width: 100%;
}

.text-field-inform-2.bigger {
  height: auto;
  min-height: 58px;
}

.div-block-114 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.div-block-113 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-right: 100px;
  display: flex;
}

.text-block-41 {
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-41._2 {
  font-size: 18px;
}

.text-block-41._2.contact {
  font-size: 22px;
}

.heading-30 {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.paragraph-13 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.link-block-10 {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-10.grey {
  background-color: #f0f0f0;
  padding-left: 40px;
}

.link-block-10.grey.services.contact {
  background-color: var(--orange);
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

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

.div-block-112.services {
  align-items: stretch;
  display: flex;
}

.bold-text-3 {
  font-weight: 800;
}

.heading-31 {
  color: #1f1f1f;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
}

.heading-31.contact {
  text-transform: none;
  font-family: Oswald, sans-serif;
}

.text-block-42 {
  color: #000;
  text-align: center;
  width: 300px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-43 {
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-115 {
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.grid-10 {
  margin-top: 0;
  margin-bottom: 20px;
}

.html-embed-17 {
  width: 25px;
  height: 25px;
}

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

.text-block-44 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  margin-top: 40px;
}

.heading-33 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-45 {
  color: var(--orange);
  margin-top: 20px;
  font-size: 30px;
  font-weight: 900;
}

.image-8 {
  object-fit: cover;
  height: auto;
  margin-top: 40px;
}

.text-block-46, .text-block-47, .text-block-48, .text-block-49 {
  font-family: Montserrat, sans-serif;
}

.section-10 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/concrete-resurfacing-wollongong.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 100px 10%;
  display: flex;
}

.div-block-117 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-50 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--orange);
}

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

.grid-12.gallery-page {
  margin-top: 40px;
}

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

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

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

.link-10, .link-11 {
  color: var(--orange);
}

.paragraph-14 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text-4 {
  letter-spacing: normal;
}

.bold-text-5 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-118 {
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

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

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

.div-block-121 {
  width: 10px;
}

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

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

.toggle-text {
  z-index: 2;
  color: #000;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-128 {
  width: 70%;
  max-width: 900px;
  height: 100%;
}

.div-block-128._100 {
  width: 100%;
  max-width: 1280px;
  padding-top: 40px;
}

.faq-answer {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.faq-container {
  min-width: auto;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 60px;
}

.link-28, .link-43, .link-27 {
  color: #0b5d51;
}

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

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

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

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

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

.link-42 {
  color: #0b5d51;
}

.heading-34 {
  color: #202020;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

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

.html-embed-18 {
  font-size: 10px;
}

.text-block-51 {
  margin-top: 40px;
}

.toggle-text-2 {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  position: relative;
}

.faq-answer-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.link-44, .link-45, .link-46 {
  color: #0b5d51;
}

.faq-2 {
  background-color: var(--orange);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px 0 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

.link-47 {
  color: #0b5d51;
}

.div-block-195 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
}

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

.html-embed-24 {
  width: 30px;
  color: var(--orange);
}

.text-block-52 {
  color: #dd9024;
  width: 90%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

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

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

.image-12 {
  width: 130px;
  height: 130px;
}

.heading-48 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-span-17, .text-span-18, .text-span-19, .bold-text-7, .link-48 {
  color: var(--orange);
}

.list-item-10 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-202 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 40px;
  display: grid;
}

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

.html-embed-25 {
  color: #ab3530;
  width: 30px;
}

.text-block-53 {
  color: #ab3530;
  width: 90%;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

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

.image-13 {
  border-radius: 5px;
  height: 50px;
}

.service-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.div-block-205 {
  width: 50%;
}

.div-block-206 {
  width: 40%;
}

.rounded-image {
  border-radius: 5px;
}

.div-block-207 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

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

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

.div-block-240 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  height: 350px;
  margin-top: 55px;
  display: grid;
}

.section-11 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 100px 60px;
  display: flex;
}

.heading-49 {
  color: #0a0a11;
  margin-top: 0;
  font-size: 38px;
  line-height: 44px;
}

.text-block-101 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.div-block-244 {
  background-color: #dd9024;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -25px auto auto 20px;
}

.div-block-243 {
  height: 50%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-241 {
  color: #0a0a11;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
}

.text-block-102 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.div-block-242 {
  background-image: url('../images/concrete-resurfacing-free-quote.webp');
  background-position: 50%;
  background-size: cover;
  height: 50%;
}

.div-block-242._2 {
  background-image: url('../images/driveway-restoration.webp');
}

.div-block-242._3 {
  background-image: url('../images/concrete-resurfacing-service.webp');
}

.paragraph-20 {
  color: #838383;
  margin-bottom: 20px;
  font-size: 15px;
}

.paragraph-20.no-margin-bottom {
  color: #0c0c0c;
  margin-bottom: 0;
}

.div-block-245 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 55px;
  display: grid;
}

.section-12 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 100px 60px;
  display: flex;
}

.heading-50 {
  color: #0a0a11;
  margin-top: 0;
  font-size: 38px;
  line-height: 44px;
}

.text-block-103 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.div-block-246 {
  background-color: #dd9024;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -25px auto auto 20px;
}

.div-block-247 {
  height: 50%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-248 {
  color: #0a0a11;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
}

.text-block-104 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-249 {
  background-image: url('../images/wollongong-decorative-concrete.webp');
  background-position: 50%;
  background-size: cover;
  height: 50%;
}

.div-block-249._2 {
  background-image: url('../images/driveway-restoration.webp');
}

.div-block-249._3 {
  background-image: url('../images/concrete-resurfacing-service.webp');
}

.div-block-249._3._1 {
  background-image: url('../images/restored-concrete-wollongong.webp');
}

.div-block-249._3._2 {
  background-image: url('../images/wollongong-concrete-resurfacing.webp');
}

.div-block-249._3._5 {
  background-image: url('../images/Spray-on-concrete-Wollongong.jpg');
}

.paragraph-21 {
  color: #838383;
  margin-bottom: 20px;
  font-size: 15px;
}

.paragraph-21.no-margin-bottom {
  color: #0c0c0c;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    max-height: none;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block {
    flex-direction: column;
  }

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

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

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-23.text-fiel {
    padding-left: 0;
  }

  .div-block-23.no-padding {
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 25px;
  }

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

  .div-block-105 {
    width: auto;
    left: 20px;
    right: 20px;
  }

  .image-3 {
    width: 300px;
    height: 220px;
  }

  .image-4 {
    width: 530px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .div-block-111 {
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .dropdown {
    color: #000;
    background-color: #e4e4e4;
    width: 100%;
  }

  .nav-link-5 {
    color: #000;
    background-color: #e4e4e4;
  }

  .text-block-39, .icon-2 {
    color: #000;
  }

  .section-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-114 {
    justify-content: flex-start;
  }

  .div-block-113 {
    padding-right: 60px;
  }

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

  .paragraph-13 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-43 {
    font-size: 18px;
    line-height: 25px;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

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

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

  .div-block-209 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-49, .heading-50 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-114 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-113 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-112.services {
    flex-direction: column;
  }

  .heading-31 {
    text-align: center;
    font-size: 35px;
  }

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

@media screen and (max-width: 479px) {
  .section {
    background-position: 50%;
    background-size: cover;
    height: auto;
    max-height: none;
    padding: 0 20px 60px;
  }

  .section.other {
    padding-bottom: 40px;
  }

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

  .nav-link {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 37px;
    line-height: 40px;
    display: flex;
  }

  .div-block-2 {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
  }

  .div-block-2.other {
    width: auto;
  }

  .section-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-3 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-3.more {
    padding-bottom: 100px;
  }

  .div-block-4, .div-block-4.other {
    width: 100%;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-5.more-margin {
    margin-top: 30px;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-5.how-it-works {
    padding-left: 0;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 220px;
  }

  .heading-4 {
    width: auto;
    font-family: Work Sans, sans-serif;
    font-size: 32px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .text-block-10 {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
  }

  .image-2 {
    display: none;
  }

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

  .div-block-20 {
    margin-top: 40px;
    display: none;
    position: static;
  }

  .section-4 {
    padding: 100px 20px 0;
  }

  .section-4.why-us {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-69 {
    flex-direction: column;
    margin-bottom: 51px;
  }

  .div-block-69.swappe {
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-22.padding-left {
    padding-left: 0;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-23.text-fiel {
    padding-left: 0;
  }

  .div-block-23.text-fiel.full.grid-section {
    grid-template-columns: 1fr;
  }

  .div-block-23.no-padding {
    padding-right: 0;
  }

  .text-block-13 {
    font-size: 15px;
    line-height: 23px;
  }

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

  .section-5.home-page {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-14 {
    max-width: none;
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7 {
    text-align: center;
    line-height: 40px;
  }

  .section-6 {
    margin-top: 0;
    padding: 60px 20px;
  }

  .section-6.other {
    height: auto;
    padding-top: 60px;
  }

  .heading-8 {
    width: auto;
    font-size: 28px;
    line-height: 35px;
  }

  .grid-6 {
    grid-template-columns: 3.75fr;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-30.email {
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph {
    width: auto;
  }

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

  .grid-7 {
    grid-template-columns: 1.25fr;
  }

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

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

  .div-block-87 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-87.hide {
    display: none;
  }

  .div-block-90 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-90.hide {
    display: none;
  }

  .div-block-96 {
    flex-direction: column;
  }

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

  .div-block-97.custom-build {
    margin-top: 40px;
    margin-left: 0;
  }

  .link-block-4, .link-block-4.grey {
    justify-content: flex-start;
    margin-top: 0;
  }

  .link-block-4.grey.no-mt.mobile {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-27._2 {
    font-size: 13px;
  }

  .paragraph-12 {
    font-size: 13px;
    line-height: 25px;
  }

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

  .div-block-105 {
    width: auto;
    height: auto;
    bottom: -215px;
    left: 20px;
    right: 20px;
  }

  .div-block-105.static {
    height: auto;
  }

  .div-block-106 {
    flex-direction: column;
  }

  .div-block-107 {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-3, .image-4 {
    display: none;
  }

  .heading-26 {
    text-align: center;
  }

  .text-block-32 {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .link-block-8 {
    height: 80px;
  }

  .text-block-33 {
    text-align: center;
    width: 200px;
    font-size: 14px;
  }

  .image-5 {
    height: 30px;
  }

  .text-span-12._2 {
    background-image: none;
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .div-block-110 {
    flex-direction: row;
    width: auto;
  }

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

  .div-block-110.home-page {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .text-field-inform, .text-field-inform.full-width {
    text-transform: none;
  }

  ._2-questions-wrap {
    flex-direction: column;
    width: 100%;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-111 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-111.other {
    display: flex;
  }

  .text-block-37 {
    width: auto;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-5 {
    color: #000;
    background-color: #fff;
  }

  .nav-link-5:hover, .nav-link-5:active, .nav-link-5:focus, .nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible], .nav-link-5:visited {
    color: #000;
  }

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

  .dropdown-toggle {
    background-color: #fff;
    width: 100%;
  }

  .text-block-38, .text-block-39 {
    color: #000;
  }

  .link-block-9 {
    background-color: #fff;
    margin-left: 0;
    display: none;
  }

  .icon-2, .html-embed-16 {
    color: #000;
  }

  .section-9 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.large-margin.orange {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-9.margin-bottom {
    padding-bottom: 40px;
  }

  .text-block-40 {
    font-size: 25px;
  }

  .image-7 {
    margin-top: 0;
  }

  .div-block-114 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-113 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .text-block-41._2 {
    font-size: 15px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .link-block-10 {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-10.grey {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 30px;
  }

  .link-block-10.grey.services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-10.grey.services.contact {
    background-color: var(--orange);
    color: #fff;
    border-radius: 20px;
  }

  .div-block-112 {
    flex-direction: column;
  }

  .heading-31 {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 35px;
  }

  .heading-31.contact {
    text-align: left;
    font-family: Oswald, sans-serif;
  }

  .text-block-42 {
    width: auto;
  }

  .text-block-43 {
    text-align: left;
    margin-top: 10px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .div-block-115 {
    padding-right: 10px;
  }

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

  .menu-button {
    margin-left: auto;
    padding-right: 0;
    position: relative;
  }

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

  .icon {
    color: #fff;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-45 {
    margin-bottom: 20px;
  }

  .image-8 {
    height: 250px;
    margin-top: 20px;
  }

  .section-10 {
    height: auto;
  }

  .div-block-117 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-12.gallery-page {
    grid-template-columns: 1fr;
  }

  .grid-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .shadow {
    margin-bottom: 20px;
  }

  .grid-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-118 {
    flex-direction: column;
  }

  .div-block-118.flipped {
    flex-direction: column-reverse;
  }

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

  .div-block-120 {
    width: 100%;
    padding-left: 0;
  }

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

  .div-block-128 {
    width: 100%;
    max-width: none;
  }

  .faq-answer {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

  .faq-img {
    display: none;
  }

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

  .faq-answer-2 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

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

  .div-block-200 {
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

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

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

  .div-block-204 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image-13 {
    height: 35px;
  }

  .div-block-205, .div-block-206 {
    width: 100%;
  }

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

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

  .div-block-209 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-240 {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 17px;
  }

  .section-11 {
    padding: 40px 20px;
  }

  .heading-49 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-241 {
    height: 350px;
  }

  .div-block-245 {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 17px;
  }

  .section-12 {
    padding: 40px 20px;
  }

  .heading-50 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-248 {
    height: 350px;
  }
}

#w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65dc2-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65de6-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65de9-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65dea-18a65dc0, #w-node-ad832a57-c7ab-c9d2-a673-994a6f536cb3-95280e92, #w-node-_1b67dca4-1cbb-f06e-49bc-6c8b162957d5-95280e92, #w-node-_407bea6a-0cca-5b59-e792-03f51d39532d-95280e92, #w-node-_40f9c7c9-d1fd-2c23-fba9-93753b55b77a-95280e92, #w-node-_06faee02-ff62-fe38-2039-c29fe68cb6f4-95280e92, #w-node-_159e76ef-bcf8-2dd4-4467-db7497954575-95280e92, #w-node-c475e2a3-6614-8a88-d2bf-2e39ec6729dd-95280e92, #w-node-_18126ed6-e7cf-8685-ab5c-9a52b89def0a-95280e92, #w-node-_90d74d09-2ba2-6aaf-f2e1-4e862322a05a-95280e92, #w-node-_31b4ec84-965b-2a16-ffe7-da94d81ca771-95280e92, #w-node-_31b4ec84-965b-2a16-ffe7-da94d81ca77c-95280e92, #w-node-_31b4ec84-965b-2a16-ffe7-da94d81ca787-95280e92, #w-node-f13a9fad-61ff-cc93-f4de-e41ceb416676-95280e92, #w-node-_70969356-b0b2-0d06-9810-39954ffde98d-95280e92, #w-node-_23753d61-1836-f293-3a1a-e9937154e2cc-95280e92, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb4-95280e92, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb9-95280e92, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cbe-95280e92, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cc3-95280e92, #w-node-_76c59084-7402-f696-a6f7-3e3a5db98552-5b12ebf3, #w-node-_76c59084-7402-f696-a6f7-3e3a5db9855e-5b12ebf3, #w-node-_76c59084-7402-f696-a6f7-3e3a5db98562-5b12ebf3, #w-node-_76c59084-7402-f696-a6f7-3e3a5db98566-5b12ebf3, #w-node-_76c59084-7402-f696-a6f7-3e3a5db9856e-5b12ebf3, #w-node-_28e4fd33-57ec-0349-f112-f41333dead1c-5b12ebf3, #w-node-_0099b63c-e35a-8875-87ba-d3aaa01f48b6-5b12ebf3, #w-node-_6be1af19-ccae-3b7e-4a8c-facace6746fc-5b12ebf3, #w-node-_111083f5-8f52-ca79-de2c-41dd1aff7ad5-5b12ebf3, #w-node-ad45389a-7a11-2968-f430-a7f08e50ecd4-5b12ebf3, #w-node-aa90ccf1-0080-b2af-0f77-8edde37f01f6-5b12ebf3, #w-node-aa90ccf1-0080-b2af-0f77-8edde37f01fa-5b12ebf3, #w-node-aa90ccf1-0080-b2af-0f77-8edde37f01fe-5b12ebf3, #w-node-aa90ccf1-0080-b2af-0f77-8edde37f0202-5b12ebf3, #w-node-aa90ccf1-0080-b2af-0f77-8edde37f0206-5b12ebf3, #w-node-_74ca83dc-616a-4a75-db9c-a987510ff882-5b12ebf3, #w-node-_74ca83dc-616a-4a75-db9c-a987510ff886-5b12ebf3, #w-node-_74ca83dc-616a-4a75-db9c-a987510ff88a-5b12ebf3, #w-node-_74ca83dc-616a-4a75-db9c-a987510ff88e-5b12ebf3, #w-node-ad832a57-c7ab-c9d2-a673-994a6f536cb3-68d0469e, #w-node-_1b67dca4-1cbb-f06e-49bc-6c8b162957d5-68d0469e, #w-node-_407bea6a-0cca-5b59-e792-03f51d39532d-68d0469e, #w-node-_40f9c7c9-d1fd-2c23-fba9-93753b55b77a-68d0469e, #w-node-_06faee02-ff62-fe38-2039-c29fe68cb6f4-68d0469e, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb4-68d0469e, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb9-68d0469e, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cbe-68d0469e, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cc3-68d0469e, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e4b-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e4c-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e4e-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e50-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e54-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e57-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e5d-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e5f-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e60-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e62-b8982a80, #w-node-b385dd8c-8448-c058-b930-25d99a0d9e64-b8982a80, #w-node-ad832a57-c7ab-c9d2-a673-994a6f536cb3-6cd2359e, #w-node-_1b67dca4-1cbb-f06e-49bc-6c8b162957d5-6cd2359e, #w-node-_407bea6a-0cca-5b59-e792-03f51d39532d-6cd2359e, #w-node-_40f9c7c9-d1fd-2c23-fba9-93753b55b77a-6cd2359e, #w-node-_06faee02-ff62-fe38-2039-c29fe68cb6f4-6cd2359e, #w-node-_93fc14e1-17ff-9546-5053-155496bce89c-f48ba11d, #w-node-_93fc14e1-17ff-9546-5053-155496bce8a0-f48ba11d, #w-node-_93fc14e1-17ff-9546-5053-155496bce8a4-f48ba11d, #w-node-_93fc14e1-17ff-9546-5053-155496bce8a8-f48ba11d, #w-node-_3adc42ac-7ea6-247b-b91f-cc0fa017d085-f48ba11d, #w-node-_91199eba-5fde-e4e1-4c08-c0522678ddf6-f48ba11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


