@font-face {
  font-family: Fa duotone;
  src: url('../fonts/FA-Duotone.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --mid-gray: #585858;
  --white-smoke: #ebebeb;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-div {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1800px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.co-logo {
  width: 200px;
}

.contact-info-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  line-height: 26px;
  display: flex;
}

.tel-link {
  color: var(--mid-gray);
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.body {
  color: var(--mid-gray);
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.email-link {
  color: var(--mid-gray);
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.menu-link {
  color: var(--mid-gray);
  border-bottom: 2px solid #0000;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.menu-link:hover {
  border-bottom-color: var(--mid-gray);
}

.menu-link.w--current {
  border-bottom-color: var(--mid-gray);
  color: var(--mid-gray);
}

.menu-link.home {
  border-bottom-color: var(--mid-gray);
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/184508130.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #58585833;
  position: sticky;
  top: 0;
}

.menu-button-section {
  z-index: 1;
  background-color: #58585833;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.button-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  display: flex;
}

.button-link.masonry {
  background-image: url('../images/fb-17-thumb.webp');
}

.button-link.building {
  background-image: url('../images/fb-20-thumb.webp');
}

.button-link.extensions {
  background-image: url('../images/fb-15-thumb.webp');
}

.button-link.renovation {
  background-image: url('../images/0811-stone-13-thumb.webp');
}

.button-link.bricklaying {
  background-image: url('../images/fb-16-thumb.webp');
}

.menu-button-div {
  width: 18.5%;
  text-decoration: none;
  transition: all .3s;
}

.menu-button-div._2 {
  transition: all .3s;
}

.button-text {
  width: 100%;
  min-height: 80px;
  color: var(--mid-gray);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding: 14px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.content-section {
  z-index: 1;
  background-color: #69696ba6;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.content-section._0t {
  padding-top: 0;
}

.content-section._0b {
  padding-bottom: 0;
}

._2-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div._60, ._2-col-div.rvs {
  margin-top: 60px;
}

.basic-p-block {
  width: 48%;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.img-div.home {
  background-image: url('../images/Home-page-image-1.webp');
  background-position: 50% 40%;
}

.img-div.brick {
  background-image: url('../images/fb-27.webp');
  background-position: 50% 100%;
}

.img-div.mason {
  background-image: url('../images/fb-17.webp');
}

.img-div.building {
  background-image: url('../images/fb-5.webp');
}

.img-div.extensions {
  background-image: url('../images/fb-10.webp');
}

.img-div.renovations {
  background-image: url('../images/fb-10.webp');
  background-position: 50%;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.h1.white {
  color: var(--white);
}

.h1.b {
  font-weight: 600;
}

.coloured-underline {
  background-color: var(--white);
  width: 80px;
  height: 2px;
  margin-bottom: 30px;
}

.p {
  width: 100%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._20t {
  margin-top: 20px;
}

.p._30b {
  padding-bottom: 30px;
}

.p._10b {
  margin-bottom: 10px;
}

.p._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-us-button {
  border: 2px solid var(--mid-gray);
  background-color: var(--white);
  color: var(--mid-gray);
  border-radius: 2px;
  margin-top: 30px;
}

.lrg-img-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 600px;
  display: flex;
}

.lrg-img-div.home {
  background-image: url('../images/Home-page-image-2.webp');
}

.lrg-img-div.brick {
  background-image: url('../images/fb-16.webp');
  background-position: 50% 100%;
  height: 650px;
}

.lrg-img-div.mason {
  background-image: url('../images/fb-12.webp');
}

.lrg-img-div.building {
  background-image: url('../images/fb-26.webp');
  height: 450px;
}

.lrg-img-div.extensions {
  background-image: url('../images/fb-15.webp');
}

.lrg-img-div.renovation {
  background-image: url('../images/fb-6.webp');
  height: 500px;
}

.lrg-img-div.patio {
  background-image: url('../images/brick-patio.webp');
  height: 500px;
}

.large-image-section {
  z-index: 1;
  background-color: #69696ba6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-p-block {
  background-color: #69696bbf;
  border-radius: 4px;
  width: 100%;
  padding: 40px;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.h2.small {
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  right: 0;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-div._60t {
  margin-top: 60px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.footer-section {
  z-index: 1;
  border-top: 1px solid var(--white-smoke);
  background-color: var(--mid-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.img-lrg-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.img-lrg-div.home {
  background-image: url('../images/Unknown.webp');
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.home1 {
  background-image: url('../images/fb-23.webp');
}

.grid-image-div.home2 {
  background-image: url('../images/Unknown-1.webp');
  background-position: 50% 67%;
}

.grey-dividing-line {
  background-color: #6c6a6ab3;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3-div {
  padding-top: 60px;
  font-size: 16px;
  line-height: 26px;
}

.h3-div._0t {
  padding-top: 0;
}

.bottom-heading {
  color: var(--white);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.contact-form-section {
  z-index: 1;
  background-color: var(--mid-gray);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.footer-div {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/184508130.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  border: 1px solid var(--mid-gray);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div.top {
  justify-content: flex-start;
}

.footer-info-div.mid {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
}

.footer-p {
  color: var(--mid-gray);
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.logo-white {
  width: 100%;
  max-width: 200px;
}

.social-media-div {
  opacity: .5;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.footer-links {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.hero-banner {
  background-color: var(--mid-gray);
  height: 650px;
}

.slide-1 {
  background-image: url('../images/fb-7.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.co-logo-link {
  margin-right: 20px;
}

.slide-nav {
  z-index: 100;
  display: none;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.dropdown-toggle {
  color: var(--mid-gray);
  border-bottom: 2px solid #0000;
  padding-left: 10px;
  padding-right: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--mid-gray);
}

.dropdown-toggle.w--current {
  color: var(--mid-gray);
}

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

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  display: grid;
}

.list._300 {
  min-width: 300px;
}

.list._500 {
  min-width: 500px;
}

.list._400 {
  min-width: 400px;
}

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

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

.list._3col._30b {
  margin-bottom: 30px;
}

.list-item._20b {
  border-bottom: 1px solid #58585866;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bullet-item {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.list-group {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-group._3-lists {
  justify-content: space-between;
}

.footer-heading {
  text-align: center;
  font-weight: 700;
}

.slide-2 {
  background-image: url('../images/fb-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-link {
  padding-left: 15px;
  padding-right: 20px;
  transition: all .2s;
}

.dropdown-link:hover {
  padding-left: 20px;
  padding-right: 15px;
}

.dropdown-link.w--current {
  background-color: var(--mid-gray);
  color: var(--white);
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.areas-div {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.areas-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.areas {
  width: 100%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 38px;
}

.areas-map {
  width: 80%;
}

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

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

.lb {
  position: relative;
}

.lb-img {
  width: 100%;
  height: 300px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .4s;
}

.lb-img:hover {
  transform: scale(1.05);
}

.lb-img.square {
  object-fit: cover;
  height: 300px;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  background-color: #ffffffbf;
  margin-top: 26px;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.icon-2 {
  margin-top: 26px;
  margin-right: 10px;
}

.hyperlink {
  color: var(--white);
  font-weight: 700;
}

.testimonials {
  background-color: #ffffffb3;
  border: 1px solid #5858584d;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 16px;
  line-height: 26px;
}

.testimonials._0b {
  margin-bottom: 0;
}

.font-icon {
  color: var(--white);
  margin-top: 0;
  margin-right: 7px;
  font-family: Fa duotone, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

.contact-text {
  width: 100%;
  color: var(--white);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.no-bullet-list {
  width: 49%;
  padding-left: 0;
  list-style-type: none;
}

.no-line {
  color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-map {
  width: 49%;
}

.services-dropdown {
  border-bottom: 2px solid var(--mid-gray);
  color: var(--mid-gray);
  padding-left: 10px;
  padding-right: 30px;
  transition: all .2s;
}

.services-dropdown:hover {
  border-bottom-color: var(--mid-gray);
}

.services-dropdown.w--current {
  color: var(--mid-gray);
}

.form {
  width: 100%;
}

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

.click-to-call-div {
  display: none;
}

.background-div {
  z-index: -1;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/184508130.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--mid-gray);
  background-color: var(--white);
  min-width: 140px;
  color: var(--mid-gray);
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--mid-gray);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--mid-gray);
  background-color: var(--white);
  color: var(--mid-gray);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--mid-gray);
  line-height: 20px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  line-height: 22px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--mid-gray);
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--mid-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--mid-gray);
  color: var(--mid-gray);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white-smoke);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
  line-height: 14px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

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

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #7ac49257;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  border: 2px solid var(--white);
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--mid-gray);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--black);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.grey-reviews {
  background-color: var(--mid-gray);
  padding-top: 60px;
  padding-bottom: 60px;
}

.split-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-title {
  z-index: 1;
  background-color: var(--mid-gray);
  color: var(--white);
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sub-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.sub-heading.small {
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.sub-heading._10b {
  margin-bottom: 10px;
}

.social-media-icon {
  border: 3px solid var(--black);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.cookies {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.tab-slider {
  height: 30px;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.service-slider {
  height: 220px;
}

.stone-slide-1 {
  background-image: url('../images/fb-17-thumb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stone-slide-2 {
  background-image: url('../images/stone3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brick-slide1 {
  background-image: url('../images/fb-16-thumb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brick-slide2 {
  background-image: url('../images/bricklaying2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.building-slide-1 {
  background-image: url('../images/fb-20-thumb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.building-slide-2 {
  background-image: url('../images/building3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.extensions-slide1 {
  background-image: url('../images/extensions3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.extensions-slide2 {
  background-image: url('../images/extensions4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.patio-slide1 {
  background-image: url('../images/0811-stone-13-thumb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.patio-slide2 {
  background-image: url('../images/patio2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-feed {
  width: 100%;
  margin-bottom: 0;
}

.header-button {
  background-color: var(--mid-gray);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  line-height: 24px;
  text-decoration: none;
  box-shadow: inset 0 -4px 8px #0009;
}

.form-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.form-title.small {
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.top-button-link {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-stopper {
  z-index: 10;
  width: 10px;
  height: 0;
  margin-top: -110px;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .header-div {
    width: 95%;
  }

  .logo-div {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div {
    width: 40%;
  }

  .menu-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .menu-button-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-group-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-link {
    height: 160px;
    display: none;
  }

  .menu-button-div {
    width: 100%;
  }

  .button-text {
    border-bottom: 1px solid #6c6a6a4d;
    min-height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .button-text._0b {
    border-bottom-width: 0;
  }

  ._2-col-div {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .img-div {
    width: 100%;
    height: 400px;
  }

  .lrg-img-div {
    width: 100%;
    height: 540px;
  }

  .lrg-img-div.brick {
    height: 600px;
  }

  .lrg-img-div.mason {
    height: 400px;
  }

  .lrg-img-div.building {
    height: 380px;
  }

  .lrg-img-div.extensions, .lrg-img-div.renovation, .lrg-img-div.patio {
    height: 450px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-p-block {
    width: 90%;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .footer-section {
    padding-top: 40px;
  }

  .img-lrg-div {
    height: 400px;
  }

  .contact-form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-div {
    background-image: linear-gradient(to bottom, null, null), url('../images/184508130.webp');
    background-size: auto, cover;
    flex-direction: column;
  }

  .footer-info-div {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div.mid {
    border-width: 0 1px;
  }

  .footer-links {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #0000;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    margin-top: 27px;
  }

  .hero-banner {
    height: 500px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    text-align: right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .dropdown-toggle:hover {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .dropdown-toggle.w--open {
    background-color: var(--white);
    color: var(--mid-gray);
  }

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

  .list-group._3-lists {
    flex-direction: column;
  }

  .icon {
    text-align: right;
  }

  .dropdown-link {
    color: var(--mid-gray);
    text-align: right;
    padding: 10px;
  }

  .dropdown-link:hover {
    background-color: var(--mid-gray);
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link.w--current {
    background-color: var(--mid-gray);
    color: var(--white);
    padding-left: 10px;
    padding-right: 30px;
  }

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .lb-img {
    height: 250px;
  }

  .lb-img.square {
    min-height: 250px;
    max-height: 250px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    margin-top: 0;
    position: relative;
  }

  .icon-2 {
    z-index: 10;
    margin-top: 16px;
  }

  .testimonials {
    margin-bottom: 20px;
    padding: 20px;
  }

  .services-dropdown {
    text-align: right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .services-dropdown:hover {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .services-dropdown.w--open {
    background-color: var(--white);
    color: var(--mid-gray);
  }

  .whatsapp-block {
    display: flex;
  }

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

  .top-button-link {
    margin-top: -110px;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }

  .logo-div {
    flex-direction: column;
    width: 100%;
  }

  .menu-div {
    width: 100%;
  }

  .contact-info-div {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }

  .email-link {
    margin-left: 10px;
  }

  .menu-link {
    text-align: center;
  }

  .section {
    position: static;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-div {
    height: 250px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .lrg-img-div {
    height: 650px;
  }

  .lrg-img-div.brick {
    height: 720px;
  }

  .lrg-img-div.mason {
    height: 500px;
  }

  .lrg-img-div.building {
    height: 400px;
  }

  .lrg-img-div.extensions, .lrg-img-div.renovation, .lrg-img-div.patio {
    height: 550px;
  }

  .large-p-block {
    padding: 30px;
  }

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

  .footer-section {
    padding-top: 30px;
  }

  .img-lrg-div, .grid-image-div {
    height: 250px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h3-div {
    padding-top: 40px;
  }

  .bottom-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-info-div {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-media-div {
    display: flex;
  }

  .footerlink-div {
    padding-bottom: 100px;
  }

  .footer-links, .menu-button {
    width: 100%;
  }

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

  .nav-menu {
    margin-top: 0;
  }

  .hero-banner {
    height: 400px;
  }

  .dropdown-toggle {
    padding-left: 30px;
  }

  .list._300, .list._500, .list._400 {
    min-width: auto;
    padding-right: 20px;
  }

  .list._2col, .list._3col {
    grid-template-columns: 1fr;
  }

  .icon, .dropdown-link {
    text-align: center;
  }

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

  .lb-img.square {
    height: 250px;
  }

  .icon-2 {
    margin-right: 30px;
  }

  .no-bullet-list {
    width: 100%;
  }

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

  .contact-map {
    width: 100%;
    margin-top: 20px;
  }

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

  .services-dropdown {
    padding-left: 30px;
  }

  .click-to-call-div {
    z-index: 50;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .button {
    background-color: var(--white-smoke);
    width: 100%;
    max-width: 200px;
    color: var(--mid-gray);
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 10px -10px #000;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .split-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-title {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

  .top-button-link, .scroll-stopper {
    margin-top: 0;
  }
}

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

  .logo-div {
    align-items: center;
  }

  .menu-div {
    text-align: center;
    width: 100%;
  }

  .contact-info-div {
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 280px;
  }

  .body {
    background-image: linear-gradient(to bottom, null, null), url('../images/184508130.webp');
    background-repeat: repeat, no-repeat;
  }

  .menu-link {
    text-align: center;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-group-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

  .lrg-img-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
  }

  .lrg-img-div.home {
    margin-top: 30px;
  }

  .lrg-img-div.brick, .lrg-img-div.mason {
    height: 250px;
    margin-top: 30px;
  }

  .lrg-img-div.building {
    margin-top: 30px;
  }

  .lrg-img-div.extensions, .lrg-img-div.renovation, .lrg-img-div.patio {
    height: 250px;
    margin-top: 30px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-p-block {
    background-color: #0000;
    padding: 0;
  }

  .h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

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

  .footer-section {
    padding-top: 20px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h3-div {
    padding-top: 30px;
  }

  .bottom-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-div {
    flex-direction: column;
    align-items: center;
  }

  .footer-info-div {
    border-top-color: #58585880;
    border-bottom-color: #58585880;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-media-div {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .hero-banner {
    height: 250px;
  }

  .dropdown-toggle {
    text-align: center;
  }

  .list._300 {
    padding-right: 0;
  }

  .list._500 {
    margin-right: 0;
  }

  .list._400 {
    padding-right: 0;
  }

  .list-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .areas-div {
    flex-direction: column;
    margin-top: 20px;
  }

  .areas-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .areas {
    width: 48%;
    line-height: 31px;
  }

  .areas-map {
    width: 100%;
    margin-top: 30px;
  }

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

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

  .lb-img {
    min-height: 250px;
    max-height: 250px;
  }

  .services-dropdown {
    text-align: center;
  }

  .click-to-call-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 14px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button {
    max-width: 160px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-manager_component {
    bottom: 60px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

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

  .sub-heading, .form-title {
    font-size: 22px;
    line-height: 32px;
  }
}

#w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6e99-16a4eda4, #w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6e9b-16a4eda4, #w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6e9d-16a4eda4, #w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6e9f-16a4eda4, #w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6ea1-16a4eda4, #w-node-_88d2c145-1b7e-f457-9f5c-d71ec2bc6ea3-16a4eda4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0a-16a4eda4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_353dca22-e072-5fdf-cac7-21ea61f3975b-c024480a, #w-node-a2a2f238-492e-9d92-5a8c-a0aee66b9467-c024480a, #w-node-df28705a-741f-a5d8-6960-780f491bfa9f-c024480a, #w-node-e1098bd8-f342-ab3e-f657-640c6b858dcd-c024480a, #w-node-_214a222c-da0a-dffe-fe40-d8d1f6afc760-c024480a, #w-node-da24b85c-812c-a03d-1c69-fff9f1da7540-c024480a, #w-node-_2329eccc-19bb-f1bf-268c-c909d818826e-c024480a, #w-node-_126df60d-00de-0790-d711-4d1ee88768f0-c024480a, #w-node-_04c3fee3-febf-981d-393f-d127abce168c-c024480a, #w-node-_603a43c0-cab2-7bef-cf23-16ab6181a06a-c024480a, #w-node-_830c4ee4-0456-89c8-d9b5-f09084f92a98-c024480a, #w-node-_0fdb33d3-4448-8776-5c6c-8f48a5e4d575-c024480a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0a-16a4eda4, #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0b-16a4eda4, #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0c-16a4eda4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0a-16a4eda4, #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0b-16a4eda4, #w-node-_311c51b4-a8fb-95e6-544b-d95c8e57ce0c-16a4eda4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}