@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --white: white;
  --mid-gray: #8d8d8d;
  --royal-blue: #213487;
  --dark-slate-blue: #233589;
  --black: black;
  --silver: #cac9c9;
  --ghost-white: #f5f7fd;
  --gainsboro: #e7e7e7;
}

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

.image-section {
  z-index: 0;
  background-image: linear-gradient(#00000014, #00000014), url('../images/119804310.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

.nav-section {
  background-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 250px;
  overflow: hidden;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.nav-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  border-right: 1px solid #ffffff1a;
  padding: 25px 15px;
  font-size: 15px;
  transition: background-color .3s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--mid-gray);
  background-color: var(--royal-blue);
}

.nav-link.w--current {
  border-bottom-style: none;
  border-bottom-color: var(--mid-gray);
  background-color: var(--royal-blue);
  color: var(--white);
  padding-top: 25px;
  padding-bottom: 25px;
}

.top-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.nav-link-dropdown {
  color: var(--white);
  border-bottom: 0 #000;
  padding: 25px 35px 25px 15px;
  font-size: 13px;
  transition: background-color .3s ease-in-out;
}

.nav-link-dropdown:hover {
  border-bottom-color: var(--mid-gray);
  background-color: var(--royal-blue);
}

.nav-link-dropdown.dl-flex {
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

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

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.co-logo-link {
  align-items: center;
  display: flex;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.top-tel-link {
  color: var(--royal-blue);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.need-help {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 2.5px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.need-help:hover {
  transform: scale(.95);
}

.top-email {
  direction: ltr;
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.top-email.m-bottom-10 {
  margin-bottom: 10px;
}

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

.tel-icon {
  margin-bottom: 5px;
  margin-right: 5px;
}

.icon {
  margin-top: 32px;
  margin-bottom: auto;
  margin-right: 15px;
}

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

.slider-text-div {
  background-color: #000000b5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.slider-overlay-div {
  z-index: 1;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.slider-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.slider-small-text {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

.slider-medium-text {
  color: var(--white);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.small-text-div-and-arrow.m-bottom-20 {
  margin-bottom: 20px;
}

.small-text-div-and-arrow.verticle {
  flex-direction: column;
  align-items: flex-start;
}

._4-boxes-section {
  background-color: #0000001a;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.box-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
}

._4-box-text {
  color: var(--white);
  width: 75%;
  margin-bottom: 0;
}

.box-div {
  opacity: 1;
  background-image: linear-gradient(#000000bf, #000000bf);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box-div:hover {
  background-image: linear-gradient(to bottom, var(--mid-gray), var(--mid-gray));
  text-shadow: 4px 4px 5px #000000bf;
}

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

.arrow-head-blue {
  border: 2px solid var(--white);
  background-color: #0000004d;
  width: 70px;
}

.body-copy-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.grey-bg {
  background-color: #cccccc26;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_370508152-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body-copy-section.contact-form-section {
  background-color: var(--royal-blue);
}

.body-copy-section.bg-gradiant {
  background-image: linear-gradient(139deg, var(--white) 70%, var(--royal-blue) 70%);
}

.body-copy-section.bg-gradiant.reverse-gradiant {
  background-image: linear-gradient(139deg, var(--royal-blue) 5%, var(--white) 5%);
}

.body-copy-section.bg-gradiant.top-bttom {
  background-image: linear-gradient(to bottom, var(--royal-blue) 60%, var(--white) 60%);
}

.body-copy-section.bg-gradiant.top-bttom.bg-reverse-gradiant {
  background-image: linear-gradient(to bottom, var(--royal-blue) 75%, var(--white) 75%);
}

.body-copy-section.bg-gradiant.top-bttom.bg-reverse-gradiant.gradiant-low {
  background-image: linear-gradient(to bottom, var(--royal-blue) 60%, var(--white) 60%);
}

.body-copy-section.bg-gradiant.flex-verticle {
  flex-direction: column;
}

.body-copy-section.bg-gradiant.flex-verticle.bg-reverse {
  background-image: linear-gradient(45deg, var(--white) 70%, var(--royal-blue) 70%);
}

.body-copy-section.bg-gradiant.m-height {
  min-height: 80vh;
}

.body-copy-section.m-top-none {
  padding-top: 100px;
}

.body-copy-section.p-bottom-none {
  padding-bottom: 100px;
}

.body-copy-section.flex-verticle {
  flex-direction: column;
}

.body-copy-section._0 {
  padding-top: 0;
}

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

.body-div.bg-padding {
  background-color: #4169e10d;
  border-radius: 10px;
  margin-top: 0;
  padding: 50px;
}

.body-div.bg-padding.z-index-10 {
  position: relative;
}

.body-div.m-bottom-40 {
  margin-bottom: 60px;
}

.h1 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.h1.m-b-20 {
  color: #333;
  margin-bottom: 20px;
  font-size: 2.8em;
  font-weight: 800;
}

.text-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column {
  padding-left: 0;
}

.column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.p {
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 10px;
}

.column-text-2 {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 24px;
}

.read-more-button {
  background-color: var(--dark-slate-blue);
  letter-spacing: 1px;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.full-width-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_370508152-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.bg-gradiant {
  background-image: linear-gradient(139deg, var(--royal-blue) 40%, #00000030 40%), url('../images/_370508152-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-div {
  width: 90%;
  max-width: 1300px;
  min-height: 200px;
}

.full-width-image-div.h-350 {
  min-height: 300px;
}

.full-width-image-text-div {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.full-width-image-text-div.white-bg {
  background-color: var(--white);
  border-radius: 9px;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.25;
}

.h2.h2-center {
  color: var(--black);
  text-align: center;
}

.h2.h2-center.white {
  color: var(--white);
  text-align: left;
}

.h2.h2-center.top {
  margin-top: 40px;
}

.h2.white {
  color: var(--white);
  display: inline-block;
}

.h2.lg-h2 {
  font-size: 3em;
}

.h2.lg-h2.mid {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.h2.white-heading {
  color: var(--white);
}

.h2.white-heading.cener {
  text-align: center;
}

.bottom-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-link-section {
  background-color: var(--mid-gray);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bottom-text {
  color: var(--mid-gray);
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 800;
  line-height: 24px;
}

.bottom-text.footer-contact-information {
  text-transform: uppercase;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.contact-info {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.contact-left-div {
  width: 40%;
}

.contact-right-div {
  width: 60%;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.social-media-link {
  max-width: 30px;
  margin-right: 30px;
}

.footer-links {
  text-align: center;
  margin-bottom: 0;
}

.image, .image-2, .image-3 {
  min-width: 30px;
}

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

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button-link {
  margin-left: 5px;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.h1-light {
  color: var(--royal-blue);
  font-weight: 300;
}

.mid-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.mid-heading.blue-heading {
  color: var(--royal-blue);
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.3;
}

.dropdown-link {
  border-left: 5px none var(--dark-slate-blue);
  color: #222;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 60px 15px 20px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

.dropdown-link:hover {
  border-bottom-color: var(--mid-gray);
  background-color: var(--royal-blue);
  color: var(--white);
  padding-left: 30px;
}

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

.mid-text {
  color: var(--white);
  margin-bottom: 0;
}

.mid-text.dark-text {
  color: #333;
  padding-left: 0;
}

.h3 {
  color: var(--black);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

._4-box-text-2 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.75;
}

.box-1-div-planning-2 {
  background-color: #272d33;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_164066542.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.box-1-div-planning-2:hover {
  box-shadow: 1px 1px 3px #0006;
}

.box-1-div-planning-2.house-refurb {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_159285520.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.new-build {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_219400613.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.qualified {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_250020935.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.building-services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_84070935.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.roof-repair {
  background-image: linear-gradient(#00000080, #00000080), url('../images/258104353.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.roof-replacement {
  background-image: linear-gradient(#00000080, #00000080), url('../images/49126096.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.rubber-roof, .box-1-div-planning-2.rubber-roof:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_374930652.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-block-btn {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.services-block-btn:hover {
  color: #333;
  background-color: #fff;
}

._4-boxes-section-2 {
  background-color: #4d5c661a;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._4-block-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._4-box-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.box-heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.site-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.site-item.flex-box {
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.section-1-with-image {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1-with-image.image-fluid {
  position: relative;
}

.section-1-with-image.dark-bg {
  background-color: #454b511a;
  padding-bottom: 50px;
}

.section-1-with-image.dark-bg.img-fluid {
  padding-top: 60px;
  position: relative;
}

.para {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
}

.para.p-center {
  text-align: center;
}

.para.p-center._w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.para.p-center._w-80.white {
  color: var(--white);
  text-align: left;
  width: 100%;
}

.para.p-center.m-top-40 {
  margin-top: 40px;
}

.para.white-p {
  color: #f3f3f3;
  text-align: center;
}

.para.white-p.lg-p-as-heading {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 600;
}

.para.center-p {
  text-align: center;
  margin-top: 40px;
}

.para.center-p._20 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.para.md-para {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-heading-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3em;
  line-height: 1.25;
}

.container-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

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

.hyper-link-anim-hover {
  color: #333;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #000;
}

.hyper-link-anim-hover:hover {
  color: #333;
  padding-left: 0;
  padding-right: 0;
  box-shadow: inset 0 0 #454b51;
}

.hyper-link-anim-hover.anim-white {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.hyper-link-anim-hover.anim-white:hover {
  color: #333;
  box-shadow: inset 0 -50px #fff;
}

.site-map-bullet {
  padding-left: 0;
  list-style-type: none;
}

.site-map-bullet.grid-areas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.seciton-h3-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.seciton-h3-block.dark-bg {
  background-color: #454b511a;
}

.heading-3-black-edition {
  background-color: #333;
  border-radius: 4px;
  width: 90%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.heading-3-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h3-cta-text {
  color: #fff;
  width: 80%;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6;
}

.h3-cta-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  flex: none;
  align-items: center;
  padding: 15px 60px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.h3-cta-btn:hover {
  color: #333;
  background-color: #fff;
}

.site-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-container {
  text-align: center;
}

.site-map-list {
  padding-left: 0;
  list-style-type: none;
}

.site-map-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-map-link {
  color: #222;
  text-decoration: none;
}

.heading-thin {
  color: #797979;
  font-weight: 300;
}

.contact-div.display-flex {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-div.display-flex.border-bottom {
  border-bottom: 1px solid #cac9c959;
  width: 100%;
}

.contact-icon {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.contact-page-link {
  margin-left: 20px;
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.contact-page-map-2 {
  width: 100%;
}

.h1-content-wrapper.h1-c-flex {
  justify-content: space-between;
  display: flex;
}

.h1-content-wrapper.h1-c-flex.flex-reverse {
  flex-direction: row-reverse;
}

.l-1-content {
  width: 48%;
}

.l-1-content._w-100 {
  width: 100%;
}

.l-1-content.p-right-20 {
  padding-right: 0;
}

.l-2-content {
  background-image: url('../images/235305251.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.l-2-content._w-100 {
  width: 100%;
}

.l-2-content._w-100._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.l-2-content._w-100._3-img-grid._w-90 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.l-2-content._w-100.services-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-2-content.img-style-section {
  border-radius: 20px;
  box-shadow: 1px 2px 8px #33333340;
}

.l-2-content.img-style-section.roofing-service-img-1 {
  background-image: url('../images/_335047778.webp');
  background-position: 50% 0;
}

.l-2-content.img-style-section.roof-replacement-img-1 {
  background-image: url('../images/_357881127.webp');
}

.l-2-content.img-style-section.flat-roof {
  background-image: url('../images/_282449441.webp');
}

.l-2-content.img-style-section.flat-roof-2 {
  background-image: url('../images/_291183720.webp');
}

.l-2-content.img-style-section.rubber-roof-1 {
  background-image: url('../images/_413800636.webp');
}

.l-2-content.img-style-section.loft-conversion {
  background-image: url('../images/_135310704.webp');
}

.l-2-content.img-style-section.coventry-img-1 {
  background-image: url('../images/_164066542.webp');
}

.l-2-content.img-style-section.keni-img-1 {
  background-image: url('../images/119804310.webp');
}

.l-2-content.service-grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-2-content.grid-w-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.l-2-content.grid-w-100.top {
  margin-top: 20px;
}

.l-2-content.convetry-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hyper-link {
  box-shadow: inset 0 -2px 0 0 var(--royal-blue);
  color: var(--royal-blue);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--royal-blue);
  color: var(--white);
}

.hyper-link.white {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
}

.hyper-link.white:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--royal-blue);
}

.hero-btn-1 {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  margin-right: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.hero-btn-1.hero-btn-2 {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff;
}

.hero-btn-1.hero-btn-2:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.hero-btn-1.m-top-20 {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.section-btn {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--royal-blue);
}

.h2-content-wrapper.h2-flex {
  justify-content: space-between;
  display: flex;
}

.h2-content-wrapper.h2-flex.flex-reverse {
  flex-direction: row-reverse;
}

.h2-thin {
  color: var(--royal-blue);
  font-weight: 300;
}

.h2-thin.white {
  color: var(--white);
}

.grid-img {
  background-image: url('../images/258104353.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 350px;
  box-shadow: 1px 1px 3px #00000045;
}

.grid-img.home-img-2 {
  background-image: url('../images/332326422.webp');
}

.grid-img.home-img-3 {
  background-image: url('../images/_84070935.webp');
}

.grid-img.home-img-1 {
  background-image: url('../images/119804310.webp');
}

.grid-img.home-img-1.img-style-section.rubber-roof-1 {
  background-image: url('../images/_374930652.webp');
}

.grid-img.rubber-roof-2 {
  background-image: url('../images/_364459914.webp');
}

.grid-img.rubber-roof-3 {
  background-image: url('../images/_250020935.webp');
}

.services-grid {
  background-color: var(--white);
  border-radius: 5px;
  padding: 20px;
}

.services-grid.heading {
  text-align: center;
}

.services-grid.heading.bg-none {
  background-color: #0000;
}

.service-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.75;
}

.default-bullet-list {
  padding-left: 0;
  list-style-type: none;
}

.default-bullet-list.bullet-grid {
  grid-column-gap: 7px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.bullet-grid.x-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.default-bullet-list.bullet-grid.x-3.center {
  place-items: stretch stretch;
}

.default-list-item.bullet-flex {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.font-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  display: flex;
}

.font-icon.service-icon {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.font-icon.service-icon.house {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.font-icon.service-icon.house.shed {
  font-family: Fa6 solid, sans-serif;
}

.font-icon.tick {
  color: var(--royal-blue);
  background-color: #0000;
}

.font-icon.wite {
  color: var(--royal-blue);
  background-color: #fff;
}

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.our-services-grid.keni-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #4169e10d;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-wdith-70 {
  z-index: 0;
  color: #424242;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  background-color: var(--royal-blue);
  color: var(--white);
  display: block;
}

.section-btn-2.block:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.hyperlink {
  color: #fff;
  display: inline-block;
}

.hyperlink.green {
  color: #3ab363;
}

.google-reviews {
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-anim {
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.scroll-animation {
  height: 150px;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: 40px;
  display: block;
}

.link-block, .hero-scroll {
  margin-top: auto;
}

.contact-form.m-bottom-20 {
  margin-bottom: 40px;
}

.contact-form-code {
  width: 100%;
  margin-bottom: 0;
}

.logo-slider {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.accreditation-logo {
  width: 100%;
  margin-bottom: 0;
}

.home-page-contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.contact-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff30;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 100px;
  padding-bottom: 10px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.icon-2 {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.contact-info-text {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.cta-text-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.cta-link {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

.brand-text {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.footer-social-link {
  display: inline-block;
}

.footer-social-link.text-link {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-social-link.text-link:hover {
  background-color: #4169e2;
  transform: scale(1.1);
}

.container-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-map-2.map-style {
  background-image: url('../images/google-map.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 9px;
  height: 400px;
  display: flex;
}

.footer-copy-desc {
  color: #bdb8b8;
}

.footer-copy-desc.footer-style-copy {
  color: #e7e7e7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.footer-social {
  padding-top: 20px;
  display: flex;
}

.footer-list-item {
  color: #cac9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-list-menu {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.test {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
}

.footer-desing-my-home-footer-link {
  background-color: #26388f;
  border-top: 1px solid #dadada21;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.footer-desing-my-home.primary-color {
  background-color: #222;
  padding-top: 60px;
  padding-bottom: 0;
}

.bold-footer {
  color: #fff;
  font-weight: 600;
}

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

.footer-logo {
  position: static;
}

.font-icon-mobile {
  color: #fff;
  background-color: #333;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  display: flex;
}

.dl-anim {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: flex;
}

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

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

.accent {
  background-color: var(--royal-blue);
  color: var(--white);
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  padding: 10px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.grid-service-block {
  background-color: var(--ghost-white);
  border-radius: 5px;
  padding: 38px;
  box-shadow: 1px 1px 3px #00000026;
}

.service-heading-text {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

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

.footer-copy-link {
  color: var(--ghost-white);
  font-weight: 400;
  text-decoration: none;
}

.list-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: flex;
}

.bullet-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.bullet-list.w {
  color: #fff;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  flex: none;
}

.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: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2000;
  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(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--dark-slate-blue);
  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(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  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(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.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 {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
}

.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: #616161;
  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(--dark-slate-blue);
  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(--dark-slate-blue);
  color: var(--dark-slate-blue);
  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;
}

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

.fs-cc-banner_component {
  z-index: 2000;
  background-color: #f5f6ff;
  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: 14px;
  font-weight: 700;
  line-height: 26px;
  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: flex;
  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;
}

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

.live-chat-bottom-text.bold {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.chat-section {
  background-color: var(--dark-slate-blue);
  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: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  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: var(--royal-blue);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px #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(--dark-slate-blue);
  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(--royal-blue);
}

.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: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-block-3 {
  flex: none;
}

.top-p {
  margin-top: 40px;
}

@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) {
  .navbar {
    width: 100%;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .nav-link {
    text-align: left;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

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

  .top-contact-div {
    align-items: flex-end;
  }

  .top-tel-link {
    font-weight: 700;
  }

  .icon {
    margin-top: auto;
    margin-right: 30px;
  }

  .overlay-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    justify-content: flex-end;
    width: 100%;
  }

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

  .nav-menu {
    background-color: #222;
  }

  .box-heading {
    font-size: 33px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .body-copy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-copy-section.bg-gradiant {
    background-image: linear-gradient(139deg, var(--white) 61%, var(--royal-blue) 61%);
  }

  .body-div {
    width: 90%;
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

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

  .bottom-content-div {
    width: 90%;
  }

  .dropdown-link {
    text-align: left;
  }

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

  .dropdown {
    width: 100%;
  }

  ._4-block-div-2 {
    align-items: flex-end;
  }

  ._4-box-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .box-heading-2 {
    font-size: 33px;
  }

  .section-1-with-image.image-fluid {
    padding-bottom: 60px;
  }

  .text-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .section-heading-1 {
    font-size: 2em;
  }

  .container-wrapper.display-flex {
    flex-direction: column;
  }

  .container-wrapper.grid-areas, .container-wrapper.flex-grid.contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-map {
    width: 100%;
  }

  .site-map-bullet.grid-areas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-3-container {
    flex-direction: column;
  }

  .h3-cta-text {
    text-align: center;
    width: 100%;
  }

  .h3-cta-btn {
    margin-top: 20px;
  }

  .contact-page-map-2 {
    width: 100%;
  }

  .h1-content-wrapper.h1-c-flex, .h1-content-wrapper.h1-c-flex.flex-reverse {
    flex-direction: column;
  }

  .l-1-content, .l-2-content {
    width: 100%;
  }

  .l-2-content._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content.display-none-mobile {
    display: none;
  }

  .l-2-content.img-style-section {
    min-height: 400px;
    margin-top: 60px;
    display: block;
  }

  .l-2-content.convetry-grid, .default-bullet-list.bullet-grid.x-3 {
    grid-template-columns: 1fr 1fr;
  }

  .our-services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-services-grid.keni-grid {
    grid-template-columns: 1fr;
  }

  .scroll-anim {
    z-index: 0;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .scroll-animation {
    height: 180px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

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

  .footer-map-2.map-style {
    height: 100%;
  }

  .font-icon-mobile {
    background-color: var(--royal-blue);
    color: var(--white);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 1.25em;
    display: flex;
  }

  .burger-menu {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .top-contact-div {
    align-items: center;
  }

  .need-help {
    font-size: 1em;
  }

  .co-logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .overlay-div, ._4-boxes-section, .body-copy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-div.bg-padding {
    padding: 35px;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2.lg-h2 {
    font-size: 2em;
  }

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

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

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

  .mid-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .mid-heading.blue-heading {
    font-size: 2.5em;
  }

  ._4-boxes-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-box-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container {
    width: 90%;
  }

  .site-map-bullet.grid-areas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr;
  }

  .l-2-content.img-style-section {
    min-height: 300px;
  }

  .l-2-content.grid-w-100, .l-2-content.convetry-grid, .default-bullet-list.bullet-grid, .our-services-grid.keni-grid._3 {
    grid-template-columns: 1fr;
  }

  .small-sec-heading-3.max-wdith-70 {
    font-size: 22px;
  }

  .scroll-anim {
    z-index: 0;
    top: -10%;
  }

  .scroll-animation {
    height: 150px;
    margin-top: 0;
    margin-bottom: -10px;
    margin-right: 25px;
  }

  .footer-map-2.map-style {
    height: 350px;
  }

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

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

@media screen and (max-width: 479px) {
  .image-section {
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .nav-link-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    width: auto;
    font-size: 22px;
  }

  .need-help {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .top-email {
    line-height: 1.2;
  }

  .tel-div {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .co-logo {
    width: auto;
    height: 80px;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .overlay-div {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-small-text {
    width: 80%;
  }

  .slider-medium-text {
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .box-div {
    width: 100%;
  }

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

  .body-div {
    max-width: 100%;
  }

  .body-div.bg-padding {
    padding: 20px;
  }

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

  .h1.m-b-20 {
    font-size: 2em;
  }

  .column-text-2 {
    margin-left: 0;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .h2.h2-center.top, .h2.white-heading.cener {
    font-size: 28px;
  }

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

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .mid-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .mid-heading.blue-heading {
    font-size: 2em;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mid-text {
    width: 80%;
  }

  .mid-text.dark-text {
    width: 100%;
  }

  .box-1-div-planning-2 {
    width: 100%;
    min-height: 230px;
    padding: 15px;
  }

  ._4-boxes-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._4-box-grid-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .box-heading-2 {
    font-size: 27px;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .section-1-with-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-1-with-image.image-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-1-with-image.dark-bg.img-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-heading-1 {
    font-size: 1.75em;
    line-height: 1.4;
  }

  .site-map-bullet {
    padding-left: 20px;
  }

  .site-map-bullet.grid-areas {
    grid-template-columns: 1fr;
    padding-left: 10px;
  }

  .contact-div.display-flex.border-bottom {
    width: 100%;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .contact-page-link {
    margin-left: 10px;
    font-size: 1em;
  }

  .contact-page-link.hyper-link-anim-hover {
    margin-left: 10px;
  }

  .contact-page-link.hyper-link {
    font-size: 1em;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr;
  }

  .l-2-content.img-style-section.roofing-service-img-1 {
    background-position: 50%;
  }

  .grid-img.home-img-2, .grid-img.home-img-3, .grid-img.home-img-1 {
    min-height: 300px;
  }

  .default-bullet-list.bullet-grid.x-3 {
    grid-template-columns: 1fr;
  }

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 1.5em;
  }

  .scroll-anim {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    width: 120px;
  }

  .scroll-animation {
    z-index: 1;
    height: 80px;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
  }

  .hero-scroll {
    z-index: 10;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .contact-info-block {
    padding: 15px;
  }

  .footer-map-2.map-style {
    background-size: cover;
    height: 250px;
  }

  .footer-desing-my-home-footer-link {
    padding-bottom: 100px;
  }

  .font-icon-mobile {
    justify-content: center;
  }

  .grid-service-block {
    padding: 25px;
  }

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

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

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

  .live-chat-top-text {
    line-height: 20px;
  }

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

#w-node-_431516ba-68fc-9de8-fbc6-9776c6b87b73-0a822a8c, #w-node-_431516ba-68fc-9de8-fbc6-9776c6b87b7b-0a822a8c, #w-node-_431516ba-68fc-9de8-fbc6-9776c6b87b8b-0a822a8c, #w-node-_431516ba-68fc-9de8-fbc6-9776c6b87b93-0a822a8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c562acd7-3546-43f4-c95c-6fee3c238ea6-0a822a8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_10fcd172-0a32-33cf-1abc-0824dc62bf4a-0a822a8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9aa3c13c-4825-31f8-a5c3-24e947a2ab0c-0a822a8c, #w-node-d0fe62d1-5ac1-a60a-3eaa-5b14b0356ed6-0a822a8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aefdfb9a-9b0f-72d4-99cb-25b4a19adf4d-0a822a8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_72918ff0-41c0-033f-c966-0d20fbb9e4e9-c8930669, #w-node-_4151ce0b-1cb6-2063-4014-cdaf8a1fb2f5-00ff803e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d749326e-09f8-7da7-f0d8-776fb6472366-7106dd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f211f8d8-0397-11da-3a33-c5b6435731c4-82ff85ff {
  align-self: stretch;
}

#w-node-_565b5691-193b-9103-45c3-ad6f478fb4d1-a7dfe7ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_565b5691-193b-9103-45c3-ad6f478fb50f-a7dfe7ef, #w-node-_1feadd57-1fbe-e844-560e-c24a40acc275-a7dfe7ef, #w-node-dd888727-f649-60d2-55a6-a2369ce79282-a7dfe7ef, #w-node-ec97cf4f-aaa2-9c6b-dbb3-9ee8077971fe-a7dfe7ef, #w-node-_1d7ac7fb-4ae8-ce99-cb73-d8b15be02a7a-a7dfe7ef, #w-node-deabafeb-8d56-ec1c-fda7-811817948029-a7dfe7ef, #w-node-cd39c789-743a-ee98-8098-429190ca8e81-a7dfe7ef, #w-node-_4a4e3951-2125-34f2-e85c-4fb81a216953-a7dfe7ef, #w-node-_5d6858f8-8d8a-7cee-b16f-cb78d02d72cb-a7dfe7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f4f48cfc-b83d-e7fc-bdc8-f35901b95b0b-0a822a8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c562acd7-3546-43f4-c95c-6fee3c238ea6-0a822a8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_10fcd172-0a32-33cf-1abc-0824dc62bf4a-0a822a8c, #w-node-_9aa3c13c-4825-31f8-a5c3-24e947a2ab0c-0a822a8c, #w-node-d0fe62d1-5ac1-a60a-3eaa-5b14b0356ed6-0a822a8c, #w-node-aefdfb9a-9b0f-72d4-99cb-25b4a19adf4d-0a822a8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a48fc51-ad71-0227-e9df-71cb466f3bc0-a7dfe7ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_565b5691-193b-9103-45c3-ad6f478fb4d1-a7dfe7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ec97cf4f-aaa2-9c6b-dbb3-9ee8077971fe-a7dfe7ef, #w-node-_4a4e3951-2125-34f2-e85c-4fb81a216953-a7dfe7ef, #w-node-_5d6858f8-8d8a-7cee-b16f-cb78d02d72cb-a7dfe7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4f48cfc-b83d-e7fc-bdc8-f35901b95b0b-0a822a8c, #w-node-_21c02490-2431-9eba-11ac-74b34740d648-c8930669, #w-node-_21c02490-2431-9eba-11ac-74b34740d650-c8930669, #w-node-_21c02490-2431-9eba-11ac-74b34740d658-c8930669, #w-node-_41b0ada3-bf9a-0822-410e-d7a03d86a967-c8930669 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4151ce0b-1cb6-2063-4014-cdaf8a1fb2f5-00ff803e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47a594be-b39a-5af5-7fb1-5902b1b71497-0cdfd492, #w-node-_4a48fc51-ad71-0227-e9df-71cb466f3bc0-a7dfe7ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4f48cfc-b83d-e7fc-bdc8-f35901b95b0b-0a822a8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21c02490-2431-9eba-11ac-74b34740d648-c8930669, #w-node-_21c02490-2431-9eba-11ac-74b34740d650-c8930669 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21c02490-2431-9eba-11ac-74b34740d658-c8930669 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_41b0ada3-bf9a-0822-410e-d7a03d86a967-c8930669 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47a594be-b39a-5af5-7fb1-5902b1b71497-0cdfd492, #w-node-_4a48fc51-ad71-0227-e9df-71cb466f3bc0-a7dfe7ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_565b5691-193b-9103-45c3-ad6f478fb4d1-a7dfe7ef {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_565b5691-193b-9103-45c3-ad6f478fb50f-a7dfe7ef, #w-node-_1feadd57-1fbe-e844-560e-c24a40acc275-a7dfe7ef, #w-node-dd888727-f649-60d2-55a6-a2369ce79282-a7dfe7ef, #w-node-ec97cf4f-aaa2-9c6b-dbb3-9ee8077971fe-a7dfe7ef, #w-node-_1d7ac7fb-4ae8-ce99-cb73-d8b15be02a7a-a7dfe7ef, #w-node-deabafeb-8d56-ec1c-fda7-811817948029-a7dfe7ef, #w-node-cd39c789-743a-ee98-8098-429190ca8e81-a7dfe7ef, #w-node-_4a4e3951-2125-34f2-e85c-4fb81a216953-a7dfe7ef, #w-node-_5d6858f8-8d8a-7cee-b16f-cb78d02d72cb-a7dfe7ef {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}